Migrate OperationalInsights provisioning generation#60979
Draft
ArcturusZhang wants to merge 5 commits into
Draft
Migrate OperationalInsights provisioning generation#60979ArcturusZhang wants to merge 5 commits into
ArcturusZhang wants to merge 5 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e86767a6-c0f8-4720-a7e0-ca89fd0de938
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Restore previously shipped resource API version constants through custom partial classes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e86767a6-c0f8-4720-a7e0-ca89fd0de938
Restore the previously shipped GetKeys helper and secure shared-keys result model, and document why migration compatibility customizations are required. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e86767a6-c0f8-4720-a7e0-ca89fd0de938
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e86767a6-c0f8-4720-a7e0-ca89fd0de938
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e86767a6-c0f8-4720-a7e0-ca89fd0de938
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates
Azure.Provisioning.OperationalInsightsfrom the reflection-based generator to the TypeSpec provisioning generator using stable API version2025-07-01.Spec PR: Azure/azure-rest-api-specs#44645
Milestone: #57387
This initial PR intentionally contains only the TypeSpec generation configuration and generated code. Build, test, and API compatibility issues will be reported separately without fixes in this commit.