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 keys as a child proxy resource under vaults (AKV's ARM contract). #10643

Conversation

adarce
Copy link
Member

@adarce adarce commented Aug 28, 2020

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

Contribution checklist:

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

ARM API Review Checklist

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

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • 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 Aug 28, 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).

@adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from 391a131 to 0e762ba Compare August 28, 2020 20:51
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from 0e762ba to f8b1dbb Compare August 28, 2020 21:00
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from f8b1dbb to 339a9a9 Compare August 28, 2020 21:30
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from 339a9a9 to ad656ce Compare August 28, 2020 21:37
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from ad656ce to 9603e8c Compare August 28, 2020 21:44
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adarce
Copy link
Member Author

adarce commented Aug 28, 2020

@heaths , @schaabs , @fengzhou-msft : I see that the required "automation - sdk (SDK Python)" check fails during the Docker container initialization step. What team should this issue be escalated to?

@fengzhou-msft
Copy link
Member

@NullMDR can you help check the automation - sdk failures?

@PhoenixHe-NV
Copy link
Contributor

/azp run automation - sdk

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PhoenixHe-NV
Copy link
Contributor

@fengzhou-msft It's because the base branch's CI is not updated.

@adarce
Copy link
Member Author

adarce commented Sep 1, 2020

Thanks for investigating.

@fengzhou-msft : Is this issue something that I can fix? If so, how do I do this?

@heaths
Copy link
Member

heaths commented Sep 1, 2020

Why are you modifying a GA'd swagger? Can you describe what this PR is for? Is something missing, or are you adding features, which should go into a new service version?

@adarce
Copy link
Member Author

adarce commented Sep 1, 2020

@heaths : I am modifying the most recent stable API version for KeyVault's control plane. This PR is additive (adding new resource types), so as per this ARM documentation for API versions, these non-breaking API changes do not require a new API version.

Overall, these new APIs will allow customers to create keys via ARM templates. KeyVault's control plane will be proxying such requests to KeyVault's data plane. By exposing data plane APIs via ARM templates, we enable seamless UX workflows for partner teams such as Azure Disk Encryption.

@heaths
Copy link
Member

heaths commented Sep 1, 2020

@RandalliLama can you get someone from the service team to review as well?

Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

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

Perhaps it's unnecessary, but we might consider sharing JWK and other related definitions with data-plane. Or perhaps the idea is not to return everything in a response for ARM functions? The defs are already out of sync with what shipped in 7.1 GA and in 7.2 preview.

@@ -38,6 +38,7 @@ These settings apply only when `--tag=package-2019-09` is specified on the comma
input-file:
- Microsoft.KeyVault/stable/2019-09-01/keyvault.json
- Microsoft.KeyVault/stable/2019-09-01/providers.json
- Microsoft.KeyVault/stable/2019-09-01/keys.json
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure that all generators are pointing to this readme.md for configuration? At least for data plane, we point at the JSON files directly. I.e. this should be merged into keyvault.json to work with existing tooling and configuration.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the feedback - this is my first time authoring a swagger spec. I'll look into reverting this and updating keyvault.json instead. (I wanted to avoid updating any existing files and only add new files, so as to avoid any breaking changes.)

"tags": [
"Keys"
],
"operationId": "Keys_ListVersions",
Copy link
Member

Choose a reason for hiding this comment

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

Question: what's the use case for this one? ListKeys I can see being used in an ARM function to query for a specific key (must like getting a storage account key), but the versions themselves are, for all intent to the customer, opaque versions. Referring to a specific key (Keys_GetVersion) makes sense to refer to a fixed version, but why support listing them in ARM?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good question. The ListKeys/ListKeyVersions APIs are not intended to be used in ARM templates (they are paginated by continuation tokens, which I don't think ARM templates support). Instead, they are intended to be used by UX in the Azure Portal.

