Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new API version 2021-10-01 on MS.Subscription #16687

Merged
merged 16 commits into from
Nov 10, 2021
Merged

A new API version 2021-10-01 on MS.Subscription #16687

merged 16 commits into from
Nov 10, 2021

Conversation

Ochirkhuyag
Copy link
Contributor

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. If updating an existing version, please select the specific langauge SDKs and CLIs that must be refreshed after the swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No refresh required for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that label “WaitForARMFeedback” will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[x] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits.
  • 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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.

@openapi-workflow-bot
Copy link

Hi, @Ochirkhuyag Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Nov 6, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 15 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R1005 - GetInOperationName 'GET' operation 'Subscription_AcceptOwnershipStatus' should use method name 'Get' or Method name start with 'List'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L347
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'SubscriptionPolicy_AddUpdatePolicyForTenant' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L380
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L721
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L816
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L922
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L971
    ⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'Alias_Create' Request Model: 'PutAliasRequest' Response Model: 'SubscriptionAliasResponse'
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L155
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L611
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: blockSubscriptionsLeavingTenant
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L884
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: blockSubscriptionsIntoTenant
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L888
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowTransfers
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L995
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: blockSubscriptionsLeavingTenant
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L1010
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: blockSubscriptionsIntoTenant
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L1014
    ⚠️ R4000 - ParameterDescriptionRequired 'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L330
    ⚠️ R4000 - ParameterDescriptionRequired 'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L401


    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L643
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'Alias_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L265
    ⚠️ R4000 - ParameterDescriptionRequired 'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L188
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️❌~[Staging] ApiReadinessCheck: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    API Readiness check failed. Please make sure your service is deployed. "code: InvalidResourceType,
    message: The resource type 'operations' could not be found in the namespace 'Microsoft.Subscription' for api version '2021-10-01'. The supported api-versions are '2017-11-01-preview'."
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️Cross-Version Breaking Changes: 46 Warnings warning [Detail]
    The following breaking changes are detected by comparison with the latest stable version:
    Rule Message
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L39:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L42:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L75:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L81:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L108:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L117:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L138:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L150:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L615:9
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L405:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L643:9
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L431:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L167:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L179:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L721:9
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L488:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L173:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L185:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L212:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L227:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L276:13
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L297:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L801:11
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L525:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L543:5
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L341:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L554:5
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L351:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L565:5
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L361:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L586:5
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L381:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L649:5
    Old: Microsoft.Subscription/stable/2020-09-01/subscriptions.json#L437:5


    The following breaking changes are detected by comparison with latest preview version:

    Rule Message
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountName}/providers/Microsoft.Subscription/createSubscription' removed or restructured?
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L19:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/providers/Microsoft.Subscription/subscriptionOperations/{operationId}' removed or restructured?
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L181:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Subscription/createSubscription' removed or restructured?
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L255:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/providers/Microsoft.Subscription/createSubscription' removed or restructured?
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L329:5
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'AdPrincipal' removed or renamed?
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L510:3
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L537:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'SubscriptionCreationParameters' removed or renamed?
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L510:3
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L537:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ModernSubscriptionCreationParameters' removed or renamed?
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L510:3
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L537:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ModernCspSubscriptionCreationParameters' removed or renamed?
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L510:3
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L537:3
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'Subscription_CreateAlias' to 'Alias_Create'. This will impact generated code.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L155:7
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L397:7
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'Subscription_GetAlias' to 'Alias_Get'. This will impact generated code.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L201:7
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L443:7
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'Subscription_DeleteAlias' to 'Alias_Delete'. This will impact generated code.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L232:7
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L474:7
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'Subscription_ListAlias' to 'Alias_List'. This will impact generated code.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L265:7
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L507:7
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L39:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L99:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L75:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L135:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L108:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L168:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L138:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L242:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L615:9
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L626:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L643:9
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L766:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L167:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L409:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L721:9
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L824:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L173:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L415:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L212:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L454:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L276:13
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L518:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L801:11
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L861:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L543:5
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L562:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L554:5
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L572:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L565:5
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L582:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L586:5
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L602:5
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Subscription/stable/2021-10-01/subscriptions.json#L649:5
    Old: Microsoft.Subscription/preview/2019-10-01-preview/subscriptions.json#L772:5
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Nov 6, 2021

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️❌SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking

    azure-sdk-for-python-track2 - track2_azure-mgmt-subscription - Approved - 1.0.0
    +	Removed operation group SubscriptionsOperations
    +	Removed operation group TenantsOperations
    ️✔️azure-sdk-for-go - subscription/mgmt/2020-09-01/subscription - v59.1.0
    ️✔️azure-sdk-for-go - preview/subscription/mgmt/2019-10-01-preview/subscription - v59.1.0
    ️✔️azure-sdk-for-go - preview/subscription/mgmt/2018-03-01-preview/subscription - v59.1.0
    ️✔️azure-sdk-for-go - preview/subscription/mgmt/2017-11-01-preview/subscription - v59.1.0
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs]Release - Generate from 417fa30. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/subscription/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • Microsoft.Azure.Management.Subscription [View full logs]  [Release SDK Changes]
      cmdout	[msbuild] /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(58,46): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild] /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(33,44): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(118,50): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(56,50): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(60,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionId' and no accessible extension method 'SubscriptionId' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(61,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'DisplayName' and no accessible extension method 'DisplayName' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(62,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'State' and no accessible extension method 'State' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(160,48): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(169,88): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionId' and no accessible extension method 'SubscriptionId' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(170,84): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'DisplayName' and no accessible extension method 'DisplayName' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(171,60): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'State' and no accessible extension method 'State' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(172,50): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(173,69): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(174,67): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(58,46): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(33,44): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(118,50): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(56,50): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(60,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionId' and no accessible extension method 'SubscriptionId' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(61,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'DisplayName' and no accessible extension method 'DisplayName' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/ScenarioTests/SubscriptionTests.ScenarioTests.cs(62,52): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'State' and no accessible extension method 'State' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(160,48): error CS1061: 'SubscriptionClient' does not contain a definition for 'Subscriptions' and no accessible extension method 'Subscriptions' accepting a first argument of type 'SubscriptionClient' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(169,88): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionId' and no accessible extension method 'SubscriptionId' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(170,84): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'DisplayName' and no accessible extension method 'DisplayName' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(171,60): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'State' and no accessible extension method 'State' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(172,50): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(173,69): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/InMemoryTests/SubscriptionTests.InMemory.cs(174,67): error CS1061: 'SubscriptionAliasResponse' does not contain a definition for 'SubscriptionPolicies' and no accessible extension method 'SubscriptionPolicies' accepting a first argument of type 'SubscriptionAliasResponse' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/subscription/Microsoft.Azure.Management.Subscription/tests/NetCore/Microsoft.Azure.Management.Subscription.Netcore.Tests.csproj]
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: dotnet
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 417fa30. SDK Automation 14.0.0
      command	sh ./eng/initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️subscription/mgmt/2020-09-01/subscription [View full logs]  [Release SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️preview/subscription/mgmt/2019-10-01-preview/subscription [View full logs
      info	[Changelog] No exported changes
    • ️✔️preview/subscription/mgmt/2018-03-01-preview/subscription [View full logs
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] ### New Content
      info	[Changelog]
      info	[Changelog] - New function `NewOperationClientWithBaseURI(string) OperationClient`
      info	[Changelog] - New function `OperationClient.GetPreparer(context.Context, string) (*http.Request, error)`
      info	[Changelog] - New function `OperationClient.GetResponder(*http.Response) (CreationResult, error)`
      info	[Changelog] - New function `OperationClient.Get(context.Context, string) (CreationResult, error)`
      info	[Changelog] - New function `OperationClient.GetSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `NewOperationClient() OperationClient`
      info	[Changelog] - New struct `ErrorResponseBody`
      info	[Changelog] - New struct `OperationClient`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 10 additive change(s).
      info	[Changelog]
    • ️✔️preview/subscription/mgmt/2017-11-01-preview/subscription [View full logs
      info	[Changelog] No exported changes
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 417fa30. 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
    • ️✔️track2_azure-mgmt-subscription [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model Operation has a new parameter is_data_action
      info	[Changelog]   - Model ErrorResponseBody has a new parameter code
      info	[Changelog]   - Model ErrorResponseBody has a new parameter message
      info	[Changelog]   - Model PutAliasRequestProperties has a new parameter additional_properties
      info	[Changelog]   - Model OperationDisplay has a new parameter description
      info	[Changelog]   - Added operation SubscriptionOperations.begin_accept_ownership
      info	[Changelog]   - Added operation SubscriptionOperations.accept_ownership_status
      info	[Changelog]   - Added operation group BillingAccountOperations
      info	[Changelog]   - Added operation group SubscriptionPolicyOperations
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Removed operation group SubscriptionsOperations
      info	[Changelog]   - Removed operation group TenantsOperations
    ️🔄 azure-sdk-for-js inProgress [Detail]
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 417fa30. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh] WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • ️✔️subscription [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 6, 2021
    @openapi-workflow-bot
    Copy link

    Hi, @Ochirkhuyag your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

    @openapi-workflow-bot
    Copy link

    Hi @Ochirkhuyag, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff.

    TaskHow to fixPrioritySupport (Microsoft alias)
    AvocadoFix-AvocadoHighruowan
    Semantic validationFix-SemanticValidation-ErrorHighraychen, jianyxi
    Model validationFix-ModelValidation-ErrorHighraychen,jianyxi
    LintDiffFix-LintDiffhighjianyxi, ruoxuan
    If you need further help, please feedback via swagger feedback."

    @mentat9
    Copy link
    Member

    mentat9 commented Nov 8, 2021

    @Ochirkhuyag you will work with this week's oncall @jorgecotillo to complete your ARM review.

    },
    "x-ms-long-running-operation": true,
    "responses": {
    "201": {
    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    201

    what is the reason for the update? according to our RPC, the recommended async post response is 202 Accepted - posts are actions.

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Swagger validation tool (linter) required to.

    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Nvm, after looking at your screenshot, the error because you updated your spec but did not update or added an example for this new API using the appropriate HTTP response.

    Copy link
    Member

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Hi @jianyexi , would you help on Jorge's question about whether the async post response should be 201 or 202?

    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    I think both 202/201 are accepted in lint for post LRO

    Copy link
    Member

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Thanks @jianyexi!
    Hi @Ochirkhuyag , since the swagger should be aligned with service implementation, want to double confirm what's the service behavior about this? 201 or 202?

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    The service is to accept ownership for the subscription. It is responding 202 in previous version. So, I updated it to 201 due to Swagger Validation tool (linter) requiring to change it to 201 when I validate it before the PR. But now I reverted back to 202. No changes on this. Even though Swagger Validation tool (linter) requires to change it to 201, it is okay on validation of the PR.

    @jorgecotillo jorgecotillo added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Nov 9, 2021
    @changlong-liu
    Copy link
    Member

    merging since the breaking changes failures are about adding a type declaration while no behavior changed.

    @changlong-liu changlong-liu merged commit 417fa30 into Azure:main Nov 10, 2021
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    * Copied the last item from private repo and renamed to 2021-10-01
    
    * Updated the version to 2021-10-01
    
    * Error response is updated. It is required by OpenAPI Validation Tools(linter)
    
    * http status response on post method is updated to 201 from 202; required by OpenAPI Validation Tools(linter)
    
    * description is added in #definitions.Operation.properties.display; required by OpenAPI Validation Tools(linter)
    
    * updated error response to match it previous
    
    * systemData properties are added; required by Swagger validation on the PR
    
    * updated readme.md for the new version
    
    * removed a file getSubscriptionOperation.json as long as it is not referenced; required by Swagger Avocado on the PR
    
    * Modified style by npm prettier
    
    * executed npm run prettier; required by prettier check on PR
    
    * added type:object; required by swagger LintDiff
    
    * added type:object; required by swagger LintDiff
    
    * reverted back the post response of acceptOwnership to 202
    
    * http status response on post method is updated to 201 from 202; required by OpenAPI Validation Tools(linter)
    
    * reverted back the post response of acceptOwnership to 202
    
    Co-authored-by: Ochi <ochisamand@microsoft.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-SdkBreakingChange-Python ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    6 participants