You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.
Adding new API(s)
Adding a new API version
Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.
If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
Breaking Change Review Checklist
If there are following updates in the PR, ensure to request an approval from Breaking Change Review Board as defined in the Breaking Change Policy.
Removing API(s) in stable version
Removing properties in stable version
Removing API version(s) in stable version
Updating API in stable or public preview version with Breaking Change Validation errors
Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
️✔️Succeeded [Logs]Release - Generate from 3d15327. SDK Automation 14.0.0
command sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
command go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
info [Changelog] ### Breaking Changes
info [Changelog]
info [Changelog] - Const `User` type has been changed from `Origin` to `CreatedByType`
info [Changelog] - Const `System` has been removed
info [Changelog] - Const `Usersystem` has been removed
info [Changelog] - Struct `ErrorDefinition` has been removed
info [Changelog] - Field `Details` of struct `ErrorResponse` has been removed
info [Changelog] - Field `AdditionalInfo` of struct `ErrorResponse` has been removed
info [Changelog] - Field `Code` of struct `ErrorResponse` has been removed
info [Changelog] - Field `Message` of struct `ErrorResponse` has been removed
info [Changelog] - Field `Target` of struct `ErrorResponse` has been removed
info [Changelog]
info [Changelog] ### New Content
info [Changelog]
info [Changelog] - New const `None`
info [Changelog] - New const `AlreadyExists`
info [Changelog] - New const `Key`
info [Changelog] - New const `ManagedIdentity`
info [Changelog] - New const `OriginUsersystem`
info [Changelog] - New const `OriginUser`
info [Changelog] - New const `SystemAssigned`
info [Changelog] - New const `Application`
info [Changelog] - New const `Invalid`
info [Changelog] - New const `OriginSystem`
info [Changelog] - New function `PossibleResourceIdentityTypeValues() []ResourceIdentityType`
info [Changelog] - New function `BaseClient.CheckNameAvailabilityResponder(*http.Response) (CheckNameAvailabilityResponse, error)`
info [Changelog] - New function `BaseClient.CheckNameAvailability(context.Context, CheckNameAvailabilityRequest) (CheckNameAvailabilityResponse, error)`
info [Changelog] - New function `PossibleCreatedByTypeValues() []CreatedByType`
info [Changelog] - New function `PossibleCheckNameAvailabilityReasonValues() []CheckNameAvailabilityReason`
info [Changelog] - New function `BaseClient.CheckNameAvailabilityPreparer(context.Context, CheckNameAvailabilityRequest) (*http.Request, error)`
info [Changelog] - New function `Identity.MarshalJSON() ([]byte, error)`
info [Changelog] - New function `BaseClient.CheckNameAvailabilitySender(*http.Request) (*http.Response, error)`
info [Changelog] - New struct `CheckNameAvailabilityRequest`
info [Changelog] - New struct `CheckNameAvailabilityResponse`
info [Changelog] - New struct `ErrorDetail`
info [Changelog] - New struct `Identity`
info [Changelog] - New struct `SystemData`
info [Changelog] - New field `SystemData` in struct `Account`
info [Changelog] - New field `Identity` in struct `Account`
info [Changelog] - New field `Identity` in struct `AccountUpdate`
info [Changelog] - New field `Error` in struct `ErrorResponse`
info [Changelog] - New field `SystemData` in struct `Instance`
info [Changelog]
info [Changelog] Total 6 breaking change(s), 32 additive change(s).
info [Changelog]
⚠️Warning [Logs]Release - Generate from 3d15327. SDK Automation 14.0.0
command sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
cmderr [automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
command sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
info [Changelog] **Features**
info [Changelog]
info [Changelog] - Model AccountUpdate has a new parameter identity
info [Changelog] - Model Instance has a new parameter system_data
info [Changelog] - Model Account has a new parameter identity
info [Changelog] - Model Account has a new parameter system_data
info [Changelog] - Added operation group DeviceUpdateOperationsMixin
info [Changelog]
info [Changelog] **Breaking changes**
info [Changelog]
info [Changelog] - Model ErrorResponse has a new signature
@raych1 do you know who can take a look at the Go SDK failures? It wasn't failing in the another PR for the same change and I don't know why this one triggers a failure.
Hi @abatishchev, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review. Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki. If you want to know the production traffic statistic, please see ARM Traffic statistic. If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.
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.
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Changelog
Please ensure to add changelog with this PR by answering the following questions.
Contribution checklist:
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.
Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.
If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
Breaking Change Review Checklist
If there are following updates in the PR, ensure to request an approval from Breaking Change Review Board as defined in the Breaking Change Policy.
Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
Please follow the link to find more details on PR review process.