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

[Hub Generated] Review request for Microsoft.KeyVault to add version preview/2020-04-01-preview #11566

Conversation

jiacheng-L
Copy link
Contributor

This is a PR generated at OpenAPI Hub. You can view your work branch via this link.

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 Nov 6, 2020

Swagger Validation Report

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

Rule Message
1011 - AddingResponseCode The new version adds a response code '400'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L622:11
1011 - AddingResponseCode The new version adds a response code '404'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L628:11
1011 - AddingResponseCode The new version adds a response code '409'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L72:11
1011 - AddingResponseCode The new version adds a response code '400'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L145:11
1011 - AddingResponseCode The new version adds a response code '409'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L151:11
1011 - AddingResponseCode The new version adds a response code '400'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L205:11
1011 - AddingResponseCode The new version adds a response code '404'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L259:11
1011 - AddingResponseCode The new version adds a response code '400'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L347:11
1011 - AddingResponseCode The new version adds a response code '404'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L353:11
1011 - AddingResponseCode The new version adds a response code '409'.
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L359:11
️❌~[Staging] LintDiff: 1 Errors, 0 Warnings failed [Detail] [Expand]

Rule Message
R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
New: Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json#L785
️️✔️~[Staging] Avocado succeeded [Detail]
Validation passes for Avocado.
️️✔️~[Staging] ModelValidation succeeded [Detail]
Validation passes for ModelValidation.
️️✔️~[Staging] SemanticValidation succeeded [Detail]
Validation passes for SemanticValidation.
️️✔️~[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail]
There are no breaking changes.
️️✔️~[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail]
There are no breaking changes.
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Nov 6, 2020

Swagger Generation Artifacts

