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

Release apimangement 2022-08 01 #22313

Merged
merged 5 commits into from
Feb 14, 2023
Merged

Release apimangement 2022-08 01 #22313

merged 5 commits into from
Feb 14, 2023

Conversation

solankisamir
Copy link
Member

@solankisamir solankisamir commented Jan 25, 2023

ARM API Information (Control Plane)

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

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

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. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

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 the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • 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. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • 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 you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Additional details on the process and office hours are on the Breaking Change Wiki.

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

Please follow the link to find more details on PR review process.

solankisamir and others added 2 commits October 28, 2022 10:27
* add base for 2022-08-01

* updates readme.md

* update api-version and examples

* resolve Go SDK breaking change

* update examples to fix model definition

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
* merging in resolver entities

* adding resolver updates

* fixed policy examples that were missing a policyId param

* fixed typo that added a nested properties prop

* fixed description for API Resolvers List, filter query

* fixed error in definitions for resolvers

* fixed example that had an incorrect response definition

* added missing json file references

* fix for linting errors

* ref fixes and undoing bad merge overwrites

* fix typo
@openapi-workflow-bot
Copy link

Hi, @solankisamir 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. vscswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 25, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️🔄Breaking Change(Cross-Version) inProgress [Detail]
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️❌LintDiff: 16 Errors, 24 Warnings failed [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-2022-08 package-2022-08(7008bab) default(main)

    [must fix]The following errors/warnings are introduced by current PR:

    Only 30 items are listed, please refer to log for more details.

    Rule Message Related RPC [For API reviewers]
    GetCollectionResponseSchema The response in the GET collection operation 'GraphQLApiResolver_ListByApi' does not match the response definition in the individual GET operation 'GraphQLApiResolver_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L1804
    GetCollectionResponseSchema The response in the GET collection operation 'GraphQLApiResolverPolicy_ListByResolver' does not match the response definition in the individual GET operation 'GraphQLApiResolverPolicy_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L2158
    GetCollectionResponseSchema The response in the GET collection operation 'ApiWikis_List' does not match the response definition in the individual GET operation 'ApiWiki_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L5344
    GetCollectionResponseSchema The response in the GET collection operation 'AuthorizationProvider_ListByService' does not match the response definition in the individual GET operation 'AuthorizationProvider_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationproviders.json#L37
    GetCollectionResponseSchema The response in the GET collection operation 'Authorization_ListByAuthorizationProvider' does not match the response definition in the individual GET operation 'Authorization_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationproviders.json#L275
    OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Authorization' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationproviders.json#L280
    GetCollectionResponseSchema The response in the GET collection operation 'AuthorizationAccessPolicy_ListByAuthorization' does not match the response definition in the individual GET operation 'AuthorizationAccessPolicy_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationproviders.json#L645
    GetCollectionResponseSchema The response in the GET collection operation 'Documentation_ListByService' does not match the response definition in the individual GET operation 'Documentation_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimdocumentations.json#L37
    GetCollectionResponseSchema The response in the GET collection operation 'PolicyFragment_ListByService' does not match the response definition in the individual GET operation 'PolicyFragment_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimpolicyfragments.json#L37
    CreateOperationAsyncResponseValidation An async PUT operation is tracked via Azure-AsyncOperation header. Set 'final-state-via' property to 'azure-async-operation' on 'x-ms-long-running-operation-options'
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimpolicyfragments.json#L201
    RPC-Async-V1-01
    CreateOperationAsyncResponseValidation Only 201 is the supported response code for PUT async response.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimpolicyfragments.json#L266
    RPC-Async-V1-01
    GetCollectionResponseSchema The response in the GET collection operation 'PortalConfig_ListByService' does not match the response definition in the individual GET operation 'PortalConfig_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L37
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property name.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L205
    RPC-Patch-V1-02
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property type.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L205
    RPC-Patch-V1-02
    GetCollectionResponseSchema The response in the GET collection operation 'ProductWikis_list' does not match the response definition in the individual GET operation 'ProductWiki_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimproducts.json#L1682
    ArrayMustHaveType 'items.type' property must be truthy
    Location: Microsoft.ApiManagement/stable/2022-08-01/definitions.json#L4603
    ⚠️ PostOperationIdContainsUrlVerb OperationId should contain the verb: 'getloginlinks' in:'AuthorizationLoginLinks_Post'. Consider updating the operationId
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationproviders.json#L527
    ⚠️ PageableOperation Based on the response model schema, operation 'PolicyFragment_ListByService' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimpolicyfragments.json#L38
    ⚠️ PageableOperation Based on the response model schema, operation 'PortalConfig_ListByService' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L38
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L49
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L91
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L137
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L186
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimportalconfigs.json#L241
    ⚠️ ListInOperationName Since operation response has model definition in array type, it should be of the form '_list'.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimproducts.json#L1683
    ⚠️ GetInOperationName 'GET' operation 'ProductWikis_list' 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.ApiManagement/stable/2022-08-01/apimproducts.json#L1687
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ApiManagement/stable/2022-08-01/definitions.json#L1677
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ApiManagement/stable/2022-08-01/definitions.json#L1681
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ApiManagement/stable/2022-08-01/definitions.json#L1780
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.ApiManagement/stable/2022-08-01/definitions.json#L1784


    The following errors/warnings exist before current PR submission:

    Only 30 items are listed, please refer to log for more details.

    Rule Message
    GetCollectionResponseSchema The response in the GET collection operation 'Api_ListByService' does not match the response definition in the individual GET operation 'Api_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L37
    CreateOperationAsyncResponseValidation An async PUT operation is tracked via Azure-AsyncOperation header. Set 'final-state-via' property to 'azure-async-operation' on 'x-ms-long-running-operation-options'
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L215
    CreateOperationAsyncResponseValidation Only 201 is the supported response code for PUT async response.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L313
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L313
    GetCollectionResponseSchema The response in the GET collection operation 'ApiRelease_ListByService' does not match the response definition in the individual GET operation 'ApiRelease_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L517
    RepeatedPathInfo The 'apiId' already appears in the path, please don't repeat it in the request body.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L699
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property name.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L781
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property type.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L781
    GetCollectionResponseSchema The response in the GET collection operation 'ApiOperation_ListByApi' does not match the response definition in the individual GET operation 'ApiOperation_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L871
    GetCollectionResponseSchema The response in the GET collection operation 'ApiOperationPolicy_ListByOperation' does not match the response definition in the individual GET operation 'ApiOperationPolicy_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L1235
    GetCollectionResponseSchema The response in the GET collection operation 'Tag_ListByOperation' does not match the response definition in the individual GET operation 'Tag_GetByOperation' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L1526
    GetCollectionResponseSchema The response in the GET collection operation 'ApiPolicy_ListByApi' does not match the response definition in the individual GET operation 'ApiPolicy_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L2514
    GetCollectionResponseSchema The response in the GET collection operation 'ApiSchema_ListByApi' does not match the response definition in the individual GET operation 'ApiSchema_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L2798
    CreateOperationAsyncResponseValidation An async PUT operation is tracked via Azure-AsyncOperation header. Set 'final-state-via' property to 'azure-async-operation' on 'x-ms-long-running-operation-options'
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L2961
    CreateOperationAsyncResponseValidation Only 201 is the supported response code for PUT async response.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3005
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3005
    GetCollectionResponseSchema The response in the GET collection operation 'ApiDiagnostic_ListByService' does not match the response definition in the individual GET operation 'ApiDiagnostic_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3101
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property name.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3365
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property type.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3365
    GetCollectionResponseSchema The response in the GET collection operation 'ApiIssue_ListByService' does not match the response definition in the individual GET operation 'ApiIssue_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3455
    RepeatedPathInfo The 'apiId' already appears in the path, please don't repeat it in the request body.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3651
    GetCollectionResponseSchema The response in the GET collection operation 'ApiIssueComment_ListByService' does not match the response definition in the individual GET operation 'ApiIssueComment_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L3823
    GetCollectionResponseSchema The response in the GET collection operation 'ApiIssueAttachment_ListByService' does not match the response definition in the individual GET operation 'ApiIssueAttachment_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L4128
    GetCollectionResponseSchema The response in the GET collection operation 'ApiTagDescription_ListByService' does not match the response definition in the individual GET operation 'ApiTagDescription_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L4433
    GetCollectionResponseSchema The response in the GET collection operation 'Tag_ListByApi' does not match the response definition in the individual GET operation 'Tag_GetByApi' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapis.json#L4723
    GetCollectionResponseSchema The response in the GET collection operation 'ApiVersionSet_ListByService' does not match the response definition in the individual GET operation 'ApiVersionSet_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimapiversionsets.json#L37
    GetCollectionResponseSchema The response in the GET collection operation 'AuthorizationServer_ListByService' does not match the response definition in the individual GET operation 'AuthorizationServer_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationservers.json#L37
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property name.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationservers.json#L286
    UnSupportedPatchProperties The patch operation body parameter schema should not contains property type.
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimauthorizationservers.json#L286
    GetCollectionResponseSchema The response in the GET collection operation 'Backend_ListByService' does not match the response definition in the individual GET operation 'Backend_Get' .
    Location: Microsoft.ApiManagement/stable/2022-08-01/apimbackends.json#L37
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ CIRCULAR_REFERENCE The JSON file has a circular reference.
    readme: specification/apimanagement/resource-manager/readme.md
    json: Microsoft.ApiManagement/stable/2022-08-01/definitions.json
    ️❌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.ApiManagement' for api version '2022-08-01'. The supported api-versions are '2014-02-14,
    2015-09-15,
    2016-07-07,
    2016-10-10,
    2017-03-01,
    2018-01-01,
    2018-06-01-preview,
    2019-01-01,
    2019-12-01-preview,
    2019-12-01,
    2020-06-01-preview,
    2020-12-01,
    2021-01-01-preview,
    2021-04-01-preview,
    2021-08-01,
    2021-12-01-preview,
    2022-04-01-preview'."
    ️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]

    API Test is not triggered due to precheck failure. Check pipeline log for details.

    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️️✔️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).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 25, 2023

    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-go - sdk/resourcemanager/apimanagement/armapimanagement - Approved - 2.0.0
    -	Type of `ContentItemContract.Properties` has been changed from `map[string]interface{}` to `map[string]any`
    -	Type of `ContentTypeContractProperties.Schema` has been changed from `interface{}` to `any`
    -	Type of `GlobalSchemaContractProperties.Document` has been changed from `interface{}` to `any`
    -	Type of `GlobalSchemaContractProperties.Value` has been changed from `interface{}` to `any`
    -	Type of `Operation.Properties` has been changed from `interface{}` to `any`
    -	Type of `ParameterExampleContract.Value` has been changed from `interface{}` to `any`
    -	Type of `SchemaDocumentProperties.Components` has been changed from `interface{}` to `any`
    -	Type of `SchemaDocumentProperties.Definitions` has been changed from `interface{}` to `any`
    azure-sdk-for-python-track2 - track2_azure-mgmt-apimanagement - Approved - 3.1.0b1
    +	Operation ContentItemOperations.create_or_update has a new required parameter parameters
    +	Operation ContentTypeOperations.create_or_update has a new required parameter parameters
    azure-sdk-for-js - @azure/arm-apimanagement - Approved - 10.0.0
    +	Removed Enum KnownApiVersionSetContractDetailsVersioningScheme
    +	Type of parameter versioningScheme of interface ApiVersionSetContractDetails is changed from ApiVersionSetContractDetailsVersioningScheme to VersioningScheme
    ️❌ azure-sdk-for-net-track2 failed [Detail]
    • Failed [Logs]Release - Generate from 2f17a90. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:672
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 672 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[36;1m     | �[31;1mFailed to build sdk. exit code: False
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[0m
    • Azure.ResourceManager.ApiManagement [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] Breaking Changes: /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : MembersMustExist : Member 'public Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType> Azure.ResourceManager.ApiManagement.ApiManagementServiceResource.CreateOrUpdateContentType(System.String, System.Nullable<Azure.ETag>, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Azure.ResourceManager.ApiManagement.csproj::TargetFramework=netstandard2.0],
      info	[Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : MembersMustExist : Member 'public System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>> Azure.ResourceManager.ApiManagement.ApiManagementServiceResource.CreateOrUpdateContentTypeAsync(System.String, System.Nullable<Azure.ETag>, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Azure.ResourceManager.ApiManagement.csproj::TargetFramework=netstandard2.0],
      info	[Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(96,5): error : ApiCompat failed for '/mnt/vss/_work/1/s/azure-sdk-for-net/artifacts/bin/Azure.ResourceManager.ApiManagement/Debug/netstandard2.0/Azure.ResourceManager.ApiManagement.dll' [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Azure.ResourceManager.ApiManagement.csproj::TargetFramework=netstandard2.0]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 2f17a90. 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
    • ️✔️sdk/resourcemanager/apimanagement/armapimanagement [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New function `*GraphQLAPIResolverPolicyClient.GetEntityTag(context.Context, string, string, string, string, PolicyIDName, *GraphQLAPIResolverPolicyClientGetEntityTagOptions) (GraphQLAPIResolverPolicyClientGetEntityTagResponse, error)`
      info	[Changelog] - New function `*GraphQLAPIResolverPolicyClient.NewListByResolverPager(string, string, string, string, *GraphQLAPIResolverPolicyClientListByResolverOptions) *runtime.Pager[GraphQLAPIResolverPolicyClientListByResolverResponse]`
      info	[Changelog] - New function `NewPolicyFragmentClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PolicyFragmentClient, error)`
      info	[Changelog] - New function `*PolicyFragmentClient.BeginCreateOrUpdate(context.Context, string, string, string, PolicyFragmentContract, *PolicyFragmentClientBeginCreateOrUpdateOptions) (*runtime.Poller[PolicyFragmentClientCreateOrUpdateResponse], error)`
      info	[Changelog] - New function `*PolicyFragmentClient.Delete(context.Context, string, string, string, string, *PolicyFragmentClientDeleteOptions) (PolicyFragmentClientDeleteResponse, error)`
      info	[Changelog] - New function `*PolicyFragmentClient.Get(context.Context, string, string, string, *PolicyFragmentClientGetOptions) (PolicyFragmentClientGetResponse, error)`
      info	[Changelog] - New function `*PolicyFragmentClient.GetEntityTag(context.Context, string, string, string, *PolicyFragmentClientGetEntityTagOptions) (PolicyFragmentClientGetEntityTagResponse, error)`
      info	[Changelog] - New function `*PolicyFragmentClient.ListByService(context.Context, string, string, *PolicyFragmentClientListByServiceOptions) (PolicyFragmentClientListByServiceResponse, error)`
      info	[Changelog] - New function `*PolicyFragmentClient.ListReferences(context.Context, string, string, string, *PolicyFragmentClientListReferencesOptions) (PolicyFragmentClientListReferencesResponse, error)`
      info	[Changelog] - New function `NewPortalConfigClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PortalConfigClient, error)`
      info	[Changelog] - New function `*PortalConfigClient.CreateOrUpdate(context.Context, string, string, string, string, PortalConfigContract, *PortalConfigClientCreateOrUpdateOptions) (PortalConfigClientCreateOrUpdateResponse, error)`
      info	[Changelog] - New function `*PortalConfigClient.Get(context.Context, string, string, string, *PortalConfigClientGetOptions) (PortalConfigClientGetResponse, error)`
      info	[Changelog] - New function `*PortalConfigClient.GetEntityTag(context.Context, string, string, string, *PortalConfigClientGetEntityTagOptions) (PortalConfigClientGetEntityTagResponse, error)`
      info	[Changelog] - New function `*PortalConfigClient.ListByService(context.Context, string, string, *PortalConfigClientListByServiceOptions) (PortalConfigClientListByServiceResponse, error)`
      info	[Changelog] - New function `*PortalConfigClient.Update(context.Context, string, string, string, string, PortalConfigContract, *PortalConfigClientUpdateOptions) (PortalConfigClientUpdateResponse, error)`
      info	[Changelog] - New function `NewProductWikiClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ProductWikiClient, error)`
      info	[Changelog] - New function `*ProductWikiClient.CreateOrUpdate(context.Context, string, string, string, WikiContract, *ProductWikiClientCreateOrUpdateOptions) (ProductWikiClientCreateOrUpdateResponse, error)`
      info	[Changelog] - New function `*ProductWikiClient.Delete(context.Context, string, string, string, string, *ProductWikiClientDeleteOptions) (ProductWikiClientDeleteResponse, error)`
      info	[Changelog] - New function `*ProductWikiClient.Get(context.Context, string, string, string, *ProductWikiClientGetOptions) (ProductWikiClientGetResponse, error)`
      info	[Changelog] - New function `*ProductWikiClient.GetEntityTag(context.Context, string, string, string, *ProductWikiClientGetEntityTagOptions) (ProductWikiClientGetEntityTagResponse, error)`
      info	[Changelog] - New function `*ProductWikiClient.Update(context.Context, string, string, string, string, WikiUpdateContract, *ProductWikiClientUpdateOptions) (ProductWikiClientUpdateResponse, error)`
      info	[Changelog] - New function `NewProductWikisClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ProductWikisClient, error)`
      info	[Changelog] - New function `*ProductWikisClient.NewListPager(string, string, string, *ProductWikisClientListOptions) *runtime.Pager[ProductWikisClientListResponse]`
      info	[Changelog] - New function `*ServiceClient.BeginMigrateToStv2(context.Context, string, string, *ServiceClientBeginMigrateToStv2Options) (*runtime.Poller[ServiceClientMigrateToStv2Response], error)`
      info	[Changelog] - New struct `APIWikiClient`
      info	[Changelog] - New struct `APIWikisClient`
      info	[Changelog] - New struct `APIWikisClientListResponse`
      info	[Changelog] - New struct `AuthorizationAccessPolicyClient`
      info	[Changelog] - New struct `AuthorizationAccessPolicyClientListByAuthorizationResponse`
      info	[Changelog] - New struct `AuthorizationAccessPolicyCollection`
      info	[Changelog] - New struct `AuthorizationAccessPolicyContract`
      info	[Changelog] - New struct `AuthorizationAccessPolicyContractProperties`
      info	[Changelog] - New struct `AuthorizationClient`
      info	[Changelog] - New struct `AuthorizationClientListByAuthorizationProviderResponse`
      info	[Changelog] - New struct `AuthorizationCollection`
      info	[Changelog] - New struct `AuthorizationConfirmConsentCodeRequestContract`
      info	[Changelog] - New struct `AuthorizationContract`
      info	[Changelog] - New struct `AuthorizationContractProperties`
      info	[Changelog] - New struct `AuthorizationError`
      info	[Changelog] - New struct `AuthorizationLoginLinksClient`
      info	[Changelog] - New struct `AuthorizationLoginRequestContract`
      info	[Changelog] - New struct `AuthorizationLoginResponseContract`
      info	[Changelog] - New struct `AuthorizationProviderClient`
      info	[Changelog] - New struct `AuthorizationProviderClientListByServiceResponse`
      info	[Changelog] - New struct `AuthorizationProviderCollection`
      info	[Changelog] - New struct `AuthorizationProviderContract`
      info	[Changelog] - New struct `AuthorizationProviderContractProperties`
      info	[Changelog] - New struct `AuthorizationProviderOAuth2GrantTypes`
      info	[Changelog] - New struct `AuthorizationProviderOAuth2Settings`
      info	[Changelog] - New struct `DocumentationClient`
      info	[Changelog] - New struct `DocumentationClientListByServiceResponse`
      info	[Changelog] - New struct `DocumentationCollection`
      info	[Changelog] - New struct `DocumentationContract`
      info	[Changelog] - New struct `DocumentationContractProperties`
      info	[Changelog] - New struct `DocumentationUpdateContract`
      info	[Changelog] - New struct `GraphQLAPIResolverClient`
      info	[Changelog] - New struct `GraphQLAPIResolverClientListByAPIResponse`
      info	[Changelog] - New struct `GraphQLAPIResolverPolicyClient`
      info	[Changelog] - New struct `GraphQLAPIResolverPolicyClientListByResolverResponse`
      info	[Changelog] - New struct `PolicyFragmentClient`
      info	[Changelog] - New struct `PolicyFragmentClientCreateOrUpdateResponse`
      info	[Changelog] - New struct `PolicyFragmentCollection`
      info	[Changelog] - New struct `PolicyFragmentContract`
      info	[Changelog] - New struct `PolicyFragmentContractProperties`
      info	[Changelog] - New struct `PortalConfigClient`
      info	[Changelog] - New struct `PortalConfigCollection`
      info	[Changelog] - New struct `PortalConfigContract`
      info	[Changelog] - New struct `PortalConfigCorsProperties`
      info	[Changelog] - New struct `PortalConfigCspProperties`
      info	[Changelog] - New struct `PortalConfigDelegationProperties`
      info	[Changelog] - New struct `PortalConfigProperties`
      info	[Changelog] - New struct `PortalConfigPropertiesSignin`
      info	[Changelog] - New struct `PortalConfigPropertiesSignup`
      info	[Changelog] - New struct `PortalConfigTermsOfServiceProperties`
      info	[Changelog] - New struct `ProductWikiClient`
      info	[Changelog] - New struct `ProductWikisClient`
      info	[Changelog] - New struct `ProductWikisClientListResponse`
      info	[Changelog] - New struct `ProxyResource`
      info	[Changelog] - New struct `ResolverCollection`
      info	[Changelog] - New struct `ResolverContract`
      info	[Changelog] - New struct `ResolverEntityBaseContract`
      info	[Changelog] - New struct `ResolverResultContract`
      info	[Changelog] - New struct `ResolverResultContractProperties`
      info	[Changelog] - New struct `ResolverResultLogItemContract`
      info	[Changelog] - New struct `ResolverUpdateContract`
      info	[Changelog] - New struct `ResolverUpdateContractProperties`
      info	[Changelog] - New struct `ResourceCollection`
      info	[Changelog] - New struct `ResourceCollectionValueItem`
      info	[Changelog] - New struct `ServiceClientMigrateToStv2Response`
      info	[Changelog] - New struct `WikiCollection`
      info	[Changelog] - New struct `WikiContract`
      info	[Changelog] - New struct `WikiContractProperties`
      info	[Changelog] - New struct `WikiDocumentationContract`
      info	[Changelog] - New struct `WikiUpdateContract`
      info	[Changelog] - New field `TranslateRequiredQueryParametersConduct` in struct `APICreateOrUpdateProperties`
      info	[Changelog] - New field `NatGatewayState` in struct `AdditionalLocation`
      info	[Changelog] - New field `OutboundPublicIPAddresses` in struct `AdditionalLocation`
      info	[Changelog] - New field `OAuth2AuthenticationSettings` in struct `AuthenticationSettingsContract`
      info	[Changelog] - New field `OpenidAuthenticationSettings` in struct `AuthenticationSettingsContract`
      info	[Changelog] - New field `UseInAPIDocumentation` in struct `AuthorizationServerContractProperties`
      info	[Changelog] - New field `UseInTestConsole` in struct `AuthorizationServerContractProperties`
      info	[Changelog] - New field `UseInAPIDocumentation` in struct `AuthorizationServerUpdateContractProperties`
      info	[Changelog] - New field `UseInTestConsole` in struct `AuthorizationServerUpdateContractProperties`
      info	[Changelog] - New field `Metrics` in struct `DiagnosticContractProperties`
      info	[Changelog] - New field `ClientLibrary` in struct `IdentityProviderBaseParameters`
      info	[Changelog] - New field `ClientLibrary` in struct `IdentityProviderContractProperties`
      info	[Changelog] - New field `ClientLibrary` in struct `IdentityProviderCreateContractProperties`
      info	[Changelog] - New field `ClientLibrary` in struct `IdentityProviderUpdateProperties`
      info	[Changelog] - New field `UseInAPIDocumentation` in struct `OpenidConnectProviderContractProperties`
      info	[Changelog] - New field `UseInTestConsole` in struct `OpenidConnectProviderContractProperties`
      info	[Changelog] - New field `UseInAPIDocumentation` in struct `OpenidConnectProviderUpdateContractProperties`
      info	[Changelog] - New field `UseInTestConsole` in struct `OpenidConnectProviderUpdateContractProperties`
      info	[Changelog] - New field `NatGatewayState` in struct `ServiceBaseProperties`
      info	[Changelog] - New field `OutboundPublicIPAddresses` in struct `ServiceBaseProperties`
      info	[Changelog] - New field `NatGatewayState` in struct `ServiceProperties`
      info	[Changelog] - New field `OutboundPublicIPAddresses` in struct `ServiceProperties`
      info	[Changelog] - New field `NatGatewayState` in struct `ServiceUpdateProperties`
      info	[Changelog] - New field `OutboundPublicIPAddresses` in struct `ServiceUpdateProperties`
      info	[Changelog]
      info	[Changelog] Total 2 breaking change(s), 246 additive change(s).
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2f17a90. 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 major version of npm available! 8.19.3 -> 9.4.2
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.4.2>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@9.4.2` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-apimanagement [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation ApiManagementServiceOperations.begin_migrate_to_stv2
      info	[Changelog]   - Added operation group ApiWikiOperations
      info	[Changelog]   - Added operation group ApiWikisOperations
      info	[Changelog]   - Added operation group AuthorizationAccessPolicyOperations
      info	[Changelog]   - Added operation group AuthorizationLoginLinksOperations
      info	[Changelog]   - Added operation group AuthorizationOperations
      info	[Changelog]   - Added operation group AuthorizationProviderOperations
      info	[Changelog]   - Added operation group DocumentationOperations
      info	[Changelog]   - Added operation group GraphQLApiResolverOperations
      info	[Changelog]   - Added operation group GraphQLApiResolverPolicyOperations
      info	[Changelog]   - Added operation group PolicyFragmentOperations
      info	[Changelog]   - Added operation group PortalConfigOperations
      info	[Changelog]   - Added operation group ProductWikiOperations
      info	[Changelog]   - Added operation group ProductWikisOperations
      info	[Changelog]   - Model AdditionalLocation has a new parameter nat_gateway_state
      info	[Changelog]   - Model AdditionalLocation has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model ApiCreateOrUpdateParameter has a new parameter translate_required_query_parameters_conduct
      info	[Changelog]   - Model ApiCreateOrUpdateProperties has a new parameter translate_required_query_parameters_conduct
      info	[Changelog]   - Model ApiManagementServiceBaseProperties has a new parameter nat_gateway_state
      info	[Changelog]   - Model ApiManagementServiceBaseProperties has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model ApiManagementServiceProperties has a new parameter nat_gateway_state
      info	[Changelog]   - Model ApiManagementServiceProperties has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model ApiManagementServiceResource has a new parameter nat_gateway_state
      info	[Changelog]   - Model ApiManagementServiceResource has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model ApiManagementServiceUpdateParameters has a new parameter nat_gateway_state
      info	[Changelog]   - Model ApiManagementServiceUpdateParameters has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model ApiManagementServiceUpdateProperties has a new parameter nat_gateway_state
      info	[Changelog]   - Model ApiManagementServiceUpdateProperties has a new parameter outbound_public_ip_addresses
      info	[Changelog]   - Model AuthenticationSettingsContract has a new parameter o_auth2_authentication_settings
      info	[Changelog]   - Model AuthenticationSettingsContract has a new parameter openid_authentication_settings
      info	[Changelog]   - Model AuthorizationServerContract has a new parameter use_in_api_documentation
      info	[Changelog]   - Model AuthorizationServerContract has a new parameter use_in_test_console
      info	[Changelog]   - Model AuthorizationServerContractProperties has a new parameter use_in_api_documentation
      info	[Changelog]   - Model AuthorizationServerContractProperties has a new parameter use_in_test_console
      info	[Changelog]   - Model AuthorizationServerUpdateContract has a new parameter use_in_api_documentation
      info	[Changelog]   - Model AuthorizationServerUpdateContract has a new parameter use_in_test_console
      info	[Changelog]   - Model AuthorizationServerUpdateContractProperties has a new parameter use_in_api_documentation
      info	[Changelog]   - Model AuthorizationServerUpdateContractProperties has a new parameter use_in_test_console
      info	[Changelog]   - Model DiagnosticContract has a new parameter metrics
      info	[Changelog]   - Model IdentityProviderBaseParameters has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderContract has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderContractProperties has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderCreateContract has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderCreateContractProperties has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderUpdateParameters has a new parameter client_library
      info	[Changelog]   - Model IdentityProviderUpdateProperties has a new parameter client_library
      info	[Changelog]   - Model OpenidConnectProviderContract has a new parameter use_in_api_documentation
      info	[Changelog]   - Model OpenidConnectProviderContract has a new parameter use_in_test_console
      info	[Changelog]   - Model OpenidConnectProviderUpdateContract has a new parameter use_in_api_documentation
      info	[Changelog]   - Model OpenidConnectProviderUpdateContract has a new parameter use_in_test_console
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Operation ContentItemOperations.create_or_update has a new required parameter parameters
      info	[Changelog]   - Operation ContentTypeOperations.create_or_update has a new required parameter parameters
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 2f17a90. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-apimanagement [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Added Interface ProductWikiGetHeaders
      info	[Changelog]   - Added Interface ProductWikiGetOptionalParams
      info	[Changelog]   - Added Interface ProductWikisListHeaders
      info	[Changelog]   - Added Interface ProductWikisListNextHeaders
      info	[Changelog]   - Added Interface ProductWikisListNextOptionalParams
      info	[Changelog]   - Added Interface ProductWikisListOptionalParams
      info	[Changelog]   - Added Interface ProductWikiUpdateHeaders
      info	[Changelog]   - Added Interface ProductWikiUpdateOptionalParams
      info	[Changelog]   - Added Interface ProxyResource
      info	[Changelog]   - Added Interface ResolverCollection
      info	[Changelog]   - Added Interface ResolverContract
      info	[Changelog]   - Added Interface ResolverResultContract
      info	[Changelog]   - Added Interface ResolverResultLogItemContract
      info	[Changelog]   - Added Interface ResolverUpdateContract
      info	[Changelog]   - Added Interface ResourceCollection
      info	[Changelog]   - Added Interface ResourceCollectionValueItem
      info	[Changelog]   - Added Interface WikiCollection
      info	[Changelog]   - Added Interface WikiContract
      info	[Changelog]   - Added Interface WikiDocumentationContract
      info	[Changelog]   - Added Interface WikiUpdateContract
      info	[Changelog]   - Added Type Alias ApiManagementServiceMigrateToStv2Response
      info	[Changelog]   - Added Type Alias ApiWikiCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias ApiWikiGetEntityTagResponse
      info	[Changelog]   - Added Type Alias ApiWikiGetResponse
      info	[Changelog]   - Added Type Alias ApiWikisListNextResponse
      info	[Changelog]   - Added Type Alias ApiWikisListResponse
      info	[Changelog]   - Added Type Alias ApiWikiUpdateResponse
      info	[Changelog]   - Added Type Alias AsyncResolverStatus
      info	[Changelog]   - Added Type Alias AuthorizationAccessPolicyCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias AuthorizationAccessPolicyGetResponse
      info	[Changelog]   - Added Type Alias AuthorizationAccessPolicyListByAuthorizationNextResponse
      info	[Changelog]   - Added Type Alias AuthorizationAccessPolicyListByAuthorizationResponse
      info	[Changelog]   - Added Type Alias AuthorizationConfirmConsentCodeResponse
      info	[Changelog]   - Added Type Alias AuthorizationCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias AuthorizationGetResponse
      info	[Changelog]   - Added Type Alias AuthorizationListByAuthorizationProviderNextResponse
      info	[Changelog]   - Added Type Alias AuthorizationListByAuthorizationProviderResponse
      info	[Changelog]   - Added Type Alias AuthorizationLoginLinksPostResponse
      info	[Changelog]   - Added Type Alias AuthorizationProviderCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias AuthorizationProviderGetResponse
      info	[Changelog]   - Added Type Alias AuthorizationProviderListByServiceNextResponse
      info	[Changelog]   - Added Type Alias AuthorizationProviderListByServiceResponse
      info	[Changelog]   - Added Type Alias AuthorizationType
      info	[Changelog]   - Added Type Alias DocumentationCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias DocumentationGetEntityTagResponse
      info	[Changelog]   - Added Type Alias DocumentationGetResponse
      info	[Changelog]   - Added Type Alias DocumentationListByServiceNextResponse
      info	[Changelog]   - Added Type Alias DocumentationListByServiceResponse
      info	[Changelog]   - Added Type Alias DocumentationUpdateResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverGetEntityTagResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverGetResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverListByApiNextResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverListByApiResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverPolicyCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverPolicyGetEntityTagResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverPolicyGetResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverPolicyListByResolverNextResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverPolicyListByResolverResponse
      info	[Changelog]   - Added Type Alias GraphQLApiResolverUpdateResponse
      info	[Changelog]   - Added Type Alias NatGatewayState
      info	[Changelog]   - Added Type Alias OAuth2GrantType
      info	[Changelog]   - Added Type Alias PolicyFragmentContentFormat
      info	[Changelog]   - Added Type Alias PolicyFragmentCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias PolicyFragmentGetEntityTagResponse
      info	[Changelog]   - Added Type Alias PolicyFragmentGetResponse
      info	[Changelog]   - Added Type Alias PolicyFragmentListByServiceResponse
      info	[Changelog]   - Added Type Alias PolicyFragmentListReferencesResponse
      info	[Changelog]   - Added Type Alias PortalConfigCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias PortalConfigGetEntityTagResponse
      info	[Changelog]   - Added Type Alias PortalConfigGetResponse
      info	[Changelog]   - Added Type Alias PortalConfigListByServiceResponse
      info	[Changelog]   - Added Type Alias PortalConfigUpdateResponse
      info	[Changelog]   - Added Type Alias PortalSettingsCspMode
      info	[Changelog]   - Added Type Alias ProductWikiCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias ProductWikiGetEntityTagResponse
      info	[Changelog]   - Added Type Alias ProductWikiGetResponse
      info	[Changelog]   - Added Type Alias ProductWikisListNextResponse
      info	[Changelog]   - Added Type Alias ProductWikisListResponse
      info	[Changelog]   - Added Type Alias ProductWikiUpdateResponse
      info	[Changelog]   - Added Type Alias TranslateRequiredQueryParametersConduct
      info	[Changelog]   - Interface AdditionalLocation has a new optional parameter natGatewayState
      info	[Changelog]   - Interface AdditionalLocation has a new optional parameter outboundPublicIPAddresses
      info	[Changelog]   - Interface ApiCreateOrUpdateParameter has a new optional parameter translateRequiredQueryParametersConduct
      info	[Changelog]   - Interface ApiCreateOrUpdateProperties has a new optional parameter translateRequiredQueryParametersConduct
      info	[Changelog]   - Interface ApiManagementServiceBaseProperties has a new optional parameter natGatewayState
      info	[Changelog]   - Interface ApiManagementServiceBaseProperties has a new optional parameter outboundPublicIPAddresses
      info	[Changelog]   - Interface ApiManagementServiceResource has a new optional parameter natGatewayState
      info	[Changelog]   - Interface ApiManagementServiceResource has a new optional parameter outboundPublicIPAddresses
      info	[Changelog]   - Interface ApiManagementServiceUpdateParameters has a new optional parameter natGatewayState
      info	[Changelog]   - Interface ApiManagementServiceUpdateParameters has a new optional parameter outboundPublicIPAddresses
      info	[Changelog]   - Interface AuthenticationSettingsContract has a new optional parameter oAuth2AuthenticationSettings
      info	[Changelog]   - Interface AuthenticationSettingsContract has a new optional parameter openidAuthenticationSettings
      info	[Changelog]   - Interface AuthorizationServerContract has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface AuthorizationServerContract has a new optional parameter useInTestConsole
      info	[Changelog]   - Interface AuthorizationServerContractProperties has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface AuthorizationServerContractProperties has a new optional parameter useInTestConsole
      info	[Changelog]   - Interface AuthorizationServerUpdateContract has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface AuthorizationServerUpdateContract has a new optional parameter useInTestConsole
      info	[Changelog]   - Interface AuthorizationServerUpdateContractProperties has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface AuthorizationServerUpdateContractProperties has a new optional parameter useInTestConsole
      info	[Changelog]   - Interface IdentityProviderBaseParameters has a new optional parameter clientLibrary
      info	[Changelog]   - Interface IdentityProviderContract has a new optional parameter clientLibrary
      info	[Changelog]   - Interface IdentityProviderCreateContract has a new optional parameter clientLibrary
      info	[Changelog]   - Interface IdentityProviderUpdateParameters has a new optional parameter clientLibrary
      info	[Changelog]   - Interface OpenidConnectProviderContract has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface OpenidConnectProviderContract has a new optional parameter useInTestConsole
      info	[Changelog]   - Interface OpenidConnectProviderUpdateContract has a new optional parameter useInApiDocumentation
      info	[Changelog]   - Interface OpenidConnectProviderUpdateContract has a new optional parameter useInTestConsole
      info	[Changelog]   - Added Enum KnownAuthorizationType
      info	[Changelog]   - Added Enum KnownNatGatewayState
      info	[Changelog]   - Added Enum KnownOAuth2GrantType
      info	[Changelog]   - Added Enum KnownPolicyFragmentContentFormat
      info	[Changelog]   - Added Enum KnownPortalSettingsCspMode
      info	[Changelog]   - Added Enum KnownTranslateRequiredQueryParametersConduct
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Type of parameter versioningScheme of interface ApiVersionSetContractDetails is changed from ApiVersionSetContractDetailsVersioningScheme to VersioningScheme
      info	[Changelog]   - Removed Enum KnownApiVersionSetContractDetailsVersioningScheme
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2f17a90. 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]  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
    • ️✔️apimanagement [View full logs]  [Release Schema Changes]
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs]Release - Generate from 2f17a90. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    • Az.apimanagement [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 25, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/apimanagement/armapimanagement https://apiview.dev/Assemblies/Review/92d37670893c4fd9b233c5d6f92940ca
    .Net Azure.ResourceManager.ApiManagement https://apiview.dev/Assemblies/Review/c18f3a9ccc694aa6b7e1562bd0d483b9
    JavaScript @azure/arm-apimanagement https://apiview.dev/Assemblies/Review/33bead568d83431788d1f948e75be515

    @openapi-workflow-bot
    Copy link

    Hi @solankisamir, 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.
    Note: To avoid breaking change, you can refer to Shift Left Solution for detecting breaking change in early phase at your service code repository.

    @openapi-workflow-bot
    Copy link

    Hi @solankisamir, 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

    Hi, @solankisamir, For review efficiency consideration, when creating a new api version, it is required to place API specs of the base version in the first commit, and push new version updates into successive commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki. Or you could onboard API spec pipeline

    @zzvswxy
    Copy link
    Member

    zzvswxy commented Feb 9, 2023

    About Lint diff,
    LroLocationHeader: https://github.com/Azure/azure-openapi-validator/blob/main/docs/lro-location-header.md
    image
    @solankisamir please pay attention to these errors.

    @solankisamir
    Copy link
    Member Author

    @zzvswxy arm team also signed off

    @zzvswxy
    Copy link
    Member

    zzvswxy commented Feb 9, 2023

    Hi @solankisamir I talk with SDK owners and LintDiff check maintainer. Their requirement are list in the comment above. They both consider the issues need to be fixed.
    Update: Sorry I missing the message

    Synced offline, all changes are already reviewed and released. Please track these lint errors in a workitem, when the next API version in introduced, you should fix them.

    So can you fix the issues go SDK owner said:

    @solankisamir Please resolve the duplicate schema problem of ProxyResource.

    Other issues can fix in next API version.

    @solankisamir
    Copy link
    Member Author

    What is the problem with ProxyResource, I could not find any error logs
    @zzvswxy I have created another PR for just Linter Errors

    #22537

    @zzvswxy
    Copy link
    Member

    zzvswxy commented Feb 10, 2023

    What is the problem with ProxyResource, I could not find any error logs

    ProxyResource error shows in SDK generation pipeline. You can find more error info by this way:
    For example, python SDK:
    image
    Then you can see
    image
    Click View more details on Swagger Pipeline you can find the full log.
    image

    About how to fix:
    SDK owner give a wiki https://github.com/Azure/azure-rest-api-specs/wiki/Common-CI-Error#duplicated-schema

    This error cause both .NET/Go/Python SDK generation failed. So the SDK owners think it's necessary to fix the ProxyResource error.

    @solankisamir
    Copy link
    Member Author

    What is the problem with ProxyResource, I could not find any error logs

    ProxyResource error shows in SDK generation pipeline. You can find more error info by this way: For example, python SDK: image Then you can see image Click View more details on Swagger Pipeline you can find the full log. image

    About how to fix: SDK owner give a wiki https://github.com/Azure/azure-rest-api-specs/wiki/Common-CI-Error#duplicated-schema

    This error cause both .NET/Go/Python SDK generation failed. So the SDK owners think it's necessary to fix the ProxyResource error.

    Ok found the issue with duplicate schema and fixed that error in the pr #22537

    * linter errors
    
    * prettier
    
    * v2
    
    * fix error response duplicate schema
    
    * type object
    
    * prettier
    
    * sync data from current ga version
    
    * remove duplicate parameter
    
    * type object
    @tadelesh
    Copy link
    Member

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @tadelesh tadelesh added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Feb 13, 2023
    @zzvswxy
    Copy link
    Member

    zzvswxy commented Feb 13, 2023

    Hi @msyyc @qiaozha can you help me to review the Python and JS SDK breaking changes? Thanks

    @solankisamir
    Copy link
    Member Author

    @zzvswxy how does it look after the merge? Can we merge to main branch?

    @lirenhe lirenhe merged commit 2f17a90 into main Feb 14, 2023
    @lirenhe lirenhe deleted the release-apimangement-2022-08-01 branch February 14, 2023 03:28
    aviyerMSFT pushed a commit to aviyerMSFT/azure-rest-api-specs that referenced this pull request Mar 22, 2023
    * Release api management 2022 08 01 (Azure#21169)
    
    * add base for 2022-08-01
    
    * updates readme.md
    
    * update api-version and examples
    
    * resolve Go SDK breaking change
    
    * update examples to fix model definition
    
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    
    * Adding Resolver Entities to documentation (Azure#21352)
    
    * merging in resolver entities
    
    * adding resolver updates
    
    * fixed policy examples that were missing a policyId param
    
    * fixed typo that added a nested properties prop
    
    * fixed description for API Resolvers List, filter query
    
    * fixed error in definitions for resolvers
    
    * fixed example that had an incorrect response definition
    
    * added missing json file references
    
    * fix for linting errors
    
    * ref fixes and undoing bad merge overwrites
    
    * fix typo
    
    * wiki for apis and products  (Azure#21595)
    
    * wiki for apis and products
    
    * prettier; fixed spellchecks
    
    * Fixed spelling
    
    * Updated path
    
    Co-authored-by: changlong-liu <59815250+changlong-liu@users.noreply.github.com>
    
    * code review changes; gihub checks fixes
    
    * fixed conact name and paths
    
    * added properties back
    
    * added contract properties objects
    
    * fixed lint
    
    * changed example to match the definition
    
    * prettier
    
    * code review changes
    
    * added paths and examples for wiki collections
    
    * Added x-ms-pageable
    
    * removed count
    
    Co-authored-by: changlong-liu <59815250+changlong-liu@users.noreply.github.com>
    
    * Add ConfirmConsentCode to APIM RP (Azure#22418)
    
    * Update apimauthorizationproviders.json
    
    Add ConfirmConsentCode endpoint
    
    * Update definitions.json
    
    * Create ApiManagementPostAuthorizationConfirmConsentCodeRequest.json
    
    * Update definitions.json
    
    Remove count property
    
    * Update apimauthorizationproviders.json
    
    * [2022-08-01] Fix Linter Errors (Azure#22537)
    
    * linter errors
    
    * prettier
    
    * v2
    
    * fix error response duplicate schema
    
    * type object
    
    * prettier
    
    * sync data from current ga version
    
    * remove duplicate parameter
    
    * type object
    
    ---------
    
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    Co-authored-by: hoonality <92482069+hoonality@users.noreply.github.com>
    Co-authored-by: malincrist <92857141+malincrist@users.noreply.github.com>
    Co-authored-by: changlong-liu <59815250+changlong-liu@users.noreply.github.com>
    Co-authored-by: Logan Zipkes <44794089+LFZ96@users.noreply.github.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    2022-08-01 APIM 2022-08-01 PRs API Management Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 Approved-LintDiff Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go Approved-SdkBreakingChange-JavaScript Approved-SdkBreakingChange-Python ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required CI-BreakingChange-Go CI-BreakingChange-JavaScript CI-FixRequiredOnFailure CI-MissingBaseCommit new-api-version resource-manager
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.