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

Removing VirtualMachineSizeTypes enum as updating the sizes is not maintainable. #11596

Closed

Conversation

avinashakka
Copy link
Contributor

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

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

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

ARM API Review Checklist

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

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

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

Breaking Change Review Checklist

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

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

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.

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Nov 9, 2020

Swagger Validation Report

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

Rule Message
1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'VirtualMachineScaleSetVMExtension' removed or renamed?
New: Microsoft.Compute/stable/2020-06-01/compute.json#L6394:3
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L6394:3
1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'VirtualMachineScaleSetVMExtensionUpdate' removed or renamed?
New: Microsoft.Compute/stable/2020-06-01/compute.json#L6394:3
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L6394:3
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L7361:11
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L7421:11
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5412:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5412:13
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5198:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5198:13
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5276:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5276:13
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5183:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5183:13
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5204:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5204:13
1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
New: Microsoft.Compute/stable/2020-06-01/compute.json#L5261:13
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L5261:13
1033 - RemovedProperty The new version is missing a property found in the old version. Was 'type' renamed or removed?
New: Microsoft.Compute/stable/2020-06-01/compute.json#L7330:7
Old: Microsoft.Compute/stable/2020-06-01/compute.json#L7344:7
️️✔️~[Staging] LintDiff succeeded [Detail]
Validation passes for LintDiff.

️⚠️~[Staging] Avocado: 1 Warnings warning [Detail] [Expand]
Rule Message
⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
readme: specification/compute/resource-manager/readme.md
tag: specification/compute/resource-manager/readme.md#tag-package-2020-12-01
️️✔️~[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 9, 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).

@avinashakka
Copy link
Contributor Author