️️✔️~[Staging] ApiDocPreview succeeded [Detail]
 Please click here to preview with your @microsoft account. 
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 6, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 37a5a59 with merge commit 6a486d9beb45dc73c7db0b6674e657a606fa639a. SDK Automation 13.0.17.20200918.2
  • ⚠️sdk/keyvault/mgmt-v2015_06_01 [View full logs]  [Preview 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]  [Preview SDK Changes]
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-keyvault: MavenReportException: Error while creating archive: 
        [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v2016_10_01/package-info.java:11: warning: a package-info.java file has already been seen for package com.microsoft.azure.management.keyvault.v2016_10_01
        [mvn] [ERROR] package com.microsoft.azure.management.keyvault.v2016_10_01;
        [mvn] [ERROR]                                                ^
        [mvn] [ERROR] javadoc: warning - Multiple sources of package comments found for package "com.microsoft.azure.management.keyvault.v2016_10_01"
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v20161001/Vaults.java:13: error: cannot access AccessPolicyUpdateKind
        [mvn] [ERROR] import com.microsoft.azure.management.keyvault.v20161001.models.AccessPolicyUpdateKind;
        [mvn] [ERROR]                                                                ^
        [mvn] [ERROR]   bad source file: /z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/src/main/java/com/microsoft/azure/management/keyvault/v20161001/models/AccessPolicyUpdateKind.java
        [mvn] [ERROR]     file does not contain class com.microsoft.azure.management.keyvault.v20161001.models.AccessPolicyUpdateKind
        [mvn] [ERROR]     Please remove or make sure it appears in the correct subdirectory of the sourcepath.
        [mvn] [ERROR] 
        [mvn] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
        [mvn] [ERROR] 
        [mvn] [ERROR] Refer to the generated Javadoc files in '/z/work/azure-sdk-for-java/sdk/keyvault/mgmt-v2016_10_01/target/apidocs' dir.
        [mvn] [ERROR] -> [Help 1]
        [mvn] [ERROR] 
        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [mvn] [ERROR] 
        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
      • ⚠️sdk/keyvault/mgmt-v2018_02_14_preview [View full logs]  [Preview 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
        • ⚠️sdk/keyvault/mgmt-v2019_09_01 [View full logs]  [Preview 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 Nov 6, 2020

          azure-sdk-for-python

          ️✔️ succeeded [Logs] [Expand Details]
          • ️✔️ Generate from 37a5a59 with merge commit 6a486d9beb45dc73c7db0b6674e657a606fa639a. SDK Automation 13.0.17.20200918.2
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2016-10-01', '2015-11-01'} in label v2016_10_01
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2016-10-01 based on label v2016_10_01
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2018-02-14'} in label v2018_02_14
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2018-02-14 based on label v2018_02_14
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01'} in label v2019_09_01
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
            [azure-mgmt-keyvault][after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2020-04-01-preview', '2019-09-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]  [Preview 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: {'2015-11-01', '2018-02-14'} in label v2018_02_14
            [after_scripts|python] WARNING:__main__:Guessing you want 2018-02-14 based on label v2018_02_14
            [after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2019-09-01'} in label v2019_09_01
            [after_scripts|python] WARNING:__main__:Guessing you want 2019-09-01 based on label v2019_09_01
            [after_scripts|python] WARNING:__main__:Found too much API version: {'2015-11-01', '2020-04-01-preview', '2019-09-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)
            [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 ManagedHsmsOperations
            [ChangeLog]   - Added operation group KeysOperations

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 6, 2020

          azure-sdk-for-js

          ️✔️ succeeded [Logs] [Expand Details]
          • ️✔️ Generate from 37a5a59 with merge commit 6a486d9beb45dc73c7db0b6674e657a606fa639a. SDK Automation 13.0.17.20200918.2
          • ️✔️@azure/arm-keyvault [View full logs]  [Preview SDK Changes]
            Only show 100 items here, please refer to log for details.
            [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
            [npmPack] npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
            [npmPack] npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
            [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
            [npmPack] loaded rollup.config.js with warnings
            [npmPack] (!) Unused external imports
            [npmPack] default imported from external module 'rollup' but never used
            [npmPack] 
            [npmPack] ./esm/keyVaultManagementClient.js → ./dist/arm-keyvault.js...
            [npmPack] created ./dist/arm-keyvault.js in 395ms
            [npmPack] npm notice 
            [npmPack] npm notice package: @azure/[email protected]
            [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 Nov 6, 2020

          Azure CLI Extension Generation

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

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 6, 2020

          azure-sdk-for-go

          ️✔️ succeeded [Logs] [Expand Details]

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 6, 2020

          Trenton Generation

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

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 6, 2020

          azure-resource-manager-schemas

          ⚠️ warning [Logs] [Expand Details]
          • ⚠️ Generate from 37a5a59 with merge commit 6a486d9beb45dc73c7db0b6674e657a606fa639a. 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]   5826 passing (42s)
              [after_scripts|node]   12 failing
              AzureResourceSchema has no registered package commands.

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Nov 6, 2020

            azure-sdk-for-net

            ️✔️ succeeded [Logs] [Expand Details]

            @openapi-workflow-bot
            Copy link

            Hi @jiacheng-L, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
            Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
            If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ma/swaggerfeedback.

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @openapi-sdkautomation
            Copy link

            openapi-sdkautomation bot commented Nov 9, 2020

            azure-sdk-for-python-track2

            ️✔️ succeeded [Logs] [Expand Details]
            • ️✔️ Generate from 37a5a59 with merge commit 6a486d9beb45dc73c7db0b6674e657a606fa639a. 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]  [Preview SDK Changes]
              [build_conf_init]   Cache entry deserialization failed, entry ignored
              [build_conf_init]   Cache entry deserialization failed, entry ignored
              [build_conf] INFO:packaging_tools:Building template azure-mgmt-keyvault
              [build_conf] INFO:packaging_tools.conf:Skipping default conf since the file exists
              [build_conf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
              [build_conf] INFO:packaging_tools:Template done azure-mgmt-keyvault
              [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
              [build_package]   warnings.warn(msg)
              [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
              [build_package]   warnings.warn(msg)
              [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
              [ChangeLog] Size of delta 19.010% size of original (original: 33025 chars, delta: 6278 chars)
              [ChangeLog] **Features**
              [ChangeLog] 
              [ChangeLog]   - Added operation group KeysOperations

            @jiacheng-L
            Copy link
            Contributor Author

            /azp run unifiedPipeline

            @azure-pipelines
            Copy link

            No pipelines are associated with this pull request.

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @azure-pipelines
            Copy link

            Azure Pipelines successfully started running 1 pipeline(s).

            @jiacheng-L jiacheng-L closed this Nov 19, 2020
            @jiacheng-L jiacheng-L deleted the dev-keyvault-Microsoft.KeyVault-swaggerFix branch November 19, 2020 08:54
            Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
            Labels
            None yet
            Projects
            None yet
            Development

            Successfully merging this pull request may close these issues.

            1 participant