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

Add Private link and Private link association APIs #11364

Closed
wants to merge 2 commits into from

Conversation

Vishakha-Git
Copy link

@Vishakha-Git Vishakha-Git commented Oct 23, 2020

Resource Manger Private Link:- PUT,DELETE, GET
Private link association GET

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.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 23, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
️✔️LintDiff [Detail]
 Validation passes for LintDiff. 
Avocado: 6 Errors, 0 Warnings [Detail] [Expand]
Rule Message
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/resources/resource-manager/readme.md
json: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/resources/resource-manager/readme.md
json: stable/2020-05-01/examples/createPrivateLink.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/resources/resource-manager/readme.md
json: stable/2020-05-01/examples/deletePrivateLink.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/resources/resource-manager/readme.md
json: stable/2020-05-01/examples/getPrivateLink.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/resources/resource-manager/readme.md
json: stable/2020-05-01/examples/getPrivateLinkAssociation.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/resources/resource-manager/readme.md
json: Microsoft.Authorization/stable/2020-05-01/privateLinkAssociation.json
ModelValidation: 7 Errors, 0 Warnings [Detail] [Expand]
Rule Message
[ERROR_IN_PREPARING_REQUEST](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#ERROR_IN_PREPARING_REQUEST "pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink"}.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.") pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink" }.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.
Url: stable/2020-05-01/examples/createPrivateLink.json#L1
[RESPONSE_STATUS_CODE_NOT_IN_SPEC](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#RESPONSE_STATUS_CODE_NOT_IN_SPEC "Response statusCode "200" for operation "ResourceManagementPrivateLinks_Put" is provided in exampleResponseValue, however it is not present in the swagger spec.") Response statusCode "200" for operation "ResourceManagementPrivateLinks_Put" is provided in exampleResponseValue, however it is not present in the swagger spec.
[ERROR_IN_PREPARING_REQUEST](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#ERROR_IN_PREPARING_REQUEST "pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink"}.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.") pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink" }.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.
Url: stable/2020-05-01/examples/deletePrivateLink.json#L1
[RESPONSE_STATUS_CODE_NOT_IN_SPEC](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#RESPONSE_STATUS_CODE_NOT_IN_SPEC "Response statusCode "200" for operation "ResourceManagementPrivateLinks_Delete" is provided in exampleResponseValue, however it is not present in the swagger spec.") Response statusCode "200" for operation "ResourceManagementPrivateLinks_Delete" is provided in exampleResponseValue, however it is not present in the swagger spec.
[ERROR_IN_PREPARING_REQUEST](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#ERROR_IN_PREPARING_REQUEST "pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink"}.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.") pathTemplate: /subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks/{resourceManagementPrivateLinksName} contains the path parameter sourceResourceGroupName however, it is not present in [object Object] - { "subscriptionId": "{subscriptionId}", "resourceGroupName": "{resourceGroupName}", "resourceManagementPrivateLinksName": "myPrivateLink" }.The value of the path parameter can either be a "string" of the form { sourceResourceGroupName: "some sample value" } or it can be an "object" of the form { "sourceResourceGroupName": { value: "some sample value", skipUrlEncoding: true } }.
Url: stable/2020-05-01/examples/getPrivateLink.json#L1
[RESPONSE_STATUS_CODE_NOT_IN_SPEC](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#RESPONSE_STATUS_CODE_NOT_IN_SPEC "Response statusCode "200" for operation "ResourceManagementPrivateLinks_Get" is provided in exampleResponseValue, however it is not present in the swagger spec.") Response statusCode "200" for operation "ResourceManagementPrivateLinks_Get" is provided in exampleResponseValue, however it is not present in the swagger spec.
[RESPONSE_STATUS_CODE_NOT_IN_SPEC](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#RESPONSE_STATUS_CODE_NOT_IN_SPEC "Response statusCode "200" for operation "PrivateLinkAssociations_Get" is provided in exampleResponseValue, however it is not present in the swagger spec.") Response statusCode "200" for operation "PrivateLinkAssociations_Get" is provided in exampleResponseValue, however it is not present in the swagger spec.
SemanticValidation: 10 Errors, 0 Warnings [Detail] [Expand]
Rule Message
OBJECT_ADDITIONAL_PROPERTIES Additional properties not allowed: location
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json#L155
OBJECT_PROPERTIES_MINIMUM Too few properties defined (0), minimum 1
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
NOT_PASSED Data matches schema from 'not'
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
OBJECT_PROPERTIES_MINIMUM Too few properties defined (0), minimum 1
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
NOT_PASSED Data matches schema from 'not'
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
OBJECT_PROPERTIES_MINIMUM Too few properties defined (0), minimum 1
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
NOT_PASSED Data matches schema from 'not'
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json
OBJECT_MISSING_REQUIRED_PROPERTY Missing required property: $ref
JsonUrl: Microsoft.Authorization/stable/2020-05-01/PrivateLinks.json#L67
OBJECT_PROPERTIES_MINIMUM Too few properties defined (0), minimum 1
JsonUrl: Microsoft.Authorization/stable/2020-05-01/privateLinkAssociation.json
NOT_PASSED Data matches schema from 'not'
JsonUrl: Microsoft.Authorization/stable/2020-05-01/privateLinkAssociation.json
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 23, 2020

azure-sdk-for-go

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 23, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 2e861db with merge commit 503e545ca304792df97e761d7f382029138f482e. SDK Automation 13.0.17.20200918.2
  • ️✔️sdk/features/mgmt-v2015_12_01 [View full logs]  [Preview SDK Changes]
  • ⚠️sdk/locks/mgmt-v2016_09_01 [View full logs]  [Preview SDK Changes]
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/locks/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/locks/v2016_09_01/implementation/ManagementLocksImpl.java:[250,21] cannot find symbol
      [mvn]   symbol: variable inner
      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-locks: Compilation failure
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/locks/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/locks/v2016_09_01/implementation/ManagementLocksImpl.java:[250,21] cannot find symbol
      [mvn] [ERROR]   symbol: variable inner
      [mvn] [ERROR] -> [Help 1]
      [mvn] [ERROR] 
      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [mvn] [ERROR] 
      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    • ⚠️sdk/managedapplications/mgmt-v2019_07_01 [View full logs]  [Preview SDK Changes]
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/managedapplications/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/managedapplications/v2019_07_01/implementation/ApplicationsImpl.java:[129,36] getByIdAsync(java.lang.String) in com.microsoft.azure.management.managedapplications.v2019_07_01.implementation.ApplicationsImpl cannot override getByIdAsync(java.lang.String) in com.microsoft.azure.arm.resources.collection.implementation.GroupableResourcesCoreImpl
        [mvn]   overridden method is final
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-managedapplications: Compilation failure
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/managedapplications/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/managedapplications/v2019_07_01/implementation/ApplicationsImpl.java:[129,36] getByIdAsync(java.lang.String) in com.microsoft.azure.management.managedapplications.v2019_07_01.implementation.ApplicationsImpl cannot override getByIdAsync(java.lang.String) in com.microsoft.azure.arm.resources.collection.implementation.GroupableResourcesCoreImpl
        [mvn] [ERROR]   overridden method is final
        [mvn] [ERROR] -> [Help 1]
        [mvn] [ERROR] 
        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [mvn] [ERROR] 
        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      • ️✔️sdk/policy/mgmt-v2016_12_01 [View full logs]  [Preview SDK Changes]
      • ️✔️sdk/policy/mgmt-v2018_03_01 [View full logs]  [Preview SDK Changes]
      • ️✔️sdk/policy/mgmt-v2018_05_01 [View full logs]  [Preview SDK Changes]
      • ️✔️sdk/policy/mgmt-v2019_01_01 [View full logs]  [Preview SDK Changes]
      • ️✔️sdk/policy/mgmt-v2019_06_01 [View full logs]  [Preview SDK Changes]
      • ️✔️sdk/policy/mgmt-v2019_09_01 [View full logs]  [Preview SDK Changes]
      • ⚠️sdk/resources/mgmt-v2016_06_01 [View full logs]  [Preview SDK Changes]
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[79,56] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[89,44] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[79,56] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[89,44] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
          [mvn] [ERROR] -> [Help 1]
          [mvn] [ERROR] 
          [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
          [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
          [mvn] [ERROR] 
          [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
          [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
        • ⚠️sdk/resources/mgmt-v2016_09_01 [View full logs]  [Preview SDK Changes]
            [mvn] [ERROR] COMPILATION ERROR : 
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
            [mvn]   symbol: variable inner
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/TagsImpl.java:[25,30] cannot find symbol
            [mvn]   symbol:   method tags()
            [mvn]   location: class com.microsoft.azure.management.resources.v2016_09_01.implementation.ResourceManagementClientImpl
            [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
            [mvn] [ERROR]   symbol: variable inner
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/TagsImpl.java:[25,30] cannot find symbol
            [mvn] [ERROR]   symbol:   method tags()
            [mvn] [ERROR]   location: class com.microsoft.azure.management.resources.v2016_09_01.implementation.ResourceManagementClientImpl
            [mvn] [ERROR] -> [Help 1]
            [mvn] [ERROR] 
            [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
            [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
            [mvn] [ERROR] 
            [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
            [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
          • ⚠️sdk/resources/mgmt-v2018_02_01 [View full logs]  [Preview SDK Changes]
              [mvn] [ERROR] COMPILATION ERROR : 
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
              [mvn]   symbol: variable inner
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/TagsImpl.java:[25,30] cannot find symbol
              [mvn]   symbol:   method tags()
              [mvn]   location: class com.microsoft.azure.management.resources.v2018_02_01.implementation.ResourceManagementClientImpl
              [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
              [mvn] [ERROR]   symbol: variable inner
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/TagsImpl.java:[25,30] cannot find symbol
              [mvn] [ERROR]   symbol:   method tags()
              [mvn] [ERROR]   location: class com.microsoft.azure.management.resources.v2018_02_01.implementation.ResourceManagementClientImpl
              [mvn] [ERROR] -> [Help 1]
              [mvn] [ERROR] 
              [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
              [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
              [mvn] [ERROR] 
              [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
              [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
            • ️✔️sdk/resources/mgmt-v2018_06_01 [View full logs]  [Preview SDK Changes]
            • ⚠️sdk/resources/mgmt-v2019_03_01 [View full logs]  [Preview SDK Changes]
                [mvn] [ERROR] COMPILATION ERROR : 
                [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_03_01/src/main/java/com/microsoft/azure/management/resources/v2019_03_01/implementation/DeploymentsImpl.java:[241,21] cannot find symbol
                [mvn]   symbol: variable inner
                [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure
                [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_03_01/src/main/java/com/microsoft/azure/management/resources/v2019_03_01/implementation/DeploymentsImpl.java:[241,21] cannot find symbol
                [mvn] [ERROR]   symbol: variable inner
                [mvn] [ERROR] -> [Help 1]
                [mvn] [ERROR] 
                [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                [mvn] [ERROR] 
                [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
              • ⚠️sdk/resources/mgmt-v2019_05_01 [View full logs]  [Preview SDK Changes]
                  [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-mgmt-resources: MavenReportException: Error while creating archive: 
                  [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:68: error: '{' expected
                  [mvn] [ERROR]         interface WithMicrosoft.Resource {
                  [mvn] [ERROR]                                ^
                  [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:74: error: = expected
                  [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                  [mvn] [ERROR]                                                 ^
                  [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:74: error:  expected
                  [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                  [mvn] [ERROR]                                                          ^
                  [mvn] [ERROR] 
                  [mvn] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
                  [mvn] [ERROR] 
                  [mvn] [ERROR] Refer to the generated Javadoc files in '/z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/target/apidocs' dir.
                  [mvn] [ERROR] -> [Help 1]
                  [mvn] [ERROR] 
                  [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                  [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                  [mvn] [ERROR] 
                  [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                  [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
                • ⚠️sdk/resources/mgmt-v2019_05_10 [View full logs]  [Preview SDK Changes]
                    [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-mgmt-resources: MavenReportException: Error while creating archive: 
                    [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:68: error: '{' expected
                    [mvn] [ERROR]         interface WithMicrosoft.Resource {
                    [mvn] [ERROR]                                ^
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:74: error: = expected
                    [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                    [mvn] [ERROR]                                                 ^
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:74: error:  expected
                    [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                    [mvn] [ERROR]                                                          ^
                    [mvn] [ERROR] 
                    [mvn] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
                    [mvn] [ERROR] 
                    [mvn] [ERROR] Refer to the generated Javadoc files in '/z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/target/apidocs' dir.
                    [mvn] [ERROR] -> [Help 1]
                    [mvn] [ERROR] 
                    [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                    [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                    [mvn] [ERROR] 
                    [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                    [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
                  • ️✔️sdk/resources/mgmt-v2019_06_01 [View full logs]  [Preview SDK Changes]
                  • ⚠️sdk/resources/mgmt-v2019_07_01 [View full logs]  [Preview SDK Changes]
                      [mvn] [ERROR] COMPILATION ERROR : 
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[3909,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn]   reason: cannot infer type-variable(s) T,THeader
                      [mvn]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[5071,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn]   reason: cannot infer type-variable(s) T,THeader
                      [mvn]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsImpl.java:[519,21] cannot find symbol
                      [mvn]   symbol: variable inner
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/TagsImpl.java:[25,30] cannot find symbol
                      [mvn]   symbol:   method tags()
                      [mvn]   location: class com.microsoft.azure.management.resources.v2019_07_01.implementation.ResourceManagementClientImpl
                      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[3909,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                      [mvn] [ERROR]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[5071,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                      [mvn] [ERROR]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsImpl.java:[519,21] cannot find symbol
                      [mvn] [ERROR]   symbol: variable inner
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/TagsImpl.java:[25,30] cannot find symbol
                      [mvn] [ERROR]   symbol:   method tags()
                      [mvn] [ERROR]   location: class com.microsoft.azure.management.resources.v2019_07_01.implementation.ResourceManagementClientImpl
                      [mvn] [ERROR] -> [Help 1]
                      [mvn] [ERROR] 
                      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                      [mvn] [ERROR] 
                      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
                    • ⚠️sdk/resources/mgmt-v2019_08_01 [View full logs]  [Preview SDK Changes]
                        [mvn] [ERROR] COMPILATION ERROR : 
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[3910,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                        [mvn]   reason: cannot infer type-variable(s) T,THeader
                        [mvn]     (actual and formal argument lists differ in length)
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[5072,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                        [mvn]   reason: cannot infer type-variable(s) T,THeader
                        [mvn]     (actual and formal argument lists differ in length)
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsImpl.java:[520,21] cannot find symbol
                        [mvn]   symbol: variable inner
                        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[3910,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                        [mvn] [ERROR]     (actual and formal argument lists differ in length)
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[5072,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                        [mvn] [ERROR]     (actual and formal argument lists differ in length)
                        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsImpl.java:[520,21] cannot find symbol
                        [mvn] [ERROR]   symbol: variable inner
                        [mvn] [ERROR] -> [Help 1]
                        [mvn] [ERROR] 
                        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                        [mvn] [ERROR] 
                        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
                      • ⚠️sdk/resources/mgmt-v2019_10_01 [View full logs]  [Preview SDK Changes]
                          [mvn] [ERROR] COMPILATION ERROR : 
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[2170,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn]   reason: cannot infer type-variable(s) T,THeader
                          [mvn]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[3368,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn]   reason: cannot infer type-variable(s) T,THeader
                          [mvn]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[4556,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn]   reason: cannot infer type-variable(s) T,THeader
                          [mvn]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[5796,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn]   reason: cannot infer type-variable(s) T,THeader
                          [mvn]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[2170,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                          [mvn] [ERROR]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[3368,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                          [mvn] [ERROR]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[4556,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                          [mvn] [ERROR]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/resources/v2019_10_01/implementation/DeploymentsInner.java:[5796,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                          [mvn] [ERROR]     (actual and formal argument lists differ in length)
                          [mvn] [ERROR] -> [Help 1]
                          [mvn] [ERROR] 
                          [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                          [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                          [mvn] [ERROR] 
                          [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                          [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
                        • ⚠️sdk/resources/mgmt-v2020_06_01 [View full logs]  [Preview SDK Changes]
                            [mvn] [ERROR] COMPILATION ERROR : 
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[2170,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn]   reason: cannot infer type-variable(s) T,THeader
                            [mvn]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[3368,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn]   reason: cannot infer type-variable(s) T,THeader
                            [mvn]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[4556,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn]   reason: cannot infer type-variable(s) T,THeader
                            [mvn]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[5796,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn]   reason: cannot infer type-variable(s) T,THeader
                            [mvn]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[2170,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                            [mvn] [ERROR]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[3368,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                            [mvn] [ERROR]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[4556,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                            [mvn] [ERROR]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/resources/v2020_06_01/implementation/DeploymentsInner.java:[5796,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                            [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                            [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                            [mvn] [ERROR]     (actual and formal argument lists differ in length)
                            [mvn] [ERROR] -> [Help 1]
                            [mvn] [ERROR] 
                            [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                            [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                            [mvn] [ERROR] 
                            [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                            [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

                          @openapi-sdkautomation
                          Copy link

                          openapi-sdkautomation bot commented Oct 23, 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 Oct 23, 2020

                          azure-sdk-for-js

                          failed [Logs] [Expand Details]
                          • Generate from 2e861db with merge commit 503e545ca304792df97e761d7f382029138f482e. SDK Automation 13.0.17.20200918.2
                          • ️✔️@azure/arm-features [View full logs]  [Preview SDK Changes]
                            [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                            [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                            [npmPack] npm WARN deprecated urix@0.1.0: 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/featureClient.js → ./dist/arm-features.js...
                            [npmPack] created ./dist/arm-features.js in 138ms
                            [npmPack] npm notice 
                            [npmPack] npm notice package: @azure/arm-features@1.0.3
                            [npmPack] npm notice === Tarball Contents === 
                            [npmPack] npm notice 23.2kB dist/arm-features.js               
                            [npmPack] npm notice 7.6kB  dist/arm-features.min.js           
                            [npmPack] npm notice 2.9kB  esm/featureClient.js               
                            [npmPack] npm notice 2.5kB  esm/featureClientContext.js        
                            [npmPack] npm notice 6.9kB  esm/operations/features.js         
                            [npmPack] npm notice 466B   esm/models/featuresMappers.js      
                            [npmPack] npm notice 345B   esm/models/index.js                
                            [npmPack] npm notice 379B   esm/operations/index.js            
                            [npmPack] npm notice 4.4kB  esm/models/mappers.js              
                            [npmPack] npm notice 1.6kB  esm/models/parameters.js           
                            [npmPack] npm notice 975B   rollup.config.js                   
                            [npmPack] npm notice 1.6kB  package.json                       
                            [npmPack] npm notice 457B   tsconfig.json                      
                            [npmPack] npm notice 57.2kB dist/arm-features.js.map           
                            [npmPack] npm notice 7.7kB  dist/arm-features.min.js.map       
                            [npmPack] npm notice 1.3kB  esm/featureClient.d.ts.map         
                            [npmPack] npm notice 1.7kB  esm/featureClient.js.map           
                            [npmPack] npm notice 492B   esm/featureClientContext.d.ts.map  
                            [npmPack] npm notice 1.4kB  esm/featureClientContext.js.map    
                            [npmPack] npm notice 3.1kB  esm/operations/features.d.ts.map   
                            [npmPack] npm notice 4.3kB  esm/operations/features.js.map     
                            [npmPack] npm notice 211B   esm/models/featuresMappers.d.ts.map
                            [npmPack] npm notice 224B   esm/models/featuresMappers.js.map  
                            [npmPack] npm notice 2.8kB  esm/models/index.d.ts.map          
                            [npmPack] npm notice 137B   esm/operations/index.d.ts.map      
                            [npmPack] npm notice 126B   esm/models/index.js.map            
                            [npmPack] npm notice 152B   esm/operations/index.js.map        
                            [npmPack] npm notice 510B   esm/models/mappers.d.ts.map        
                            [npmPack] npm notice 2.6kB  esm/models/mappers.js.map          
                            [npmPack] npm notice 445B   esm/models/parameters.d.ts.map     
                            [npmPack] npm notice 1.2kB  esm/models/parameters.js.map       
                            [npmPack] npm notice 3.1kB  README.md                          
                            [npmPack] npm notice 2.6kB  esm/featureClient.d.ts             
                            [npmPack] npm notice 4.7kB  src/featureClient.ts               
                            [npmPack] npm notice 770B   esm/featureClientContext.d.ts      
                            [npmPack] npm notice 2.3kB  src/featureClientContext.ts        
                            [npmPack] npm notice 7.9kB  esm/operations/features.d.ts       
                            [npmPack] npm notice 15.0kB src/operations/features.ts         
                            [npmPack] npm notice 156B   esm/models/featuresMappers.d.ts    
                            [npmPack] npm notice 432B   src/models/featuresMappers.ts      
                            [npmPack] npm notice 6.4kB  esm/models/index.d.ts              
                            [npmPack] npm notice 63B    esm/operations/index.d.ts          
                            [npmPack] npm notice 6.3kB  src/models/index.ts                
                            [npmPack] npm notice 347B   src/operations/index.ts            
                            [npmPack] npm notice 581B   esm/models/mappers.d.ts            
                            [npmPack] npm notice 3.7kB  src/models/mappers.ts              
                            [npmPack] npm notice 488B   esm/models/parameters.d.ts         
                            [npmPack] npm notice 1.7kB  src/models/parameters.ts           
                            [npmPack] npm notice 1.1kB  LICENSE.txt                        
                            [npmPack] npm notice === Tarball Details === 
                            [npmPack] npm notice name:          @azure/arm-features                     
                            [npmPack] npm notice version:       1.0.3                                   
                            [npmPack] npm notice filename:      azure-arm-features-1.0.3.tgz            
                            [npmPack] npm notice package size:  28.4 kB                                 
                            [npmPack] npm notice unpacked size: 196.2 kB                                
                            [npmPack] npm notice shasum:        99de98be81aa9a7e9ee58d1cccf738c7f88cce08
                            [npmPack] npm notice integrity:     sha512-lO1K7BrlPiRTg[...]oczUm6XJ54hDQ==
                            [npmPack] npm notice total files:   49                                      
                            [npmPack] npm notice 
                          • ️✔️@azure/arm-links [View full logs]  [Preview SDK Changes]
                            [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                            [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                            [npmPack] npm WARN deprecated urix@0.1.0: 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/managementLinkClient.js → ./dist/arm-links.js...
                            [npmPack] created ./dist/arm-links.js in 159ms
                            [npmPack] npm notice 
                            [npmPack] npm notice package: @azure/arm-links@1.0.2
                            [npmPack] npm notice === Tarball Contents === 
                            [npmPack] npm notice 26.0kB dist/arm-links.js                       
                            [npmPack] npm notice 8.1kB  dist/arm-links.min.js                   
                            [npmPack] npm notice 345B   esm/models/index.js                     
                            [npmPack] npm notice 414B   esm/operations/index.js                 
                            [npmPack] npm notice 1.6kB  esm/managementLinkClient.js             
                            [npmPack] npm notice 2.5kB  esm/managementLinkClientContext.js      
                            [npmPack] npm notice 5.5kB  esm/models/mappers.js                   
                            [npmPack] npm notice 2.2kB  esm/operations/operations.js            
                            [npmPack] npm notice 455B   esm/models/operationsMappers.js         
                            [npmPack] npm notice 1.8kB  esm/models/parameters.js                
                            [npmPack] npm notice 6.3kB  esm/operations/resourceLinks.js         
                            [npmPack] npm notice 480B   esm/models/resourceLinksMappers.js      
                            [npmPack] npm notice 976B   rollup.config.js                        
                            [npmPack] npm notice 1.6kB  package.json                            
                            [npmPack] npm notice 457B   tsconfig.json                           
                            [npmPack] npm notice 64.8kB dist/arm-links.js.map                   
                            [npmPack] npm notice 8.8kB  dist/arm-links.min.js.map               
                            [npmPack] npm notice 3.2kB  esm/models/index.d.ts.map               
                            [npmPack] npm notice 160B   esm/operations/index.d.ts.map           
                            [npmPack] npm notice 126B   esm/models/index.js.map                 
                            [npmPack] npm notice 175B   esm/operations/index.js.map             
                            [npmPack] npm notice 650B   esm/managementLinkClient.d.ts.map       
                            [npmPack] npm notice 744B   esm/managementLinkClient.js.map         
                            [npmPack] npm notice 506B   esm/managementLinkClientContext.d.ts.map
                            [npmPack] npm notice 1.4kB  esm/managementLinkClientContext.js.map  
                            [npmPack] npm notice 559B   esm/models/mappers.d.ts.map             
                            [npmPack] npm notice 3.2kB  esm/models/mappers.js.map               
                            [npmPack] npm notice 1.0kB  esm/operations/operations.d.ts.map      
                            [npmPack] npm notice 1.4kB  esm/operations/operations.js.map        
                            [npmPack] npm notice 215B   esm/models/operationsMappers.d.ts.map   
                            [npmPack] npm notice 228B   esm/models/operationsMappers.js.map     
                            [npmPack] npm notice 490B   esm/models/parameters.d.ts.map          
                            [npmPack] npm notice 1.4kB  esm/models/parameters.js.map            
                            [npmPack] npm notice 3.0kB  esm/operations/resourceLinks.d.ts.map   
                            [npmPack] npm notice 4.2kB  esm/operations/resourceLinks.js.map     
                            [npmPack] npm notice 231B   esm/models/resourceLinksMappers.d.ts.map
                            [npmPack] npm notice 244B   esm/models/resourceLinksMappers.js.map  
                            [npmPack] npm notice 3.1kB  README.md                               
                            [npmPack] npm notice 7.7kB  esm/models/index.d.ts                   
                            [npmPack] npm notice 98B    esm/operations/index.d.ts               
                            [npmPack] npm notice 7.6kB  src/models/index.ts                     
                            [npmPack] npm notice 382B   src/operations/index.ts                 
                            [npmPack] npm notice 1.0kB  esm/managementLinkClient.d.ts           
                            [npmPack] npm notice 1.5kB  src/managementLinkClient.ts             
                            [npmPack] npm notice 798B   esm/managementLinkClientContext.d.ts    
                            [npmPack] npm notice 2.3kB  src/managementLinkClientContext.ts      
                            [npmPack] npm notice 641B   esm/models/mappers.d.ts                 
                            [npmPack] npm notice 4.5kB  src/models/mappers.ts                   
                            [npmPack] npm notice 2.1kB  esm/operations/operations.d.ts          
                            [npmPack] npm notice 4.1kB  src/operations/operations.ts            
                            [npmPack] npm notice 145B   esm/models/operationsMappers.d.ts       
                            [npmPack] npm notice 419B   src/models/operationsMappers.ts         
                            [npmPack] npm notice 524B   esm/models/parameters.d.ts              
                            [npmPack] npm notice 1.8kB  src/models/parameters.ts                
                            [npmPack] npm notice 10.3kB esm/operations/resourceLinks.d.ts       
                            [npmPack] npm notice 16.8kB src/operations/resourceLinks.ts         
                            [npmPack] npm notice 170B   esm/models/resourceLinksMappers.d.ts    
                            [npmPack] npm notice 443B   src/models/resourceLinksMappers.ts      
                            [npmPack] npm notice 1.1kB  LICENSE.txt                             
                            [npmPack] npm notice === Tarball Details === 
                            [npmPack] npm notice name:          @azure/arm-links                        
                            [npmPack] npm notice version:       1.0.2                                   
                            [npmPack] npm notice filename:      azure-arm-links-1.0.2.tgz               
                            [npmPack] npm notice package size:  33.0 kB                                 
                            [npmPack] npm notice unpacked size: 223.2 kB                                
                            [npmPack] npm notice shasum:        775795cd5db562dc9d5c83c2ebe2615fa94a8c9e
                            [npmPack] npm notice integrity:     sha512-ImOanDxDK4cao[...]Wy18SYnrdIe8w==
                            [npmPack] npm notice total files:   59                                      
                            [npmPack] npm notice 
                          • ️✔️@azure/arm-locks [View full logs]  [Preview SDK Changes]
                            [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                            [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                            [npmPack] npm WARN deprecated urix@0.1.0: 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/managementLockClient.js → ./dist/arm-locks.js...
                            [npmPack] created ./dist/arm-locks.js in 209ms
                            [npmPack] npm notice 
                            [npmPack] npm notice package: @azure/arm-locks@1.1.0
                            [npmPack] npm notice === Tarball Contents === 
                            [npmPack] npm notice 43.1kB  dist/arm-locks.js                                 
                            [npmPack] npm notice 14.9kB  dist/arm-locks.min.js                             
                            [npmPack] npm notice 2.4kB   esm/operations/authorizationOperations.js         
                            [npmPack] npm notice 468B    esm/models/authorizationOperationsMappers.js      
                            [npmPack] npm notice 345B    esm/models/index.js                               
                            [npmPack] npm notice 429B    esm/operations/index.js                           
                            [npmPack] npm notice 1.6kB   esm/managementLockClient.js                       
                            [npmPack] npm notice 2.5kB   esm/managementLockClientContext.js                
                            [npmPack] npm notice 21.7kB  esm/operations/managementLocks.js                 
                            [npmPack] npm notice 493B    esm/models/managementLocksMappers.js              
                            [npmPack] npm notice 5.1kB   esm/models/mappers.js                             
                            [npmPack] npm notice 3.0kB   esm/models/parameters.js                          
                            [npmPack] npm notice 976B    rollup.config.js                                  
                            [npmPack] npm notice 1.6kB   package.json                                      
                            [npmPack] npm notice 457B    tsconfig.json                                     
                            [npmPack] npm notice 119.9kB dist/arm-locks.js.map                             
                            [npmPack] npm notice 15.4kB  dist/arm-locks.min.js.map                         
                            [npmPack] npm notice 1.1kB   esm/operations/authorizationOperations.d.ts.map   
                            [npmPack] npm notice 1.4kB   esm/operations/authorizationOperations.js.map     
                            [npmPack] npm notice 241B    esm/models/authorizationOperationsMappers.d.ts.map
                            [npmPack] npm notice 254B    esm/models/authorizationOperationsMappers.js.map  
                            [npmPack] npm notice 5.2kB   esm/models/index.d.ts.map                         
                            [npmPack] npm notice 162B    esm/operations/index.d.ts.map                     
                            [npmPack] npm notice 126B    esm/models/index.js.map                           
                            [npmPack] npm notice 177B    esm/operations/index.js.map                       
                            [npmPack] npm notice 654B    esm/managementLockClient.d.ts.map                 
                            [npmPack] npm notice 748B    esm/managementLockClient.js.map                   
                            [npmPack] npm notice 506B    esm/managementLockClientContext.d.ts.map          
                            [npmPack] npm notice 1.4kB   esm/managementLockClientContext.js.map            
                            [npmPack] npm notice 9.9kB   esm/operations/managementLocks.d.ts.map           
                            [npmPack] npm notice 13.0kB  esm/operations/managementLocks.js.map             
                            [npmPack] npm notice 238B    esm/models/managementLocksMappers.d.ts.map        
                            [npmPack] npm notice 251B    esm/models/managementLocksMappers.js.map          
                            [npmPack] npm notice 512B    esm/models/mappers.d.ts.map                       
                            [npmPack] npm notice 2.9kB   esm/models/mappers.js.map                         
                            [npmPack] npm notice 731B    esm/models/parameters.d.ts.map                    
                            [npmPack] npm notice 2.3kB   esm/models/parameters.js.map                      
                            [npmPack] npm notice 3.1kB   README.md                                         
                            [npmPack] npm notice 2.2kB   esm/operations/authorizationOperations.d.ts       
                            [npmPack] npm notice 4.3kB   src/operations/authorizationOperations.ts         
                            [npmPack] npm notice 158B    esm/models/authorizationOperationsMappers.d.ts    
                            [npmPack] npm notice 419B    src/models/authorizationOperationsMappers.ts      
                            [npmPack] npm notice 13.1kB  esm/models/index.d.ts                             
                            [npmPack] npm notice 113B    esm/operations/index.d.ts                         
                            [npmPack] npm notice 12.7kB  src/models/index.ts                               
                            [npmPack] npm notice 397B    src/operations/index.ts                           
                            [npmPack] npm notice 1.1kB   esm/managementLockClient.d.ts                     
                            [npmPack] npm notice 1.6kB   src/managementLockClient.ts                       
                            [npmPack] npm notice 798B    esm/managementLockClientContext.d.ts              
                            [npmPack] npm notice 2.3kB   src/managementLockClientContext.ts                
                            [npmPack] npm notice 33.3kB  esm/operations/managementLocks.d.ts               
                            [npmPack] npm notice 55.9kB  src/operations/managementLocks.ts                 
                            [npmPack] npm notice 183B    esm/models/managementLocksMappers.d.ts            
                            [npmPack] npm notice 454B    src/models/managementLocksMappers.ts              
                            [npmPack] npm notice 587B    esm/models/mappers.d.ts                           
                            [npmPack] npm notice 4.1kB   src/models/mappers.ts                             
                            [npmPack] npm notice 875B    esm/models/parameters.d.ts                        
                            [npmPack] npm notice 3.1kB   src/models/parameters.ts                          
                            [npmPack] npm notice 1.1kB   LICENSE.txt                                       
                            [npmPack] npm notice === Tarball Details === 
                            [npmPack] npm notice name:          @azure/arm-locks                        
                            [npmPack] npm notice version:       1.1.0                                   
                            [npmPack] npm notice filename:      azure-arm-locks-1.1.0.tgz               
                            [npmPack] npm notice package size:  45.0 kB                                 
                            [npmPack] npm notice unpacked size: 417.8 kB                                
                            [npmPack] npm notice shasum:        6905eb20d1e6e2b2dcb3e4f07d31be88dedaf4e2
                            [npmPack] npm notice integrity:     sha512-TxS8CZXxHb3RG[...]jIGXf/+PKHgiw==
                            [npmPack] npm notice total files:   59                                      
                            [npmPack] npm notice 
                          • ️✔️@azure/arm-managedapplications [View full logs]  [Preview SDK Changes]
                            [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                            [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                            [npmPack] npm WARN deprecated urix@0.1.0: 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/applicationClient.js → ./dist/arm-managedapplications.js...
                            [npmPack] created ./dist/arm-managedapplications.js in 243ms
                            [npmPack] npm notice 
                            [npmPack] npm notice package: @azure/arm-managedapplications@1.0.2
                            [npmPack] npm notice === Tarball Contents === 
                            [npmPack] npm notice 3.1kB   esm/applicationClient.js                         
                            [npmPack] npm notice 2.5kB   esm/applicationClientContext.js                  
                            [npmPack] npm notice 14.3kB  esm/operations/applicationDefinitions.js         
                            [npmPack] npm notice 643B    esm/models/applicationDefinitionsMappers.js      
                            [npmPack] npm notice 16.4kB  esm/operations/applications.js                   
                            [npmPack] npm notice 623B    esm/models/applicationsMappers.js                
                            [npmPack] npm notice 66.7kB  dist/arm-managedapplications.js                  
                            [npmPack] npm notice 21.2kB  dist/arm-managedapplications.min.js              
                            [npmPack] npm notice 345B    esm/models/index.js                              
                            [npmPack] npm notice 425B    esm/operations/index.js                          
                            [npmPack] npm notice 17.8kB  esm/models/mappers.js                            
                            [npmPack] npm notice 2.4kB   esm/models/parameters.js                         
                            [npmPack] npm notice 1.0kB   rollup.config.js                                 
                            [npmPack] npm notice 1.7kB   package.json                                     
                            [npmPack] npm notice 457B    tsconfig.json                                    
                            [npmPack] npm notice 1.3kB   esm/applicationClient.d.ts.map                   
                            [npmPack] npm notice 1.8kB   esm/applicationClient.js.map                     
                            [npmPack] npm notice 500B    esm/applicationClientContext.d.ts.map            
                            [npmPack] npm notice 1.4kB   esm/applicationClientContext.js.map              
                            [npmPack] npm notice 3.4kB   esm/operations/applicationDefinitions.d.ts.map   
                            [npmPack] npm notice 6.5kB   esm/operations/applicationDefinitions.js.map     
                            [npmPack] npm notice 348B    esm/models/applicationDefinitionsMappers.d.ts.map
                            [npmPack] npm notice 361B    esm/models/applicationDefinitionsMappers.js.map  
                            [npmPack] npm notice 4.6kB   esm/operations/applications.d.ts.map             
                            [npmPack] npm notice 8.4kB   esm/operations/applications.js.map               
                            [npmPack] npm notice 328B    esm/models/applicationsMappers.d.ts.map          
                            [npmPack] npm notice 341B    esm/models/applicationsMappers.js.map            
                            [npmPack] npm notice 136.6kB dist/arm-managedapplications.js.map              
                            [npmPack] npm notice 19.9kB  dist/arm-managedapplications.min.js.map          
                            [npmPack] npm notice 8.7kB   esm/models/index.d.ts.map                        
                            [npmPack] npm notice 162B    esm/operations/index.d.ts.map                    
                            [npmPack] npm notice 126B    esm/models/index.js.map                          
                            [npmPack] npm notice 177B    esm/operations/index.js.map                      
                            [npmPack] npm notice 1.0kB   esm/models/mappers.d.ts.map                      
                            [npmPack] npm notice 10.1kB  esm/models/mappers.js.map                        
                            [npmPack] npm notice 541B    esm/models/parameters.d.ts.map                   
                            [npmPack] npm notice 1.7kB   esm/models/parameters.js.map                     
                            [npmPack] npm notice 3.2kB   README.md                                        
                            [npmPack] npm notice 2.7kB   esm/applicationClient.d.ts                       
                            [npmPack] npm notice 4.9kB   src/applicationClient.ts                         
                            [npmPack] npm notice 786B    esm/applicationClientContext.d.ts                
                            [npmPack] npm notice 2.3kB   src/applicationClientContext.ts                  
                            [npmPack] npm notice 10.2kB  esm/operations/applicationDefinitions.d.ts       
                            [npmPack] npm notice 19.4kB  src/operations/applicationDefinitions.ts         
                            [npmPack] npm notice 333B    esm/models/applicationDefinitionsMappers.d.ts    
                            [npmPack] npm notice 615B    src/models/applicationDefinitionsMappers.ts      
                            [npmPack] npm notice 14.9kB  esm/operations/applications.d.ts                 
                            [npmPack] npm notice 26.6kB  src/operations/applications.ts                   
                            [npmPack] npm notice 313B    esm/models/applicationsMappers.d.ts              
                            [npmPack] npm notice 605B    src/models/applicationsMappers.ts                
                            [npmPack] npm notice 22.2kB  esm/models/index.d.ts                            
                            [npmPack] npm notice 109B    esm/operations/index.d.ts                        
                            [npmPack] npm notice 21.2kB  src/models/index.ts                              
                            [npmPack] npm notice 393B    src/operations/index.ts                          
                            [npmPack] npm notice 1.3kB   esm/models/mappers.d.ts                          
                            [npmPack] npm notice 14.2kB  src/models/mappers.ts                            
                            [npmPack] npm notice 628B    esm/models/parameters.d.ts                       
                            [npmPack] npm notice 2.4kB   src/models/parameters.ts                         
                            [npmPack] npm notice 1.1kB   LICENSE.txt                                      
                            [npmPack] npm notice === Tarball Details === 
                            [npmPack] npm notice name:          @azure/arm-managedapplications          
                            [npmPack] npm notice version:       1.0.2                                   
                            [npmPack] npm notice filename:      azure-arm-managedapplications-1.0.2.tgz 
                            [npmPack] npm notice package size:  54.5 kB                                 
                            [npmPack] npm notice unpacked size: 508.0 kB                                
                            [npmPack] npm notice shasum:        cb8389543e8b0b8ec8e34de112cf5f56c9812076
                            [npmPack] npm notice integrity:     sha512-VUJ3fYIr+H4WF[...]Hbp2qiQrNLR5A==
                            [npmPack] npm notice total files:   59                                      
                            [npmPack] npm notice 
                          • @azure/arm-policy [View full logs]  [Preview SDK Changes]
                              [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                              [npmPack] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
                              [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                              [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
                              [npmPack] npm ERR! code ELIFECYCLE
                              [npmPack] npm ERR! errno 2
                              [npmPack] npm ERR! @azure/arm-policy@3.1.0 build: `tsc && rollup -c rollup.config.js && npm run minify`
                              [npmPack] npm ERR! Exit status 2
                              [npmPack] npm ERR! 
                              [npmPack] npm ERR! Failed at the @azure/arm-policy@3.1.0 build script.
                              [npmPack] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              [npmPack] 
                              [npmPack] npm ERR! A complete log of this run can be found in:
                              [npmPack] npm ERR!     /home/sdk/.npm/_logs/2020-10-23T23_36_08_596Z-debug.log
                              [npmPack] npm ERR! code ELIFECYCLE
                              [npmPack] npm ERR! errno 2
                              [npmPack] npm ERR! @azure/arm-policy@3.1.0 prepack: `npm install && npm run build`
                              [npmPack] npm ERR! Exit status 2
                              [npmPack] npm ERR! 
                              [npmPack] npm ERR! Failed at the @azure/arm-policy@3.1.0 prepack script.
                              [npmPack] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              [npmPack] 
                              [npmPack] npm ERR! A complete log of this run can be found in:
                              [npmPack] npm ERR!     /home/sdk/.npm/_logs/2020-10-23T23_36_08_616Z-debug.log
                              Failed to create the package @azure/arm-policy.
                              Error: npm pack npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                              npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
                              npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                              npm notice created a lockfile as package-lock.json. You should commit this file.
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 2
                              npm ERR! @azure/arm-policy@3.1.0 build: `tsc && rollup -c rollup.config.js && npm run minify`
                              npm ERR! Exit status 2
                              npm ERR! 
                              npm ERR! Failed at the @azure/arm-policy@3.1.0 build script.
                              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              

                              npm ERR! A complete log of this run can be found in:
                              npm ERR! /home/sdk/.npm/_logs/2020-10-23T23_36_08_596Z-debug.log
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 2
                              npm ERR! @azure/arm-policy@3.1.0 prepack: npm install && npm run build
                              npm ERR! Exit status 2
                              npm ERR!
                              npm ERR! Failed at the @azure/arm-policy@3.1.0 prepack script.
                              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

                              npm ERR! A complete log of this run can be found in:
                              npm ERR! /home/sdk/.npm/_logs/2020-10-23T23_36_08_616Z-debug.log
                              , {}

                            • ️✔️@azure/arm-resources
                              [View full logs
                              [Preview SDK Changes]

                              Only show 100 items here, please refer to log for details.
                              [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                              [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
                              [npmPack] npm WARN deprecated urix@0.1.0: 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/resourceManagementClient.js → ./dist/arm-resources.js...
                              [npmPack] created ./dist/arm-resources.js in 543ms
                              [npmPack] npm notice
                              [npmPack] npm notice package: @azure/arm-resources@4.0.0
                              [npmPack] npm notice === Tarball Contents ===
                              [npmPack] npm notice 267.4kB dist/arm-resources.js
                              [npmPack] npm notice 86.0kB dist/arm-resources.min.js
                              [npmPack] npm notice 14.5kB esm/operations/deploymentOperations.js
                              [npmPack] npm notice 579B esm/models/deploymentOperationsMappers.js
                              [npmPack] npm notice 76.4kB esm/operations/deployments.js
                              [npmPack] npm notice 1.4kB esm/models/deploymentsMappers.js
                              [npmPack] npm notice 345B esm/models/index.js
                              [npmPack] npm notice 578B esm/operations/index.js
                              [npmPack] npm notice 69.2kB esm/models/mappers.js
                              [npmPack] npm notice 2.3kB esm/operations/operations.js
                              [npmPack] npm notice 491B esm/models/operationsMappers.js
                              [npmPack] npm notice 5.0kB esm/models/parameters.js
                              [npmPack] npm notice 8.1kB esm/operations/providers.js
                              [npmPack] npm notice 555B esm/models/providersMappers.js
                              [npmPack] npm notice 10.2kB esm/operations/resourceGroups.js
                              [npmPack] npm notice 1.0kB esm/models/resourceGroupsMappers.js
                              [npmPack] npm notice 1.9kB esm/resourceManagementClient.js
                              [npmPack] npm notice 2.6kB esm/resourceManagementClientContext.js
                              [npmPack] npm notice 30.7kB esm/operations/resources.js
                              [npmPack] npm notice 972B esm/models/resourcesMappers.js
                              [npmPack] npm notice 988B rollup.config.js
                              [npmPack] npm notice 9.1kB esm/operations/tagsOperations.js
                              [npmPack] npm notice 973B esm/models/tagsOperationsMappers.js
                              [npmPack] npm notice 1.7kB package.json
                              [npmPack] npm notice 457B tsconfig.json
                              [npmPack] npm notice 562.2kB dist/arm-resources.js.map
                              [npmPack] npm notice 77.8kB dist/arm-resources.min.js.map
                              [npmPack] npm notice 6.7kB esm/operations/deploymentOperations.d.ts.map
                              [npmPack] npm notice 8.9kB esm/operations/deploymentOperations.js.map
                              [npmPack] npm notice 291B esm/models/deploymentOperationsMappers.d.ts.map
                              [npmPack] npm notice 304B esm/models/deploymentOperationsMappers.js.map
                              [npmPack] npm notice 18.5kB esm/operations/deployments.d.ts.map
                              [npmPack] npm notice 35.0kB esm/operations/deployments.js.map
                              [npmPack] npm notice 805B esm/models/deploymentsMappers.d.ts.map
                              [npmPack] npm notice 818B esm/models/deploymentsMappers.js.map
                              [npmPack] npm notice 38.6kB esm/models/index.d.ts.map
                              [npmPack] npm notice 269B esm/operations/index.d.ts.map
                              [npmPack] npm notice 126B esm/models/index.js.map
                              [npmPack] npm notice 284B esm/operations/index.js.map
                              [npmPack] npm notice 3.8kB esm/models/mappers.d.ts.map
                              [npmPack] npm notice 38.9kB esm/models/mappers.js.map
                              [npmPack] npm notice 1.0kB esm/operations/operations.d.ts.map
                              [npmPack] npm notice 1.4kB esm/operations/operations.js.map
                              [npmPack] npm notice 238B esm/models/operationsMappers.d.ts.map
                              [npmPack] npm notice 251B esm/models/operationsMappers.js.map
                              [npmPack] npm notice 1.1kB esm/models/parameters.d.ts.map
                              [npmPack] npm notice 3.9kB esm/models/parameters.js.map
                              [npmPack] npm notice 3.6kB esm/operations/providers.d.ts.map
                              [npmPack] npm notice 5.2kB esm/operations/providers.js.map
                              [npmPack] npm notice 289B esm/models/providersMappers.d.ts.map
                              [npmPack] npm notice 302B esm/models/providersMappers.js.map
                              [npmPack] npm notice 3.3kB esm/operations/resourceGroups.d.ts.map
                              [npmPack] npm notice 5.6kB esm/operations/resourceGroups.js.map
                              [npmPack] npm notice 609B esm/models/resourceGroupsMappers.d.ts.map
                              [npmPack] npm notice 622B esm/models/resourceGroupsMappers.js.map
                              [npmPack] npm notice 842B esm/resourceManagementClient.d.ts.map
                              [npmPack] npm notice 1.1kB esm/resourceManagementClient.js.map
                              [npmPack] npm notice 514B esm/resourceManagementClientContext.d.ts.map
                              [npmPack] npm notice 1.4kB esm/resourceManagementClientContext.js.map
                              [npmPack] npm notice 7.2kB esm/operations/resources.d.ts.map
                              [npmPack] npm notice 13.4kB esm/operations/resources.js.map
                              [npmPack] npm notice 573B esm/models/resourcesMappers.d.ts.map
                              [npmPack] npm notice 586B esm/models/resourcesMappers.js.map
                              [npmPack] npm notice 4.3kB esm/operations/tagsOperations.d.ts.map
                              [npmPack] npm notice 6.0kB esm/operations/tagsOperations.js.map
                              [npmPack] npm notice 580B esm/models/tagsOperationsMappers.d.ts.map
                              [npmPack] npm notice 593B esm/models/tagsOperationsMappers.js.map
                              [npmPack] npm notice 3.2kB README.md
                              [npmPack] npm notice 18.1kB esm/operations/deploymentOperations.d.ts
                              [npmPack] npm notice 34.1kB src/operations/deploymentOperations.ts
                              [npmPack] npm notice 269B esm/models/deploymentOperationsMappers.d.ts
                              [npmPack] npm notice 543B src/models/deploymentOperationsMappers.ts
                              [npmPack] npm notice 61.8kB esm/operations/deployments.d.ts
                              [npmPack] npm notice 112.0kB src/operations/deployments.ts
                              [npmPack] npm notice 1.1kB esm/models/deploymentsMappers.d.ts
                              [npmPack] npm notice 1.5kB src/models/deploymentsMappers.ts
                              [npmPack] npm notice 105.3kB esm/models/index.d.ts
                              [npmPack] npm notice 262B esm/operations/index.d.ts
                              [npmPack] npm notice 99.8kB src/models/index.ts
                              [npmPack] npm notice 546B src/operations/index.ts
                              [npmPack] npm notice 5.1kB esm/models/mappers.d.ts
                              [npmPack] npm notice 54.2kB src/models/mappers.ts
                              [npmPack] npm notice 2.1kB esm/operations/operations.d.ts
                              [npmPack] npm notice 4.2kB src/operations/operations.ts
                              [npmPack] npm notice 181B esm/models/operationsMappers.d.ts
                              [npmPack] npm notice 459B src/models/operationsMappers.ts
                              [npmPack] npm notice 1.4kB esm/models/parameters.d.ts

                            @openapi-sdkautomation
                            Copy link

                            openapi-sdkautomation bot commented Oct 23, 2020

                            azure-sdk-for-net

                            ️✔️ succeeded [Logs] [Expand Details]

                            @openapi-sdkautomation
                            Copy link

                            openapi-sdkautomation bot commented Oct 23, 2020

                            azure-sdk-for-python-track2

                            failed [Logs] [Expand Details]
                            • Generate from 2e861db with merge commit 503e545ca304792df97e761d7f382029138f482e. SDK Automation 13.0.17.20200918.2
                              Only show 100 items here, please refer to log for details.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'FeatureProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'FeatureResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'FeatureOperationsListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceLinkFilter' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceLinkResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceLink' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceLinkProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockOwner' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockObject' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockObject' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementLockListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Application' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationPatchable' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationPropertiesPatchable' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Plan' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PlanPatchable' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GenericResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Sku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationArtifact' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApplicationProviderAuthorization' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CloudError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ParameterValuesValue' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignment' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CloudError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ParameterDefinitionsValue' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CloudError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorAdditionalInfo' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignment' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignment' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignment' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyAssignmentListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicySetDefinitionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PolicyDefinitionReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
                            • ️✔️azure-mgmt-resource [View full logs]  [Preview SDK Changes]
                              [build_conf_init]   Cache entry deserialization failed, entry ignored
                              [build_conf_init]   Cache entry deserialization failed, entry ignored
                              [build_conf] INFO:packaging_tools:Building template azure-mgmt-resource
                              [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-resource
                              [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] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
                              [build_package]   warnings.warn(msg)
                              [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
                              [ChangeLog] Size of delta 2.011% size of original (original: 129419 chars, delta: 2603 chars)
                              [ChangeLog] **Features**
                              [ChangeLog] 
                              [ChangeLog]   - Model DeploymentProperties has a new parameter expression_evaluation_options
                              [ChangeLog]   - Model DeploymentWhatIfProperties has a new parameter expression_evaluation_options
                              [ChangeLog]   - Added operation ProvidersOperations.register_at_management_group_scope
                              [ChangeLog]   - Added operation ApplicationDefinitionsOperations.begin_delete_by_id
                              [ChangeLog]   - Added operation ApplicationDefinitionsOperations.begin_create_or_update_by_id
                              [ChangeLog]   - Added operation ApplicationDefinitionsOperations.get_by_id
                              [ChangeLog]   - Added operation group ApplicationClientOperationsMixin

                            @openapi-sdkautomation
                            Copy link

                            openapi-sdkautomation bot commented Oct 23, 2020

                            azure-resource-manager-schemas

                            ⚠️ warning [Logs] [Expand Details]
                            • ⚠️ Generate from 2e861db with merge commit 503e545ca304792df97e761d7f382029138f482e. Schema Automation 13.0.17.20200918.2
                              [AutoRest] WARNING: Skipping path '/{applicationId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Skipping definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}?disambiguation_dummy'.
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Using definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}'.
                              [AutoRest] WARNING: Skipping path '/{applicationId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Skipping definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}?disambiguation_dummy'.
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Using definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}'.
                              [AutoRest] WARNING: Skipping path '/{applicationId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Skipping definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}?disambiguation_dummy'.
                              [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Solutions/applicationDefinitions. Using definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applicationDefinitions/{applicationDefinitionName}'.
                              [AutoRest] WARNING: Skipping path '/{applicationId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{applicationDefinitionId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{applianceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{applianceDefinitionId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/{resourceId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{linkId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}': Unable to process parameterized provider namespace '{resourceProviderNamespace}'
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/subscriptions/{subscriptionId}/tagNames/{tagName}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [AutoRest] WARNING: Skipping path '/{policyAssignmentId}': Unable to locate '/providers/' segment
                              [resources][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
                              [resources][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
                              [resources][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
                            • ⚠️resources [View full logs]  [Preview Schema Changes]
                                [after_scripts|node] PostProcessor finished successfully.
                                [after_scripts|node]   5792 passing (53s)
                                [after_scripts|node]   38 failing
                                AzureResourceSchema has no registered package commands.

                              @openapi-sdkautomation
                              Copy link

                              openapi-sdkautomation bot commented Oct 23, 2020

                              Trenton 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-workflow-bot
                              Copy link

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

                              This was referenced Oct 24, 2020
                              @raych1 raych1 added the Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review label Oct 26, 2020
                              @raych1
                              Copy link
                              Member

                              raych1 commented Oct 26, 2020

                              @Vishakha-Git , please fix the CI check failures.

                              @chiragg4u
                              Copy link
                              Contributor

                              Please go through the contribution checklist added as part of the review and mark them completed. Also Please go through the ARM API Review Checklist. These steps are required before review can be continued.

                              @raych1
                              Copy link
                              Member

                              raych1 commented Nov 10, 2020

                              @Vishakha-Git , are you still working on this PR? It's been two weeks without response since last feedback.

                              @Vishakha-Git
                              Copy link
                              Author

                              Vishakha-Git commented Nov 10, 2020 via email

                              @raych1
                              Copy link
                              Member

                              raych1 commented Nov 23, 2020

                              Please go through the contribution checklist added as part of the review and mark them completed. Also Please go through the ARM API Review Checklist. These steps are required before review can be continued.

                              @Vishakha-Git , can you go through the contribution checklist in first comment of this PR and check on the items. Otherwise, ARM review will not be started. Also, please fix the CI check failures.

                              @ghost
                              Copy link

                              ghost commented Dec 27, 2020

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

                              @ghost ghost added the no-recent-activity label Dec 27, 2020
                              @raych1
                              Copy link
                              Member

                              raych1 commented Jan 20, 2021

                              I close this PR as no response. Feel free to re-open if necessary, thanks.

                              @raych1 raych1 closed this Jan 20, 2021
                              Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
                              Labels
                              Reviewed-ChangesRequested <valid label in PR review process>add this label when assignee request changes after review WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required
                              Projects
                              None yet
                              Development

                              Successfully merging this pull request may close these issues.

                              3 participants