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

Api Management - make /tenant endpoints ARM compliant in 2020-06-01-preview version #11549

Merged
merged 17 commits into from
Dec 30, 2020

Conversation

vfedonkin
Copy link
Contributor

@vfedonkin vfedonkin commented Nov 5, 2020

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

Contribution checklist:

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

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • [ *] Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

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

solankisamir and others added 15 commits July 27, 2020 13:07
* add support for PATCH returning 200 OK

* CI fixes

prettier fix

CI fixes part 2

* Password no longer a mandatory property when uploading Certificates

* add missing x-ms-odata extension for filter support
* Oauth server secrets contract

* fix azureMonitor enum
* API Management Service Deleted Services Resource

* Path fix

* Lint + custom-words fixes

* Location URI parameter for deletedservices Resource

* GET for deletedservices by service name

* Remove resourceGroupName from resource path

* fixes

* schema for purge operation

* perttier applied

* 204 response code added

Co-authored-by: REDMOND\glfeokti <[email protected]>
* OperationNameFormat property added to Diagnostic contract

* add azuremonitor to update contract

Co-authored-by: REDMOND\glfeokti <[email protected]>
…esponse contract (Azure#10331)

* Change Network Status response contract

* Update examples for network status contract
@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Nov 5, 2020

Swagger Validation Report

️❌BreakingChange: 24 Errors, 4 Warnings failed [Detail] Only 10 items are listed, please refer to log for more details.

Rule Message
1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/git' removed or restructured?
New: azure-rest-api-specs/blob/28a4a301488922d5f4b9179e3389ed81fa84a1ea/
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L330:5
1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/git/listSecrets' removed or restructured?
New: azure-rest-api-specs/blob/28a4a301488922d5f4b9179e3389ed81fa84a1ea/
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L465:5
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimanagement.json#L147:5
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimanagement.json#L147:5
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L102:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L49:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L148:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L95:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L258:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L144:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L321:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L207:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L363:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L249:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L405:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L291:9
1016 - ConstantStatusHasChanged The 'constant' status changed from the old version to the new.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L456:9
Old: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L393:9
️❌LintDiff: 4 Errors, 53 Warnings failed [Detail] Only 10 items are listed, please refer to log for more details.

Rule Message
R4009 - RequiredSystemDataInNewApiVersions The response of operation:'TenantSettings_Get' is defined without 'systemData'. Consider adding the systemData to the response.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimsettings.json#L91
R4009 - RequiredSystemDataInNewApiVersions The response of operation:'TenantAccess_Get' is defined without 'systemData'. Consider adding the systemData to the response.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L137
R4009 - RequiredSystemDataInNewApiVersions The response of operation:'TenantAccess_Create' is defined without 'systemData'. Consider adding the systemData to the response.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L186
R4009 - RequiredSystemDataInNewApiVersions The response of operation:'TenantAccess_Update' is defined without 'systemData'. Consider adding the systemData to the response.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L247
⚠️ 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: 'TenantAccess_Create' Request Model: 'AccessInformationCreateParameters' Response Model: 'AccessInformationContract'
New: Microsoft.ApiManagement/preview/2020-06-01-preview/apimtenant.json#L186
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'apis' with immediate parent 'ApiManagementServiceResource', must have a list by immediate parent operation.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json#L37
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'releases' with immediate parent 'ApiContract', must have a list by immediate parent operation.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json#L37
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'operations' with immediate parent 'ApiContract', must have a list by immediate parent operation.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json#L37
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'policies' with immediate parent 'OperationContract', must have a list by immediate parent operation.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json#L37
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'tags' with immediate parent 'OperationContract', must have a list by immediate parent operation.
New: Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json#L37
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Nov 5, 2020

Swagger Generation Artifacts

️❌ azure-sdk-for-go failed [Detail]
  • Failed [Logs]Release - Generate from b35ad91. SDK Automation 14.0.0
    command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
    HttpError: Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
        at /home/vsts/work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/@octokit/[email protected]/node_modules/@octokit/request/dist-node/index.js:66:23
        at processTicksAndRejections (internal/process/task_queues.js:93:5)
        at async workflowPkgUpdatePR (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:305:21)
        at async Object.exports.workflowPkgMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflowPackage.js:40:5)
        at async workflowHandleReadmeMd (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:170:9)
        at async Object.exports.workflowMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/workflow.js:83:9)
        at async Object.exports.sdkAutoMain (/home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/automation/entrypoint.js:152:13)
        at async /home/vsts/work/1/a/unified-pipeline-runtime/private/openapi-sdk-automation/lib/cli/cli.js:18:20
  • ️✔️preview/apimanagement/mgmt/2019-12-01-preview/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2019-12-01/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2019-01-01/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️preview/apimanagement/mgmt/2018-06-01-preview/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2018-01-01/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2017-03-01/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2016-10-10/apimanagement [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️apimanagement/mgmt/2016-07-07/apimanagement [View full logs
    info	[Changelog] No exported changes
    error	Fatal error: Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
    error	The following packages are still pending:
    error		preview/apimanagement/mgmt/2019-12-01-preview/apimanagement
    error		apimanagement/mgmt/2019-12-01/apimanagement
    error		apimanagement/mgmt/2019-01-01/apimanagement
    error		preview/apimanagement/mgmt/2018-06-01-preview/apimanagement
    error		apimanagement/mgmt/2018-01-01/apimanagement
    error		apimanagement/mgmt/2017-03-01/apimanagement
    error		apimanagement/mgmt/2016-10-10/apimanagement
    error		apimanagement/mgmt/2016-07-07/apimanagement
️️✔️ azure-sdk-for-python succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from b35ad91. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	npx n 12
    command	python3 -m venv venv
    command	pip install --upgrade setuptools wheel pip
    command	pip install pathlib jinja2 msrestazure
    command	autorest --version=V2 [email protected]/autorest.python@~4.0.71 --python --python-mode=update --multiapi --keep-version-file --no-async --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk ../azure-rest-api-specs/specification/apimanagement/resource-manager/readme.md
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_state_by_operation' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_state_by_api' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_state_by_product' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_state' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'check_entity_exists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'check_entity_exists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
  • ️✔️azure-mgmt-apimanagement [View full logs]  [Release SDK Changes] Breaking Change Detected
    cmderr	[buildConf] INFO:packaging_tools:Building template azure-mgmt-apimanagement
    cmderr	[buildConf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    cmderr	[buildConf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    cmderr	[buildConf] INFO:packaging_tools:Template done azure-mgmt-apimanagement
    cmderr	[buildPackage] warning: no files found matching '*.py' under directory 'tests'
    cmderr	[buildPackage] warning: no files found matching '*.yaml' under directory 'tests'
    cmderr	[buildPackage] warning: no files found matching '*.py' under directory 'tests'
    cmderr	[buildPackage] warning: no files found matching '*.yaml' under directory 'tests'
    cmderr	[changelogSetup] WARNING: Skipping azure-nspkg as it is not installed.
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.apimanagement
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.apimanagement
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.apimanagement
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/apimanagement/azure-mgmt-apimanagement/code_reports/latest/report.json
    cmderr	[changelogReportLatest] INFO:__main__:Download versions of azure-mgmt-apimanagement on PyPI
    cmderr	[changelogReportLatest] INFO:__main__:Got ['0.1.0', '0.2.0', '1.0.0b1']
    cmderr	[changelogReportLatest] INFO:__main__:Only keep last PyPI version
    cmderr	[changelogReportLatest] INFO:__main__:Installing version 0.2.0 of azure-mgmt-apimanagement in a venv
    cmderr	[changelogReportLatest] Cache entry deserialization failed, entry ignored
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.apimanagement
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.apimanagement
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.apimanagement
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/apimanagement/azure-mgmt-apimanagement/code_reports/0.2.0/report.json
    cmdout	[Changelog] Size of delta 9.685% size of original (original: 251275 chars, delta: 24335 chars)
    cmdout	[Changelog] **Features**
    cmdout	[Changelog]   - Model NamedValueUpdateParameters has a new parameter key_vault
    cmdout	[Changelog]   - Model NamedValueContract has a new parameter key_vault
    cmdout	[Changelog]   - Model ApiManagementServiceUpdateParameters has a new parameter restore
    cmdout	[Changelog]   - Model HttpMessageDiagnostic has a new parameter data_masking
    cmdout	[Changelog]   - Model CacheUpdateParameters has a new parameter use_from_location
    cmdout	[Changelog]   - Model CertificateContract has a new parameter key_vault
    cmdout	[Changelog]   - Model ApiManagementServiceResource has a new parameter restore
    cmdout	[Changelog]   - Model ApiManagementServiceResource has a new parameter zones
    cmdout	[Changelog]   - Model ApiManagementServiceBaseProperties has a new parameter restore
    cmdout	[Changelog]   - Model NamedValueCreateContract has a new parameter key_vault
    cmdout	[Changelog]   - Model GatewayHostnameConfigurationContract has a new parameter tls11_enabled
    cmdout	[Changelog]   - Model GatewayHostnameConfigurationContract has a new parameter tls10_enabled
    cmdout	[Changelog]   - Model GatewayHostnameConfigurationContract has a new parameter http2_enabled
    cmdout	[Changelog]   - Model DiagnosticContract has a new parameter operation_name_format
    cmdout	[Changelog]   - Model AdditionalLocation has a new parameter zones
    cmdout	[Changelog]   - Model HostnameConfiguration has a new parameter identity_client_id
    cmdout	[Changelog]   - Added operation TenantAccessOperations.create
    cmdout	[Changelog]   - Added operation TenantAccessOperations.list_by_service
    cmdout	[Changelog]   - Added operation group TenantSettingsOperations
    cmdout	[Changelog]   - Added operation group PortalRevisionOperations
    cmdout	[Changelog]   - Added operation group ContentItemOperations
    cmdout	[Changelog]   - Added operation group DeletedServicesOperations
    cmdout	[Changelog]   - Added operation group ContentTypeOperations
    cmdout	[Changelog] **Breaking changes**
    cmdout	[Changelog]   - Operation CertificateOperations.create_or_update has a new signature
    cmdout	[Changelog]   - Operation EmailTemplateOperations.update has a new signature
    cmdout	[Changelog]   - Operation GatewayHostnameConfigurationOperations.create_or_update has a new signature
    cmdout	[Changelog]   - Operation GatewayHostnameConfigurationOperations.delete has a new signature
    cmdout	[Changelog]   - Operation SubscriptionOperations.create_or_update has a new signature
    cmdout	[Changelog]   - Operation SubscriptionOperations.update has a new signature
    cmdout	[Changelog]   - Operation TenantAccessGitOperations.regenerate_primary_key has a new signature
    cmdout	[Changelog]   - Operation TenantAccessGitOperations.regenerate_secondary_key has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.get has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.get_entity_tag has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.list_secrets has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.regenerate_primary_key has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.regenerate_secondary_key has a new signature
    cmdout	[Changelog]   - Operation UserConfirmationPasswordOperations.send has a new signature
    cmdout	[Changelog]   - Operation UserOperations.delete has a new signature
    cmdout	[Changelog]   - Operation LoggerOperations.delete has a new signature
    cmdout	[Changelog]   - Operation EmailTemplateOperations.update has a new signature
    cmdout	[Changelog]   - Operation CertificateOperations.create_or_update has a new signature
    cmdout	[Changelog]   - Operation GatewayApiOperations.list_by_service has a new signature
    cmdout	[Changelog]   - Operation GatewayHostnameConfigurationOperations.list_by_service has a new signature
    cmdout	[Changelog]   - Operation GatewayOperations.list_by_service has a new signature
    cmdout	[Changelog]   - Operation TenantAccessOperations.update has a new signature
    cmdout	[Changelog]   - Operation UserOperations.create_or_update has a new signature
    cmdout	[Changelog]   - Model ConnectivityStatusContract has a new required parameter is_optional
    cmdout	[Changelog]   - Model ConnectivityStatusContract has a new required parameter resource_type
    cmdout	[Changelog]   - Model CacheContract has a new required parameter use_from_location
    cmdout	[Changelog]   - Model CertificateCreateOrUpdateParameters has a new signature
    cmdout	[Changelog]   - Model AccessInformationContract has a new signature
    cmdout	[Changelog]   - Removed operation TenantAccessGitOperations.get
    cmdout	[Changelog]   - Removed operation TenantAccessGitOperations.list_secrets
    warn	Breaking change found in changelog
️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from b35ad91. Schema Automation 14.0.0
    warn	Skip initScript due to not configured
    command	npx n 12
    command	autorest --use=@autorest/[email protected] --version=3.0.6320 --azureresourceschema --multiapi --title=none --pass-thru:subset-reducer --azureresourceschema-folder=/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas ../../azure-rest-api-specs/specification/apimanagement/resource-manager/readme.md
  • ️✔️apimanagement [View full logs]  [Release Schema Changes]
    cmderr	[resource-manager] node-pre-gyp
    cmderr	[resource-manager] WARN Using request for node-pre-gyp https download
    cmderr	[resource-manager] WARN [email protected] No repository field.
    cmderr	[resource-manager]  SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
    cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from b35ad91. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/apimanagement/resource-manager/readme.md
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityStateByOperation' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityStateByApi' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityStateByProduct' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityState' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'checkEntityExists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'checkEntityExists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
  • ️✔️@azure/arm-apimanagement [View full logs]  [Release SDK Changes]
    cmderr	[npmPack] loaded rollup.config.js with warnings
    cmderr	[npmPack] (!) Unused external imports
    cmderr	[npmPack] default imported from external module 'rollup' but never used
    cmderr	[npmPack] ./esm/apiManagementClient.js → ./dist/arm-apimanagement.js...
    cmderr	[npmPack] created ./dist/arm-apimanagement.js in 1.7s
️❌ azure-sdk-for-net failed [Detail]
  • Failed [Logs]Release - Generate from b35ad91. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	sudo apt-get install -y dotnet-sdk-5.0
    command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/apimanagement/resource-manager/readme.md
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityStateByOperation' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityStateByApi' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityStateByProduct' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityState' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'CheckEntityExists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'CheckEntityExists' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    cmdout	[Autorest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
  • Microsoft.Azure.Management.ApiManagement [View full logs]  [Release SDK Changes]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs(28,35): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(28,35): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(37,34): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(48,21): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Update' and the best extension method overload 'DelegationSettingsOperationsExtensions.Update(IDelegationSettingsOperations, string, string, PortalDelegationSettings, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(54,78): error CS7036: There is no argument given that corresponds to the required formal parameter 'accessName' of 'ITenantAccessOperations.GetWithHttpMessagesAsync(string, string, string, Dictionary<string, List<string>>, CancellationToken)' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(62,50): error CS1501: No overload for method 'RegeneratePrimaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(64,39): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(70,50): error CS1501: No overload for method 'RegenerateSecondaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(72,35): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(79,21): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Update' and the best extension method overload 'DelegationSettingsOperationsExtensions.Update(IDelegationSettingsOperations, string, string, PortalDelegationSettings, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(27,35): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(37,39): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(43,49): error CS1501: No overload for method 'RegeneratePrimaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(47,40): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(55,49): error CS1501: No overload for method 'RegenerateSecondaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(59,84): error CS1061: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecretsWithHttpMessagesAsync' and no accessible extension method 'ListSecretsWithHttpMessagesAsync' accepting a first argument of type 'ITenantAccessGitOperations' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs(62,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs(78,95): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs(203,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs(48,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs(178,21): error CS1929: 'IGatewayHostnameConfigurationOperations' does not contain a definition for 'Delete' and the best extension method overload 'ApiOperationsExtensions.Delete(IApiOperations, string, string, string, string, bool?)' requires a receiver of type 'IApiOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs(210,25): error CS1929: 'IGatewayHostnameConfigurationOperations' does not contain a definition for 'Delete' and the best extension method overload 'ApiOperationsExtensions.Delete(IApiOperations, string, string, string, string, bool?)' requires a receiver of type 'IApiOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs(28,35): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(28,35): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(37,34): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(48,21): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Update' and the best extension method overload 'DelegationSettingsOperationsExtensions.Update(IDelegationSettingsOperations, string, string, PortalDelegationSettings, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(54,78): error CS7036: There is no argument given that corresponds to the required formal parameter 'accessName' of 'ITenantAccessOperations.GetWithHttpMessagesAsync(string, string, string, Dictionary<string, List<string>>, CancellationToken)' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(62,50): error CS1501: No overload for method 'RegeneratePrimaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(64,39): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(70,50): error CS1501: No overload for method 'RegenerateSecondaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(72,35): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs(79,21): error CS1929: 'ITenantAccessOperations' does not contain a definition for 'Update' and the best extension method overload 'DelegationSettingsOperationsExtensions.Update(IDelegationSettingsOperations, string, string, PortalDelegationSettings, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(27,35): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'Get' and the best extension method overload 'ApiManagementServiceOperationsExtensions.Get(IApiManagementServiceOperations, string, string)' requires a receiver of type 'IApiManagementServiceOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(37,39): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(43,49): error CS1501: No overload for method 'RegeneratePrimaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(47,40): error CS1929: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecrets' and the best extension method overload 'DelegationSettingsOperationsExtensions.ListSecrets(IDelegationSettingsOperations, string, string)' requires a receiver of type 'IDelegationSettingsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(55,49): error CS1501: No overload for method 'RegenerateSecondaryKey' takes 2 arguments [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs(59,84): error CS1061: 'ITenantAccessGitOperations' does not contain a definition for 'ListSecretsWithHttpMessagesAsync' and no accessible extension method 'ListSecretsWithHttpMessagesAsync' accepting a first argument of type 'ITenantAccessGitOperations' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs(62,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs(78,95): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs(203,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs(48,101): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.Dictionary<string, string>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs(178,21): error CS1929: 'IGatewayHostnameConfigurationOperations' does not contain a definition for 'Delete' and the best extension method overload 'ApiOperationsExtensions.Delete(IApiOperations, string, string, string, string, bool?)' requires a receiver of type 'IApiOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs(210,25): error CS1929: 'IGatewayHostnameConfigurationOperations' does not contain a definition for 'Delete' and the best extension method overload 'ApiOperationsExtensions.Delete(IApiOperations, string, string, string, string, bool?)' requires a receiver of type 'IApiOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/Microsoft.Azure.Management.ApiManagement.Tests.csproj]
    error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: dotnet
️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
 Please click here to preview with your @microsoft account. 
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vfedonkin vfedonkin changed the title Vifedo/2020 06 01 preview Api Management - make /tenant endpoints ARM compliant in 2020-06-01-preview version Nov 5, 2020
@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

Azure CLI Extension Generation

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-java

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-js

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 3cffac5 with merge commit 03260ada2d89f43e63579b7703a048aaeec133ce. SDK Automation 13.0.17.20200918.2
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityStateByOperation' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityStateByApi' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityStateByProduct' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityState' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'checkEntityExists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'checkEntityExists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'getEntityTag' method missing 404 status code section -- this might be unintentional.
  • ️✔️@azure/arm-apimanagement [View full logs]  [Preview SDK Changes]
    Only show 100 items here, please refer to log for details.
    [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
    [npmPack] npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
    [npmPack] npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
    [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
    [npmPack] loaded rollup.config.js with warnings
    [npmPack] (!) Unused external imports
    [npmPack] default imported from external module 'rollup' but never used
    [npmPack] 
    [npmPack] ./esm/apiManagementClient.js → ./dist/arm-apimanagement.js...
    [npmPack] created ./dist/arm-apimanagement.js in 2s
    [npmPack] npm notice 
    [npmPack] npm notice package: @azure/[email protected]
    [npmPack] npm notice === Tarball Contents === 
    [npmPack] npm notice 12.7kB  esm/operations/api.js                                  
    [npmPack] npm notice 9.9kB   esm/operations/apiDiagnostic.js                        
    [npmPack] npm notice 2.8kB   esm/models/apiDiagnosticMappers.js                     
    [npmPack] npm notice 2.0kB   esm/operations/apiExport.js                            
    [npmPack] npm notice 384B    esm/models/apiExportMappers.js                         
    [npmPack] npm notice 9.7kB   esm/operations/apiIssue.js                             
    [npmPack] npm notice 8.9kB   esm/operations/apiIssueAttachment.js                   
    [npmPack] npm notice 2.8kB   esm/models/apiIssueAttachmentMappers.js                
    [npmPack] npm notice 8.7kB   esm/operations/apiIssueComment.js                      
    [npmPack] npm notice 2.8kB   esm/models/apiIssueCommentMappers.js                   
    [npmPack] npm notice 2.8kB   esm/models/apiIssueMappers.js                          
    [npmPack] npm notice 6.0kB   esm/apiManagementClient.js                             
    [npmPack] npm notice 2.6kB   esm/apiManagementClientContext.js                      
    [npmPack] npm notice 2.4kB   esm/operations/apiManagementOperations.js              
    [npmPack] npm notice 386B    esm/models/apiManagementOperationsMappers.js           
    [npmPack] npm notice 21.7kB  esm/operations/apiManagementService.js                 
    [npmPack] npm notice 2.9kB   esm/models/apiManagementServiceMappers.js              
    [npmPack] npm notice 2.8kB   esm/operations/apiManagementServiceSkus.js             
    [npmPack] npm notice 433B    esm/models/apiManagementServiceSkusMappers.js          
    [npmPack] npm notice 3.1kB   esm/models/apiMappers.js                               
    [npmPack] npm notice 9.8kB   esm/operations/apiOperation.js                         
    [npmPack] npm notice 2.8kB   esm/models/apiOperationMappers.js                      
    [npmPack] npm notice 7.8kB   esm/operations/apiOperationPolicy.js                   
    [npmPack] npm notice 2.8kB   esm/models/apiOperationPolicyMappers.js                
    [npmPack] npm notice 7.0kB   esm/operations/apiPolicy.js                            
    [npmPack] npm notice 2.7kB   esm/models/apiPolicyMappers.js                         
    [npmPack] npm notice 2.8kB   esm/operations/apiProduct.js                           
    [npmPack] npm notice 2.6kB   esm/models/apiProductMappers.js                        
    [npmPack] npm notice 9.7kB   esm/operations/apiRelease.js                           
    [npmPack] npm notice 2.8kB   esm/models/apiReleaseMappers.js                        
    [npmPack] npm notice 2.9kB   esm/operations/apiRevision.js                          
    [npmPack] npm notice 391B    esm/models/apiRevisionMappers.js                       
    [npmPack] npm notice 9.9kB   esm/operations/apiSchema.js                            
    [npmPack] npm notice 2.7kB   esm/models/apiSchemaMappers.js                         
    [npmPack] npm notice 8.6kB   esm/operations/apiTagDescription.js                    
    [npmPack] npm notice 2.8kB   esm/models/apiTagDescriptionMappers.js                 
    [npmPack] npm notice 9.5kB   esm/operations/apiVersionSet.js                        
    [npmPack] npm notice 2.8kB   esm/models/apiVersionSetMappers.js                     
    [npmPack] npm notice 1.3MB   dist/arm-apimanagement.js                              
    [npmPack] npm notice 499.6kB dist/arm-apimanagement.min.js                          
    [npmPack] npm notice 10.9kB  esm/operations/authorizationServer.js                  
    [npmPack] npm notice 2.9kB   esm/models/authorizationServerMappers.js               
    [npmPack] npm notice 10.4kB  esm/operations/backend.js                              
    [npmPack] npm notice 2.8kB   esm/models/backendMappers.js                           
    [npmPack] npm notice 9.0kB   esm/operations/cache.js                                
    [npmPack] npm notice 2.7kB   esm/models/cacheMappers.js                             
    [npmPack] npm notice 8.0kB   esm/operations/certificate.js                          
    [npmPack] npm notice 2.8kB   esm/models/certificateMappers.js                       
    [npmPack] npm notice 6.4kB   esm/operations/contentType.js                          
    [npmPack] npm notice 8.4kB   esm/operations/contentTypeContentItem.js               
    [npmPack] npm notice 2.8kB   esm/models/contentTypeContentItemMappers.js            
    [npmPack] npm notice 2.7kB   esm/models/contentTypeMappers.js                       
    [npmPack] npm notice 6.7kB   esm/operations/delegationSettings.js                   
    [npmPack] npm notice 2.7kB   esm/models/delegationSettingsMappers.js                
    [npmPack] npm notice 4.4kB   esm/operations/deletedServices.js                      
    [npmPack] npm notice 2.7kB   esm/models/deletedServicesMappers.js                   
    [npmPack] npm notice 9.4kB   esm/operations/diagnostic.js                           
    [npmPack] npm notice 2.8kB   esm/models/diagnosticMappers.js                        
    [npmPack] npm notice 9.3kB   esm/operations/emailTemplate.js                        
    [npmPack] npm notice 2.8kB   esm/models/emailTemplateMappers.js                     
    [npmPack] npm notice 12.9kB  esm/operations/gateway.js                              
    [npmPack] npm notice 6.6kB   esm/operations/gatewayApi.js                           
    [npmPack] npm notice 2.7kB   esm/models/gatewayApiMappers.js                        
    [npmPack] npm notice 8.8kB   esm/operations/gatewayHostnameConfiguration.js         
    [npmPack] npm notice 2.8kB   esm/models/gatewayHostnameConfigurationMappers.js      
    [npmPack] npm notice 2.9kB   esm/models/gatewayMappers.js                           
    [npmPack] npm notice 9.1kB   esm/operations/group.js                                
    [npmPack] npm notice 2.8kB   esm/models/groupMappers.js                             
    [npmPack] npm notice 6.2kB   esm/operations/groupUser.js                            
    [npmPack] npm notice 2.6kB   esm/models/groupUserMappers.js                         
    [npmPack] npm notice 10.9kB  esm/operations/identityProvider.js                     
    [npmPack] npm notice 2.9kB   esm/models/identityProviderMappers.js                  
    [npmPack] npm notice 263B    esm/models/index.js                                    
    [npmPack] npm notice 2.5kB   esm/operations/index.js                                
    [npmPack] npm notice 3.8kB   esm/operations/issue.js                                
    [npmPack] npm notice 2.6kB   esm/models/issueMappers.js                             
    [npmPack] npm notice 9.1kB   esm/operations/logger.js                               
    [npmPack] npm notice 2.8kB   esm/models/loggerMappers.js                            
    [npmPack] npm notice 329.1kB esm/models/mappers.js                                  
    [npmPack] npm notice 13.3kB  esm/operations/namedValue.js                           
    [npmPack] npm notice 2.8kB   esm/models/namedValueMappers.js                        
    [npmPack] npm notice 3.3kB   esm/operations/networkStatus.js                        
    [npmPack] npm notice 433B    esm/models/networkStatusMappers.js                     
    [npmPack] npm notice 5.0kB   esm/operations/notification.js                         
    [npmPack] npm notice 2.6kB   esm/models/notificationMappers.js                      
    [npmPack] npm notice 5.8kB   esm/operations/notificationRecipientEmail.js           
    [npmPack] npm notice 2.7kB   esm/models/notificationRecipientEmailMappers.js        

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-go

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-python

- Breaking Change detected in SDK

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 3cffac5 with merge commit 03260ada2d89f43e63579b7703a048aaeec133ce. SDK Automation 13.0.17.20200918.2
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_state_by_operation' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_state_by_api' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_state_by_product' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_state' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'check_entity_exists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'check_entity_exists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'get_entity_tag' method missing 404 status code section -- this might be unintentional.
  • ⚠️azure-mgmt-apimanagement [View full logs]  [Preview SDK Changes] Breaking Change Detected
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-apimanagement
    [build_conf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    [build_conf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    [build_conf] INFO:packaging_tools:Template done azure-mgmt-apimanagement
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] warning: no files found matching '*.py' under directory 'tests'
    [build_package] warning: no files found matching '*.yaml' under directory 'tests'
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] warning: no files found matching '*.py' under directory 'tests'
    [build_package] warning: no files found matching '*.yaml' under directory 'tests'
    [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    [ChangeLog] Size of delta 8.312% size of original (original: 247627 chars, delta: 20583 chars)
    [ChangeLog] **Features**
    [ChangeLog] 
    [ChangeLog]   - Model ApiManagementServiceResource has a new parameter zones
    [ChangeLog]   - Model ApiManagementServiceResource has a new parameter restore
    [ChangeLog]   - Model NamedValueUpdateParameters has a new parameter key_vault
    [ChangeLog]   - Model CertificateContract has a new parameter key_vault
    [ChangeLog]   - Model ApiManagementServiceUpdateParameters has a new parameter restore
    [ChangeLog]   - Model GatewayHostnameConfigurationContract has a new parameter tls11_enabled
    [ChangeLog]   - Model GatewayHostnameConfigurationContract has a new parameter tls10_enabled
    [ChangeLog]   - Model GatewayHostnameConfigurationContract has a new parameter http2_enabled
    [ChangeLog]   - Model CacheUpdateParameters has a new parameter use_from_location
    [ChangeLog]   - Model AdditionalLocation has a new parameter zones
    [ChangeLog]   - Model NamedValueCreateContract has a new parameter key_vault
    [ChangeLog]   - Model DiagnosticContract has a new parameter operation_name_format
    [ChangeLog]   - Model HttpMessageDiagnostic has a new parameter data_masking
    [ChangeLog]   - Model HostnameConfiguration has a new parameter identity_client_id
    [ChangeLog]   - Model NamedValueContract has a new parameter key_vault
    [ChangeLog]   - Model ApiManagementServiceBaseProperties has a new parameter restore
    [ChangeLog]   - Added operation TenantAccessOperations.list_by_service
    [ChangeLog]   - Added operation TenantAccessOperations.create
    [ChangeLog]   - Added operation group ContentTypeOperations
    [ChangeLog]   - Added operation group DeletedServicesOperations
    [ChangeLog]   - Added operation group ContentTypeContentItemOperations
    [ChangeLog]   - Added operation group TenantSettingsOperations
    [ChangeLog] 
    [ChangeLog] **Breaking changes**
    [ChangeLog] 
    [ChangeLog]   - Operation CertificateOperations.create_or_update has a new signature
    [ChangeLog]   - Operation EmailTemplateOperations.update has a new signature
    [ChangeLog]   - Operation GatewayHostnameConfigurationOperations.create_or_update has a new signature
    [ChangeLog]   - Operation GatewayHostnameConfigurationOperations.delete has a new signature
    [ChangeLog]   - Operation SubscriptionOperations.create_or_update has a new signature
    [ChangeLog]   - Operation SubscriptionOperations.update has a new signature
    [ChangeLog]   - Operation TenantAccessGitOperations.regenerate_primary_key has a new signature
    [ChangeLog]   - Operation TenantAccessGitOperations.regenerate_secondary_key has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.get has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.get_entity_tag has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.list_secrets has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.regenerate_primary_key has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.regenerate_secondary_key has a new signature
    [ChangeLog]   - Operation UserConfirmationPasswordOperations.send has a new signature
    [ChangeLog]   - Operation UserOperations.delete has a new signature
    [ChangeLog]   - Operation LoggerOperations.delete has a new signature
    [ChangeLog]   - Operation EmailTemplateOperations.update has a new signature
    [ChangeLog]   - Operation CertificateOperations.create_or_update has a new signature
    [ChangeLog]   - Operation GatewayApiOperations.list_by_service has a new signature
    [ChangeLog]   - Operation GatewayHostnameConfigurationOperations.list_by_service has a new signature
    [ChangeLog]   - Operation GatewayOperations.list_by_service has a new signature
    [ChangeLog]   - Operation TenantAccessOperations.update has a new signature
    [ChangeLog]   - Operation UserOperations.create_or_update has a new signature
    [ChangeLog]   - Model CacheContract has a new required parameter use_from_location
    [ChangeLog]   - Model ConnectivityStatusContract has a new required parameter is_optional
    [ChangeLog]   - Model ConnectivityStatusContract has a new required parameter resource_type
    [ChangeLog]   - Removed operation TenantAccessGitOperations.get
    [ChangeLog]   - Removed operation TenantAccessGitOperations.list_secrets
    [ChangeLog]   - Model AccessInformationContract has a new signature
    [ChangeLog]   - Model CertificateCreateOrUpdateParameters has a new signature

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-python-track2

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 5, 2020

azure-sdk-for-net

failed [Logs] [Expand Details]
  • Generate from 3cffac5 with merge commit 03260ada2d89f43e63579b7703a048aaeec133ce. SDK Automation 13.0.17.20200918.2
    [AutoRest] realpath(): Permission denied
    [AutoRest] realpath(): Permission denied
    [AutoRest] realpath(): Permission denied
    [AutoRest] realpath(): Permission denied
    [AutoRest] realpath(): Permission denied
    [AutoRest] realpath(): Permission denied
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityStateByOperation' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityStateByApi' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityStateByProduct' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityState' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'CheckEntityExists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'CheckEntityExists' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
    [AutoRest] WARNING: HEAD 'GetEntityTag' method missing 404 status code section -- this might be unintentional.
  • Microsoft.Azure.Management.ApiManagement [View full logs]  [Preview SDK Changes]
      Failed to create the package Microsoft.Azure.Management.ApiManagement.
      Error: dotnet msbuild build.proj /t:CreateNugetPackage /p:Scope=apimanagement /v:n /p:SkipTests=true , {} 

    @openapi-sdkautomation
    Copy link

    openapi-sdkautomation bot commented Nov 5, 2020

    azure-resource-manager-schemas

    ️✔️ succeeded [Logs] [Expand Details]
    • ️✔️ Generate from 3cffac5 with merge commit 03260ada2d89f43e63579b7703a048aaeec133ce. Schema Automation 13.0.17.20200918.2
      [apimanagement][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
      [apimanagement][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
      [apimanagement][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
    • ️✔️apimanagement [View full logs]  [Preview Schema Changes]
        [after_scripts|node] PostProcessor finished successfully.
        [after_scripts|node]   5822 passing (1m)
        AzureResourceSchema has no registered package commands.

      @vfedonkin
      Copy link
      Contributor Author

      @lirenhe , do you have permissions to merge this PR? Thanks

      @leni-msft
      Copy link
      Contributor

      Hi @vfedonkin You need fix Linting error R4009 - RequiredSystemDataInNewApiVersions . cc. @jianyexi for help

      @leni-msft leni-msft added the Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review label Dec 29, 2020
      @vfedonkin
      Copy link
      Contributor Author

      @leni-msft it's not a new api version, we already released this preview version when there were no such requirements. We can add systemData for new versions, but current should stay unchanged since it's already released

      @leni-msft leni-msft removed the Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review label Dec 30, 2020
      @akning-ms akning-ms added the SuppressionTrack Track suppression in PR label Dec 30, 2020
      @akning-ms akning-ms merged commit b35ad91 into Azure:master Dec 30, 2020
      This was referenced Dec 30, 2020
      xiangyan99 added a commit that referenced this pull request Jan 5, 2021
      * [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2019-06-01 (#11833)
      
      * Changing Swagger file
      
      * Changing examples
      
      * Fixing tags example
      
      * Fixing tags example
      
      * Fixing tags example
      
      * prettier fix for white spaces
      
      * Enable azure-sdk-for-net-track2 (#12169)
      
      * Updating existing CRR APIs with zone restore feature (#12157)
      
      * - Added change for support of cross zone restores.
      
      * - updating example json
      
      * - Fixing prettier
      
      * lastUpdatedDate for templates (#11900)
      
      * lastUpdatedDate for templates
      
      * fix
      
      * [Hub Generated] Review request for Microsoft.AppPlatform to add version preview/2020-11-01-preview (#11823)
      
      * Adds base for updating Microsoft.AppPlatform from version stable/2020-07-01 to version 2020-11-01-preview
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Introduce additional change to 2020-11-01-preview.
      
      * Additional properties to monitoringSettings.
      * Readonly properties to requiredTraffics.
      
      Signed-off-by: Pan Li <[email protected]>
      
      * Make credscan happy.
      
      Signed-off-by: Pan Li <[email protected]>
      
      * [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (#12113)
      
      * Fix linter and swagger warnings
      
      * Fix errors
      
      * Removed unneeded change
      
      * [ASC.Automations] Add new data type "RegulatoryComplianceAssessment" (#12185)
      
      * Add SubAssessment event source type and add more automations examples
      
      * Change Location isReadOnlu to false
      
      * Test
      
      * Add new read/write location and add new type TrackedResourceLocation
      
      * Minor
      
      * minor
      
      * prettier fixes
      
      * Change variable name to TrackedResourceLocation
      
      * Change type name TrackedResourceLocation to AzureTrackedResourceLocation
      
      * Update automations example
      
      * Add SecureScores & SecureScoreControls as new supported datatypes in Automations resource
      
      * [ASC.Automations] add new data type RegulatoryComplianceAssessment
      
      * add datalake store track2 config (#12186)
      
      * cleanup old pipeline dependencies (#11889)
      
      * cleanup pipeline deps
      
      * add rest-api-specs-scripts
      
      * Extending recovery network input in replication intent API to support new network creation (#12191)
      
      * [Hub Generated] Review request for Microsoft.Maps to add version preview/2020-02-01-preview (#12172)
      
      * Adding operations for Maps Creator resource.
      
      * Fixing typo.
      
      * Adds suppression to readme
      
      * Adds suppression to readme
      
      * Adds suppression to readme
      
      * Adds suppression to readme
      
      * Resolving linter errors.
      
      * Minor update.
      
      * Updating all reference to v2 schema.
      
      * Marked private atlas as deprecated in description.
      
      * add operationsmanagement track2 config (#12141)
      
      * Update comment.yml (#12202)
      
      Add ARM traffic query link. When add breakingChangeReviewRequired
      
      * Adding new properties to response body (#12201)
      
      * adding new properties
      
      * updating examples
      
      * prettier fix
      
      * [Hub Generated] Review request for Microsoft.ContainerService to add version stable/2020-12-01 (#12064)
      
      * Add autorest.az configurations for azure monitor control service (#12090)
      
      * add AMCS config for codegen
      
      * reorganize command group
      
      * rename command group
      
      * Codegen modify try to rename DataCollectionRules create parameters
      
      * hide DataCollectionRules Create & Update commands and DataCollectionRuleAssociations Create command
      
      * use alias instand of rename in code-gen
      
      * use monitor-control-service as the extension name
      
      * Update readme.python.md
      
      * add logic track2 config (#12166)
      
      * add alertsmanagement track2 config (#11759)
      
      * Update comment.yml (#12213)
      
      * add mixedreality track2 confi (#12070)
      
      * add signalr track2 config (#11892)
      
      * add cognitiveservice track2 config (#11498)
      
      * add machinglearningservices track2 config (#12183)
      
      * add apimanagement track2 config (#12187)
      
      * add serialconsole track2 config (#12046)
      
      * Update TransparentDataEncryption Group Name (#12160)
      
      * update TransparentDataEncryption Group name
      
      * update reference of TransparentDataEncryption
      
      * Update readme.python.md (#12216)
      
      * Required changes for Azure HealthBot swagger (#12124)
      
      * Fixes for SDK generation files.
      
      * Fixes for SDK generation files.
      
      * Added GO.
      
      * Change Healthcare bot to Healthbot.
      
      * 1. Remove unused properties of SKU.
      2. Removed unused CheckNameAvailability.json
      3. Remove subgroup.
      
      * Sku is required.
      
      * [Hub Generated] Review request for Microsoft.IoTCentral to add version stable/2018-09-01 (#12224)
      
      * update to name
      
      * update
      
      * add api-version of guest configuration to go SDK (#12217)
      
      * add api-version for templatespecs (#12197)
      
      * Update specificationRepositoryConfiguration.json (#12218)
      
      * Adding new api version to devops RP (#11585)
      
      * Initial commit as per PR review
      
      * Actual changes to api spec for new version
      
      * Switching to multi-api build for python
      
      * Fix python spec to correct namespaces in multiapi mode
      
      * Revert changes to python generation
      
      * Add systemdata
      
      * Fix the path for sys data reference
      
      * Fix path once more
      
      * remove additional properties after including systemdata
      
      * Remove more addtional properties
      
      * Move system data to root
      
      * Fix wrong output-folder (#12229)
      
      * Remove swagger and examples because the controller will be used for private preview. (#12177)
      
      * Update pull_request_assignment.yml (#12230)
      
      * [Hub Generated] Review request for Microsoft.StorageCache to add version stable/2020-10-01 (#11407)
      
      * Init the next version so diffs can work better.
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Updates to StorageTargetProperties and added examples of cmk, mtu
      
      Add 202 to the storage cache and storage target create/update and update examples
      
      Fix ST no junction example's 202 response.
      
      add properties for nfs extended groups
      
      fix issues with extended groups properties found with autorest
      
      add properties and objects for Active Directory username download
      
      undo unintended change
      
      changes from comments in pull request
      
      AccessPolicy support.
      
      Example fixes for Access Policies.
      
      Fix attribute names to match latest RP.
      
      update to credential properties for LDAP and Active Directory
      
      marking password properties with x-ms-secret tag
      
      minor changes on extended groups and add examples
      
      Added blob NFS and some other validation fixes.
      
      Update required property for domainName from dnsName
      
      Updated blobNfs examples and some kpi fixes.
      
      Correct validation errors in examples.
      
      Added systemdata to resources.
      
      Remove x-ms-secret in keyvault reference due to linter error and common types not using it.
      
      Remove blobNfs from this version.
      
      Remove blobNfs from spec file.
      
      Remove x-ms-secret due to linter errors.
      
      Fix certificate spelling.
      
      Updating prettier and spell check errors.
      
      Used prettier on main spec file.
      
      Readded x-ms-secret that open api hub failed on but the PR pipeline allows.
      
      * Add prettier fix after rebase
      
      * Remove 202 bodies and add systemData to examples.
      
      * Update spec with prettier.
      
      * Address comments on spec for descriptions, readmes, and extendedGroupsEnabled.
      
      * Updating to address addition ldap and pattern comments.
      
      * Update version tag to include 01
      
      * Restore changes that would be considered breaking changes matching 2020-03-01
      
      * Address a few other comments.
      
      * Update netbios field names and some descriptions.
      
      * Fix s360 for missing debugInfo operation.
      
      * Fix credscan error in example file.
      
      * Update required fields, new validator failure on debugInfo return codes, and bindPassword example value.
      
      * Update debug info example with new return codes.
      
      * Update other credscan password errors.
      
      * Update Semantic-and-Model-Violations-Reference.md (#12199)
      
      Adding secret_property code, update some other codes.
      
      * ADP - add system metadata to dataPool (#12179)
      
      * Swagger Linting Fix (#12162)
      
      * Fix Linting Issuing
      
      * no message
      
      * fix description
      
      * add description and object back
      
      * test to resolve model validation test
      
      (cherry picked from commit ab273df)
      
      * [SQL][V20180601] Updating LocationCapabilities spec (#12032)
      
      * [SQL][V20180601] Updating LocationCapabilities spec
      
      * Fill 2020 versions
      
      * Rollback V2018 changes and bump LocationCapabilities in V4 to 2020-08-01-preview
      
      * update order for CI-FixRequiredOnFailure (#12227)
      
      * update rdbms track2 config (#12245)
      
      * ADT: refix path (#12161)
      
      * python track2 configure (#12150)
      
      * Add and remove owner for service principals (#12081)
      
      * [Hub Generated] Review request for Microsoft.MixedReality to add version stable/2020-05-01 (#11810)
      
      * fix spec
      
      * fix prettier
      
      * [Hub Generated] Review request for Microsoft.MixedReality to add version preview/2019-12-02-preview (#11769)
      
      * fix for swagger completeness
      
      * forgot curly brace
      
      * fix example
      
      * Api Management - make /tenant endpoints ARM compliant in 2020-06-01-preview version (#11549)
      
      * Adds base for updating Microsoft.ApiManagement from version stable/2019-12-01 to version 2020-06-01-preview
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Add support in API Management for Availability Zones (#10284)
      
      * apim in azs
      
      * fix prettier check
      
      * PATCH should return 200 OK (#10328)
      
      * add support for PATCH returning 200 OK
      
      * CI fixes
      
      prettier fix
      
      CI fixes part 2
      
      * Password no longer a mandatory property when uploading Certificates
      
      * add missing x-ms-odata extension for filter support
      
      * +gatewayhostnameconfiguration protocol changes (#10292)
      
      * [2020-06-01-preview] Update Oauth Server secrets Contract (#10602)
      
      * Oauth server secrets contract
      
      * fix azureMonitor enum
      
      * API Management Service Deleted Services Resource (#10607)
      
      * API Management Service Deleted Services Resource
      
      * Path fix
      
      * Lint + custom-words fixes
      
      * Location URI parameter for deletedservices Resource
      
      * GET for deletedservices by service name
      
      * Remove resourceGroupName from resource path
      
      * fixes
      
      * schema for purge operation
      
      * perttier applied
      
      * 204 response code added
      
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      
      * OperationNameFormat property added to Diagnostic contract (#10641)
      
      * OperationNameFormat property added to Diagnostic contract
      
      * add azuremonitor to update contract
      
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      
      * [Microsoft.ApiManagement][2020-06-01-preview] Change Network Status response contract (#10331)
      
      * Change Network Status response contract
      
      * Update examples for network status contract
      
      * ApiManagement - tenant/settings endpoints
      
      * ApiManagement - tenant/settings endpoints fix
      
      * ApiManagement - tenant/settings endpoints fix prettier
      
      * ApiManagement - tenant/settings endpoints fix 3
      
      * ApiManagement - tenant/settings endpoints fix 4
      
      * ApiManagement - tenant/settings endpoints fix 5
      
      Co-authored-by: Samir Solanki <[email protected]>
      Co-authored-by: maksimkim <[email protected]>
      Co-authored-by: promoisha <[email protected]>
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      Co-authored-by: RupengLiu <[email protected]>
      Co-authored-by: vfedonkin <[email protected]>
      
      * Add "mail" parameter to UserUpdateParameters in graphrbac (#12127)
      
      This patch adds a single optional field "mail" to UserUpdateParameters
      schema. This makes it possible to update user's e-mail address using
      the (Go) Azure SDK. Currently this is not possible.
      
      I have curled the graphrbac API with the extra body parameter and it
      works as expected.
      
      Addition of the field will make it possible to support the mail property
      on the azuread_user resource in terraform-provider-azuread.
      
      Co-authored-by: David Čepelík <[email protected]>
      
      * [Hub Generated] Review request for Microsoft.Advisor to add version stable/2020-01-01 (#12262)
      
      * add resourcegraph track2 config (#12122)
      
      * add reservations track2 config (#12027)
      
      * Removing a readonly tag from a property (#12254)
      
      * Fix swagger correctness errors (#12246)
      
      * Fix swagger correctness issues in Security for Iot service
      
      * changed int format from 32 to 64
      
      * Add systemData to iotSecuritySolutions
      
      Co-authored-by: Liran Chen <[email protected]>
      
      * [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (#12196)
      
      * AAS - Swagger Linting and Correctness Fix (#12176)
      
      * Fix R4013 IntegerTypeMustHaveFormat
      
      * Fix R4010 RequiredDefaultResponse
      
      * Fix R4007 DefaultErrorResponseSchema
      
      * removed extra bracket
      
      * fix semantic issue
      
      * add type error
      
      * Fix linting issue
      
      * test to resolve model validation test
      
      * Revert "test to resolve model validation test"
      
      This reverts commit ab273df.
      
      * Resolve Model Validation Issue
      
      * Resolve Model Validation Issue v2
      
      * test - add missing properties
      
      (cherry picked from commit 48ec27c)
      
      * fix format
      
      * set default value
      
      * add x-ms-enum
      
      * fix nit
      
      * Add missing property
      
      * add missing properties
      
      * add missing bracket
      
      * change GatewayListStatusLive type
      
      * add missing "origin" property
      
      * fix model validation
      
      * Revert "change GatewayListStatusLive type"
      
      This reverts commit 4f3fa74.
      
      * Revert "fix model validation"
      
      This reverts commit 945bc23.
      
      * add redhatopenshift track2 config (#12045)
      
      * [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-10-01 (#12194)
      
      * Adding nextLink and previousLink to Tags endpoint properties
      
      * moving properties out
      
      * prettier check fix
      
      Co-authored-by: Jorge Chavez Nieto <[email protected]>
      
      * add relay track2 config (#11495)
      
      * update healthbot t2 config (#12269)
      
      * update healthbot t2 config
      
      * fix readme
      
      * add automation track2 config (#11628)
      
      * add automation track2 config
      
      * update config
      
      * Azure Remote Rendering REST API swagger file - for review (#12015)
      
      * Azure Remote Rendering API specifcation
      
      * fix schema issue
      
      * fix examples
      
      * fix request bodies integer values, :stop path
      
      * pointing readme.md to open api spec for ARR
      
      * fix typo, add custom words
      
      * add msvc to custom words
      
      * fix readme.md
      
      * ran prettifier
      
      * fix reference to json
      
      * reference sts from file as well
      
      * fix readme.md
      
      * changes to readme.md
      
      * remove example from error to fix error
      
      * add 200 OK status for retried PUT for conversions and sessiosn
      
      * ran prettier
      
      * make autorest linter not crash
      
      * fix casing of nextLinkName paramter
      
      * factor out conversion list response
      
      * add examples for conversions
      
      * adding examples for sessions, prettify files
      
      * [Hub Generated] Review request for Microsoft.Maps/Microsoft.Maps to add version preview/2.0 (#12175)
      
      * microsoft.imagery 512 not supported
      
      Adding micorosft.imagery to 512 tile not supported list
      
      * Updating Raster Tilesets to Have Max Zoom 22
      
      Certain raster tilesets now support up to zoom level 22.
      
      * minor changes to swagger (#12253)
      
      * minor changes to swagger
      
      * reverting sdk definitions file
      
      * Add addons to AVS 2020-07-17-preview (#12236)
      
      * found missing AVS/privateclouds/addons commit, moving it to 2020-07-17-preview API from PR repo
      
      * fixed prettier errors
      
      * Fixed vladation warnings for x-ms-enum and missing description/title, related to addons
      
      * fixed validation error for missing systemData for addons responses
      
      * fixed prettier errors
      
      * fixed validation error for missing systemData for addons responses
      
      * systemData for any Resource
      
      * make sure systemData is readOnly
      
      * systemData needs to go in a new api version
      
      * suppress systemData error
      
      Co-authored-by: Cameron Taggart <[email protected]>
      
      * Azs api bug fix (#12133)
      
      * Old api version for ComputeOperationResult
      
      * Api Bugfix for Azure Stack Fabric Admin
      
      * Fix for typo in readme
      
      * Add default reponse
      
      * Fix example issue for default error
      
      * Update comment.yml (#12273)
      
      * [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#12031)
      
      * fix dataSet typo
      
      * fix dimensions and tags typo
      
      * more dimensions and tags to fix
      
      * one more miss on dimensions and tags
      
      * Add the includeMonetaryCommitment missing field
      
      * fix spell check error
      
      * make property read only
      
      * remove the not operation from query filters
      
      * New backup service api version (#12171)
      
      * Initial commit: adding new api version
      
      * - new api 2020-12-01
      
      * updating the readme.md package reference
      
      * - adding the zone information for new api
      
      * - updating api-version in examples
      - added 'zone' in Get recoverypoint api example json
      
      * Fixing prettier issue
      
      * Revert "- updating api-version in examples"
      
      This reverts commit 80baa9f.
      
      * - adding api-version in examples
      
      * adding new api version in package mds
      
      * [IotHub] Introducing networkRuleSets in IotHubProperties [2020-08-31 : preview and stable ] (#10853)
      
      * Adds base for updating Microsoft.Devices from version preview/2020-07-10-preview to version 2020-08-31-preview
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Adds base for updating Microsoft.Devices from version stable/2020-08-01 to version 2020-08-31
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Adding networkRuleSets support for iothub
      
      * Adding networkRuleSets Support in preview version
      
      * Adding Examples, correcting order in iothub.json
      
      * Updating Readme to have stable and previe versions
      
      * Modifying Tag to package-2020-08-31
      
      * Adding Arm identity properties from 2020-07-010-preview version
      
      * Removing creds
      
      * minor fix
      
      * swagger correctness fix (#12101)
      
      * swagger correctness fix
      
      * update preview version too
      
      * Revert change and add defaults (#12243)
      
      * Remove gallery preview version 2020-09-30 from stable release (#12222)
      
      * add managementpartner track2 config (#12043)
      
      * [Hub Generated] Review request for Microsoft.Insights to add version stable/2019-03-01 (#12232)
      
      * Fixed swagger validations for api version 2019
      
      * reverted error response change and suppress
      
      * removed redundant error details
      
      * renamed suppression rule
      
      * fixed suppression
      
      Co-authored-by: napolish <[email protected]>
      Co-authored-by: Phoenix He <[email protected]>
      Co-authored-by: arpja <[email protected]>
      Co-authored-by: ShaniFelig <[email protected]>
      Co-authored-by: Pan Li <[email protected]>
      Co-authored-by: Zach Rathbun <[email protected]>
      Co-authored-by: surashed <[email protected]>
      Co-authored-by: Kaihui (Kerwin) Sun <[email protected]>
      Co-authored-by: Zhenglai Zhang <[email protected]>
      Co-authored-by: om-nishant <[email protected]>
      Co-authored-by: Ihar Voitka <[email protected]>
      Co-authored-by: Ruoxuan Wang <[email protected]>
      Co-authored-by: Ju Hee Lee <[email protected]>
      Co-authored-by: xiazhan <[email protected]>
      Co-authored-by: kai ru <[email protected]>
      Co-authored-by: Ji Wang <[email protected]>
      Co-authored-by: Andy Zhang <[email protected]>
      Co-authored-by: guy-microsoft <[email protected]>
      Co-authored-by: PoAn (Baron) Chen <[email protected]>
      Co-authored-by: Arcturus <[email protected]>
      Co-authored-by: suyash691 <[email protected]>
      Co-authored-by: nemijato <[email protected]>
      Co-authored-by: brpanask <[email protected]>
      Co-authored-by: Ray Chen <[email protected]>
      Co-authored-by: Eli Arbel <[email protected]>
      Co-authored-by: David Han <[email protected]>
      Co-authored-by: Roman Khotsyn <[email protected]>
      Co-authored-by: David R. Williamson <[email protected]>
      Co-authored-by: msyyc <[email protected]>
      Co-authored-by: Xinyi Joffre <[email protected]>
      Co-authored-by: roytan-microsoft <[email protected]>
      Co-authored-by: Vitaliy Fedonkin <[email protected]>
      Co-authored-by: Samir Solanki <[email protected]>
      Co-authored-by: maksimkim <[email protected]>
      Co-authored-by: promoisha <[email protected]>
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      Co-authored-by: RupengLiu <[email protected]>
      Co-authored-by: vfedonkin <[email protected]>
      Co-authored-by: David Čepelík <[email protected]>
      Co-authored-by: David Čepelík <[email protected]>
      Co-authored-by: mudit794 <[email protected]>
      Co-authored-by: Dhawal Jain <[email protected]>
      Co-authored-by: MichalHel <[email protected]>
      Co-authored-by: Liran Chen <[email protected]>
      Co-authored-by: jochav <[email protected]>
      Co-authored-by: Jorge Chavez Nieto <[email protected]>
      Co-authored-by: rikogeln <[email protected]>
      Co-authored-by: chgennar <[email protected]>
      Co-authored-by: hivyas <[email protected]>
      Co-authored-by: Douglas Lee <[email protected]>
      Co-authored-by: Cameron Taggart <[email protected]>
      Co-authored-by: LingyunSu <[email protected]>
      Co-authored-by: elabicha <[email protected]>
      Co-authored-by: Nikhil Kumar Mengani <[email protected]>
      Co-authored-by: Junbo Wang <[email protected]>
      Co-authored-by: Daniel Orozco <[email protected]>
      Co-authored-by: Adam Sandor <[email protected]>
      Co-authored-by: yashmuel <[email protected]>
      josuhazure pushed a commit to josuhazure/azure-rest-api-specs that referenced this pull request Jan 6, 2021
      …review version (Azure#11549)
      
      * Adds base for updating Microsoft.ApiManagement from version stable/2019-12-01 to version 2020-06-01-preview
      
      * Updates readme
      
      * Updates API version in new specs and examples
      
      * Add support in API Management for Availability Zones (Azure#10284)
      
      * apim in azs
      
      * fix prettier check
      
      * PATCH should return 200 OK (Azure#10328)
      
      * add support for PATCH returning 200 OK
      
      * CI fixes
      
      prettier fix
      
      CI fixes part 2
      
      * Password no longer a mandatory property when uploading Certificates
      
      * add missing x-ms-odata extension for filter support
      
      * +gatewayhostnameconfiguration protocol changes (Azure#10292)
      
      * [2020-06-01-preview] Update Oauth Server secrets Contract (Azure#10602)
      
      * Oauth server secrets contract
      
      * fix azureMonitor enum
      
      * API Management Service Deleted Services Resource (Azure#10607)
      
      * API Management Service Deleted Services Resource
      
      * Path fix
      
      * Lint + custom-words fixes
      
      * Location URI parameter for deletedservices Resource
      
      * GET for deletedservices by service name
      
      * Remove resourceGroupName from resource path
      
      * fixes
      
      * schema for purge operation
      
      * perttier applied
      
      * 204 response code added
      
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      
      * OperationNameFormat property added to Diagnostic contract (Azure#10641)
      
      * OperationNameFormat property added to Diagnostic contract
      
      * add azuremonitor to update contract
      
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      
      * [Microsoft.ApiManagement][2020-06-01-preview] Change Network Status response contract (Azure#10331)
      
      * Change Network Status response contract
      
      * Update examples for network status contract
      
      * ApiManagement - tenant/settings endpoints
      
      * ApiManagement - tenant/settings endpoints fix
      
      * ApiManagement - tenant/settings endpoints fix prettier
      
      * ApiManagement - tenant/settings endpoints fix 3
      
      * ApiManagement - tenant/settings endpoints fix 4
      
      * ApiManagement - tenant/settings endpoints fix 5
      
      Co-authored-by: Samir Solanki <[email protected]>
      Co-authored-by: maksimkim <[email protected]>
      Co-authored-by: promoisha <[email protected]>
      Co-authored-by: REDMOND\glfeokti <[email protected]>
      Co-authored-by: RupengLiu <[email protected]>
      Co-authored-by: vfedonkin <[email protected]>
      @vfedonkin vfedonkin deleted the vifedo/2020-06-01-preview branch August 26, 2021 20:25
      Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
      Labels
      API Management Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Python SuppressionTrack Track suppression in PR
      Projects
      None yet
      Development

      Successfully merging this pull request may close these issues.

      9 participants