Test: Multi-service scaffolding CI validation (Contoso, AppLink, Discovery)#57914
Closed
haiyuazhang wants to merge 1 commit intomainfrom
Closed
Test: Multi-service scaffolding CI validation (Contoso, AppLink, Discovery)#57914haiyuazhang wants to merge 1 commit intomainfrom
haiyuazhang wants to merge 1 commit intomainfrom
Conversation
Generated using Invoke-GenerateAndBuildV2.ps1 with scaffolding from #57875. Tests 3 brand-new mgmt TypeSpec SDKs using same spec commits as their AutoPRs: - Azure.ResourceManager.Contoso (spec commit a3fd1efe, AutoPR #57746) - Azure.ResourceManager.AppLink (spec commit 5bdcbdbb, AutoPR #57404) - Azure.ResourceManager.Discovery (spec commit 74cc90c, AutoPR #56854) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
🧪 Test PR — Multi-Service Scaffolding CI Validation
Purpose
This PR validates that the scaffolding automation from #57875 works correctly across 3 different brand-new management-plane TypeSpec SDKs, using the same spec commits as their respective AutoPRs.
Services Tested
Azure.ResourceManager.Contosoa3fd1efeAzure.ResourceManager.AppLink5bdcbdbbAzure.ResourceManager.Discovery74cc90c4How this PR was generated
For each service, an input JSON was created simulating an AutoPR trigger, then
Invoke-GenerateAndBuildV2.ps1was run with the scaffolding changes from #57875:What this validates
Related PRs