Pull request to make the same change to current api-version 2020-06 is being made as part of #11595

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Nov 9, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. SDK Automation 13.0.17.20200918.2
  • ⚠️sdk/compute/mgmt-v2017_03_30 [View full logs]  [Preview SDK Changes]
      Only show 100 items here, please refer to log for details.
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachine.java:[26,107] cannot find symbol
      [mvn]   symbol:   class Update
      [mvn]   location: interface com.microsoft.azure.management.compute.v2017_03_30.VirtualMachine
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachine.java:[153,9] interface com.microsoft.azure.management.compute.v2017_03_30.VirtualMachine.DefinitionStages.WithLocation is already defined in interface com.microsoft.azure.management.compute.v2017_03_30.VirtualMachine.DefinitionStages
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VaultCertificate.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VaultCertificate
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/RunCommandResultInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.RunCommandResultInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/CachingTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.CachingTypes
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ApiErrorBase.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ApiErrorBase
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/BootDiagnosticsInstanceView.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.BootDiagnosticsInstanceView
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Usage.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Usage
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetInstanceView.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetInstanceView
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/OperatingSystemStateTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.OperatingSystemStateTypes
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/AvailabilitySetVirtualMachineSize.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.AvailabilitySetVirtualMachineSize
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/EncryptionSettings.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.EncryptionSettings
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/InstanceViewStatus.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.InstanceViewStatus
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/AccessUri.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.AccessUri
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/SubResourceReadOnly.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.SubResourceReadOnly
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/SnapshotUpdate.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.SnapshotUpdate
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetUpdate.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetUpdate
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetUpdateIPConfiguration.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetUpdateIPConfiguration
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineScaleSetsInner.java:[52,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineScaleSetsInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/MaintenanceOperationResultCodeTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.MaintenanceOperationResultCodeTypes
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/RollingUpgradeStatusCode.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.RollingUpgradeStatusCode
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/OperationStatusResponse.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.OperationStatusResponse
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/WinRMConfiguration.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.WinRMConfiguration
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ResourceSkus.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ResourceSkus
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachinesInner.java:[51,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachinesInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/OSProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.OSProfile
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DataDisk.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DataDisk
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineScaleSetVMsInner.java:[42,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineScaleSetVMsInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Sku.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Sku
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Snapshots.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Snapshots
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DataDiskImage.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DataDiskImage
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineScaleSetExtensionInner.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineScaleSetExtensionInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineCaptureResult.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineCaptureResult
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Usages.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Usages
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/WindowsConfiguration.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.WindowsConfiguration
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineImagesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineImagesInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetSkuScaleType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetSkuScaleType
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DiskCreateOption.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DiskCreateOption
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineStatusCodeCount.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineStatusCodeCount
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/ResourceSkusInner.java:[37,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.ResourceSkusInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ResourceSkuRestrictions.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ResourceSkuRestrictions
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineScaleSetSkuInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineScaleSetSkuInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineSizeInner.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineSizeInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/DiskInner.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.DiskInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/AvailabilitySet.java:[28,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.AvailabilitySet
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/OSDisk.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.OSDisk
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ManagedDiskParameters.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ManagedDiskParameters
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetVMs.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetVMs
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetVMExtensionsSummary.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetVMExtensionsSummary
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineScaleSetExtensionsInner.java:[42,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineScaleSetExtensionsInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/PageImpl1.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.PageImpl1
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineImageResource.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineImageResource
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineIdentity.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineIdentity
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Image.java:[27,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Image
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/NetworkInterfaceReference.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.NetworkInterfaceReference
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/PassNames.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.PassNames
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/UsageInner.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.UsageInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetUpdateNetworkConfiguration.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetUpdateNetworkConfiguration
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetVMInstanceRequiredIDs.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetVMInstanceRequiredIDs
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineRunCommands.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineRunCommands
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/UpgradePolicy.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.UpgradePolicy
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/ComputeManager.java:[41,14] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.ComputeManager
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Images.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Images
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/InnerError.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.InnerError
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineExtensionsInner.java:[38,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineExtensionsInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ImageStorageProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ImageStorageProfile
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/RollingUpgradeActionType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.RollingUpgradeActionType
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/Disks.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.Disks
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineCaptureResultInner.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineCaptureResultInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DiskInstanceView.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DiskInstanceView
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/KeyVaultSecretReference.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.KeyVaultSecretReference
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetIdentity.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetIdentity
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineExtension.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineExtension
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/KeyVaultAndKeyReference.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.KeyVaultAndKeyReference
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetManagedDiskParameters.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetManagedDiskParameters
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DiskSku.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DiskSku
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/SourceVault.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.SourceVault
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/ResourceSkuInner.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.ResourceSkuInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetExtensions.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetExtensions
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/MaintenanceRedeployStatus.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.MaintenanceRedeployStatus
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetOSDisk.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetOSDisk
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ResourceSkuRestrictionsType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ResourceSkuRestrictionsType
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineImageResourceInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineImageResourceInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/SettingNames.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.SettingNames
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetVMInstanceView.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetVMInstanceView
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetUpdateStorageProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetUpdateStorageProfile
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ResourceSku.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ResourceSku
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetNetworkProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetNetworkProfile
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineScaleSetVMProfile.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineScaleSetVMProfile
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/ImageInner.java:[23,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.ImageInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/ComputeManagementClientImpl.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.ComputeManagementClientImpl
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/KeyVaultAndSecretReference.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.KeyVaultAndSecretReference
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ImageOSDisk.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ImageOSDisk
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/implementation/VirtualMachineRunCommandsInner.java:[38,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.implementation.VirtualMachineRunCommandsInner
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/ResourceUpdate.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.ResourceUpdate
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/VirtualMachineExtensionsListResult.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.VirtualMachineExtensionsListResult
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_03_30/src/main/java/com/microsoft/azure/management/compute/v2017_03_30/DiskUpdate.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_03_30.DiskUpdate
    • ️✔️sdk/compute/mgmt-v2017_09_01 [View full logs]  [Preview SDK Changes]
    • ⚠️sdk/compute/mgmt-v2017_12_01 [View full logs]  [Preview SDK Changes]
        Only show 100 items here, please refer to log for details.
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachine.java:[27,107] cannot find symbol
        [mvn]   symbol:   class Update
        [mvn]   location: interface com.microsoft.azure.management.compute.v2017_12_01.VirtualMachine
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachine.java:[154,9] interface com.microsoft.azure.management.compute.v2017_12_01.VirtualMachine.DefinitionStages.WithLocation is already defined in interface com.microsoft.azure.management.compute.v2017_12_01.VirtualMachine.DefinitionStages
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetOSDisk.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetOSDisk
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/NetworkInterfaceReference.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.NetworkInterfaceReference
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/RunCommandResultInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.RunCommandResultInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/UsageInner.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.UsageInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/ImagesInner.java:[47,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.ImagesInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ImageReference.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ImageReference
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetUpdateOSDisk.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetUpdateOSDisk
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/HardwareProfile.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.HardwareProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/UsagesInner.java:[37,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.UsagesInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/SettingNames.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.SettingNames
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetVMInstanceRequiredIDs.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetVMInstanceRequiredIDs
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/RollingUpgradeActionType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.RollingUpgradeActionType
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineSizesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineSizesInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ImageDataDisk.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ImageDataDisk
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ThrottledRequestsInput.java:[15,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ThrottledRequestsInput
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/ComputeManagementClientImpl.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.ComputeManagementClientImpl
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineExtensionImagesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineExtensionImagesInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetVMInstanceIDs.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetVMInstanceIDs
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VaultCertificate.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VaultCertificate
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetOSProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetOSProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetIdentity.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetIdentity
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/AvailabilitySetInner.java:[32,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.AvailabilitySetInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/DiagnosticsProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.DiagnosticsProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineImages.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineImages
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/PassNames.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.PassNames
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineExtensionImages.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineExtensionImages
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineInstanceView.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineInstanceView
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/MaintenanceRedeployStatus.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.MaintenanceRedeployStatus
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/BootDiagnosticsInstanceView.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.BootDiagnosticsInstanceView
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineCaptureParameters.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineCaptureParameters
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Usage.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Usage
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ProtocolTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ProtocolTypes
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetUpdateNetworkProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetUpdateNetworkProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/RunCommandResult.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.RunCommandResult
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/DataDisk.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.DataDisk
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineHealthStatus.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineHealthStatus
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ComputeOperationValue.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ComputeOperationValue
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachines.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachines
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineExtensionsListResultInner.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineExtensionsListResultInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/AvailabilitySets.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.AvailabilitySets
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineExtensionImageInner.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineExtensionImageInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/NetworkProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.NetworkProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineImagesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineImagesInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/UpgradeOperationHistoricalStatusInfoProperties.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.UpgradeOperationHistoricalStatusInfoProperties
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/KeyVaultSecretReference.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.KeyVaultSecretReference
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineExtension.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineExtension
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/AutoOSUpgradePolicy.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.AutoOSUpgradePolicy
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/LogAnalytics.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.LogAnalytics
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/StatusLevelTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.StatusLevelTypes
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Operations.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Operations
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/LogAnalyticsInner.java:[38,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.LogAnalyticsInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/PurchasePlan.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.PurchasePlan
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineInner.java:[28,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/RollingUpgradePolicy.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.RollingUpgradePolicy
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineScaleSetExtensionInner.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineScaleSetExtensionInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/BootDiagnostics.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.BootDiagnostics
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Sku.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Sku
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachinePriorityTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachinePriorityTypes
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetSkuScaleType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetSkuScaleType
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Images.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Images
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineScaleSetInstanceViewInner.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineScaleSetInstanceViewInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/DiskCreateOptionTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.DiskCreateOptionTypes
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetUpdateIPConfiguration.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetUpdateIPConfiguration
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineExtensionsListResult.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineExtensionsListResult
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/RollingUpgradeStatusInfoInner.java:[23,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.RollingUpgradeStatusInfoInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/OSProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.OSProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetVMExtensionsSummary.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetVMExtensionsSummary
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/OSDiskImage.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.OSDiskImage
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineImageResource.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineImageResource
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetVM.java:[26,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetVM
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineVirtualMachineSize.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineVirtualMachineSize
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/RollingUpgradeStatusCode.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.RollingUpgradeStatusCode
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/RunCommandDocumentInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.RunCommandDocumentInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Image.java:[27,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Image
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetStorageProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetStorageProfile
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/UpgradeOperationInvoker.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.UpgradeOperationInvoker
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Plan.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Plan
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetUpdateNetworkConfiguration.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetUpdateNetworkConfiguration
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/LogAnalyticsOutput.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.LogAnalyticsOutput
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineEvictionPolicyTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineEvictionPolicyTypes
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/ResourceIdentityType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.ResourceIdentityType
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/LocationVirtualMachineSize.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.LocationVirtualMachineSize
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/UpgradeOperationHistoricalStatusInfo.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.UpgradeOperationHistoricalStatusInfo
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetPublicIPAddressConfiguration.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetPublicIPAddressConfiguration
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/Usages.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.Usages
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineImageResourceInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineImageResourceInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualmachinesImpl.java:[35,1] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachinesImpl
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/RequestRateByIntervalInput.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.RequestRateByIntervalInput
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineSizeInner.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineSizeInner
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetInstanceView.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetInstanceView
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/WinRMConfiguration.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.WinRMConfiguration
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/VirtualMachineScaleSetNetworkConfigurationDnsSettings.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.VirtualMachineScaleSetNetworkConfigurationDnsSettings
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2017_12_01/src/main/java/com/microsoft/azure/management/compute/v2017_12_01/implementation/VirtualMachineScaleSetVMInstanceViewInner.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2017_12_01.implementation.VirtualMachineScaleSetVMInstanceViewInner
      • ️✔️sdk/compute/mgmt-v2018_04_01 [View full logs]  [Preview SDK Changes]
      • ⚠️sdk/compute/mgmt-v2020_06_01 [View full logs]  [Preview SDK Changes]
          Only show 100 items here, please refer to log for details.
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/LocationVirtualMachineRunCommand.java:[25,153] cannot find symbol
          [mvn]   symbol:   class Update
          [mvn]   location: interface com.microsoft.azure.management.compute.v2020_06_01.LocationVirtualMachineRunCommand
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachine.java:[204,9] interface com.microsoft.azure.management.compute.v2020_06_01.VirtualMachine.DefinitionStages.WithLocation is already defined in interface com.microsoft.azure.management.compute.v2020_06_01.VirtualMachine.DefinitionStages
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/LocationVirtualMachineRunCommand.java:[138,9] interface com.microsoft.azure.management.compute.v2020_06_01.LocationVirtualMachineRunCommand.DefinitionStages.WithLocation is already defined in interface com.microsoft.azure.management.compute.v2020_06_01.LocationVirtualMachineRunCommand.DefinitionStages
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ResourceSkuZoneDetails.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ResourceSkuZoneDetails
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineInstanceViewInner.java:[26,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineInstanceViewInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceMasterProfile.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceMasterProfile
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ImageDiskReference.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ImageDiskReference
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ImageReference.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ImageReference
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/StorageAccountTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.StorageAccountTypes
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/GalleryApplicationVersionInner.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.GalleryApplicationVersionInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DiskCreateOption.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DiskCreateOption
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DiskCreateOptionTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DiskCreateOptionTypes
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ProximityPlacementGroupUpdate.java:[15,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ProximityPlacementGroupUpdate
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetVMs.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetVMs
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/RetrieveBootDiagnosticsDataResultInner.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.RetrieveBootDiagnosticsDataResultInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineExtensions.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineExtensions
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineRunCommandInner.java:[23,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineRunCommandInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DataDiskImage.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DataDiskImage
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineExtensionsListResultInner.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineExtensionsListResultInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/Image.java:[27,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.Image
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachine.java:[27,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachine
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/ImageInner.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.ImageInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/UpdateResourceDefinition.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.UpdateResourceDefinition
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetVMInstanceIDs.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetVMInstanceIDs
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/LinuxConfiguration.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.LinuxConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/SshPublicKeyResourceInner.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.SshPublicKeyResourceInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/RunCommandParameterDefinition.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.RunCommandParameterDefinition
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetVMNetworkProfileConfiguration.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetVMNetworkProfileConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineScaleSetExtensionsInner.java:[44,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineScaleSetExtensionsInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/RollingUpgradeRunningStatus.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.RollingUpgradeRunningStatus
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ApiErrorBase.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ApiErrorBase
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ImageStorageProfile.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ImageStorageProfile
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/EncryptionSettingsElement.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.EncryptionSettingsElement
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/LogAnalyticsOperationResultInner.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.LogAnalyticsOperationResultInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/InnerError.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.InnerError
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DiskInstanceView.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DiskInstanceView
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineRunCommandsInner.java:[44,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineRunCommandsInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/OSDiskImageEncryption.java:[15,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.OSDiskImageEncryption
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ProximityPlacementGroups.java:[24,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ProximityPlacementGroups
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/OperationsInner.java:[32,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.OperationsInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/AutomaticRepairsPolicy.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.AutomaticRepairsPolicy
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/SshPublicKeyGenerateKeyPairResultInner.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.SshPublicKeyGenerateKeyPairResultInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetDataDisk.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetDataDisk
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetRollingUpgrades.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetRollingUpgrades
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceOrchestratorTypes.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceOrchestratorTypes
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DedicatedHostInstanceViewWithName.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DedicatedHostInstanceViewWithName
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineImagesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineImagesInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetVirtualMachineExtension.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetVirtualMachineExtension
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineEvictionPolicyTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineEvictionPolicyTypes
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/EncryptionSettingsCollection.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.EncryptionSettingsCollection
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachinePatchStatus.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachinePatchStatus
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetUpdateNetworkConfiguration.java:[21,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetUpdateNetworkConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/PatchOperationStatus.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.PatchOperationStatus
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceVMDiagnostics.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceVMDiagnostics
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VMScaleSetConvertToSinglePlacementGroupInput.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VMScaleSetConvertToSinglePlacementGroupInput
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/RecommendedMachineConfiguration.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.RecommendedMachineConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/GalleryApplicationsInner.java:[44,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.GalleryApplicationsInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ResourceSkuRestrictions.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ResourceSkuRestrictions
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/OrchestrationServiceStateInput.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.OrchestrationServiceStateInput
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/GalleryImageVersions.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.GalleryImageVersions
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineExtensionImagesInner.java:[33,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineExtensionImagesInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetExtensionUpdate.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetExtensionUpdate
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/SnapshotsInner.java:[51,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.SnapshotsInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualHardDisk.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualHardDisk
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceSshPublicKey.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceSshPublicKey
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/HostCaching.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.HostCaching
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DiffDiskSettings.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DiffDiskSettings
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/SshPublicKeyResource.java:[26,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.SshPublicKeyResource
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/Disks.java:[25,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.Disks
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/ContainerServicesInner.java:[45,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.ContainerServicesInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ResourceSkuCapacityScaleType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ResourceSkuCapacityScaleType
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceLinuxProfile.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceLinuxProfile
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/AutomaticOSUpgradePolicy.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.AutomaticOSUpgradePolicy
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/HyperVGenerationTypes.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.HyperVGenerationTypes
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ProximityPlacementGroupType.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ProximityPlacementGroupType
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ResourceSkuRestrictionsType.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ResourceSkuRestrictionsType
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ResourceSkuLocationInfo.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ResourceSkuLocationInfo
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ImageDisk.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ImageDisk
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetUpdateIPConfiguration.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetUpdateIPConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/Usages.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.Usages
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineVirtualMachineSize.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineVirtualMachineSize
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/UpgradeOperationHistoricalStatusInfoProperties.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.UpgradeOperationHistoricalStatusInfoProperties
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/PrivateEndpointConnectionProvisioningState.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.PrivateEndpointConnectionProvisioningState
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.java:[19,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/VirtualMachineScaleSetSkuInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.VirtualMachineScaleSetSkuInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineExtensionImage.java:[22,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineExtensionImage
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetManagedDiskParameters.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetManagedDiskParameters
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/implementation/ComputeOperationValueInner.java:[18,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.implementation.ComputeOperationValueInner
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/GalleryApplications.java:[20,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.GalleryApplications
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/LogAnalyticsOutput.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.LogAnalyticsOutput
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/Disk.java:[28,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.Disk
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/VirtualMachineScaleSetVMInstanceRequiredIDs.java:[17,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.VirtualMachineScaleSetVMInstanceRequiredIDs
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ProximityPlacementGroup.java:[28,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ProximityPlacementGroup
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/DiskAccess.java:[28,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.DiskAccess
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/GalleryImage.java:[26,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.GalleryImage
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ContainerServiceDiagnosticsProfile.java:[16,8] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ContainerServiceDiagnosticsProfile
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/compute/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/compute/v2020_06_01/ReplicationState.java:[18,14] duplicate class: com.microsoft.azure.management.compute.v2020_06_01.ReplicationState

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Nov 9, 2020

        azure-sdk-for-js

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. SDK Automation 13.0.17.20200918.2
        • ️✔️@azure/arm-compute [View full logs]  [Preview SDK Changes]
          Only show 100 items here, please refer to log for details.
          [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
          [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
          [npmPack] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
          [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
          [npmPack] loaded rollup.config.js with warnings
          [npmPack] (!) Unused external imports
          [npmPack] default imported from external module 'rollup' but never used
          [npmPack] 
          [npmPack] ./esm/computeManagementClient.js → ./dist/arm-compute.js...
          [npmPack] created ./dist/arm-compute.js in 1.3s
          [npmPack] npm notice 
          [npmPack] npm notice package: @azure/arm-compute@15.0.0
          [npmPack] npm notice === Tarball Contents === 
          [npmPack] npm notice 1.2MB   dist/arm-compute.js                                             
          [npmPack] npm notice 435.2kB dist/arm-compute.min.js                                         
          [npmPack] npm notice 9.7kB   esm/operations/availabilitySets.js                              
          [npmPack] npm notice 5.5kB   esm/models/availabilitySetsMappers.js                           
          [npmPack] npm notice 4.3kB   esm/computeManagementClient.js                                  
          [npmPack] npm notice 2.5kB   esm/computeManagementClientContext.js                           
          [npmPack] npm notice 10.9kB  esm/operations/containerServices.js                             
          [npmPack] npm notice 5.0kB   esm/models/containerServicesMappers.js                          
          [npmPack] npm notice 8.7kB   esm/operations/dedicatedHostGroups.js                           
          [npmPack] npm notice 5.5kB   esm/models/dedicatedHostGroupsMappers.js                        
          [npmPack] npm notice 10.7kB  esm/operations/dedicatedHosts.js                                
          [npmPack] npm notice 5.5kB   esm/models/dedicatedHostsMappers.js                             
          [npmPack] npm notice 13.8kB  esm/operations/diskAccesses.js                                  
          [npmPack] npm notice 5.1kB   esm/models/diskAccessesMappers.js                               
          [npmPack] npm notice 15.3kB  esm/operations/diskEncryptionSets.js                            
          [npmPack] npm notice 5.1kB   esm/models/diskEncryptionSetsMappers.js                         
          [npmPack] npm notice 16.5kB  esm/operations/disks.js                                         
          [npmPack] npm notice 5.0kB   esm/models/disksMappers.js                                      
          [npmPack] npm notice 11.8kB  esm/operations/galleries.js                                     
          [npmPack] npm notice 5.0kB   esm/models/galleriesMappers.js                                  
          [npmPack] npm notice 12.8kB  esm/operations/galleryApplications.js                           
          [npmPack] npm notice 5.0kB   esm/models/galleryApplicationsMappers.js                        
          [npmPack] npm notice 15.3kB  esm/operations/galleryApplicationVersions.js                    
          [npmPack] npm notice 5.0kB   esm/models/galleryApplicationVersionsMappers.js                 
          [npmPack] npm notice 12.1kB  esm/operations/galleryImages.js                                 
          [npmPack] npm notice 5.0kB   esm/models/galleryImagesMappers.js                              
          [npmPack] npm notice 14.3kB  esm/operations/galleryImageVersions.js                          
          [npmPack] npm notice 5.0kB   esm/models/galleryImageVersionsMappers.js                       
          [npmPack] npm notice 3.3kB   esm/operations/gallerySharingProfile.js                         
          [npmPack] npm notice 5.0kB   esm/models/gallerySharingProfileMappers.js                      
          [npmPack] npm notice 10.9kB  esm/operations/images.js                                        
          [npmPack] npm notice 5.4kB   esm/models/imagesMappers.js                                     
          [npmPack] npm notice 263B    esm/models/index.js                                             
          [npmPack] npm notice 1.7kB   esm/operations/index.js                                         
          [npmPack] npm notice 5.4kB   esm/operations/logAnalytics.js                                  
          [npmPack] npm notice 449B    esm/models/logAnalyticsMappers.js                               
          [npmPack] npm notice 325.7kB esm/models/mappers.js                                           
          [npmPack] npm notice 1.5kB   esm/operations/operations.js                                    
          [npmPack] npm notice 374B    esm/models/operationsMappers.js                                 
          [npmPack] npm notice 11.8kB  esm/models/parameters.js                                        
          [npmPack] npm notice 9.2kB   esm/operations/proximityPlacementGroups.js                      
          [npmPack] npm notice 5.5kB   esm/models/proximityPlacementGroupsMappers.js                   
          [npmPack] npm notice 2.4kB   esm/operations/resourceSkus.js                                  
          [npmPack] npm notice 524B    esm/models/resourceSkusMappers.js                               
          [npmPack] npm notice 901B    rollup.config.js                                                
          [npmPack] npm notice 3.5kB   esm/operations/sharedGalleries.js                               
          [npmPack] npm notice 608B    esm/models/sharedGalleriesMappers.js                            
          [npmPack] npm notice 3.8kB   esm/operations/sharedGalleryImages.js                           
          [npmPack] npm notice 617B    esm/models/sharedGalleryImagesMappers.js                        
          [npmPack] npm notice 4.2kB   esm/operations/sharedGalleryImageVersions.js                    
          [npmPack] npm notice 631B    esm/models/sharedGalleryImageVersionsMappers.js                 
          [npmPack] npm notice 17.0kB  esm/operations/snapshots.js                                     
          [npmPack] npm notice 5.0kB   esm/models/snapshotsMappers.js                                  
          [npmPack] npm notice 9.7kB   esm/operations/sshPublicKeys.js                                 
          [npmPack] npm notice 5.5kB   esm/models/sshPublicKeysMappers.js                              
          [npmPack] npm notice 2.5kB   esm/operations/usageOperations.js                               
          [npmPack] npm notice 364B    esm/models/usageOperationsMappers.js                            
          [npmPack] npm notice 4.9kB   esm/operations/virtualMachineExtensionImages.js                 
          [npmPack] npm notice 5.0kB   esm/models/virtualMachineExtensionImagesMappers.js              
          [npmPack] npm notice 10.8kB  esm/operations/virtualMachineExtensions.js                      
          [npmPack] npm notice 5.5kB   esm/models/virtualMachineExtensionsMappers.js                   
          [npmPack] npm notice 7.5kB   esm/operations/virtualMachineImages.js                          
          [npmPack] npm notice 8.1kB   esm/operations/virtualMachineImagesEdgeZone.js                  
          [npmPack] npm notice 5.0kB   esm/models/virtualMachineImagesEdgeZoneMappers.js               
          [npmPack] npm notice 5.0kB   esm/models/virtualMachineImagesMappers.js                       
          [npmPack] npm notice 3.5kB   esm/operations/virtualMachineRunCommands.js                     
          [npmPack] npm notice 435B    esm/models/virtualMachineRunCommandsMappers.js                  
          [npmPack] npm notice 41.1kB  esm/operations/virtualMachines.js                               
          [npmPack] npm notice 12.2kB  esm/operations/virtualMachineScaleSetExtensions.js              
          [npmPack] npm notice 5.0kB   esm/models/virtualMachineScaleSetExtensionsMappers.js           
          [npmPack] npm notice 8.5kB   esm/operations/virtualMachineScaleSetRollingUpgrades.js         
          [npmPack] npm notice 5.0kB   esm/models/virtualMachineScaleSetRollingUpgradesMappers.js      
          [npmPack] npm notice 44.1kB  esm/operations/virtualMachineScaleSets.js                       
          [npmPack] npm notice 6.3kB   esm/models/virtualMachineScaleSetsMappers.js                    
          [npmPack] npm notice 12.1kB  esm/operations/virtualMachineScaleSetVMExtensions.js            
          [npmPack] npm notice 5.5kB   esm/models/virtualMachineScaleSetVMExtensionsMappers.js         
          [npmPack] npm notice 33.3kB  esm/operations/virtualMachineScaleSetVMs.js                     
          [npmPack] npm notice 5.2kB   esm/models/virtualMachineScaleSetVMsMappers.js                  
          [npmPack] npm notice 1.7kB   esm/operations/virtualMachineSizes.js                           
          [npmPack] npm notice 382B    esm/models/virtualMachineSizesMappers.js                        
          [npmPack] npm notice 5.8kB   esm/models/virtualMachinesMappers.js                            
          [npmPack] npm notice 1.7kB   package.json                                                    
          [npmPack] npm notice 457B    tsconfig.json                                                   
          [npmPack] npm notice 1.9MB   dist/arm-compute.js.map                                         
          [npmPack] npm notice 245.1kB dist/arm-compute.min.js.map                                     
          [npmPack] npm notice 4.2kB   esm/operations/availabilitySets.d.ts.map                        
          [npmPack] npm notice 5.9kB   esm/operations/availabilitySets.js.map                          

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Nov 9, 2020

        azure-sdk-for-go

        ️✔️ succeeded [Logs] [Expand Details]

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Nov 9, 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 9, 2020

        azure-sdk-for-python

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. SDK Automation 13.0.17.20200918.2
        • ️✔️azure-mgmt-compute [View full logs]  [Preview SDK Changes]
          [build_conf] INFO:packaging_tools:Building template azure-mgmt-compute
          [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-compute
          [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 3.826% size of original (original: 241373 chars, delta: 9235 chars)
          [ChangeLog] **Features**
          [ChangeLog] 
          [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.list_by_virtual_machine
          [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.update
          [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.create_or_update
          [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.get_by_virtual_machine
          [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.delete
          [ChangeLog]   - Added operation group VirtualMachineScaleSetVMRunCommandsOperations

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Nov 9, 2020

        azure-sdk-for-net

        failed [Logs] [Expand Details]
        • Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. 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.Compute [View full logs]  [Preview SDK Changes]
            Failed to create the package Microsoft.Azure.Management.Compute.
            Error: dotnet msbuild build.proj /t:CreateNugetPackage /p:Scope=compute /v:n /p:SkipTests=true , {} 

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 9, 2020

          azure-sdk-for-python-track2

          - Breaking Change detected in SDK

          ⚠️ warning [Logs] [Expand Details]
          • ⚠️ Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. SDK Automation 13.0.17.20200918.2
            Only show 100 items here, please refer to log for details.
            [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'OSDiskImageEncryption' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
            [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'GalleryImageVersionPublishingProfile' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
            [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'GalleryOSDiskImage' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
            [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'SharedGallery' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Gallery' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryIdentifier' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharingProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharingProfileGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplication' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationVersion' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationVersionUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationVersionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationVersionPublishingProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'UserArtifactSource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageFeature' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageIdentifier' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'RecommendedMachineConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceRange' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Disallowed' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ImagePurchasePlan' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageVersion' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageVersionUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageVersionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryArtifactPublishingProfileBase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'TargetRegion' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionImages' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OSDiskImageEncryption' 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 'DataDiskImageEncryption' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskImageEncryption' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryArtifactSource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagedArtifact' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageVersionPublishingProfile' 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 'GalleryImageVersionStorageProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryArtifactVersionSource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryOSDiskImage' 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 'GalleryDataDiskImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryDiskImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ReplicationStatus' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'RegionalReplicationStatus' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageVersionList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryApplicationVersionList' with 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 'ApiError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiErrorBase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'InnerError' with 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 'UpdateResourceDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharingUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PirResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'PirSharedGalleryResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryIdentifier' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGallery' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImageList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImageProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageFeature' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GalleryImageIdentifier' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'RecommendedMachineConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceRange' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Disallowed' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ImagePurchasePlan' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImageVersionList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImageVersion' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedGalleryImageVersionProperties' with 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 'ApiError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiErrorBase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'InnerError' 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 '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 'Disk' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskList' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskSku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SnapshotSku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SnapshotProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ShareInfoElement' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionSetProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionSettingsCollection' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionSettingsElement' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyVaultAndSecretReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyVaultAndKeyReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SourceVault' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Encryption' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskUpdateProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SnapshotUpdateProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskEncryptionSetUpdateProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
            [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CreationData' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          • ⚠️azure-mgmt-compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
            [build_conf_init]   Cache entry deserialization failed, entry ignored
            [build_conf_init]   Cache entry deserialization failed, entry ignored
            [build_conf_init]   Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/webencodings/
            [build_conf] INFO:packaging_tools:Building template azure-mgmt-compute
            [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-compute
            [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
            [breaking_change_setup]   Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pycares/
            [breaking_change_setup]   Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/protobuf/
            [ChangeLog] Size of delta 8.050% size of original (original: 245785 chars, delta: 19786 chars)
            [ChangeLog] **Features**
            [ChangeLog] 
            [ChangeLog]   - Model GalleryUpdate has a new parameter sharing_profile
            [ChangeLog]   - Model Gallery has a new parameter sharing_profile
            [ChangeLog]   - Model GalleryImage has a new parameter features
            [ChangeLog]   - Model GalleryArtifactVersionSource has a new parameter uri
            [ChangeLog]   - Model GalleryImageUpdate has a new parameter features
            [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.get_by_virtual_machine
            [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.begin_update
            [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.begin_delete
            [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.begin_create_or_update
            [ChangeLog]   - Added operation VirtualMachineRunCommandsOperations.list_by_virtual_machine
            [ChangeLog]   - Added operation group SharedGalleryImagesOperations
            [ChangeLog]   - Added operation group GallerySharingProfileOperations
            [ChangeLog]   - Added operation group VirtualMachineScaleSetVMRunCommandsOperations
            [ChangeLog]   - Added operation group SharedGalleryImageVersionsOperations
            [ChangeLog]   - Added operation group SharedGalleriesOperations
            [ChangeLog] 
            [ChangeLog] **Breaking changes**
            [ChangeLog] 
            [ChangeLog]   - Operation GalleriesOperations.get has a new signature
            [ChangeLog]   - Operation VirtualMachinesOperations.begin_delete has a new signature

          @openapi-sdkautomation
          Copy link

          openapi-sdkautomation bot commented Nov 9, 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 9, 2020

          azure-resource-manager-schemas

          ⚠️ warning [Logs] [Expand Details]
          • ⚠️ Generate from 5e3440b with merge commit dcdcefabb4756bf39cbbca9694165ecfa3e06a78. Schema Automation 13.0.17.20200918.2
            [compute][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
            [compute][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
            [compute][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]   5737 passing (49s)
              [after_scripts|node]   125 failing
              AzureResourceSchema has no registered package commands.

            @openapi-workflow-bot
            Copy link

            Hi @avinashakka, 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.

            Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
            Labels
            None yet
            Projects
            None yet
            Development

            Successfully merging this pull request may close these issues.

            3 participants