The scenario is that a partner team (e.g.: Azure Disk Encryption) will allow customers to provide customer-managed keys by opening a picker control owned by the Key Vault team. This picker will have a dropdown or grid that will list all keys in a given vault, as well as list all key versions for a given key. This picker will call these APIs via ARM instead of directly accessing the data plane because the two code paths use different permission models:

  • Direct data plane APIs: Permissions to list keys or key versions are configured either via legacy access policies, or via RBAC DataActions.
  • Data plane APIs proxied via control plane: Permissions to list keys or key versions are configured via RBAC Actions, and can bypass firewall.

The reasoning behind using a separate permission model for these new APIs instead of overloading the existing RBAC DataActions:

  • Fundamentally different APIs: Although both accomplish the same thing, CreateKey Action is a management operation (typically, a one-time only setup). The CreateKey DataAction is a data operation (used frequently).
  • Restricted elevation of privilege: We want users with permissions to create vaults via ARM to implicitly also have permission to indirectly create keys via ARM. This happens because owners/contributors have permissions that match Microsoft.KeyVault/vaults/* RBAC Actions, which includes the CreateKey Action. However, we don't want these users to automatically be able to create keys directly via the data plane.

}
},
"definitions": {
"CloudError": {
Copy link
Member

Choose a reason for hiding this comment

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

There should already be an error type from keyvault.json. IF you don't merge this into keyvault.json (recommended), I recommend breaking out the error type into another file and use an external ref (see what I did in the data-plane for KV 7.1) to avoid unnecessarily functional duplication in generated code.

Copy link
Member

Choose a reason for hiding this comment

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

Same for other shared definitions below.

},
"x-ms-external": true
},
"Attributes": {
Copy link
Member

Choose a reason for hiding this comment

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

Should these be imported from the data plane to make sure they stay in sync, or is that necessarily important here as long as the useful data from keys can be queried in ARM functions?

For example, KeyProperties in 7.1 also has recoveryDays and a couple more values for recoveryLevel, IIRC.

"EC",
"EC-HSM",
"RSA",
"RSA-HSM"
Copy link
Member

Choose a reason for hiding this comment

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

Not "oct" for Managed HSM?

Copy link
Member Author

@adarce adarce Sep 2, 2020

Choose a reason for hiding this comment

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

Key Vault doesn't currently support "oct".

@PhoenixHe-NV
Copy link
Contributor

@adarce I could help to update your base branch. Please let me know if you want.

@adarce
Copy link
Member Author

adarce commented Sep 2, 2020

@NullMDR : Yes, please assist.

@adarce
Copy link
Member Author

adarce commented Sep 2, 2020

Perhaps it's unnecessary, but we might consider sharing JWK and other related definitions with data-plane. Or perhaps the idea is not to return everything in a response for ARM functions? The defs are already out of sync with what shipped in 7.1 GA and in 7.2 preview.

I'm willing to refactor things to avoid unnecessary duplication, but I want to avoid making any breaking changes to existing APIs. Also yes: for the ARM APIs, the keys returned from ARM will contain a subset of the properties exposed by keys directly returned from the data plane (e.g.: the full JWK won't be returned in the ARM APIs, so RSA keys won't have their modulus/exponent exposed for example).

},
"KeyCreateOrUpdateParameters": {
"properties": {
"tags": {
Copy link
Member

Choose a reason for hiding this comment

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

tags [](start = 9, length = 4)

Are keys going to be tracked or proxy resources in ARM?

Copy link
Member

Choose a reason for hiding this comment

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

The reason I ask is because tags shouldn't really be used on proxy resources.


In reply to: 483360952 [](ancestors = 483360952)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, keys are going to be proxy resources in ARM, in the same way that secrets are child proxy resources under vaults in ARM. See here for comparison: https://github.com/Azure/azure-rest-api-specs/blob/9603e8c3886893f114df4a2dc844d175c3f2b1c6/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/secrets.json#L361-L369

Note that Azure Key Vault's data plane supports its own tags for all objects that can be stored in a vault (keys, secrets, certificates, and managed storage account keys).

Copy link
Member

Choose a reason for hiding this comment

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

I see.

}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions/{keyVersion}": {
"get": {
Copy link
Member

Choose a reason for hiding this comment

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

get [](start = 7, length = 3)

I don't see a PUT. Does this mean that a PUT on /keys/{name} will automatically create a /keys/{name}/version/{keyVersion} resource in the backend?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that's correct.

@openapi-workflow-bot
Copy link

Hi, @adarce Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com

    @adarce adarce force-pushed the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch from 538aa14 to b11b1a9 Compare October 28, 2020 17:38
    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @openapi-sdkautomation
    Copy link

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

    azure-sdk-for-js - Release

    ️✔️ succeeded [Logs] [Expand Details]
    • ️✔️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.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 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/keyVaultManagementClient.js → ./dist/arm-keyvault.js...
      [npmPack] created ./dist/arm-keyvault.js in 378ms
      [npmPack] npm notice 
      [npmPack] npm notice package: @azure/arm-keyvault@1.2.1
      [npmPack] npm notice === Tarball Contents === 
      [npmPack] npm notice 104.4kB dist/arm-keyvault.js                                 
      [npmPack] npm notice 36.8kB  dist/arm-keyvault.min.js                             
      [npmPack] npm notice 263B    esm/models/index.js                                  
      [npmPack] npm notice 432B    esm/operations/index.js                              
      [npmPack] npm notice 7.7kB   esm/operations/keys.js                               
      [npmPack] npm notice 793B    esm/models/keysMappers.js                            
      [npmPack] npm notice 1.8kB   esm/keyVaultManagementClient.js                      
      [npmPack] npm notice 2.6kB   esm/keyVaultManagementClientContext.js               
      [npmPack] npm notice 40.6kB  esm/models/mappers.js                                
      [npmPack] npm notice 2.2kB   esm/operations/operations.js                         
      [npmPack] npm notice 413B    esm/models/operationsMappers.js                      
      [npmPack] npm notice 3.8kB   esm/models/parameters.js                             
      [npmPack] npm notice 6.5kB   esm/operations/privateEndpointConnections.js         
      [npmPack] npm notice 879B    esm/models/privateEndpointConnectionsMappers.js      
      [npmPack] npm notice 1.9kB   esm/operations/privateLinkResources.js               
      [npmPack] npm notice 825B    esm/models/privateLinkResourcesMappers.js            
      [npmPack] npm notice 904B    rollup.config.js                                     
      [npmPack] npm notice 17.6kB  esm/operations/vaults.js                             
      [npmPack] npm notice 946B    esm/models/vaultsMappers.js                          
      [npmPack] npm notice 1.7kB   package.json                                         
      [npmPack] npm notice 457B    tsconfig.json                                        
      [npmPack] npm notice 223.9kB dist/arm-keyvault.js.map                             
      [npmPack] npm notice 31.8kB  dist/arm-keyvault.min.js.map                         
      [npmPack] npm notice 16.0kB  esm/models/index.d.ts.map                            
      [npmPack] npm notice 225B    esm/operations/index.d.ts.map                        
      [npmPack] npm notice 126B    esm/models/index.js.map                              
      [npmPack] npm notice 239B    esm/operations/index.js.map                          
      [npmPack] npm notice 3.7kB   esm/operations/keys.d.ts.map                         
      [npmPack] npm notice 4.8kB   esm/operations/keys.js.map                           
      [npmPack] npm notice 463B    esm/models/keysMappers.d.ts.map                      
      [npmPack] npm notice 476B    esm/models/keysMappers.js.map                        
      [npmPack] npm notice 775B    esm/keyVaultManagementClient.d.ts.map                
      [npmPack] npm notice 958B    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 2.1kB   esm/models/mappers.d.ts.map                          
      [npmPack] npm notice 22.5kB  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 870B    esm/models/parameters.d.ts.map                       
      [npmPack] npm notice 2.9kB   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 523B    esm/models/privateEndpointConnectionsMappers.d.ts.map
      [npmPack] npm notice 536B    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 498B    esm/models/privateLinkResourcesMappers.d.ts.map      
      [npmPack] npm notice 511B    esm/models/privateLinkResourcesMappers.js.map        
      [npmPack] npm notice 6.7kB   esm/operations/vaults.d.ts.map                       
      [npmPack] npm notice 10.6kB  esm/operations/vaults.js.map                         
      [npmPack] npm notice 542B    esm/models/vaultsMappers.d.ts.map                    
      [npmPack] npm notice 555B    esm/models/vaultsMappers.js.map                      
      [npmPack] npm notice 3.4kB   README.md                                            
      [npmPack] npm notice 46.3kB  esm/models/index.d.ts                                
      [npmPack] npm notice 201B    esm/operations/index.d.ts                            
      [npmPack] npm notice 44.2kB  src/models/index.ts                                  
      [npmPack] npm notice 400B    src/operations/index.ts                              
      [npmPack] npm notice 10.8kB  esm/operations/keys.d.ts                             
      [npmPack] npm notice 18.3kB  src/operations/keys.ts                               
      [npmPack] npm notice 565B    esm/models/keysMappers.d.ts                          
      [npmPack] npm notice 809B    src/models/keysMappers.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.3kB   src/keyVaultManagementClientContext.ts               
      [npmPack] npm notice 2.8kB   esm/models/mappers.d.ts                              
      [npmPack] npm notice 31.8kB  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 381B    src/models/operationsMappers.ts                      
      [npmPack] npm notice 1.1kB   esm/models/parameters.d.ts                           
      [npmPack] npm notice 3.8kB   src/models/parameters.ts                             
      [npmPack] npm notice 5.7kB   esm/operations/privateEndpointConnections.d.ts       
      [npmPack] npm notice 10.3kB  src/operations/privateEndpointConnections.ts         
      [npmPack] npm notice 651B    esm/models/privateEndpointConnectionsMappers.d.ts    
      [npmPack] npm notice 875B    src/models/privateEndpointConnectionsMappers.ts      
      [npmPack] npm notice 1.8kB   esm/operations/privateLinkResources.d.ts             
      [npmPack] npm notice 3.3kB   src/operations/privateLinkResources.ts               
      [npmPack] npm notice 597B    esm/models/privateLinkResourcesMappers.d.ts          
      [npmPack] npm notice 825B    src/models/privateLinkResourcesMappers.ts            
      [npmPack] npm notice 17.8kB  esm/operations/vaults.d.ts                           
      [npmPack] npm notice 34.1kB  src/operations/vaults.ts                             
      [npmPack] npm notice 718B    esm/models/vaultsMappers.d.ts                        

    @openapi-sdkautomation
    Copy link

    openapi-sdkautomation bot commented Oct 28, 2020

    azure-sdk-for-go - Release

    ️✔️ succeeded [Logs] [Expand Details]
    • ️✔️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.2
    • ️✔️keyvault/mgmt/2015-06-01 [View full logs]  [Release SDK Changes]
      Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:27:22 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0504:2680:1092DAE:275FFC7:5FA1065A","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
    • ️✔️keyvault/mgmt/2016-10-01 [View full logs]  [Release SDK Changes]
      Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:27:34 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0505:6BFD:1D58A8C:44C883C:5FA10666","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
    • ️✔️keyvault/mgmt/2018-02-14 [View full logs]  [Release SDK Changes]
      Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:27:46 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0501:2A6D:3348F0E:5685754:5FA10672","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
    • ️✔️keyvault/mgmt/2019-09-01 [View full logs]  [Release SDK Changes]
      Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:28:03 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0500:51E3:FF9B5B:276D156:5FA10683","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
    • ️✔️preview/keyvault/mgmt/2020-04-01-preview [View full logs]  [Release SDK Changes]
      Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:28:17 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0504:AE05:623BE9D:70F99B7:5FA10691","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}

    @openapi-sdkautomation
    Copy link

    openapi-sdkautomation bot commented Oct 28, 2020

    azure-sdk-for-java - Release

    ⚠️ warning [Logs] [Expand Details]
    • ⚠️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.2
    • ⚠️sdk/keyvault/mgmt-v2015_06_01 [View full logs]  [Release SDK Changes]
        Only show 100 items here, please refer to log for details.
        [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/v20150601/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/v2015_06_01/Vault.java:11: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:12: error: package com.microsoft.azure.arm.resources.models does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.Resource;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:13: error: package com.microsoft.azure.arm.resources.models does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.HasResourceGroup;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:14: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.Refreshable;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:15: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.Updatable;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:16: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.Appliable;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:17: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.Creatable;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:18: error: package com.microsoft.azure.arm.resources.models does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:19: error: package com.microsoft.azure.arm.resources.models does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.HasManager;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                ^
        [mvn] [ERROR]   symbol: class HasInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                      ^
        [mvn] [ERROR]   symbol: class Resource
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                                ^
        [mvn] [ERROR]   symbol: class GroupableResourceCore
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/implementation/KeyVaultManager.java:16: error: package com.microsoft.azure.arm.resources does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.AzureConfigurable;
        [mvn] [ERROR]                                         ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/implementation/KeyVaultManager.java:20: error: package com.microsoft.azure.arm.resources.implementation does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.implementation.AzureConfigurableCoreImpl;
        [mvn] [ERROR]                                                        ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/implementation/KeyVaultManager.java:21: error: package com.microsoft.azure.arm.resources.implementation does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.implementation.ManagerCore;
        [mvn] [ERROR]                                                        ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/implementation/KeyVaultManager.java:26: error: cannot find symbol
        [mvn] [ERROR] public final class KeyVaultManager extends ManagerCore {
        [mvn] [ERROR]                                            ^
        [mvn] [ERROR]   symbol: class ManagerCore
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                                                                                    ^
        [mvn] [ERROR]   symbol: class HasResourceGroup
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                                                                                                      ^
        [mvn] [ERROR]   symbol: class Refreshable
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                                                                                                                          ^
        [mvn] [ERROR]   symbol: class Updatable
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:75: error: cannot find symbol
        [mvn] [ERROR]     interface Update extends Appliable, Resource.UpdateWithTags {
        [mvn] [ERROR]                              ^
        [mvn] [ERROR]   symbol:   class Appliable
        [mvn] [ERROR]   location: interface Vault
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:75: error: package Resource does not exist
        [mvn] [ERROR]     interface Update extends Appliable, Resource.UpdateWithTags {
        [mvn] [ERROR]                                                        ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vault.java:26: error: cannot find symbol
        [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
        [mvn] [ERROR]                                                                                                                                                                                   ^
        [mvn] [ERROR]   symbol: class HasManager
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:11: error: package com.microsoft.azure.arm.collection does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.collection.SupportsCreating;
        [mvn] [ERROR]                                          ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:12: error: package com.microsoft.azure.arm.resources.collection does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup;
        [mvn] [ERROR]                                                    ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:13: error: package com.microsoft.azure.arm.resources.collection does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion;
        [mvn] [ERROR]                                                    ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:14: error: package com.microsoft.azure.arm.resources.collection does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup;
        [mvn] [ERROR]                                                    ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:16: error: package com.microsoft.azure.arm.resources.collection does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup;
        [mvn] [ERROR]                                                    ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:18: error: package com.microsoft.azure.arm.model does not exist
        [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
        [mvn] [ERROR]                                     ^
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2015_06_01/src/main/java/com/microsoft/azure/management/keyvault/v2015_06_01/Vaults.java:24: error: cannot find symbol
      • ⚠️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
          Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:22:37 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0543:D3FE:A7E57DA:BF81810:5FA1053D","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
        • ⚠️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
            Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:22:47 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0546:0B02:2FC7577:5039684:5FA10546","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
          • ⚠️sdk/keyvault/mgmt-v2019_09_01 [View full logs]  [Release SDK Changes]
              Only show 100 items here, please refer to log for details.
              [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-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v20190901/package-info.java:11: warning: a package-info.java file has already been seen for package com.microsoft.azure.management.keyvault.v2019_09_01
              [mvn] [ERROR] package com.microsoft.azure.management.keyvault.v2019_09_01;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] javadoc: warning - Multiple sources of package comments found for package "com.microsoft.azure.management.keyvault.v2019_09_01"
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/CheckNameAvailabilityResult.java:11: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/CheckNameAvailabilityResult.java:12: error: package com.microsoft.azure.arm.resources.models does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.HasManager;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/CheckNameAvailabilityResult.java:19: error: cannot find symbol
              [mvn] [ERROR] public interface CheckNameAvailabilityResult extends HasInner, HasManager {
              [mvn] [ERROR]                                                      ^
              [mvn] [ERROR]   symbol: class HasInner
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/CheckNameAvailabilityResult.java:19: error: cannot find symbol
              [mvn] [ERROR] public interface CheckNameAvailabilityResult extends HasInner, HasManager {
              [mvn] [ERROR]                                                                                                  ^
              [mvn] [ERROR]   symbol: class HasManager
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/implementation/KeyVaultManager.java:16: error: package com.microsoft.azure.arm.resources does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.AzureConfigurable;
              [mvn] [ERROR]                                         ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/implementation/KeyVaultManager.java:24: error: package com.microsoft.azure.arm.resources.implementation does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.implementation.AzureConfigurableCoreImpl;
              [mvn] [ERROR]                                                        ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/implementation/KeyVaultManager.java:25: error: package com.microsoft.azure.arm.resources.implementation does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.implementation.ManagerCore;
              [mvn] [ERROR]                                                        ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/implementation/KeyVaultManager.java:30: error: cannot find symbol
              [mvn] [ERROR] public final class KeyVaultManager extends ManagerCore {
              [mvn] [ERROR]                                            ^
              [mvn] [ERROR]   symbol: class ManagerCore
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Operations.java:13: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Operations.java:18: error: cannot find symbol
              [mvn] [ERROR] public interface Operations extends HasInner {
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR]   symbol: class HasInner
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:11: error: package com.microsoft.azure.arm.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.collection.SupportsCreating;
              [mvn] [ERROR]                                          ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:12: error: package com.microsoft.azure.arm.resources.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup;
              [mvn] [ERROR]                                                    ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:13: error: package com.microsoft.azure.arm.resources.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion;
              [mvn] [ERROR]                                                    ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:14: error: package com.microsoft.azure.arm.resources.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup;
              [mvn] [ERROR]                                                    ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:16: error: package com.microsoft.azure.arm.resources.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup;
              [mvn] [ERROR]                                                    ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:17: error: package com.microsoft.azure.arm.collection does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.collection.SupportsListing;
              [mvn] [ERROR]                                          ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:19: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vaults.java:26: error: cannot find symbol
              [mvn] [ERROR] public interface Vaults extends SupportsCreating, SupportsDeletingByResourceGroup, SupportsBatchDeletion, SupportsGettingByResourceGroup, SupportsListingByResourceGroup, SupportsListing, HasInner {
              [mvn] [ERROR]                                 ^
              [mvn] [ERROR]   symbol: class SupportsCreating
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:11: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.HasInner;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:12: error: package com.microsoft.azure.arm.resources.models does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.Resource;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:13: error: package com.microsoft.azure.arm.resources.models does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:14: error: package com.microsoft.azure.arm.resources.models does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.HasResourceGroup;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:15: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.Refreshable;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:16: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.Updatable;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:17: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.Appliable;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:18: error: package com.microsoft.azure.arm.model does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.model.Creatable;
              [mvn] [ERROR]                                     ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:19: error: package com.microsoft.azure.arm.resources.models does not exist
              [mvn] [ERROR] import com.microsoft.azure.arm.resources.models.HasManager;
              [mvn] [ERROR]                                                ^
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:26: error: cannot find symbol
              [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
              [mvn] [ERROR]                                ^
              [mvn] [ERROR]   symbol: class HasInner
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:26: error: cannot find symbol
              [mvn] [ERROR] public interface Vault extends HasInner, Resource, GroupableResourceCore, HasResourceGroup, Refreshable, Updatable, HasManager {
              [mvn] [ERROR]                                                      ^
              [mvn] [ERROR]   symbol: class Resource
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2019_09_01/src/main/java/com/microsoft/azure/management/keyvault/v2019_09_01/Vault.java:26: error: cannot find symbol

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Oct 28, 2020

            azure-sdk-for-net - Release

            ️✔️ succeeded [Logs] [Expand Details]
            • ️✔️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.2
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
              [AutoRest] realpath(): Permission denied
            • ️✔️Microsoft.Azure.Management.KeyVault [View full logs]  [Release SDK Changes]
              Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:20:52 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0482:08D5:20D8A53:3533CEF:5FA104D4","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Oct 28, 2020

            azure-sdk-for-python - Release

            ️✔️ succeeded [Logs] [Expand Details]
            • ️✔️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.2
              Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-python/pull/2649: 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, 03 Nov 2020 07:17:38 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":"0781:08E2:70DC0E:13D1151:5FA10412","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4745","x-ratelimit-reset":"1604391407","x-ratelimit-used":"255","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@10643","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/2650: 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, 03 Nov 2020 07:17:38 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":"0786:AE04:313EAF8:38B3020:5FA10412","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4743","x-ratelimit-reset":"1604391407","x-ratelimit-used":"257","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@10643","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"}
              [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: {'2019-09-01', '2015-11-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: {'2020-04-01-preview', '2019-09-01', '2015-11-01'} 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: {'2019-09-01', '2015-11-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: {'2020-04-01-preview', '2019-09-01', '2015-11-01'} 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)
              Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:18:58 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0781:08E5:37A3181:5BA6A49:5FA10462","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
              [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
              [ChangeLog] Size of delta 36.302% size of original (original: 32243 chars, delta: 11705 chars)
              [ChangeLog] **Features**
              [ChangeLog] 
              [ChangeLog]   - Added operation group KeysOperations
              [ChangeLog]   - Added operation group ManagedHsmsOperations

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Oct 28, 2020

            azure-sdk-for-python-track2 - Release

            ️✔️ succeeded [Logs] [Expand Details]
            • ️✔️ Generate from b11b1a9 with merge commit 220b0b8. SDK Automation 13.0.17.20200918.2
              Only show 100 items here, please refer to log for details.
              [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'KeyAttributes' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
              [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 'Attributes' 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 'KeyProperties' 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 'KeyAttributes' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambigious. This has been auto-corrected to 'type:object'
              [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyCreateParameters' 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 'Key' 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 'KeyListResult' 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 '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/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
              [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'
            • ️✔️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)
              Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:19:19 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0403:6331:C3CD4:244FCA:5FA10477","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
              [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
              [ChangeLog] Size of delta 19.010% size of original (original: 33025 chars, delta: 6278 chars)
              [ChangeLog] **Features**
              [ChangeLog] 
              [ChangeLog]   - Added operation group KeysOperations

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Oct 28, 2020

            azure-resource-manager-schemas - Release

            ⚠️ warning [Logs] [Expand Details]
            • ⚠️ Generate from b11b1a9 with merge commit 220b0b8. Schema Automation 13.0.17.20200918.2
              [keyvault][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
              [keyvault][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
              [keyvault][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
              • [after_scripts|node] PostProcessor finished successfully.
                [after_scripts|node]   5806 passing (42s)
                [after_scripts|node]   12 failing
                AzureResourceSchema has no registered package commands.
                Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"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-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 03 Nov 2020 07:22:32 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0440:0CB4:1DBA062:32E1157:5FA10538","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}

              @openapi-sdkautomation
              Copy link

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

              @adarce
              Copy link
              Member Author

              adarce commented Oct 28, 2020

              @heaths, @jlichwa : I have rebased my PR onto the latest from master, and all required checks are now passing. Is there anything else I need to do before you can merge the PR?

              @heaths
              Copy link
              Member

              heaths commented Oct 28, 2020

              @fengzhou-msft is the one who will have to merge the PR.

              @adarce
              Copy link
              Member Author

              adarce commented Oct 31, 2020

              @fengzhou-msft : I have rebased my PR onto the latest from master, and all required checks are now passing. Is there anything else I need to do before you can merge the PR?

              @fengzhou-msft fengzhou-msft merged commit 220b0b8 into Azure:master Nov 3, 2020
              giromm2ms pushed a commit to giromm2ms/azure-rest-api-specs that referenced this pull request Dec 20, 2020
              @adarce adarce deleted the dev-keyvault-Microsoft.KeyVault-2019-09-01 branch October 25, 2021 20:52
              Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
              Labels
              ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review
              Projects
              None yet
              Development

              Successfully merging this pull request may close these issues.

              9 participants