From cb4c4057dd63df26fb4c31cb6f66cf0e165535dc Mon Sep 17 00:00:00 2001
From: azure-powershell-bot
<65331932+azure-powershell-bot@users.noreply.github.com>
Date: Fri, 23 Jan 2026 16:30:39 +0000
Subject: [PATCH] [skip ci] Archive 99d68617d31163d259d9fdb1307182f303a8d999
---
.../VMware.Autorest/Az.VMware.format.ps1xml | 1022 +++-
.../VMware/VMware.Autorest/Az.VMware.psd1 | 2 +-
.../Properties/AssemblyInfo.cs | 8 +-
.../exports/Get-AzVMwareAddon.ps1 | 6 +-
.../exports/Get-AzVMwareAuthorization.ps1 | 9 +-
.../exports/Get-AzVMwareCloudLink.ps1 | 9 +-
.../exports/Get-AzVMwareCluster.ps1 | 9 +-
.../exports/Get-AzVMwareClusterZone.ps1 | 3 +-
.../exports/Get-AzVMwareDatastore.ps1 | 12 +-
.../Get-AzVMwareGlobalReachConnection.ps1 | 9 +-
.../exports/Get-AzVMwareHost.ps1 | 12 +-
.../exports/Get-AzVMwareIscsiPath.ps1 | 6 +-
.../exports/Get-AzVMwareLicense.ps1 | 248 +
.../exports/Get-AzVMwareLicenseProperty.ps1 | 244 +
.../exports/Get-AzVMwareMaintenance.ps1 | 328 +
.../exports/Get-AzVMwarePlacementPolicy.ps1 | 12 +-
.../exports/Get-AzVMwarePrivateCloud.ps1 | 6 +-
...et-AzVMwarePrivateCloudAdminCredential.ps1 | 3 +-
.../Get-AzVMwarePrivateCloudVcfLicense.ps1 | 244 +
.../Get-AzVMwareProvisionedNetwork.ps1 | 9 +-
.../exports/Get-AzVMwarePureStoragePolicy.ps1 | 9 +-
.../exports/Get-AzVMwareSku.ps1 | 3 +-
.../exports/Get-AzVMwareVirtualMachine.ps1 | 12 +-
...nvoke-AzVMwareInitiateMaintenanceCheck.ps1 | 291 +
.../Invoke-AzVMwareRescheduleMaintenance.ps1 | 331 +
.../Invoke-AzVMwareScheduleMaintenance.ps1 | 331 +
.../exports/New-AzVMwareAddon.ps1 | 3 +-
.../exports/New-AzVMwareAuthorization.ps1 | 9 +-
.../exports/New-AzVMwareCloudLink.ps1 | 9 +-
.../exports/New-AzVMwareCluster.ps1 | 9 +-
.../exports/New-AzVMwareDatastore.ps1 | 12 +-
.../New-AzVMwareGlobalReachConnection.ps1 | 9 +-
.../exports/New-AzVMwareIscsiPath.ps1 | 6 +-
.../exports/New-AzVMwareLicense.ps1 | 256 +
.../exports/New-AzVMwarePlacementPolicy.ps1 | 12 +-
.../exports/New-AzVMwarePrivateCloud.ps1 | 3 +-
.../New-AzVMwarePrivateCloudNsxtPassword.ps1 | 6 +-
...ew-AzVMwarePrivateCloudVcenterPassword.ps1 | 6 +-
.../exports/New-AzVMwarePureStoragePolicy.ps1 | 11 +-
.../exports/ProxyCmdletDefinitions.ps1 | 3930 ++++++++++--
.../exports/Remove-AzVMwareAddon.ps1 | 6 +-
.../exports/Remove-AzVMwareAuthorization.ps1 | 9 +-
.../exports/Remove-AzVMwareCloudLink.ps1 | 9 +-
.../exports/Remove-AzVMwareCluster.ps1 | 9 +-
.../exports/Remove-AzVMwareDatastore.ps1 | 12 +-
.../Remove-AzVMwareGlobalReachConnection.ps1 | 9 +-
.../exports/Remove-AzVMwareIscsiPath.ps1 | 6 +-
.../exports/Remove-AzVMwareLicense.ps1 | 264 +
.../Remove-AzVMwarePlacementPolicy.ps1 | 12 +-
.../exports/Remove-AzVMwarePrivateCloud.ps1 | 6 +-
.../Remove-AzVMwarePureStoragePolicy.ps1 | 9 +-
...Test-AzVMwareLocationQuotaAvailability.ps1 | 3 +-
...Test-AzVMwareLocationTrialAvailability.ps1 | 3 +-
...t-AzVMwareServiceComponentAvailability.ps1 | 302 +
.../exports/Update-AzVMwareAuthorization.ps1 | 9 +-
.../exports/Update-AzVMwareCloudLink.ps1 | 9 +-
.../exports/Update-AzVMwareCluster.ps1 | 9 +-
.../exports/Update-AzVMwareDatastore.ps1 | 12 +-
.../Update-AzVMwareGlobalReachConnection.ps1 | 9 +-
.../exports/Update-AzVMwareIscsiPath.ps1 | 6 +-
.../exports/Update-AzVMwareLicense.ps1 | 256 +
.../Update-AzVMwarePlacementPolicy.ps1 | 12 +-
.../exports/Update-AzVMwarePrivateCloud.ps1 | 6 +-
.../Update-AzVMwarePureStoragePolicy.ps1 | 9 +-
.../VMware/VMware.Autorest/generate-info.json | 2 +-
...anceWhileRescheduleOperation.PowerShell.cs | 185 +
...eWhileRescheduleOperation.TypeConverter.cs | 153 +
...wForMaintenanceWhileRescheduleOperation.cs | 106 +
...aintenanceWhileRescheduleOperation.json.cs | 121 +
...enanceWhileScheduleOperation.PowerShell.cs | 185 +
...nceWhileScheduleOperation.TypeConverter.cs | 153 +
...dowForMaintenanceWhileScheduleOperation.cs | 106 +
...rMaintenanceWhileScheduleOperation.json.cs | 121 +
...ckedDatesConstraintTimeRange.PowerShell.cs | 180 +
...dDatesConstraintTimeRange.TypeConverter.cs | 148 +
.../Models/BlockedDatesConstraintTimeRange.cs | 103 +
.../BlockedDatesConstraintTimeRange.json.cs | 121 +
...ckedWhileRescheduleOperation.PowerShell.cs | 180 +
...dWhileRescheduleOperation.TypeConverter.cs | 148 +
.../Models/BlockedWhileRescheduleOperation.cs | 106 +
.../BlockedWhileRescheduleOperation.json.cs | 126 +
...lockedWhileScheduleOperation.PowerShell.cs | 180 +
...kedWhileScheduleOperation.TypeConverter.cs | 147 +
.../Models/BlockedWhileScheduleOperation.cs | 106 +
.../BlockedWhileScheduleOperation.json.cs | 126 +
.../ImpactedMaintenanceResource.PowerShell.cs | 172 +
...pactedMaintenanceResource.TypeConverter.cs | 147 +
.../api/Models/ImpactedMaintenanceResource.cs | 80 +
.../ImpactedMaintenanceResource.json.cs | 124 +
...ctedMaintenanceResourceError.PowerShell.cs | 196 +
...dMaintenanceResourceError.TypeConverter.cs | 148 +
.../ImpactedMaintenanceResourceError.cs | 149 +
.../ImpactedMaintenanceResourceError.json.cs | 139 +
.../generated/api/Models/Label.PowerShell.cs | 172 +
.../api/Models/Label.TypeConverter.cs | 146 +
.../generated/api/Models/Label.cs | 74 +
.../generated/api/Models/Label.json.cs | 108 +
.../api/Models/License.PowerShell.cs | 260 +
.../api/Models/License.TypeConverter.cs | 146 +
.../generated/api/Models/License.cs | 186 +
.../generated/api/Models/License.json.cs | 108 +
.../Models/LicenseListResult.PowerShell.cs | 172 +
.../Models/LicenseListResult.TypeConverter.cs | 147 +
.../generated/api/Models/LicenseListResult.cs | 74 +
.../api/Models/LicenseListResult.json.cs | 118 +
.../Models/LicenseProperties.PowerShell.cs | 172 +
.../Models/LicenseProperties.TypeConverter.cs | 147 +
.../generated/api/Models/LicenseProperties.cs | 82 +
.../api/Models/LicenseProperties.json.cs | 128 +
.../api/Models/Maintenance.PowerShell.cs | 412 ++
.../api/Models/Maintenance.TypeConverter.cs | 147 +
.../generated/api/Models/Maintenance.cs | 550 ++
.../generated/api/Models/Maintenance.json.cs | 108 +
.../MaintenanceFailedCheck.PowerShell.cs | 172 +
.../MaintenanceFailedCheck.TypeConverter.cs | 147 +
.../api/Models/MaintenanceFailedCheck.cs | 80 +
.../api/Models/MaintenanceFailedCheck.json.cs | 124 +
.../MaintenanceListResult.PowerShell.cs | 172 +
.../MaintenanceListResult.TypeConverter.cs | 147 +
.../api/Models/MaintenanceListResult.cs | 74 +
.../api/Models/MaintenanceListResult.json.cs | 118 +
...intenanceManagementOperation.PowerShell.cs | 164 +
...enanceManagementOperation.TypeConverter.cs | 148 +
.../Models/MaintenanceManagementOperation.cs | 59 +
.../MaintenanceManagementOperation.json.cs | 134 +
.../MaintenanceProperties.PowerShell.cs | 324 +
.../MaintenanceProperties.TypeConverter.cs | 147 +
.../api/Models/MaintenanceProperties.cs | 484 ++
.../api/Models/MaintenanceProperties.json.cs | 174 +
.../Models/MaintenanceReadiness.PowerShell.cs | 196 +
.../MaintenanceReadiness.TypeConverter.cs | 147 +
.../api/Models/MaintenanceReadiness.cs | 153 +
.../api/Models/MaintenanceReadiness.json.cs | 139 +
...nceReadinessRefreshOperation.PowerShell.cs | 206 +
...ReadinessRefreshOperation.TypeConverter.cs | 150 +
.../MaintenanceReadinessRefreshOperation.cs | 175 +
...intenanceReadinessRefreshOperation.json.cs | 134 +
.../MaintenanceReschedule.PowerShell.cs | 172 +
.../MaintenanceReschedule.TypeConverter.cs | 147 +
.../api/Models/MaintenanceReschedule.cs | 74 +
.../api/Models/MaintenanceReschedule.json.cs | 110 +
.../Models/MaintenanceSchedule.PowerShell.cs | 172 +
.../MaintenanceSchedule.TypeConverter.cs | 147 +
.../api/Models/MaintenanceSchedule.cs | 74 +
.../api/Models/MaintenanceSchedule.json.cs | 110 +
.../api/Models/MaintenanceState.PowerShell.cs | 188 +
.../Models/MaintenanceState.TypeConverter.cs | 147 +
.../generated/api/Models/MaintenanceState.cs | 116 +
.../api/Models/MaintenanceState.json.cs | 114 +
.../api/Models/PrivateCloud.PowerShell.cs | 24 +
.../generated/api/Models/PrivateCloud.cs | 51 +
.../PrivateCloudProperties.PowerShell.cs | 24 +
.../api/Models/PrivateCloudProperties.cs | 54 +
.../api/Models/PrivateCloudProperties.json.cs | 2 +
.../Models/RescheduleOperation.PowerShell.cs | 188 +
.../RescheduleOperation.TypeConverter.cs | 147 +
.../api/Models/RescheduleOperation.cs | 127 +
.../api/Models/RescheduleOperation.json.cs | 131 +
...escheduleOperationConstraint.PowerShell.cs | 164 +
...heduleOperationConstraint.TypeConverter.cs | 147 +
.../Models/RescheduleOperationConstraint.cs | 59 +
.../RescheduleOperationConstraint.json.cs | 130 +
.../Models/ScheduleOperation.PowerShell.cs | 188 +
.../Models/ScheduleOperation.TypeConverter.cs | 147 +
.../generated/api/Models/ScheduleOperation.cs | 127 +
.../api/Models/ScheduleOperation.json.cs | 131 +
.../ScheduleOperationConstraint.PowerShell.cs | 164 +
...heduleOperationConstraint.TypeConverter.cs | 147 +
.../api/Models/ScheduleOperationConstraint.cs | 59 +
.../ScheduleOperationConstraint.json.cs | 134 +
.../api/Models/SchedulingWindow.PowerShell.cs | 180 +
.../Models/SchedulingWindow.TypeConverter.cs | 147 +
.../generated/api/Models/SchedulingWindow.cs | 104 +
.../api/Models/SchedulingWindow.json.cs | 118 +
.../api/Models/VMwareIdentity.PowerShell.cs | 24 +
.../generated/api/Models/VMwareIdentity.cs | 62 +
.../api/Models/VMwareIdentity.json.cs | 6 +
.../api/Models/Vcf5License.PowerShell.cs | 220 +
.../api/Models/Vcf5License.TypeConverter.cs | 147 +
.../generated/api/Models/Vcf5License.cs | 187 +
.../generated/api/Models/Vcf5License.json.cs | 126 +
.../api/Models/VcfLicense.PowerShell.cs | 172 +
.../api/Models/VcfLicense.TypeConverter.cs | 146 +
.../generated/api/Models/VcfLicense.cs | 82 +
.../generated/api/Models/VcfLicense.json.cs | 126 +
...areFirewallLicenseProperties.PowerShell.cs | 220 +
...FirewallLicenseProperties.TypeConverter.cs | 148 +
.../Models/VmwareFirewallLicenseProperties.cs | 187 +
.../VmwareFirewallLicenseProperties.json.cs | 128 +
.../VMware.Autorest/generated/api/VMware.cs | 5335 +++++++++++++++--
.../generated/cmdlets/GetAzVMwareAddon_Get.cs | 2 +-
.../GetAzVMwareAddon_GetViaIdentity.cs | 2 +-
...zVMwareAddon_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareAddon_List.cs | 2 +-
.../cmdlets/GetAzVMwareAuthorization_Get.cs | 2 +-
...GetAzVMwareAuthorization_GetViaIdentity.cs | 2 +-
...uthorization_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareAuthorization_List.cs | 2 +-
.../cmdlets/GetAzVMwareCloudLink_Get.cs | 2 +-
.../GetAzVMwareCloudLink_GetViaIdentity.cs | 2 +-
...areCloudLink_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareCloudLink_List.cs | 2 +-
.../cmdlets/GetAzVMwareClusterZone_List.cs | 2 +-
.../cmdlets/GetAzVMwareCluster_Get.cs | 2 +-
.../GetAzVMwareCluster_GetViaIdentity.cs | 2 +-
...MwareCluster_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareCluster_List.cs | 2 +-
.../cmdlets/GetAzVMwareDatastore_Get.cs | 2 +-
.../GetAzVMwareDatastore_GetViaIdentity.cs | 2 +-
...AzVMwareDatastore_GetViaIdentityCluster.cs | 2 +-
...areDatastore_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareDatastore_List.cs | 2 +-
.../GetAzVMwareGlobalReachConnection_Get.cs | 2 +-
...areGlobalReachConnection_GetViaIdentity.cs | 2 +-
...chConnection_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareGlobalReachConnection_List.cs | 2 +-
.../generated/cmdlets/GetAzVMwareHost_Get.cs | 2 +-
.../cmdlets/GetAzVMwareHost_GetViaIdentity.cs | 2 +-
.../GetAzVMwareHost_GetViaIdentityCluster.cs | 2 +-
...AzVMwareHost_GetViaIdentityPrivateCloud.cs | 2 +-
.../generated/cmdlets/GetAzVMwareHost_List.cs | 2 +-
.../cmdlets/GetAzVMwareIscsiPath_Get.cs | 2 +-
.../GetAzVMwareIscsiPath_GetViaIdentity.cs | 2 +-
.../cmdlets/GetAzVMwareIscsiPath_List.cs | 2 +-
.../cmdlets/GetAzVMwareLicenseProperty_Get.cs | 510 ++
...tAzVMwareLicenseProperty_GetViaIdentity.cs | 488 ++
.../cmdlets/GetAzVMwareLicense_Get.cs | 507 ++
.../GetAzVMwareLicense_GetViaIdentity.cs | 485 ++
.../cmdlets/GetAzVMwareLicense_List.cs | 534 ++
.../cmdlets/GetAzVMwareMaintenance_Get.cs | 522 ++
.../GetAzVMwareMaintenance_GetViaIdentity.cs | 489 ++
...eMaintenance_GetViaIdentityPrivateCloud.cs | 501 ++
.../cmdlets/GetAzVMwareMaintenance_List.cs | 592 ++
.../cmdlets/GetAzVMwareOperation_List.cs | 2 +-
.../cmdlets/GetAzVMwarePlacementPolicy_Get.cs | 2 +-
...tAzVMwarePlacementPolicy_GetViaIdentity.cs | 2 +-
...rePlacementPolicy_GetViaIdentityCluster.cs | 2 +-
...cementPolicy_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwarePlacementPolicy_List.cs | 2 +-
...zVMwarePrivateCloudAdminCredential_List.cs | 2 +-
.../GetAzVMwarePrivateCloudVcfLicense_Get.cs | 510 ++
...rePrivateCloudVcfLicense_GetViaIdentity.cs | 488 ++
.../cmdlets/GetAzVMwarePrivateCloud_Get.cs | 2 +-
.../GetAzVMwarePrivateCloud_GetViaIdentity.cs | 2 +-
.../cmdlets/GetAzVMwarePrivateCloud_List.cs | 2 +-
.../cmdlets/GetAzVMwarePrivateCloud_List1.cs | 2 +-
.../GetAzVMwareProvisionedNetwork_Get.cs | 2 +-
...VMwareProvisionedNetwork_GetViaIdentity.cs | 2 +-
...ionedNetwork_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareProvisionedNetwork_List.cs | 2 +-
.../GetAzVMwarePureStoragePolicy_Get.cs | 2 +-
...zVMwarePureStoragePolicy_GetViaIdentity.cs | 2 +-
...toragePolicy_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwarePureStoragePolicy_List.cs | 2 +-
.../cmdlets/GetAzVMwareScriptCmdlet_Get.cs | 2 +-
.../GetAzVMwareScriptCmdlet_GetViaIdentity.cs | 2 +-
...ScriptCmdlet_GetViaIdentityPrivateCloud.cs | 2 +-
...criptCmdlet_GetViaIdentityScriptPackage.cs | 2 +-
.../cmdlets/GetAzVMwareScriptCmdlet_List.cs | 2 +-
.../GetAzVMwareScriptExecutionLog_Get.cs | 2 +-
...VMwareScriptExecutionLog_GetViaIdentity.cs | 2 +-
...ExecutionLog_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareScriptExecution_Get.cs | 2 +-
...tAzVMwareScriptExecution_GetViaIdentity.cs | 2 +-
...iptExecution_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareScriptExecution_List.cs | 2 +-
.../cmdlets/GetAzVMwareScriptPackage_Get.cs | 2 +-
...GetAzVMwareScriptPackage_GetViaIdentity.cs | 2 +-
...criptPackage_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareScriptPackage_List.cs | 2 +-
.../generated/cmdlets/GetAzVMwareSku_List.cs | 2 +-
.../cmdlets/GetAzVMwareVirtualMachine_Get.cs | 2 +-
...etAzVMwareVirtualMachine_GetViaIdentity.cs | 2 +-
...areVirtualMachine_GetViaIdentityCluster.cs | 2 +-
...rtualMachine_GetViaIdentityPrivateCloud.cs | 2 +-
.../cmdlets/GetAzVMwareVirtualMachine_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkDhcp_Get.cs | 2 +-
...MwareWorkloadNetworkDhcp_GetViaIdentity.cs | 2 +-
...orkDhcp_GetViaIdentityDhcpConfiguration.cs | 2 +-
.../GetAzVMwareWorkloadNetworkDhcp_List.cs | 2 +-
...etAzVMwareWorkloadNetworkDnsService_Get.cs | 2 +-
...orkloadNetworkDnsService_GetViaIdentity.cs | 2 +-
...rkDnsService_GetViaIdentityPrivateCloud.cs | 2 +-
...tAzVMwareWorkloadNetworkDnsService_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkDnsZone_Get.cs | 2 +-
...reWorkloadNetworkDnsZone_GetViaIdentity.cs | 2 +-
...tworkDnsZone_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareWorkloadNetworkDnsZone_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkGateway_Get.cs | 2 +-
...reWorkloadNetworkGateway_GetViaIdentity.cs | 2 +-
...tworkGateway_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareWorkloadNetworkGateway_List.cs | 2 +-
...zVMwareWorkloadNetworkPortMirroring_Get.cs | 2 +-
...loadNetworkPortMirroring_GetViaIdentity.cs | 2 +-
...ortMirroring_GetViaIdentityPrivateCloud.cs | 2 +-
...VMwareWorkloadNetworkPortMirroring_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkPublicIP_Get.cs | 2 +-
...eWorkloadNetworkPublicIP_GetViaIdentity.cs | 2 +-
...workPublicIP_GetViaIdentityPrivateCloud.cs | 2 +-
...GetAzVMwareWorkloadNetworkPublicIP_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkSegment_Get.cs | 2 +-
...reWorkloadNetworkSegment_GetViaIdentity.cs | 2 +-
...tworkSegment_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareWorkloadNetworkSegment_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkVMGroup_Get.cs | 2 +-
...reWorkloadNetworkVMGroup_GetViaIdentity.cs | 2 +-
...tworkVMGroup_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareWorkloadNetworkVMGroup_List.cs | 2 +-
.../GetAzVMwareWorkloadNetworkVM_Get.cs | 2 +-
...zVMwareWorkloadNetworkVM_GetViaIdentity.cs | 2 +-
...oadNetworkVM_GetViaIdentityPrivateCloud.cs | 2 +-
.../GetAzVMwareWorkloadNetworkVM_List.cs | 2 +-
.../cmdlets/GetAzVMwareWorkloadNetwork_Get.cs | 2 +-
...tAzVMwareWorkloadNetwork_GetViaIdentity.cs | 2 +-
.../GetAzVMwareWorkloadNetwork_List.cs | 2 +-
...VMwareInitiateMaintenanceCheck_Initiate.cs | 521 ++
...ateMaintenanceCheck_InitiateViaIdentity.cs | 492 ++
...ceCheck_InitiateViaIdentityPrivateCloud.cs | 504 ++
...zVMwareRescheduleMaintenance_Reschedule.cs | 535 ++
...escheduleMaintenance_RescheduleExpanded.cs | 546 ++
...heduleMaintenance_RescheduleViaIdentity.cs | 506 ++
...intenance_RescheduleViaIdentityExpanded.cs | 518 ++
...nance_RescheduleViaIdentityPrivateCloud.cs | 518 ++
...scheduleViaIdentityPrivateCloudExpanded.cs | 529 ++
...okeAzVMwareScheduleMaintenance_Schedule.cs | 535 ++
...areScheduleMaintenance_ScheduleExpanded.cs | 546 ++
...ScheduleMaintenance_ScheduleViaIdentity.cs | 506 ++
...Maintenance_ScheduleViaIdentityExpanded.cs | 518 ++
...tenance_ScheduleViaIdentityPrivateCloud.cs | 518 ++
...ScheduleViaIdentityPrivateCloudExpanded.cs | 529 ++
...VirtualMachineMovement_RestrictExpanded.cs | 18 +-
...ment_RestrictViaIdentityClusterExpanded.cs | 18 +-
...ineMovement_RestrictViaIdentityExpanded.cs | 18 +-
...RestrictViaIdentityPrivateCloudExpanded.cs | 18 +-
.../NewAzVMwareAddon_CreateExpanded.cs | 35 +-
...AzVMwareAddon_CreateViaIdentityExpanded.cs | 35 +-
...n_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...NewAzVMwareAuthorization_CreateExpanded.cs | 35 +-
...Authorization_CreateViaIdentityExpanded.cs | 35 +-
...n_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../NewAzVMwareCloudLink_CreateExpanded.cs | 35 +-
...wareCloudLink_CreateViaIdentityExpanded.cs | 35 +-
...k_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../NewAzVMwareCluster_CreateExpanded.cs | 35 +-
...VMwareCluster_CreateViaIdentityExpanded.cs | 35 +-
...r_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../NewAzVMwareDatastore_CreateExpanded.cs | 35 +-
...astore_CreateViaIdentityClusterExpanded.cs | 35 +-
...wareDatastore_CreateViaIdentityExpanded.cs | 35 +-
...e_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...areGlobalReachConnection_CreateExpanded.cs | 35 +-
...achConnection_CreateViaIdentityExpanded.cs | 35 +-
...n_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../NewAzVMwareIscsiPath_CreateExpanded.cs | 35 +-
...wareIscsiPath_CreateViaIdentityExpanded.cs | 35 +-
.../NewAzVMwareLicense_CreateExpanded.cs | 562 ++
...VMwareLicense_CreateViaIdentityExpanded.cs | 540 ++
...wAzVMwarePlacementPolicy_CreateExpanded.cs | 35 +-
...Policy_CreateViaIdentityClusterExpanded.cs | 35 +-
...acementPolicy_CreateViaIdentityExpanded.cs | 35 +-
...y_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...AzVMwarePrivateCloudNsxtPassword_Rotate.cs | 20 +-
...vateCloudNsxtPassword_RotateViaIdentity.cs | 20 +-
...MwarePrivateCloudVcenterPassword_Rotate.cs | 20 +-
...eCloudVcenterPassword_RotateViaIdentity.cs | 20 +-
.../NewAzVMwarePrivateCloud_CreateExpanded.cs | 35 +-
...zVMwarePureStoragePolicy_CreateExpanded.cs | 35 +-
...StoragePolicy_CreateViaIdentityExpanded.cs | 35 +-
...y_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...wAzVMwareScriptExecution_CreateExpanded.cs | 35 +-
...riptExecution_CreateViaIdentityExpanded.cs | 35 +-
...n_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...MwareWorkloadNetworkDhcp_CreateExpanded.cs | 35 +-
...adNetworkDhcp_CreateViaIdentityExpanded.cs | 35 +-
...p_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...orkloadNetworkDnsService_CreateExpanded.cs | 35 +-
...orkDnsService_CreateViaIdentityExpanded.cs | 35 +-
...e_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkDnsZone_CreateExpanded.cs | 35 +-
...etworkDnsZone_CreateViaIdentityExpanded.cs | 35 +-
...e_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...loadNetworkPortMirroring_CreateExpanded.cs | 35 +-
...PortMirroring_CreateViaIdentityExpanded.cs | 35 +-
...g_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...eWorkloadNetworkPublicIP_CreateExpanded.cs | 35 +-
...tworkPublicIP_CreateViaIdentityExpanded.cs | 35 +-
...P_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkSegment_CreateExpanded.cs | 35 +-
...etworkSegment_CreateViaIdentityExpanded.cs | 35 +-
...t_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkVMGroup_CreateExpanded.cs | 35 +-
...etworkVMGroup_CreateViaIdentityExpanded.cs | 35 +-
...p_CreateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../cmdlets/RemoveAzVMwareAddon_Delete.cs | 20 +-
.../RemoveAzVMwareAddon_DeleteViaIdentity.cs | 20 +-
...wareAddon_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../RemoveAzVMwareAuthorization_Delete.cs | 20 +-
...AzVMwareAuthorization_DeleteViaIdentity.cs | 20 +-
...orization_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../cmdlets/RemoveAzVMwareCloudLink_Delete.cs | 20 +-
...moveAzVMwareCloudLink_DeleteViaIdentity.cs | 20 +-
...CloudLink_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../cmdlets/RemoveAzVMwareCluster_Delete.cs | 20 +-
...RemoveAzVMwareCluster_DeleteViaIdentity.cs | 20 +-
...reCluster_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../cmdlets/RemoveAzVMwareDatastore_Delete.cs | 20 +-
...moveAzVMwareDatastore_DeleteViaIdentity.cs | 20 +-
...MwareDatastore_DeleteViaIdentityCluster.cs | 20 +-
...Datastore_DeleteViaIdentityPrivateCloud.cs | 20 +-
...oveAzVMwareGlobalReachConnection_Delete.cs | 20 +-
...GlobalReachConnection_DeleteViaIdentity.cs | 20 +-
...onnection_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../cmdlets/RemoveAzVMwareIscsiPath_Delete.cs | 20 +-
...moveAzVMwareIscsiPath_DeleteViaIdentity.cs | 20 +-
.../cmdlets/RemoveAzVMwareLicense_Delete.cs | 596 ++
...RemoveAzVMwareLicense_DeleteViaIdentity.cs | 574 ++
.../RemoveAzVMwarePlacementPolicy_Delete.cs | 20 +-
...VMwarePlacementPolicy_DeleteViaIdentity.cs | 20 +-
...lacementPolicy_DeleteViaIdentityCluster.cs | 20 +-
...entPolicy_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../RemoveAzVMwarePrivateCloud_Delete.cs | 20 +-
...eAzVMwarePrivateCloud_DeleteViaIdentity.cs | 20 +-
.../RemoveAzVMwarePureStoragePolicy_Delete.cs | 20 +-
...warePureStoragePolicy_DeleteViaIdentity.cs | 20 +-
...agePolicy_DeleteViaIdentityPrivateCloud.cs | 20 +-
.../RemoveAzVMwareScriptExecution_Delete.cs | 20 +-
...VMwareScriptExecution_DeleteViaIdentity.cs | 20 +-
...Execution_DeleteViaIdentityPrivateCloud.cs | 20 +-
...emoveAzVMwareWorkloadNetworkDhcp_Delete.cs | 20 +-
...reWorkloadNetworkDhcp_DeleteViaIdentity.cs | 20 +-
...tworkDhcp_DeleteViaIdentityPrivateCloud.cs | 20 +-
...zVMwareWorkloadNetworkDnsService_Delete.cs | 20 +-
...loadNetworkDnsService_DeleteViaIdentity.cs | 20 +-
...kDnsService_DeleteViaIdentityDnsService.cs | 20 +-
...veAzVMwareWorkloadNetworkDnsZone_Delete.cs | 20 +-
...orkloadNetworkDnsZone_DeleteViaIdentity.cs | 20 +-
...NetworkDnsZone_DeleteViaIdentityDnsZone.cs | 20 +-
...wareWorkloadNetworkPortMirroring_Delete.cs | 20 +-
...dNetworkPortMirroring_DeleteViaIdentity.cs | 20 +-
...g_DeleteViaIdentityPortMirroringProfile.cs | 20 +-
...eAzVMwareWorkloadNetworkPublicIP_Delete.cs | 20 +-
...rkloadNetworkPublicIP_DeleteViaIdentity.cs | 20 +-
...tworkPublicIP_DeleteViaIdentityPublicIP.cs | 20 +-
...veAzVMwareWorkloadNetworkSegment_Delete.cs | 20 +-
...orkloadNetworkSegment_DeleteViaIdentity.cs | 20 +-
...rkSegment_DeleteViaIdentityPrivateCloud.cs | 20 +-
...veAzVMwareWorkloadNetworkVMGroup_Delete.cs | 20 +-
...orkloadNetworkVMGroup_DeleteViaIdentity.cs | 20 +-
...NetworkVMGroup_DeleteViaIdentityVMGroup.cs | 20 +-
...AzVMwareLocationQuotaAvailability_Check.cs | 2 +-
...LocationTrialAvailability_CheckExpanded.cs | 2 +-
...MwareServiceComponentAvailability_Check.cs | 562 ++
...eComponentAvailability_CheckViaIdentity.cs | 542 ++
...ntAvailability_CheckViaIdentityLocation.cs | 555 ++
...ateAzVMwareAuthorization_UpdateExpanded.cs | 33 +-
...Authorization_UpdateViaIdentityExpanded.cs | 33 +-
...n_UpdateViaIdentityPrivateCloudExpanded.cs | 33 +-
.../UpdateAzVMwareCloudLink_UpdateExpanded.cs | 33 +-
...wareCloudLink_UpdateViaIdentityExpanded.cs | 33 +-
...k_UpdateViaIdentityPrivateCloudExpanded.cs | 33 +-
.../UpdateAzVMwareCluster_UpdateExpanded.cs | 35 +-
...VMwareCluster_UpdateViaIdentityExpanded.cs | 35 +-
...r_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../UpdateAzVMwareDatastore_UpdateExpanded.cs | 33 +-
...astore_UpdateViaIdentityClusterExpanded.cs | 33 +-
...wareDatastore_UpdateViaIdentityExpanded.cs | 33 +-
...e_UpdateViaIdentityPrivateCloudExpanded.cs | 33 +-
...areGlobalReachConnection_UpdateExpanded.cs | 33 +-
...achConnection_UpdateViaIdentityExpanded.cs | 33 +-
...n_UpdateViaIdentityPrivateCloudExpanded.cs | 33 +-
.../UpdateAzVMwareIscsiPath_UpdateExpanded.cs | 33 +-
...wareIscsiPath_UpdateViaIdentityExpanded.cs | 33 +-
.../UpdateAzVMwareLicense_UpdateExpanded.cs | 569 ++
...VMwareLicense_UpdateViaIdentityExpanded.cs | 549 ++
...eAzVMwarePlacementPolicy_UpdateExpanded.cs | 35 +-
...Policy_UpdateViaIdentityClusterExpanded.cs | 35 +-
...acementPolicy_UpdateViaIdentityExpanded.cs | 35 +-
...y_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...dateAzVMwarePrivateCloud_UpdateExpanded.cs | 33 +-
...ePrivateCloud_UpdateViaIdentityExpanded.cs | 33 +-
...zVMwarePureStoragePolicy_UpdateExpanded.cs | 33 +-
...StoragePolicy_UpdateViaIdentityExpanded.cs | 33 +-
...y_UpdateViaIdentityPrivateCloudExpanded.cs | 33 +-
...MwareWorkloadNetworkDhcp_UpdateExpanded.cs | 35 +-
...adNetworkDhcp_UpdateViaIdentityExpanded.cs | 35 +-
...p_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...orkloadNetworkDnsService_UpdateExpanded.cs | 35 +-
...orkDnsService_UpdateViaIdentityExpanded.cs | 35 +-
...e_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkDnsZone_UpdateExpanded.cs | 35 +-
...etworkDnsZone_UpdateViaIdentityExpanded.cs | 35 +-
...e_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...loadNetworkPortMirroring_UpdateExpanded.cs | 35 +-
...PortMirroring_UpdateViaIdentityExpanded.cs | 35 +-
...g_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkSegment_UpdateExpanded.cs | 35 +-
...etworkSegment_UpdateViaIdentityExpanded.cs | 35 +-
...t_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
...reWorkloadNetworkVMGroup_UpdateExpanded.cs | 35 +-
...etworkVMGroup_UpdateViaIdentityExpanded.cs | 35 +-
...p_UpdateViaIdentityPrivateCloudExpanded.cs | 35 +-
.../BuildTime/Models/PsProxyOutputs.cs | 5 +-
.../generated/runtime/Context.cs | 2 +-
.../internal/Get-AzVMwareAddon.ps1 | 6 +
.../internal/Get-AzVMwareScriptCmdlet.ps1 | 9 +
.../internal/Get-AzVMwareScriptExecution.ps1 | 6 +
.../Get-AzVMwareScriptExecutionLog.ps1 | 6 +
.../internal/Get-AzVMwareScriptPackage.ps1 | 6 +
.../internal/Get-AzVMwareWorkloadNetwork.ps1 | 3 +
.../Get-AzVMwareWorkloadNetworkDhcp.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkDnsService.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkDnsZone.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkGateway.ps1 | 6 +
...t-AzVMwareWorkloadNetworkPortMirroring.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkPublicIP.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkSegment.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkVM.ps1 | 6 +
.../Get-AzVMwareWorkloadNetworkVMGroup.ps1 | 6 +
.../Lock-AzVMwareVirtualMachineMovement.ps1 | 9 +
.../internal/New-AzVMwareAddon.ps1 | 6 +
.../internal/New-AzVMwareScriptExecution.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkDhcp.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkDnsService.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkDnsZone.ps1 | 6 +
...w-AzVMwareWorkloadNetworkPortMirroring.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkPublicIP.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkSegment.ps1 | 6 +
.../New-AzVMwareWorkloadNetworkVMGroup.ps1 | 6 +
.../internal/ProxyCmdletDefinitions.ps1 | 246 +
.../internal/Remove-AzVMwareAddon.ps1 | 6 +
.../internal/Remove-AzVMwarePrivateCloud.ps1 | 3 +
.../Remove-AzVMwareScriptExecution.ps1 | 6 +
.../Remove-AzVMwareWorkloadNetworkDhcp.ps1 | 6 +
...move-AzVMwareWorkloadNetworkDnsService.ps1 | 6 +
.../Remove-AzVMwareWorkloadNetworkDnsZone.ps1 | 6 +
...e-AzVMwareWorkloadNetworkPortMirroring.ps1 | 6 +
...Remove-AzVMwareWorkloadNetworkPublicIP.ps1 | 6 +
.../Remove-AzVMwareWorkloadNetworkSegment.ps1 | 6 +
.../Remove-AzVMwareWorkloadNetworkVMGroup.ps1 | 6 +
.../Update-AzVMwareWorkloadNetworkDhcp.ps1 | 6 +
...date-AzVMwareWorkloadNetworkDnsService.ps1 | 6 +
.../Update-AzVMwareWorkloadNetworkDnsZone.ps1 | 6 +
...e-AzVMwareWorkloadNetworkPortMirroring.ps1 | 6 +
.../Update-AzVMwareWorkloadNetworkSegment.ps1 | 6 +
.../Update-AzVMwareWorkloadNetworkVMGroup.ps1 | 6 +
545 files changed, 50021 insertions(+), 5447 deletions(-)
create mode 100644 generated/VMware/VMware.Autorest/exports/Get-AzVMwareLicense.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Get-AzVMwareLicenseProperty.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Get-AzVMwareMaintenance.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Get-AzVMwarePrivateCloudVcfLicense.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Invoke-AzVMwareInitiateMaintenanceCheck.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Invoke-AzVMwareRescheduleMaintenance.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Invoke-AzVMwareScheduleMaintenance.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/New-AzVMwareLicense.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Remove-AzVMwareLicense.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Test-AzVMwareServiceComponentAvailability.ps1
create mode 100644 generated/VMware/VMware.Autorest/exports/Update-AzVMwareLicense.ps1
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileRescheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileRescheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileRescheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileRescheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileScheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileScheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileScheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/AvailableWindowForMaintenanceWhileScheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedDatesConstraintTimeRange.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedDatesConstraintTimeRange.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedDatesConstraintTimeRange.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedDatesConstraintTimeRange.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileRescheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileRescheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileRescheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileRescheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileScheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileScheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileScheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/BlockedWhileScheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResource.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResource.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResource.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResource.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResourceError.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResourceError.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResourceError.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ImpactedMaintenanceResourceError.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Label.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Label.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Label.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Label.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/License.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/License.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/License.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/License.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseListResult.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseListResult.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseListResult.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseListResult.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseProperties.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseProperties.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseProperties.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/LicenseProperties.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Maintenance.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Maintenance.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Maintenance.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Maintenance.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceFailedCheck.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceFailedCheck.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceFailedCheck.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceFailedCheck.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceListResult.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceListResult.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceListResult.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceListResult.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceManagementOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceManagementOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceManagementOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceManagementOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceProperties.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceProperties.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceProperties.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceProperties.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadiness.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadiness.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadiness.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadiness.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadinessRefreshOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadinessRefreshOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadinessRefreshOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReadinessRefreshOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReschedule.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReschedule.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReschedule.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceReschedule.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceSchedule.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceSchedule.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceSchedule.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceSchedule.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceState.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceState.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceState.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/MaintenanceState.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperationConstraint.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperationConstraint.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperationConstraint.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/RescheduleOperationConstraint.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperation.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperation.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperation.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperationConstraint.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperationConstraint.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperationConstraint.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/ScheduleOperationConstraint.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/SchedulingWindow.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/SchedulingWindow.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/SchedulingWindow.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/SchedulingWindow.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Vcf5License.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Vcf5License.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Vcf5License.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/Vcf5License.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VcfLicense.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VcfLicense.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VcfLicense.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VcfLicense.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VmwareFirewallLicenseProperties.PowerShell.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VmwareFirewallLicenseProperties.TypeConverter.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VmwareFirewallLicenseProperties.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/api/Models/VmwareFirewallLicenseProperties.json.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareLicenseProperty_Get.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareLicenseProperty_GetViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareLicense_Get.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareLicense_GetViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareLicense_List.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareMaintenance_Get.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareMaintenance_GetViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareMaintenance_GetViaIdentityPrivateCloud.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwareMaintenance_List.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwarePrivateCloudVcfLicense_Get.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/GetAzVMwarePrivateCloudVcfLicense_GetViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareInitiateMaintenanceCheck_Initiate.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareInitiateMaintenanceCheck_InitiateViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareInitiateMaintenanceCheck_InitiateViaIdentityPrivateCloud.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_Reschedule.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_RescheduleExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_RescheduleViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_RescheduleViaIdentityExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_RescheduleViaIdentityPrivateCloud.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareRescheduleMaintenance_RescheduleViaIdentityPrivateCloudExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_Schedule.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_ScheduleExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_ScheduleViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_ScheduleViaIdentityExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_ScheduleViaIdentityPrivateCloud.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/InvokeAzVMwareScheduleMaintenance_ScheduleViaIdentityPrivateCloudExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/NewAzVMwareLicense_CreateExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/NewAzVMwareLicense_CreateViaIdentityExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/RemoveAzVMwareLicense_Delete.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/RemoveAzVMwareLicense_DeleteViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/TestAzVMwareServiceComponentAvailability_Check.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/TestAzVMwareServiceComponentAvailability_CheckViaIdentity.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/TestAzVMwareServiceComponentAvailability_CheckViaIdentityLocation.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/UpdateAzVMwareLicense_UpdateExpanded.cs
create mode 100644 generated/VMware/VMware.Autorest/generated/cmdlets/UpdateAzVMwareLicense_UpdateViaIdentityExpanded.cs
diff --git a/generated/VMware/VMware.Autorest/Az.VMware.format.ps1xml b/generated/VMware/VMware.Autorest/Az.VMware.format.ps1xml
index 6bb8aa422390..a9af6f0af819 100644
--- a/generated/VMware/VMware.Autorest/Az.VMware.format.ps1xml
+++ b/generated/VMware/VMware.Autorest/Az.VMware.format.ps1xml
@@ -325,6 +325,164 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AvailableWindowForMaintenanceWhileRescheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AvailableWindowForMaintenanceWhileRescheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ EndsAt
+
+
+ StartsAt
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AvailableWindowForMaintenanceWhileScheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AvailableWindowForMaintenanceWhileScheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ EndsAt
+
+
+ StartsAt
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedDatesConstraintTimeRange
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedDatesConstraintTimeRange#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EndsAt
+
+
+ Reason
+
+
+ StartsAt
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedWhileRescheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedWhileRescheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ Category
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedWhileScheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.BlockedWhileScheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ Category
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Circuit
@@ -1623,6 +1781,46 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ImpactedMaintenanceResourceError
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ImpactedMaintenanceResourceError#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ActionRequired
+
+
+ Detail
+
+
+ ErrorCode
+
+
+ Name
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IscsiPath
@@ -1727,10 +1925,534 @@
- NetworkBlock
+ NetworkBlock
+
+
+ ProvisioningState
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Label
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Label#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Key
+
+
+ Value
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.License
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.License#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ SystemDataCreatedAt
+
+
+ SystemDataCreatedBy
+
+
+ SystemDataCreatedByType
+
+
+ SystemDataLastModifiedAt
+
+
+ SystemDataLastModifiedBy
+
+
+ SystemDataLastModifiedByType
+
+
+ ResourceGroupName
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.LicenseListResult
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.LicenseListResult#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ NextLink
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.LicenseProperties
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.LicenseProperties#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ ProvisioningState
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Maintenance
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Maintenance#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ SystemDataCreatedAt
+
+
+ SystemDataCreatedBy
+
+
+ SystemDataCreatedByType
+
+
+ SystemDataLastModifiedAt
+
+
+ SystemDataLastModifiedBy
+
+
+ SystemDataLastModifiedByType
+
+
+ ResourceGroupName
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceFailedCheck
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceFailedCheck#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceListResult
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceListResult#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ NextLink
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceManagementOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceManagementOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceProperties
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceProperties#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ClusterId
+
+
+ Component
+
+
+ DisplayName
+
+
+ EstimatedDurationInMinute
+
+
+ Impact
+
+
+ InfoLink
+
+
+ ProvisioningState
+
+
+ ScheduledByMicrosoft
+
+
+ ScheduledStartTime
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReadiness
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReadiness#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LastUpdated
+
+
+ Message
+
+
+ Status
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReadinessRefreshOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReadinessRefreshOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ DisabledReason
+
+
+ IsDisabled
+
+
+ Message
+
+
+ RefreshedByMicrosoft
+
+
+ Status
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReschedule
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceReschedule#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Message
+
+
+ RescheduleTime
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceSchedule
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceSchedule#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Message
+
+
+ ScheduleTime
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceState
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.MaintenanceState#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EndedAt
- ProvisioningState
+ Message
+
+
+ Name
+
+
+ StartedAt
@@ -2677,6 +3399,62 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.RescheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.RescheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ DisabledReason
+
+
+ IsDisabled
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.RescheduleOperationConstraint
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.RescheduleOperationConstraint#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Resource
@@ -2817,6 +3595,96 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScheduleOperation
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScheduleOperation#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ DisabledReason
+
+
+ IsDisabled
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScheduleOperationConstraint
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScheduleOperationConstraint#Multiple
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SchedulingWindow
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SchedulingWindow#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ EndsAt
+
+
+ StartsAt
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptCmdlet
@@ -3635,6 +4503,86 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Vcf5License
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Vcf5License#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ ProvisioningState
+
+
+ BroadcomContractNumber
+
+
+ BroadcomSiteId
+
+
+ Core
+
+
+ EndDate
+
+
+
+
+
+
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VcfLicense
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VcfLicense#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ ProvisioningState
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VirtualMachine
@@ -3881,6 +4829,58 @@
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmwareFirewallLicenseProperties
+
+ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmwareFirewallLicenseProperties#Multiple
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kind
+
+
+ ProvisioningState
+
+
+ BroadcomContractNumber
+
+
+ BroadcomSiteId
+
+
+ Core
+
+
+ EndDate
+
+
+
+
+
+
Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMwareIdentity
@@ -3924,9 +4924,15 @@
+
+
+
+
+
+
@@ -3957,6 +4963,9 @@
+
+
+
@@ -4009,9 +5018,15 @@
HostId
+
+ LicenseName
+
Location
+
+ MaintenanceName
+
PlacementPolicyName
@@ -4042,6 +5057,9 @@
SegmentId
+
+ ServiceComponentName
+
StoragePolicyName
diff --git a/generated/VMware/VMware.Autorest/Az.VMware.psd1 b/generated/VMware/VMware.Autorest/Az.VMware.psd1
index 620d2bbd9410..f18c485dcd90 100644
--- a/generated/VMware/VMware.Autorest/Az.VMware.psd1
+++ b/generated/VMware/VMware.Autorest/Az.VMware.psd1
@@ -11,7 +11,7 @@
DotNetFrameworkVersion = '4.7.2'
RequiredAssemblies = './bin/Az.VMware.private.dll'
FormatsToProcess = './Az.VMware.format.ps1xml'
- FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwareHost', 'Get-AzVMwareIscsiPath', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareProvisionedNetwork', 'Get-AzVMwarePureStoragePolicy', 'Get-AzVMwareSku', 'Get-AzVMwareVirtualMachine', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertyObject', 'New-AzVMwareAddonVrPropertyObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIscsiPath', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwarePureStoragePolicy', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertyObject', 'New-AzVMwareVMPlacementPolicyPropertyObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwareIscsiPath', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Remove-AzVMwarePureStoragePolicy', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwareIscsiPath', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud', 'Update-AzVMwarePureStoragePolicy'
+ FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwareHost', 'Get-AzVMwareIscsiPath', 'Get-AzVMwareLicense', 'Get-AzVMwareLicenseProperty', 'Get-AzVMwareMaintenance', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwarePrivateCloudVcfLicense', 'Get-AzVMwareProvisionedNetwork', 'Get-AzVMwarePureStoragePolicy', 'Get-AzVMwareSku', 'Get-AzVMwareVirtualMachine', 'Invoke-AzVMwareInitiateMaintenanceCheck', 'Invoke-AzVMwareRescheduleMaintenance', 'Invoke-AzVMwareScheduleMaintenance', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertyObject', 'New-AzVMwareAddonVrPropertyObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIscsiPath', 'New-AzVMwareLicense', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwarePureStoragePolicy', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertyObject', 'New-AzVMwareVMPlacementPolicyPropertyObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwareIscsiPath', 'Remove-AzVMwareLicense', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Remove-AzVMwarePureStoragePolicy', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Test-AzVMwareServiceComponentAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwareIscsiPath', 'Update-AzVMwareLicense', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud', 'Update-AzVMwarePureStoragePolicy'
PrivateData = @{
PSData = @{
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'VMware'
diff --git a/generated/VMware/VMware.Autorest/Properties/AssemblyInfo.cs b/generated/VMware/VMware.Autorest/Properties/AssemblyInfo.cs
index da07cbac2ae6..fcef0ac799b4 100644
--- a/generated/VMware/VMware.Autorest/Properties/AssemblyInfo.cs
+++ b/generated/VMware/VMware.Autorest/Properties/AssemblyInfo.cs
@@ -20,7 +20,9 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - VMware")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("0.7.2")]
-[assembly: System.Reflection.AssemblyVersionAttribute("0.7.2")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("0.8.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("0.8.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly: System.CLSCompliantAttribute(false)]
\ No newline at end of file
+[assembly: System.CLSCompliantAttribute(false)]
+
+
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAddon.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAddon.ps1
index 7499d0569ba1..1e1dfc6d14fb 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAddon.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAddon.ps1
@@ -47,7 +47,9 @@ INPUTOBJECT : Identity Parameter To construct, see NOTES sectio
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ INPUTOBJECT : Identity Parameter To construct, see NOTES sectio
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -167,8 +170,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAuthorization.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAuthorization.ps1
index e037ba867585..682214923d92 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAuthorization.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareAuthorization.ps1
@@ -47,7 +47,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -205,8 +211,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCloudLink.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCloudLink.ps1
index cbb7d1305444..54318bca8632 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCloudLink.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCloudLink.ps1
@@ -47,7 +47,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -205,8 +211,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCluster.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCluster.ps1
index ae2ff4783088..a381a56e2391 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCluster.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareCluster.ps1
@@ -47,7 +47,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -205,8 +211,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareClusterZone.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareClusterZone.ps1
index db39db6f114b..438a436d8de3 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareClusterZone.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareClusterZone.ps1
@@ -120,8 +120,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareDatastore.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareDatastore.ps1
index 4c6de31f53a9..6c259a7da26d 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareDatastore.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareDatastore.ps1
@@ -47,7 +47,9 @@ CLUSTERINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ CLUSTERINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -107,7 +113,9 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -118,6 +126,7 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -250,8 +259,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareGlobalReachConnection.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareGlobalReachConnection.ps1
index 23a9efebaf9a..ae79cc3d8cf1 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareGlobalReachConnection.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareGlobalReachConnection.ps1
@@ -47,7 +47,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ PRIVATECLOUDINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -205,8 +211,7 @@ begin {
$context = Get-AzContext
if (-not $context -and -not $testPlayback) {
- Write-Error "No Azure login detected. Please run 'Connect-AzAccount' to log in."
- exit
+ throw "No Azure login detected. Please run 'Connect-AzAccount' to log in."
}
if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
diff --git a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareHost.ps1 b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareHost.ps1
index c45b6a1606f1..da847169877f 100644
--- a/generated/VMware/VMware.Autorest/exports/Get-AzVMwareHost.ps1
+++ b/generated/VMware/VMware.Autorest/exports/Get-AzVMwareHost.ps1
@@ -47,7 +47,9 @@ CLUSTERINPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -58,6 +60,7 @@ CLUSTERINPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -77,7 +80,9 @@ INPUTOBJECT : Identity Parameter
[HcxEnterpriseSiteName ]: Name of the HCX Enterprise Site
[HostId ]: The host identifier.
[Id ]: Resource identity path
+ [LicenseName ]: Name of the license.
[Location ]: The name of the Azure region.
+ [MaintenanceName ]: Name of the maintenance
[PlacementPolicyName ]: Name of the placement policy.
[PortMirroringId ]: ID of the NSX port mirroring profile.
[PrivateCloudName ]: Name of the private cloud
@@ -88,6 +93,7 @@ INPUTOBJECT : Identity Parameter
[ScriptExecutionName ]: Name of the script cmdlet.
[ScriptPackageName ]: Name of the script package.
[SegmentId ]: The ID of the NSX Segment
+ [ServiceComponentName ]: A service component
[StoragePolicyName ]: Name of the storage policy.
[SubscriptionId ]: The ID of the target subscription. The value must be an UUID.
[VMGroupId ]: ID of the VM group.
@@ -107,7 +113,9 @@ PRIVATECLOUDINPUTOBJECT