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

GA of 2019-01-01-preview and 2020-05-01-preview versions as one version: 2021-04-01 #16948

Conversation

nickgmicrosoft
Copy link
Contributor

@nickgmicrosoft nickgmicrosoft commented Dec 2, 2021

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
      -[ ] 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, @nickgmicrosoft 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 Dec 2, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ 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.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L703


    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ 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: 'B2CTenants_Create' Request Model: 'CreateTenantRequestBody' Response Model: 'B2CTenantResource'
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L205
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: nameAvailable
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L840
    ⚠️ R4000 - ParameterDescriptionRequired 'checkNameAvailabilityRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L59
    ⚠️ R4000 - ParameterDescriptionRequired 'createTenantRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L229
    ⚠️ R4000 - ParameterDescriptionRequired 'updateTenantRequestBody' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L293
    ⚠️ R4021 - DescriptionAndTitleMissing 'B2CTenantResource' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L909
    ⚠️ R4021 - DescriptionAndTitleMissing 'properties' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json#L1002
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️Cross-Version Breaking Changes: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ APIsBeingMovedToANewSpec "details":"Attention: There are some existing APIs currently documented in a new spec file. The validation may not be able to report breaking changes with these APIs. It is recommended not to rename swagger file or move public APIs to a new file when creating a new API version.The existing APIs being moved are:GuestUsages_ListByResourceGroup;",
    "location":"https://github.com/Azure/azure-rest-api-specs/blob/8a12d9a97c32cd1820a045e60b126ad3104d5b3e/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/stable/2021-04-01/externalIdentities.json"
    ️️✔️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 Dec 2, 2021

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️🔄 azure-sdk-for-python inProgress [Detail]
    ️🔄 azure-sdk-for-python-track2 inProgress [Detail]
    ️🔄 azure-sdk-for-go inProgress [Detail]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @nickgmicrosoft, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @openapi-workflow-bot
    Copy link

    NewApiVersionRequired reason:

    A service’s API is a contract with customers and is represented by using the api-version query parameter. Changes such as adding an optional property to a request/response or introducing a new operation is a change to the service’s contract and therefore requires a new api-version value. This is critically important for documentation, client libraries, and customer support.

    EXAMPLE: if a customer calls a service in the public cloud using api-version=2020-07-27, the new property or operation may exist but if they call the service in a government cloud, air-gapped cloud, or Azure Stack Hub cloud using the same api-version, the property or operation may not exist. Because there is no clear relationship between the service api-version and the new property/operation, customers can’t trust the documentation and Azure customer have difficulty helping customers diagnose issues. In addition, each client library version documents the service version it supports. When an optional property or new operation is added to a service and its Swagger, new client libraries must be produced to expose this functionality to customers. Without updating the api-version, it is unclear to customers which version of a client library supports these new features.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Dec 3, 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-externalidentities - first release
    ️✔️azure-sdk-for-go - azureadexternalidentities/mgmt/2021-04-01/externalidentities - Approved - v60.0.0
    ️✔️azure-sdk-for-go - preview/azureadexternalidentities/mgmt/2020-05-01-preview/externalidentities - Approved - v60.0.0
    ️✔️azure-sdk-for-go - preview/azureadexternalidentities/mgmt/2019-01-01-preview/externalidentities - Approved - v60.0.0
    azure-sdk-for-go - preview/azureadb2c/mgmt/2020-05-01-preview/azureadb2c - Approved - v61.3.0
    +	Package was removed
    ️✔️azure-sdk-for-go-track2 - armazureadexternalidentities - 0.1.0
    ️✔️azure-sdk-for-go - azureadexternalidentities/mgmt/2021-04-01/azureadexternalidentities - Approved - v61.3.0
    ️✔️azure-sdk-for-go - preview/azureadexternalidentities/mgmt/2020-05-01-preview/azureadexternalidentities - Approved - v61.3.0
    ️✔️azure-sdk-for-go - preview/azureadexternalidentities/mgmt/2019-01-01-preview/azureadexternalidentities - Approved - v61.3.0
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-azureadexternalidentities - first release
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 0466e86. 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
      cmderr	[automation_generate.sh]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.1.2 -> 8.5.0
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.0>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.5.0` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-azureadexternalidentities [View full logs]  [Release SDK Changes]
      info	[Changelog]   - Initial Release
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 0466e86. 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
    • ️✔️azureadexternalidentities/mgmt/2021-04-01/azureadexternalidentities [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
      info	[Changelog]
    • ️✔️preview/azureadexternalidentities/mgmt/2020-05-01-preview/azureadexternalidentities [View full logs
      info	[Changelog] This is a new package
      info	[Changelog]
    • ️✔️preview/azureadexternalidentities/mgmt/2019-01-01-preview/azureadexternalidentities [View full logs
      info	[Changelog] This is a new package
      info	[Changelog]
    • ️✔️preview/azureadb2c/mgmt/2020-05-01-preview/azureadb2c [View full logs
      info	[Changelog] This package was removed
      info	[Changelog]
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 0466e86. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️armazureadexternalidentities [View full logs]  [Release SDK Changes]
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New function `*GuestUsagesClient.Update(context.Context, string, string, *GuestUsagesClientUpdateOptions) (GuestUsagesClientUpdateResponse, error)`
      info	[Changelog] - New function `PossibleTypeValueValues() []TypeValue`
      info	[Changelog] - New function `*timeRFC3339.Parse(string) error`
      info	[Changelog] - New function `*B2CTenantsClientCreatePoller.ResumeToken() (string, error)`
      info	[Changelog] - New function `GuestUsagesResource.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*OperationsClient.List(context.Context, *OperationsClientListOptions) (OperationsClientListResponse, error)`
      info	[Changelog] - New function `GuestUsagesResourceList.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*B2CTenantsClientDeletePoller.Poll(context.Context) (*http.Response, error)`
      info	[Changelog] - New function `B2CTenantUpdateRequest.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*B2CTenantsClientCreatePoller.Done() bool`
      info	[Changelog] - New function `timeRFC3339.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*GuestUsagesClient.Delete(context.Context, string, string, *GuestUsagesClientDeleteOptions) (GuestUsagesClientDeleteResponse, error)`
      info	[Changelog] - New function `*B2CTenantsClient.ListBySubscription(context.Context, *B2CTenantsClientListBySubscriptionOptions) (B2CTenantsClientListBySubscriptionResponse, error)`
      info	[Changelog] - New function `*B2CTenantsClient.Get(context.Context, string, string, *B2CTenantsClientGetOptions) (B2CTenantsClientGetResponse, error)`
      info	[Changelog] - New function `*GuestUsagesClient.Get(context.Context, string, string, *GuestUsagesClientGetOptions) (GuestUsagesClientGetResponse, error)`
      info	[Changelog] - New function `*timeRFC3339.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `*GuestUsagesClient.Create(context.Context, string, string, *GuestUsagesClientCreateOptions) (GuestUsagesClientCreateResponse, error)`
      info	[Changelog] - New function `NameAvailabilityReasonType.ToPtr() *NameAvailabilityReasonType`
      info	[Changelog] - New function `*B2CTenantsClientDeletePoller.Done() bool`
      info	[Changelog] - New function `PossibleNameAvailabilityReasonTypeValues() []NameAvailabilityReasonType`
      info	[Changelog] - New function `*GuestUsagesClient.ListByResourceGroup(context.Context, string, *GuestUsagesClientListByResourceGroupOptions) (GuestUsagesClientListByResourceGroupResponse, error)`
      info	[Changelog] - New function `*GuestUsagesClient.ListBySubscription(context.Context, *GuestUsagesClientListBySubscriptionOptions) (GuestUsagesClientListBySubscriptionResponse, error)`
      info	[Changelog] - New function `PossibleB2CResourceSKUNameValues() []B2CResourceSKUName`
      info	[Changelog] - New function `PossibleB2CResourceSKUTierValues() []B2CResourceSKUTier`
      info	[Changelog] - New function `SystemData.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `B2CTenantsClientCreatePollerResponse.PollUntilDone(context.Context, time.Duration) (B2CTenantsClientCreateResponse, error)`
      info	[Changelog] - New function `B2CResourceSKUTier.ToPtr() *B2CResourceSKUTier`
      info	[Changelog] - New function `*B2CTenantsClient.ListByResourceGroup(context.Context, string, *B2CTenantsClientListByResourceGroupOptions) (B2CTenantsClientListByResourceGroupResponse, error)`
      info	[Changelog] - New function `GuestUsagesResourcePatch.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `CreatedByType.ToPtr() *CreatedByType`
      info	[Changelog] - New function `*B2CTenantsClient.CheckNameAvailability(context.Context, *B2CTenantsClientCheckNameAvailabilityOptions) (B2CTenantsClientCheckNameAvailabilityResponse, error)`
      info	[Changelog] - New function `NewB2CTenantsClient(string, azcore.TokenCredential, *arm.ClientOptions) *B2CTenantsClient`
      info	[Changelog] - New function `timeRFC3339.MarshalText() ([]byte, error)`
      info	[Changelog] - New function `*B2CTenantsClientDeletePoller.ResumeToken() (string, error)`
      info	[Changelog] - New function `*timeRFC3339.UnmarshalText([]byte) error`
      info	[Changelog] - New function `NewGuestUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) *GuestUsagesClient`
      info	[Changelog] - New function `*B2CTenantsClientCreatePollerResponse.Resume(context.Context, *B2CTenantsClient, string) error`
      info	[Changelog] - New function `*B2CTenantsClientDeletePollerResponse.Resume(context.Context, *B2CTenantsClient, string) error`
      info	[Changelog] - New function `TypeValue.ToPtr() *TypeValue`
      info	[Changelog] - New function `B2CResourceSKUName.ToPtr() *B2CResourceSKUName`
      info	[Changelog] - New function `*B2CTenantsClient.Update(context.Context, string, string, *B2CTenantsClientUpdateOptions) (B2CTenantsClientUpdateResponse, error)`
      info	[Changelog] - New function `AvailableOperations.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `B2CTenantsClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (B2CTenantsClientDeleteResponse, error)`
      info	[Changelog] - New function `BillingType.ToPtr() *BillingType`
      info	[Changelog] - New function `CreateTenantRequestBody.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*SystemData.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `PossibleCreatedByTypeValues() []CreatedByType`
      info	[Changelog] - New function `PossibleBillingTypeValues() []BillingType`
      info	[Changelog] - New function `*B2CTenantsClientCreatePoller.Poll(context.Context) (*http.Response, error)`
      info	[Changelog] - New function `NewOperationsClient(azcore.TokenCredential, *arm.ClientOptions) *OperationsClient`
      info	[Changelog] - New function `B2CTenantResourceList.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*B2CTenantsClient.BeginDelete(context.Context, string, string, *B2CTenantsClientBeginDeleteOptions) (B2CTenantsClientDeletePollerResponse, error)`
      info	[Changelog] - New struct `AvailableOperations`
      info	[Changelog] - New struct `B2CResourceSKU`
      info	[Changelog] - New struct `B2CTenantResource`
      info	[Changelog] - New struct `B2CTenantResourceList`
      info	[Changelog] - New struct `B2CTenantResourceProperties`
      info	[Changelog] - New struct `B2CTenantResourcePropertiesBillingConfig`
      info	[Changelog] - New struct `B2CTenantUpdateRequest`
      info	[Changelog] - New struct `B2CTenantsClient`
      info	[Changelog] - New struct `B2CTenantsClientBeginCreateOptions`
      info	[Changelog] - New struct `B2CTenantsClientBeginDeleteOptions`
      info	[Changelog] - New struct `B2CTenantsClientCheckNameAvailabilityOptions`
      info	[Changelog] - New struct `B2CTenantsClientCheckNameAvailabilityResponse`
      info	[Changelog] - New struct `B2CTenantsClientCheckNameAvailabilityResult`
      info	[Changelog] - New struct `B2CTenantsClientCreatePoller`
      info	[Changelog] - New struct `B2CTenantsClientCreatePollerResponse`
      info	[Changelog] - New struct `B2CTenantsClientCreateResponse`
      info	[Changelog] - New struct `B2CTenantsClientCreateResult`
      info	[Changelog] - New struct `B2CTenantsClientDeletePoller`
      info	[Changelog] - New struct `B2CTenantsClientDeletePollerResponse`
      info	[Changelog] - New struct `B2CTenantsClientDeleteResponse`
      info	[Changelog] - New struct `B2CTenantsClientGetOptions`
      info	[Changelog] - New struct `B2CTenantsClientGetResponse`
      info	[Changelog] - New struct `B2CTenantsClientGetResult`
      info	[Changelog] - New struct `B2CTenantsClientListByResourceGroupOptions`
      info	[Changelog] - New struct `B2CTenantsClientListByResourceGroupResponse`
      info	[Changelog] - New struct `B2CTenantsClientListByResourceGroupResult`
      info	[Changelog] - New struct `B2CTenantsClientListBySubscriptionOptions`
      info	[Changelog] - New struct `B2CTenantsClientListBySubscriptionResponse`
      info	[Changelog] - New struct `B2CTenantsClientListBySubscriptionResult`
      info	[Changelog] - New struct `B2CTenantsClientUpdateOptions`
      info	[Changelog] - New struct `B2CTenantsClientUpdateResponse`
      info	[Changelog] - New struct `B2CTenantsClientUpdateResult`
      info	[Changelog] - New struct `CheckNameAvailabilityRequestBody`
      info	[Changelog] - New struct `CreateTenantProperties`
      info	[Changelog] - New struct `CreateTenantRequestBody`
      info	[Changelog] - New struct `CreateTenantRequestBodyProperties`
      info	[Changelog] - New struct `GuestUsagesClient`
      info	[Changelog] - New struct `GuestUsagesClientCreateOptions`
      info	[Changelog] - New struct `GuestUsagesClientCreateResponse`
      info	[Changelog] - New struct `GuestUsagesClientCreateResult`
      info	[Changelog] - New struct `GuestUsagesClientDeleteOptions`
      info	[Changelog] - New struct `GuestUsagesClientDeleteResponse`
      info	[Changelog] - New struct `GuestUsagesClientGetOptions`
      info	[Changelog] - New struct `GuestUsagesClientGetResponse`
      info	[Changelog] - New struct `GuestUsagesClientGetResult`
      info	[Changelog] - New struct `GuestUsagesClientListByResourceGroupOptions`
      info	[Changelog] - New struct `GuestUsagesClientListByResourceGroupResponse`
      info	[Changelog] - New struct `GuestUsagesClientListByResourceGroupResult`
      info	[Changelog] - New struct `GuestUsagesClientListBySubscriptionOptions`
      info	[Changelog] - New struct `GuestUsagesClientListBySubscriptionResponse`
      info	[Changelog] - New struct `GuestUsagesClientListBySubscriptionResult`
      info	[Changelog] - New struct `GuestUsagesClientUpdateOptions`
      info	[Changelog] - New struct `GuestUsagesClientUpdateResponse`
      info	[Changelog] - New struct `GuestUsagesClientUpdateResult`
      info	[Changelog] - New struct `GuestUsagesResource`
      info	[Changelog] - New struct `GuestUsagesResourceList`
      info	[Changelog] - New struct `GuestUsagesResourcePatch`
      info	[Changelog] - New struct `GuestUsagesResourceProperties`
      info	[Changelog] - New struct `NameAvailabilityResponse`
      info	[Changelog] - New struct `OperationDetail`
      info	[Changelog] - New struct `OperationDisplay`
      info	[Changelog] - New struct `OperationsClient`
      info	[Changelog] - New struct `OperationsClientListOptions`
      info	[Changelog] - New struct `OperationsClientListResponse`
      info	[Changelog] - New struct `OperationsClientListResult`
      info	[Changelog] - New struct `SystemData`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 201 additive change(s).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi, @nickgmicrosoft 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 openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Dec 3, 2021
    Copy link
    Contributor

    @j5lim j5lim left a comment

    Choose a reason for hiding this comment

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

    Approved from ARM side.

    @j5lim j5lim 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 ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Dec 7, 2021
    Copy link
    Member

    @msyyc msyyc left a comment

    Choose a reason for hiding this comment

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

    approve for Python configuration

    @ArcturusZhang ArcturusZhang added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Dec 9, 2021
    @ghost
    Copy link

    ghost commented Dec 26, 2021

    Hi, @nickgmicrosoft. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

    @ghost ghost added the no-recent-activity label Dec 26, 2021
    @ghost ghost closed this Jan 10, 2022
    @ghost
    Copy link

    ghost commented Jan 10, 2022

    Hi, @nickgmicrosoft. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee.

    @nickgmicrosoft
    Copy link
    Contributor Author

    Ready to merge

    @msyyc msyyc merged commit 0466e86 into Azure:main Feb 14, 2022
    FredericHeem pushed a commit to grucloud/azure-rest-api-specs that referenced this pull request Mar 7, 2022
    …on: 2021-04-01 (Azure#16948)
    
    * Adds base for updating Microsoft.AzureActiveDirectory from version preview/2019-01-01-preview to version 2021-04-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * combining two existing preview versions into one GA version
    
    * touching up readme files
    
    * removing changes to existing files
    
    * copying over guestusages entries into new version
    
    * addressing lint errors
    
    * fixing additionalProperties
    
    * fixing errors with example for guestusages
    
    * fixing formatting issues
    
    * using alternative form of additionalProperties
    
    * fixing long running error tags for get
    
    * adding flattening and correct folder path for go
    
    * addressing systemData and operation api response schema issues
    
    * fixing missing comma
    
    * fixing reference to v2/types'
    
    * fixing reference to v2/types'
    
    * fixing reference to v2/types'
    
    * removing operation properties
    
    * Update specification/cpim/resource-manager/readme.md
    
    Removing track1
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    
    * azureadexternalidentities name for python
    
    * removing async operation
    
    * adding 200 for delete operation and removing reference to nickgomez97
    
    * making go version compatible with track2
    
    * adding flag for track2 for go
    
    * renaming service folder name
    
    * fixing name miss for azureadexternalidentities from externalidentities in go file
    
    * removing csharp file, not needed for now
    
    * adding back csharp file and fixing GeneratedProtocol to Generated
    
    * reverting folder name change - introduces too many errors
    
    * modelAsString=true for enums
    
    * sligth change to trigger checks again
    
    Co-authored-by: Edwin Gomez Cuellar <edwingomezcuellar@DESKTOP-26P66H4.corp.microsoft.com>
    Co-authored-by: Edwin Gomez Cuellar <edwingomezcuellar@Edwins-MacBook-Pro.local>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-FixRequiredOnFailure
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    4 participants