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

[KeyVault] Change default tag #10684

Merged
merged 1 commit into from
Sep 8, 2020
Merged

[KeyVault] Change default tag #10684

merged 1 commit into from
Sep 8, 2020

Conversation

isra-fel
Copy link
Member

@isra-fel isra-fel commented Sep 3, 2020

Change default tag back to package-2019-09, which has uniform api versions.
package-preview-2020-04 is still kept because we need it for development of Azure PowerShell and CLI.

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

Contribution checklist:

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

ARM API Review Checklist

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

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • 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 Sep 3, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
️✔️LintDiff [Detail]
 Validation passes for LintDiff. 
️✔️Avocado [Detail]
 Validation passes for Avocado. 
️✔️ModelValidation [Detail]
 Validation passes for ModelValidation. 
️✔️SemanticValidation [Detail]
 Validation passes for SemanticValidation. 
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 Sep 3, 2020

azure-sdk-for-python - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 6cdcba7 with merge commit ddfe040. SDK Automation 13.0.17.20200904.2
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2016-10-01', '2015-11-01'} in label v2016_10_01
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2016-10-01 based on label v2016_10_01
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-02-14', '2015-11-01'} in label v2018_02_14
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2018-02-14 based on label v2018_02_14
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01'} in label v2019_09_01
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01', '2020-04-01-preview'} in label v2020_04_01_preview
    [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2020-04-01-preview based on label v2020_04_01_preview
  • ️✔️azure-mgmt-keyvault [View full logs]  [Release SDK Changes]
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-keyvault
    [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-keyvault
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2016-10-01', '2015-11-01'} in label v2016_10_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2016-10-01 based on label v2016_10_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-02-14', '2015-11-01'} in label v2018_02_14
    [after_scripts|python] WARNING:__main__:Guessing you want 2018-02-14 based on label v2018_02_14
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01'} in label v2019_09_01
    [after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
    [after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01', '2020-04-01-preview'} in label v2020_04_01_preview
    [after_scripts|python] WARNING:__main__:Guessing you want 2020-04-01-preview based on label v2020_04_01_preview
    [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 20.750% size of original (original: 26496 chars, delta: 5498 chars)
    [ChangeLog] **Features**
    [ChangeLog] 
    [ChangeLog]   - Added operation group ManagedHsmsOperations

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Sep 3, 2020

azure-sdk-for-net - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Sep 3, 2020

azure-resource-manager-schemas - Release

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Sep 3, 2020

Trenton Generation - Release

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 Sep 3, 2020

azure-sdk-for-go - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Sep 3, 2020

azure-sdk-for-js - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 6cdcba7 with merge commit ddfe040. SDK Automation 13.0.17.20200904.2
  • ️✔️@azure/arm-keyvault [View full logs]  [Release 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 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] loaded rollup.config.js with warnings
    [npmPack] (!) Unused external imports
    [npmPack] default imported from external module 'rollup' but never used
    [npmPack] 
    [npmPack] ./esm/keyVaultManagementClient.js → ./dist/arm-keyvault.js...
    [npmPack] created ./dist/arm-keyvault.js in 371ms
    [npmPack] npm notice 
    [npmPack] npm notice package: @azure/arm-keyvault@1.2.1
    [npmPack] npm notice === Tarball Contents === 
    [npmPack] npm notice 87.1kB  dist/arm-keyvault.js                                 
    [npmPack] npm notice 30.0kB  dist/arm-keyvault.min.js                             
    [npmPack] npm notice 345B    esm/models/index.js                                  
    [npmPack] npm notice 493B    esm/operations/index.js                              
    [npmPack] npm notice 1.9kB   esm/keyVaultManagementClient.js                      
    [npmPack] npm notice 2.7kB   esm/keyVaultManagementClientContext.js               
    [npmPack] npm notice 34.4kB  esm/models/mappers.js                                
    [npmPack] npm notice 2.3kB   esm/operations/operations.js                         
    [npmPack] npm notice 495B    esm/models/operationsMappers.js                      
    [npmPack] npm notice 3.4kB   esm/models/parameters.js                             
    [npmPack] npm notice 6.6kB   esm/operations/privateEndpointConnections.js         
    [npmPack] npm notice 893B    esm/models/privateEndpointConnectionsMappers.js      
    [npmPack] npm notice 2.0kB   esm/operations/privateLinkResources.js               
    [npmPack] npm notice 839B    esm/models/privateLinkResourcesMappers.js            
    [npmPack] npm notice 986B    rollup.config.js                                     
    [npmPack] npm notice 17.3kB  esm/operations/vaults.js                             
    [npmPack] npm notice 960B    esm/models/vaultsMappers.js                          
    [npmPack] npm notice 1.7kB   package.json                                         
    [npmPack] npm notice 457B    tsconfig.json                                        
    [npmPack] npm notice 181.0kB dist/arm-keyvault.js.map                             
    [npmPack] npm notice 26.2kB  dist/arm-keyvault.min.js.map                         
    [npmPack] npm notice 12.6kB  esm/models/index.d.ts.map                            
    [npmPack] npm notice 204B    esm/operations/index.d.ts.map                        
    [npmPack] npm notice 126B    esm/models/index.js.map                              
    [npmPack] npm notice 219B    esm/operations/index.js.map                          
    [npmPack] npm notice 739B    esm/keyVaultManagementClient.d.ts.map                
    [npmPack] npm notice 893B    esm/keyVaultManagementClient.js.map                  
    [npmPack] npm notice 515B    esm/keyVaultManagementClientContext.d.ts.map         
    [npmPack] npm notice 1.4kB   esm/keyVaultManagementClientContext.js.map           
    [npmPack] npm notice 1.9kB   esm/models/mappers.d.ts.map                          
    [npmPack] npm notice 18.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 241B    esm/models/operationsMappers.d.ts.map                
    [npmPack] npm notice 254B    esm/models/operationsMappers.js.map                  
    [npmPack] npm notice 776B    esm/models/parameters.d.ts.map                       
    [npmPack] npm notice 2.5kB   esm/models/parameters.js.map                         
    [npmPack] npm notice 1.9kB   esm/operations/privateEndpointConnections.d.ts.map   
    [npmPack] npm notice 3.0kB   esm/operations/privateEndpointConnections.js.map     
    [npmPack] npm notice 470B    esm/models/privateEndpointConnectionsMappers.d.ts.map
    [npmPack] npm notice 483B    esm/models/privateEndpointConnectionsMappers.js.map  
    [npmPack] npm notice 817B    esm/operations/privateLinkResources.d.ts.map         
    [npmPack] npm notice 1.1kB   esm/operations/privateLinkResources.js.map           
    [npmPack] npm notice 445B    esm/models/privateLinkResourcesMappers.d.ts.map      
    [npmPack] npm notice 458B    esm/models/privateLinkResourcesMappers.js.map        
    [npmPack] npm notice 6.7kB   esm/operations/vaults.d.ts.map                       
    [npmPack] npm notice 10.3kB  esm/operations/vaults.js.map                         
    [npmPack] npm notice 489B    esm/models/vaultsMappers.d.ts.map                    
    [npmPack] npm notice 502B    esm/models/vaultsMappers.js.map                      
    [npmPack] npm notice 3.4kB   README.md                                            
    [npmPack] npm notice 37.3kB  esm/models/index.d.ts                                
    [npmPack] npm notice 177B    esm/operations/index.d.ts                            
    [npmPack] npm notice 35.8kB  src/models/index.ts                                  
    [npmPack] npm notice 461B    src/operations/index.ts                              
    [npmPack] npm notice 1.3kB   esm/keyVaultManagementClient.d.ts                    
    [npmPack] npm notice 1.9kB   src/keyVaultManagementClient.ts                      
    [npmPack] npm notice 931B    esm/keyVaultManagementClientContext.d.ts             
    [npmPack] npm notice 2.4kB   src/keyVaultManagementClientContext.ts               
    [npmPack] npm notice 2.5kB   esm/models/mappers.d.ts                              
    [npmPack] npm notice 26.9kB  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 185B    esm/models/operationsMappers.d.ts                    
    [npmPack] npm notice 463B    src/models/operationsMappers.ts                      
    [npmPack] npm notice 937B    esm/models/parameters.d.ts                           
    [npmPack] npm notice 3.4kB   src/models/parameters.ts                             
    [npmPack] npm notice 5.7kB   esm/operations/privateEndpointConnections.d.ts       
    [npmPack] npm notice 10.4kB  src/operations/privateEndpointConnections.ts         
    [npmPack] npm notice 583B    esm/models/privateEndpointConnectionsMappers.d.ts    
    [npmPack] npm notice 879B    src/models/privateEndpointConnectionsMappers.ts      
    [npmPack] npm notice 1.8kB   esm/operations/privateLinkResources.d.ts             
    [npmPack] npm notice 3.4kB   src/operations/privateLinkResources.ts               
    [npmPack] npm notice 529B    esm/models/privateLinkResourcesMappers.d.ts          
    [npmPack] npm notice 829B    src/models/privateLinkResourcesMappers.ts            
    [npmPack] npm notice 17.7kB  esm/operations/vaults.d.ts                           
    [npmPack] npm notice 33.7kB  src/operations/vaults.ts                             
    [npmPack] npm notice 650B    esm/models/vaultsMappers.d.ts                        
    [npmPack] npm notice 976B    src/models/vaultsMappers.ts                          
    [npmPack] npm notice 1.1kB   LICENSE.txt                                          
    [npmPack] npm notice === Tarball Details === 
    [npmPack] npm notice name:          @azure/arm-keyvault                     
    [npmPack] npm notice version:       1.2.1                                   
    [npmPack] npm notice filename:      azure-arm-keyvault-1.2.1.tgz            
    [npmPack] npm notice package size:  77.9 kB                                 
    [npmPack] npm notice unpacked size: 674.8 kB                                
    [npmPack] npm notice shasum:        38d7f7fc8d31e950eebe5fb39e969b998498689f
    [npmPack] npm notice integrity:     sha512-Ge5IxulK5Baeh[...]jubAwrbtmdQiA==

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Sep 3, 2020

Azure CLI Extension Generation - Release

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 Sep 3, 2020

azure-sdk-for-java - Release

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 6cdcba7 with merge commit ddfe040. SDK Automation 13.0.17.20200904.2
  • ⚠️sdk/keyvault/mgmt-v2015_06_01 [View full logs]  [Release SDK Changes]
      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-keyvault: MavenReportException: Error while creating archive: 
      [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/package-info.java:11: warning: a package-info.java file has already been seen for package com.microsoft.azure.management.keyvault.v2015_06_01
      [mvn] [ERROR] package com.microsoft.azure.management.keyvault.v2015_06_01;
      [mvn] [ERROR]                                                ^
      [mvn] [ERROR] javadoc: warning - Multiple sources of package comments found for package "com.microsoft.azure.management.keyvault.v2015_06_01"
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v20150601/Vaults.java:13: error: cannot access Vault
      [mvn] [ERROR] import com.microsoft.azure.management.keyvault.v20150601.models.Vault;
      [mvn] [ERROR]                                                                ^
      [mvn] [ERROR]   bad source file: /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v20150601/models/Vault.java
      [mvn] [ERROR]     file does not contain class com.microsoft.azure.management.keyvault.v20150601.models.Vault
      [mvn] [ERROR]     Please remove or make sure it appears in the correct subdirectory of the sourcepath.
      [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/keyvault/mgmt-v2015_06_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/keyvault/mgmt-v2016_10_01 [View full logs]  [Release SDK Changes]
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-keyvault: MavenReportException: Error while creating archive: 
        [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v2016_10_01/package-info.java:11: warning: a package-info.java file has already been seen for package com.microsoft.azure.management.keyvault.v2016_10_01
        [mvn] [ERROR] package com.microsoft.azure.management.keyvault.v2016_10_01;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] javadoc: warning - Multiple sources of package comments found for package "com.microsoft.azure.management.keyvault.v2016_10_01"
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v20161001/Vaults.java:13: error: cannot access AccessPolicyUpdateKind
        [mvn] [ERROR] import com.microsoft.azure.management.keyvault.v20161001.models.AccessPolicyUpdateKind;
        [mvn] [ERROR]                                                                ^
        [mvn] [ERROR]   bad source file: /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v20161001/models/AccessPolicyUpdateKind.java
        [mvn] [ERROR]     file does not contain class com.microsoft.azure.management.keyvault.v20161001.models.AccessPolicyUpdateKind
        [mvn] [ERROR]     Please remove or make sure it appears in the correct subdirectory of the sourcepath.
        [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/keyvault/mgmt-v2016_10_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/keyvault/mgmt-v2018_02_14_preview [View full logs]  [Release SDK Changes]
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-keyvault: MavenReportException: Error while creating archive: 
          [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2018_02_14_preview/src/main/java/com/microsoft/azure/management/keyvault/v20180214preview/Vaults.java:13: error: cannot access AccessPolicyUpdateKind
          [mvn] [ERROR] import com.microsoft.azure.management.keyvault.v20180214preview.models.AccessPolicyUpdateKind;
          [mvn] [ERROR]                                                                       ^
          [mvn] [ERROR]   bad source file: /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2018_02_14_preview/src/main/java/com/microsoft/azure/management/keyvault/v20180214preview/models/AccessPolicyUpdateKind.java
          [mvn] [ERROR]     file does not contain class com.microsoft.azure.management.keyvault.v20180214preview.models.AccessPolicyUpdateKind
          [mvn] [ERROR]     Please remove or make sure it appears in the correct subdirectory of the sourcepath.
          [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/keyvault/mgmt-v2018_02_14_preview/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

        @fengzhou-msft fengzhou-msft merged commit ddfe040 into master Sep 8, 2020
        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Sep 8, 2020

        azure-sdk-for-python-track2 - Release

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 6cdcba7 with merge commit ddfe040. SDK Automation 13.0.17.20200904.2
          Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-python/pull/1956: HttpError: Reference does not exist, {"name":"HttpError","status":422,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"122","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 08 Sep 2020 02:07:35 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"422 Unprocessable Entity","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"0448:B3A1:17A47BEA:1C9530DD:5F56E767","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4821","x-ratelimit-reset":"1599534423","x-ratelimit-used":"179","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-python/git/refs/heads/sdkAutomation/azure-mgmt-keyvault@10684","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest/reference/git#delete-a-reference"}
          Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-python/pull/1957: HttpError: Reference does not exist, {"name":"HttpError","status":422,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-length":"122","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 08 Sep 2020 02:07:35 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"422 Unprocessable Entity","strict-transport-security":"max-age=31536000; includeSubdomains; preload","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"0440:1866:18AFA0D:3BAB6F0:5F56E767","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4820","x-ratelimit-reset":"1599534423","x-ratelimit-used":"180","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-python/git/refs/heads/sdkAutomation/track2_azure-mgmt-keyvault@10684","headers":{"accept":"application/vnd.github.v3+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest/reference/git#delete-a-reference"}
          [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 'CloudErrorBody' 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 'AccessPolicyEntry' 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 'Permissions' 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 'VaultProperties' 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 'VaultPatchProperties' 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 'VaultAccessPolicyProperties' 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 'DeletedVaultProperties' 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 'VaultCreateOrUpdateParameters' 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 'VaultPatchParameters' 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 'VaultAccessPolicyParameters' 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 'Vault' 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 'DeletedVault' 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 'VaultListResult' 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 'DeletedVaultListResult' 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 'ResourceListResult' 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 'VaultCheckNameAvailabilityParameters' 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 'CheckNameAvailabilityResult' 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 'NetworkRuleSet' 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 'IPRule' 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 'VirtualNetworkRule' 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 'PrivateEndpointConnectionItem' 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 'PrivateEndpointConnection' 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 'PrivateEndpointConnectionProperties' 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 'PrivateEndpoint' 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 'PrivateLinkServiceConnectionState' 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 'PrivateLinkResourceListResult' 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 'PrivateLinkResource' 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 'PrivateLinkResourceProperties' 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/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 'OperationProperties' 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 'ServiceSpecification' 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 'LogSpecification' 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 'CloudErrorBody' 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 'AccessPolicyEntry' 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 'Permissions' 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 'VaultProperties' 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 'VaultPatchProperties' 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 'VaultAccessPolicyProperties' 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 'DeletedVaultProperties' 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 'VaultCreateOrUpdateParameters' 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 'VaultPatchParameters' 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 'VaultAccessPolicyParameters' 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 'Vault' 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 'DeletedVault' 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 'VaultListResult' 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 'DeletedVaultListResult' 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 'ResourceListResult' 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 'VaultCheckNameAvailabilityParameters' 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 'CheckNameAvailabilityResult' 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 'NetworkRuleSet' 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 'IPRule' 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 'VirtualNetworkRule' 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 'PrivateEndpointConnectionItem' 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 'PrivateEndpointConnection' 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 'PrivateEndpointConnectionProperties' 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 'PrivateEndpoint' 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 'PrivateLinkServiceConnectionState' 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 'PrivateLinkResourceListResult' 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 'PrivateLinkResource' 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 'PrivateLinkResourceProperties' 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/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 'OperationProperties' 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 'ServiceSpecification' 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 'LogSpecification' 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 'AccessPolicyEntry' 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 'Permissions' 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 'VaultProperties' 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 'VaultPatchProperties' 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 'VaultAccessPolicyProperties' 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 'DeletedVaultProperties' 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 'VaultCreateOrUpdateParameters' 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 'VaultPatchParameters' 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 'VaultAccessPolicyParameters' 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 'Vault' 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 'DeletedVault' 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 'VaultListResult' 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 'DeletedVaultListResult' 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 'ResourceListResult' 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 'VaultCheckNameAvailabilityParameters' 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 'CheckNameAvailabilityResult' 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/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 'OperationProperties' 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 'ServiceSpecification' 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 'LogSpecification' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
        • ️✔️azure-mgmt-keyvault [View full logs]  [Release 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-keyvault
          [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-keyvault
          [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 0.009% size of original (original: 21781 chars, delta: 2 chars)
          [ChangeLog] 

        @isra-fel isra-fel deleted the isra-fel-patch-1 branch September 8, 2020 02:15
        Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
        Labels
        None yet
        Projects
        None yet
        Development

        Successfully merging this pull request may close these issues.

        3 participants