From 6daa10ffa10270ee60655f74f554e52c209c6ec2 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Tue, 19 Dec 2023 14:17:07 -0500 Subject: [PATCH 01/14] updated the vmware ps commands to 2023 version --- src/VMware/VMware.Autorest/Az.VMware.psd1 | 2 +- src/VMware/VMware.Autorest/README.md | 4 +- .../UX/Microsoft.AVS/locations.json | 2 +- .../privateClouds-authorizations.json | 2 +- .../privateClouds-cloudLinks.json | 2 +- .../privateClouds-clusters-datastores.json | 2 +- ...vateClouds-clusters-placementPolicies.json | 2 +- ...rivateClouds-clusters-virtualMachines.json | 2 +- .../Microsoft.AVS/privateClouds-clusters.json | 2 +- .../privateClouds-globalReachConnections.json | 2 +- .../privateClouds-workloadNetworks.json | 47 +++++ .../UX/Microsoft.AVS/privateClouds.json | 2 +- .../custom/Get-AzVMwareAddon.ps1 | 4 +- .../custom/New-AzVMwareAddon.ps1 | 6 +- .../New-AzVMwareAddonSrmPropertiesObject.ps1 | 6 +- .../New-AzVMwareAddonVrPropertiesObject.ps1 | 6 +- ...rePSCredentialExecutionParameterObject.ps1 | 6 +- .../custom/New-AzVMwarePrivateCloud.ps1 | 6 +- ...ptSecureStringExecutionParameterObject.ps1 | 6 +- ...reScriptStringExecutionParameterObject.ps1 | 6 +- ...MwareVMPlacementPolicyPropertiesObject.ps1 | 6 +- ...eVmHostPlacementPolicyPropertiesObject.ps1 | 6 +- src/VMware/VMware.Autorest/docs/Az.VMware.md | 9 +- .../VMware.Autorest/docs/Get-AzVMwareAddon.md | 36 +--- .../docs/Get-AzVMwareAuthorization.md | 39 +---- .../docs/Get-AzVMwareCloudLink.md | 39 +---- .../docs/Get-AzVMwareCluster.md | 39 +---- .../docs/Get-AzVMwareClusterZone.md | 160 ++++++++++++++++++ .../docs/Get-AzVMwareDatastore.md | 39 +---- .../docs/Get-AzVMwareGlobalReachConnection.md | 39 +---- .../docs/Get-AzVMwarePlacementPolicy.md | 39 +---- .../docs/Get-AzVMwarePrivateCloud.md | 39 +---- ...Get-AzVMwarePrivateCloudAdminCredential.md | 7 +- .../docs/Get-AzVMwareVirtualMachine.md | 39 +---- .../docs/Get-AzVMwareWorkloadNetwork.md | 129 ++++++++++++++ .../VMware.Autorest/docs/New-AzVMwareAddon.md | 14 +- .../New-AzVMwareAddonSrmPropertiesObject.md | 4 +- .../New-AzVMwareAddonVrPropertiesObject.md | 4 +- .../docs/New-AzVMwareAuthorization.md | 7 +- .../docs/New-AzVMwareCloudLink.md | 7 +- .../docs/New-AzVMwareCluster.md | 7 +- .../docs/New-AzVMwareDatastore.md | 7 +- .../docs/New-AzVMwareGlobalReachConnection.md | 7 +- ...arePSCredentialExecutionParameterObject.md | 4 +- .../docs/New-AzVMwarePlacementPolicy.md | 19 +-- .../docs/New-AzVMwarePrivateCloud.md | 4 +- .../New-AzVMwarePrivateCloudNsxtPassword.md | 37 +--- ...New-AzVMwarePrivateCloudVcenterPassword.md | 37 +--- ...iptSecureStringExecutionParameterObject.md | 4 +- ...areScriptStringExecutionParameterObject.md | 4 +- ...VMwareVMPlacementPolicyPropertiesObject.md | 4 +- ...reVmHostPlacementPolicyPropertiesObject.md | 4 +- .../docs/Remove-AzVMwareAddon.md | 34 ---- .../docs/Remove-AzVMwareAuthorization.md | 37 +--- .../docs/Remove-AzVMwareCloudLink.md | 37 +--- .../docs/Remove-AzVMwareCluster.md | 37 +--- .../docs/Remove-AzVMwareDatastore.md | 37 +--- .../Remove-AzVMwareGlobalReachConnection.md | 37 +--- .../docs/Remove-AzVMwarePlacementPolicy.md | 37 +--- .../docs/Remove-AzVMwarePrivateCloud.md | 34 ---- .../Test-AzVMwareLocationQuotaAvailability.md | 7 +- .../Test-AzVMwareLocationTrialAvailability.md | 79 ++++++++- .../docs/Update-AzVMwareCluster.md | 39 +---- .../docs/Update-AzVMwarePlacementPolicy.md | 83 +++++---- .../docs/Update-AzVMwarePrivateCloud.md | 90 ++++------ .../examples/Get-AzVMwareClusterZone.md | 11 ++ .../examples/Get-AzVMwareWorkloadNetwork.md | 22 +++ .../Test-AzVMwareLocationTrialAvailability.md | 2 +- .../test/Get-AzVMwareAddon.Tests.ps1 | 29 ++++ .../test/Get-AzVMwareAuthorization.Tests.ps1 | 29 ++++ .../test/Get-AzVMwareCloudLink.Tests.ps1 | 29 ++++ .../test/Get-AzVMwareCluster.Tests.ps1 | 29 ++++ .../test/Get-AzVMwareClusterZone.Tests.ps1 | 21 +++ .../test/Get-AzVMwareDatastore.Tests.ps1 | 29 ++++ ...et-AzVMwareGlobalReachConnection.Tests.ps1 | 29 ++++ .../Get-AzVMwarePlacementPolicy.Tests.ps1 | 29 ++++ .../test/Get-AzVMwarePrivateCloud.Tests.ps1 | 33 ++++ ...MwarePrivateCloudAdminCredential.Tests.ps1 | 21 +++ .../test/Get-AzVMwareVirtualMachine.Tests.ps1 | 29 ++++ .../Get-AzVMwareWorkloadNetwork.Tests.ps1 | 29 ++++ .../test/New-AzVMwareAddon.Tests.ps1 | 21 +++ ...AzVMwareAddonSrmPropertiesObject.Tests.ps1 | 21 +++ ...-AzVMwareAddonVrPropertiesObject.Tests.ps1 | 21 +++ .../test/New-AzVMwareAuthorization.Tests.ps1 | 21 +++ .../test/New-AzVMwareCloudLink.Tests.ps1 | 21 +++ .../test/New-AzVMwareCluster.Tests.ps1 | 21 +++ .../test/New-AzVMwareDatastore.Tests.ps1 | 21 +++ ...ew-AzVMwareGlobalReachConnection.Tests.ps1 | 21 +++ ...edentialExecutionParameterObject.Tests.ps1 | 21 +++ .../New-AzVMwarePlacementPolicy.Tests.ps1 | 21 +++ .../test/New-AzVMwarePrivateCloud.Tests.ps1 | 21 +++ ...AzVMwarePrivateCloudNsxtPassword.Tests.ps1 | 25 +++ ...MwarePrivateCloudVcenterPassword.Tests.ps1 | 25 +++ ...reStringExecutionParameterObject.Tests.ps1 | 21 +++ ...ptStringExecutionParameterObject.Tests.ps1 | 21 +++ ...MPlacementPolicyPropertiesObject.Tests.ps1 | 21 +++ ...tPlacementPolicyPropertiesObject.Tests.ps1 | 21 +++ .../test/Remove-AzVMwareAddon.Tests.ps1 | 25 +++ .../Remove-AzVMwareAuthorization.Tests.ps1 | 25 +++ .../test/Remove-AzVMwareCloudLink.Tests.ps1 | 25 +++ .../test/Remove-AzVMwareCluster.Tests.ps1 | 25 +++ .../test/Remove-AzVMwareDatastore.Tests.ps1 | 25 +++ ...ve-AzVMwareGlobalReachConnection.Tests.ps1 | 25 +++ .../Remove-AzVMwarePlacementPolicy.Tests.ps1 | 25 +++ .../Remove-AzVMwarePrivateCloud.Tests.ps1 | 25 +++ ...zVMwareLocationQuotaAvailability.Tests.ps1 | 21 +++ ...zVMwareLocationTrialAvailability.Tests.ps1 | 29 ++++ .../test/Update-AzVMwareCluster.Tests.ps1 | 25 +++ .../Update-AzVMwarePlacementPolicy.Tests.ps1 | 25 +++ .../Update-AzVMwarePrivateCloud.Tests.ps1 | 25 +++ 110 files changed, 1667 insertions(+), 938 deletions(-) create mode 100644 src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json create mode 100644 src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md create mode 100644 src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md create mode 100644 src/VMware/VMware.Autorest/examples/Get-AzVMwareClusterZone.md create mode 100644 src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareAddon.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareClusterZone.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloud.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloudAdminCredential.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareAddon.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloud.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudNsxtPassword.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudVcenterPassword.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareScriptStringExecutionParameterObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareAddon.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwarePrivateCloud.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Test-AzVMwareLocationQuotaAvailability.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwarePrivateCloud.Tests.ps1 diff --git a/src/VMware/VMware.Autorest/Az.VMware.psd1 b/src/VMware/VMware.Autorest/Az.VMware.psd1 index 4f17967d946e..2961bb628035 100644 --- a/src/VMware/VMware.Autorest/Az.VMware.psd1 +++ b/src/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-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareCluster', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud', '*' + FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'Get-AzVMwareWorkloadNetwork', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareCluster', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud', '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ diff --git a/src/VMware/VMware.Autorest/README.md b/src/VMware/VMware.Autorest/README.md index 374ce2131144..7f7b28f2eb9f 100644 --- a/src/VMware/VMware.Autorest/README.md +++ b/src/VMware/VMware.Autorest/README.md @@ -47,11 +47,11 @@ In this directory, run AutoRest: > see https://aka.ms/autorest ``` yaml -commit: 2e665b044670074d91e8a9e6d04f23fbe3c8a06e +commit: cc32510768a98cf7f0b5428f9c6422c83c9da50c require: - $(this-folder)/../../readme.azure.noprofile.md input-file: - - $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-12-01/vmware.json + - $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-03-01/vmware.json module-version: 0.4.0 title: VMware diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json index d414ab3499d8..e8a06eb52655 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json @@ -1,6 +1,6 @@ { "resourceType": "locations", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json index 1a061f015fbc..94d8600cc81d 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/authorizations", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json index 35c1e37ff514..673a13f4486b 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/cloudLinks", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-datastores.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-datastores.json index 91019ac378be..686be6375cd3 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-datastores.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-datastores.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/clusters/datastores", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-placementPolicies.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-placementPolicies.json index 332352b8b3da..69cb075e68e5 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-placementPolicies.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-placementPolicies.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/clusters/placementPolicies", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-virtualMachines.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-virtualMachines.json index b6e0a808dcbc..93858c0449a0 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-virtualMachines.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-virtualMachines.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/clusters/virtualMachines", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json index a6b0f6811d8b..aae124e85202 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/clusters", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json index f1cf0d4d4a16..0e3859c18c26 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds/globalReachConnections", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json new file mode 100644 index 000000000000..970a131f7d67 --- /dev/null +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json @@ -0,0 +1,47 @@ +{ + "resourceType": "privateClouds/workloadNetworks", + "apiVersion": "2023-03-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.vmware" + }, + "commands": [ + { + "name": "Get-AzVMwareWorkloadNetwork", + "description": "Get a private cloud workload network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/{workloadNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareworkloadnetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-PrivateCloudName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Get a private cloud workload network.", + "parameters": [ + { + "name": "-PrivateCloudName", + "value": "[Path.privateCloudName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json index f3ad98a44504..90a4844a598a 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json @@ -1,6 +1,6 @@ { "resourceType": "privateClouds", - "apiVersion": "2021-12-01", + "apiVersion": "2023-03-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, diff --git a/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 b/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 index aa399faab1cb..c50947b02ee0 100644 --- a/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 +++ b/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 @@ -36,7 +36,7 @@ vr Microsoft.AVS/privateClouds/addons azps_test_group .Inputs Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon .Notes COMPLEX PARAMETER PROPERTIES @@ -72,7 +72,7 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareaddon #> function Get-AzVMwareAddon { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 index 0280f00734b0..ca0481a37b9b 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 @@ -28,7 +28,7 @@ Name Type ResourceGroupName vr Microsoft.AVS/privateClouds/addons azps_test_group .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon .Notes COMPLEX PARAMETER PROPERTIES @@ -40,7 +40,7 @@ PROPERTY : The properties of an addon resource https://learn.microsoft.com/powershell/module/az.vmware/new-azvmwareaddon #> function New-AzVMwareAddon { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -65,7 +65,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddonProperties] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddonProperties] # The properties of an addon resource # To construct, see NOTES section for PROPERTY properties and create a hash table. ${Property}, diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 index 920e7d991e7c..72ff04bcace8 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for AddonSrmProperties .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonSrmProperties + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonSrmPropertiesObject #> function New-AzVMwareAddonSrmPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonSrmProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -35,7 +35,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonSrmProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties]::New() $Object.LicenseKey = $LicenseKey $Object.AddonType = "SRM" diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 index 0a49c4469ebd..57088426bb0c 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for AddonVrProperties .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonVrProperties + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonVrPropertiesObject #> function New-AzVMwareAddonVrPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonVrProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -35,7 +35,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonVrProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties]::New() $Object.VrsCount = $VrsCount $Object.AddonType = "VR" diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 index 8d130e6c572b..9a8f8a77e723 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for PSCredentialExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PSCredentialExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwarePSCredentialExecutionParameterObject #> function New-AzVMwarePSCredentialExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PSCredentialExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -41,7 +41,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PSCredentialExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter]::New() $Object.Password = $Password $Object.Username = $Username diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 index 56423223234b..6afa61040e37 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 @@ -27,7 +27,7 @@ Location Name Type ResourceGroupName australiaeast azps_test_cloud Microsoft.AVS/privateClouds azps_test_group .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloud +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud .Notes COMPLEX PARAMETER PROPERTIES @@ -48,7 +48,7 @@ IDENTITYSOURCE : vCenter Single Sign On Identity Sources https://learn.microsoft.com/powershell/module/az.vmware/new-azvmwareprivatecloud #> function New-AzVMwarePrivateCloud { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloud])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -112,7 +112,7 @@ function New-AzVMwarePrivateCloud { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IResourceTags]))] [System.Collections.Hashtable] # Resource tags ${Tag}, diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 index a217619009cc..f8d668e191c4 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for ScriptSecureStringExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptSecureStringExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptSecureStringExecutionParameterObject #> function New-AzVMwareScriptSecureStringExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptSecureStringExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -38,7 +38,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptSecureStringExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter]::New() $Object.SecureValue = $SecureValue $Object.Name = $Name diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 index 767fb674bf93..3bef556584d6 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for ScriptStringExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptStringExecutionParameterObject #> function New-AzVMwareScriptStringExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -38,7 +38,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter]::New() $Object.Value = $Value $Object.Name = $Name diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 index f180489e9e7a..f74ccb5a1986 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 @@ -21,12 +21,12 @@ Create an in-memory object for VMPlacementPolicyProperties. Create an in-memory object for VMPlacementPolicyProperties. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VMPlacementPolicyProperties +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVMPlacementPolicyPropertiesObject #> function New-AzVMwareVMPlacementPolicyPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VMPlacementPolicyProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -51,7 +51,7 @@ function New-AzVMwareVMPlacementPolicyPropertiesObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VMPlacementPolicyProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties]::New() if ($PSBoundParameters.ContainsKey('AffinityType')) { $Object.AffinityType = $AffinityType diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 index a30c350a7866..28acd7c71585 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 @@ -21,12 +21,12 @@ Create an in-memory object for VmHostPlacementPolicyProperties. Create an in-memory object for VmHostPlacementPolicyProperties. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VmHostPlacementPolicyProperties +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVmHostPlacementPolicyPropertiesObject #> function New-AzVMwareVmHostPlacementPolicyPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VmHostPlacementPolicyProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -54,7 +54,7 @@ function New-AzVMwareVmHostPlacementPolicyPropertiesObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VmHostPlacementPolicyProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties]::New() if ($PSBoundParameters.ContainsKey('AffinityType')) { $Object.AffinityType = $AffinityType diff --git a/src/VMware/VMware.Autorest/docs/Az.VMware.md b/src/VMware/VMware.Autorest/docs/Az.VMware.md index 048d0c1b4695..563a22d59bd1 100644 --- a/src/VMware/VMware.Autorest/docs/Az.VMware.md +++ b/src/VMware/VMware.Autorest/docs/Az.VMware.md @@ -8,7 +8,7 @@ Locale: en-US # Az.VMware Module ## Description -Microsoft Azure PowerShell: Azure VMware Solution cmdlets +Microsoft Azure PowerShell: VMware cmdlets ## Az.VMware Cmdlets ### [Get-AzVMwareAddon](Get-AzVMwareAddon.md) @@ -23,6 +23,9 @@ Get an cloud link by name in a private cloud ### [Get-AzVMwareCluster](Get-AzVMwareCluster.md) Get a cluster by name in a private cloud +### [Get-AzVMwareClusterZone](Get-AzVMwareClusterZone.md) +List hosts by zone in a cluster + ### [Get-AzVMwareDatastore](Get-AzVMwareDatastore.md) Get a datastore in a private cloud cluster @@ -41,6 +44,9 @@ List the admin credentials for the private cloud ### [Get-AzVMwareVirtualMachine](Get-AzVMwareVirtualMachine.md) Get a virtual machine by id in a private cloud cluster +### [Get-AzVMwareWorkloadNetwork](Get-AzVMwareWorkloadNetwork.md) +Get a private cloud workload network. + ### [New-AzVMwareAddon](New-AzVMwareAddon.md) Create or update a addon in a private cloud @@ -130,3 +136,4 @@ Update a placement policy in a private cloud cluster ### [Update-AzVMwarePrivateCloud](Update-AzVMwarePrivateCloud.md) Update a private cloud + diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md index 732e3f8e3244..7769b95b349b 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md @@ -164,43 +164,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md index 7df8e7fcd67a..c934277f412c 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md @@ -63,7 +63,8 @@ Get authorization by name in a private cloud ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -163,43 +164,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IExpressRouteAuthorization +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IExpressRouteAuthorization ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md index eb546e9e008a..e6c8c654f480 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md @@ -63,7 +63,8 @@ Get cloud link by name in a private cloud ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -163,43 +164,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICloudLink +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICloudLink ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md index 322b663bea83..926242c83a28 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md @@ -63,7 +63,8 @@ Get cluster by name in a private cloud ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -163,43 +164,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md new file mode 100644 index 000000000000..eb388e660227 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md @@ -0,0 +1,160 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareclusterzone +schema: 2.0.0 +--- + +# Get-AzVMwareClusterZone + +## SYNOPSIS +List hosts by zone in a cluster + +## SYNTAX + +``` +Get-AzVMwareClusterZone -ClusterName -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +List hosts by zone in a cluster + +## EXAMPLES + +### Example 1: List hosts by zone in a cluster +```powershell +Get-AzVMwareClusterZone -PrivateCloudName SDDC2 -ResourceGroupName TestSddc-rg -ClusterName Cluster-1 +``` + +```output +Host Zone +---- ---- +{esx09-r09.p01.canadacentral.avs.azure.com, esx02-r06.p01.canadacentral.avs.azure.com, esx20-r08.p01.canadacentral.avs.azure.com} 3 +``` + +List hosts by zone in a cluster + +## PARAMETERS + +### -ClusterName +Name of the cluster in the private cloud + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateCloudName +Name of the private cloud + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IClusterZone + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md index 93a2cff2dc55..1b3dd32c4191 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md @@ -79,7 +79,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -179,43 +180,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IDatastore +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IDatastore ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md index 8b2ef86c559e..288bbf6105b3 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md @@ -64,7 +64,8 @@ Get a global reach connection by name in a private cloud ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -164,43 +165,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IGlobalReachConnection +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IGlobalReachConnection ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md index 3ba99868b271..1181f40bd2e1 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md @@ -79,7 +79,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -179,43 +180,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md index 12e3e3862592..7830f21e5a8e 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md @@ -81,7 +81,8 @@ Get a private cloud by name ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -166,43 +167,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md index d56e37ee6c45..29b34d299881 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md @@ -38,7 +38,8 @@ Get the admin credentials for the private cloud ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -136,11 +137,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAdminCredentials +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAdminCredentials ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md index c49a23dc68c5..0cfd3187e5b0 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md @@ -79,7 +79,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -179,43 +180,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IVirtualMachine ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md new file mode 100644 index 000000000000..4dbd9f72d0ca --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md @@ -0,0 +1,129 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareworkloadnetwork +schema: 2.0.0 +--- + +# Get-AzVMwareWorkloadNetwork + +## SYNOPSIS +Get a private cloud workload network. + +## SYNTAX + +### Get (Default) +``` +Get-AzVMwareWorkloadNetwork -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzVMwareWorkloadNetwork -InputObject [-DefaultProfile ] [] +``` + +### List +``` +Get-AzVMwareWorkloadNetwork -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get a private cloud workload network. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PrivateCloudName +Name of the private cloud + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IProxyResource + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md index c7def5fa1a04..9dd07cebb2df 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md @@ -104,7 +104,7 @@ The properties of an addon resource To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddonProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddonProperties Parameter Sets: (All) Aliases: @@ -184,19 +184,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IAddon +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`PROPERTY `: The properties of an addon resource - - `AddonType `: The type of private cloud addon - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md index 082e4edcd7d4..51366d2508f4 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md @@ -58,11 +58,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonSrmProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md index c4e79e44c166..9b76dbed2f81 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md @@ -58,11 +58,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.AddonVrProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md index 6f49511c108e..e62407f53013 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md @@ -54,7 +54,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -182,11 +183,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IExpressRouteAuthorization +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IExpressRouteAuthorization ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md index 61f61ec6363f..63e75f054535 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md @@ -54,7 +54,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -197,11 +198,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICloudLink +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICloudLink ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 2769554c43c7..4497be17f34d 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -69,7 +69,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -227,11 +228,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md index b5aff9b6fa6e..90dfe0a47373 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md @@ -70,7 +70,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -258,11 +259,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IDatastore +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IDatastore ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md index d2a68612a2cb..3f0673b71412 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md @@ -70,7 +70,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -228,11 +229,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IGlobalReachConnection +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IGlobalReachConnection ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md index 03877c9facd3..fd2b73ca66a3 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -89,11 +89,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PsCredentialExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PsCredentialExecutionParameter ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index 42df74ab2c26..d2d060f37b7c 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -84,7 +84,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -148,7 +149,7 @@ placement policy properties To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPlacementPolicyProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicyProperties Parameter Sets: (All) Aliases: @@ -228,21 +229,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`PROPERTY `: placement policy properties - - `Type `: placement policy type - - `[DisplayName ]`: Display name of the placement policy - - `[State ]`: Whether the placement policy is enabled or disabled - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md index 12532394fd63..04ea028e458c 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md @@ -304,11 +304,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md index 11af6919fad5..4c399e6c6bc9 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md @@ -59,7 +59,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -209,39 +210,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md index 1670111bc5d9..e1708c525114 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md @@ -59,7 +59,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -209,39 +210,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md index ee04e5f72401..8974e4c2a2b9 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -74,11 +74,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptSecureStringExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md index 5163c8cf03bf..49bd6d9b5418 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md @@ -73,11 +73,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptStringExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md index 0135b234b011..58d73884a3cf 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md @@ -119,11 +119,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VMPlacementPolicyProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md index cf398262af1e..7c9a5579328b 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md @@ -135,11 +135,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.VMHostPlacementPolicyProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMHostPlacementPolicyProperties ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAddon.md index f8b3fa0ff271..8295f3482b66 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAddon.md @@ -229,39 +229,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md index add5b6a3a7df..39b4a0b79a02 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md @@ -64,7 +64,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -229,39 +230,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md index c9440dbafda0..e657dbc2ab57 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md @@ -64,7 +64,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -229,39 +230,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md index 9537b2b1df2e..1ed7b3d32aa4 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md @@ -64,7 +64,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -229,39 +230,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md index ba5f35b91ff0..6cfb4e64b5d6 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md @@ -77,7 +77,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -242,39 +243,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md index 1d382067665c..05166b6a3d74 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md @@ -64,7 +64,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -229,39 +230,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md index 5158109ff798..df53f63a6abd 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md @@ -79,7 +79,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -244,39 +245,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePrivateCloud.md index 6ce39695e9c9..04fc7a82c9e1 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePrivateCloud.md @@ -213,39 +213,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md index 1a2d23aa4cb9..39786fe48aa9 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md @@ -38,7 +38,8 @@ Check quota availability ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -120,11 +121,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IQuota +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IQuota ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index 89f73a8c2e0e..0fb8ff46dc43 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -12,8 +12,21 @@ Return trial status for subscription by region ## SYNTAX +### CheckExpanded (Default) ``` -Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] +Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### Check +``` +Test-AzVMwareLocationTrialAvailability -Location -Sku [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### CheckViaIdentityExpanded +``` +Test-AzVMwareLocationTrialAvailability -InputObject -Name [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -24,7 +37,7 @@ Return trial status for subscription by region ### Example 1: Check trial availability ```powershell -Test-AzVMwareLocationTrialAvailability -Location westcentralus +Test-AzVMwareLocationTrialAvailability -Location westcentralus -Name av36 ``` ```output @@ -38,7 +51,8 @@ Check trial availability ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -52,12 +66,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CheckViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Location Azure region ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: Check, CheckExpanded Aliases: Required: True @@ -67,12 +97,43 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Name +The name of the SKU. + +```yaml +Type: System.String +Parameter Sets: CheckExpanded, CheckViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +The resource model definition representing SKU +To construct, see NOTES section for SKU properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ISku +Parameter Sets: Check +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: Check, CheckExpanded Aliases: Required: False @@ -118,13 +179,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ISku + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ITrial +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ITrial ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md index 8b5f97025ec6..da5d0d0e2e19 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md @@ -89,7 +89,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -250,43 +251,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md index ba2ec8bf698b..d693da0bd544 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md @@ -15,16 +15,18 @@ Update a placement policy in a private cloud cluster ### UpdateExpanded (Default) ``` Update-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudName - -ResourceGroupName [-SubscriptionId ] [-HostMember ] - [-State ] [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + -ResourceGroupName [-SubscriptionId ] [-AffinityStrength ] + [-AzureHybridBenefitType ] [-HostMember ] [-State ] + [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwarePlacementPolicy -InputObject [-HostMember ] - [-State ] [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +Update-AzVMwarePlacementPolicy -InputObject [-AffinityStrength ] + [-AzureHybridBenefitType ] [-HostMember ] [-State ] + [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -60,6 +62,21 @@ Update a placement policy in a private cloud cluster ## PARAMETERS +### -AffinityStrength +vm-host placement policy affinity strength (should/must) + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityStrength +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run the command as a job @@ -75,6 +92,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AzureHybridBenefitType +placement policy azure hybrid benefit opt-in type + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AzureHybridBenefitType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud @@ -91,7 +123,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -282,43 +315,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md index 3880da925ad4..43e714c56ac1 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md @@ -16,22 +16,22 @@ Update a private cloud ``` Update-AzVMwarePrivateCloud -Name -ResourceGroupName [-SubscriptionId ] [-AvailabilitySecondaryZone ] [-AvailabilityStrategy ] - [-AvailabilityZone ] [-EncryptionStatus ] [-IdentitySource ] - [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] - [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] - [-ManagementClusterHost ] [-ManagementClusterSize ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-AvailabilityZone ] [-EncryptionStatus ] [-ExtendedNetworkBlock ] + [-IdentitySource ] [-IdentityType ] [-Internet ] + [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] + [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzVMwarePrivateCloud -InputObject [-AvailabilitySecondaryZone ] [-AvailabilityStrategy ] [-AvailabilityZone ] - [-EncryptionStatus ] [-IdentitySource ] - [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] - [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] - [-ManagementClusterHost ] [-ManagementClusterSize ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-EncryptionStatus ] [-ExtendedNetworkBlock ] + [-IdentitySource ] [-IdentityType ] [-Internet ] + [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] + [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -128,7 +128,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -157,12 +158,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ExtendedNetworkBlock +Array of additional networks noncontiguous with networkBlock. +Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. +Make sure the CIDR format conforms to (A.B.C.D/X). + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -IdentitySource vCenter Single Sign On Identity Sources To construct, see NOTES section for IDENTITYSOURCE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IIdentitySource[] +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IIdentitySource[] Parameter Sets: (All) Aliases: @@ -412,55 +430,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`IDENTITYSOURCE `: vCenter Single Sign On Identity Sources - - `[Alias ]`: The domain's NetBIOS name - - `[BaseGroupDn ]`: The base distinguished name for groups - - `[BaseUserDn ]`: The base distinguished name for users - - `[Domain ]`: The domain's dns name - - `[Name ]`: The name of the identity source - - `[Password ]`: The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. - - `[PrimaryServer ]`: Primary server URL - - `[SecondaryServer ]`: Secondary server URL - - `[Ssl ]`: Protect LDAP communication using SSL certificate (LDAPS) - - `[Username ]`: The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group - -`INPUTOBJECT `: Identity Parameter - - `[AddonName ]`: Name of the addon for the private cloud - - `[AuthorizationName ]`: Name of the ExpressRoute Circuit Authorization in the private cloud - - `[CloudLinkName ]`: Name of the cloud link resource - - `[ClusterName ]`: Name of the cluster in the private cloud - - `[DatastoreName ]`: Name of the datastore in the private cloud cluster - - `[DhcpId ]`: NSX DHCP identifier. Generally the same as the DHCP display name - - `[DnsServiceId ]`: NSX DNS Service identifier. Generally the same as the DNS Service's display name - - `[DnsZoneId ]`: NSX DNS Zone identifier. Generally the same as the DNS Zone's display name - - `[GatewayId ]`: NSX Gateway identifier. Generally the same as the Gateway's display name - - `[GlobalReachConnectionName ]`: Name of the global reach connection in the private cloud - - `[HcxEnterpriseSiteName ]`: Name of the HCX Enterprise Site in the private cloud - - `[Id ]`: Resource identity path - - `[Location ]`: Azure region - - `[PlacementPolicyName ]`: Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy - - `[PortMirroringId ]`: NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name - - `[PrivateCloudName ]`: Name of the private cloud - - `[PublicIPId ]`: NSX Public IP Block identifier. Generally the same as the Public IP Block's display name - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ScriptCmdletName ]`: Name of the script cmdlet resource in the script package in the private cloud - - `[ScriptExecutionName ]`: Name of the user-invoked script execution resource - - `[ScriptPackageName ]`: Name of the script package in the private cloud - - `[SegmentId ]`: NSX Segment identifier. Generally the same as the Segment's display name - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VMGroupId ]`: NSX VM Group identifier. Generally the same as the VM Group's display name - - `[VirtualMachineId ]`: Virtual Machine identifier - ## RELATED LINKS diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareClusterZone.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareClusterZone.md new file mode 100644 index 000000000000..26326bd8d9f9 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Get-AzVMwareClusterZone.md @@ -0,0 +1,11 @@ +### Example 1: List hosts by zone in a cluster +```powershell +Get-AzVMwareClusterZone -PrivateCloudName SDDC2 -ResourceGroupName TestSddc-rg -ClusterName Cluster-1 +``` +```output +Host Zone +---- ---- +{esx09-r09.p01.canadacentral.avs.azure.com, esx02-r06.p01.canadacentral.avs.azure.com, esx20-r08.p01.canadacentral.avs.azure.com} 3 +``` + +List hosts by zone in a cluster \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md new file mode 100644 index 000000000000..6ee1a83db970 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/examples/Test-AzVMwareLocationTrialAvailability.md index 4c47df926afe..fc2411cad79c 100644 --- a/src/VMware/VMware.Autorest/examples/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/examples/Test-AzVMwareLocationTrialAvailability.md @@ -1,6 +1,6 @@ ### Example 1: Check trial availability ```powershell -Test-AzVMwareLocationTrialAvailability -Location westcentralus +Test-AzVMwareLocationTrialAvailability -Location westcentralus -Name av36 ``` ```output AvailableHost Status diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareAddon.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareAddon.Tests.ps1 new file mode 100644 index 000000000000..befdcbc4fa4b --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareAddon.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareAddon')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareAddon.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareAddon' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 new file mode 100644 index 000000000000..b9f83fcc8b50 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareAuthorization')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareAuthorization.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareAuthorization' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 new file mode 100644 index 000000000000..40b8d172951f --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareCloudLink')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareCloudLink.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareCloudLink' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 new file mode 100644 index 000000000000..d870ed58d75a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareCluster')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareCluster.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareCluster' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareClusterZone.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareClusterZone.Tests.ps1 new file mode 100644 index 000000000000..737bc8ca3431 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareClusterZone.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareClusterZone')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareClusterZone.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareClusterZone' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 new file mode 100644 index 000000000000..8f2d804ee08c --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareDatastore')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareDatastore.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareDatastore' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 new file mode 100644 index 000000000000..62670e437f16 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareGlobalReachConnection')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareGlobalReachConnection.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareGlobalReachConnection' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 new file mode 100644 index 000000000000..1fb0d0d8ecdb --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwarePlacementPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwarePlacementPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwarePlacementPolicy' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloud.Tests.ps1 new file mode 100644 index 000000000000..7e7bb2ed644c --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloud.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwarePrivateCloud')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwarePrivateCloud.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwarePrivateCloud' { + It 'List1' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloudAdminCredential.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloudAdminCredential.Tests.ps1 new file mode 100644 index 000000000000..3378ca83ed07 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwarePrivateCloudAdminCredential.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwarePrivateCloudAdminCredential')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwarePrivateCloudAdminCredential.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwarePrivateCloudAdminCredential' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 new file mode 100644 index 000000000000..91fdafccfba7 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareVirtualMachine')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareVirtualMachine.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareVirtualMachine' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 new file mode 100644 index 000000000000..a66abdd1e5da --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetwork' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareAddon.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareAddon.Tests.ps1 new file mode 100644 index 000000000000..7860d15382e3 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAddon.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddon')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAddon.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareAddon' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 new file mode 100644 index 000000000000..c2f9c645fdf3 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonSrmPropertiesObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAddonSrmPropertiesObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareAddonSrmPropertiesObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 new file mode 100644 index 000000000000..7f0950a8564a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonVrPropertiesObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAddonVrPropertiesObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareAddonVrPropertiesObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 new file mode 100644 index 000000000000..5f72fd18b532 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAuthorization')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAuthorization.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareAuthorization' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 new file mode 100644 index 000000000000..3bcd90c4a7ae --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareCloudLink')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareCloudLink.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareCloudLink' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 new file mode 100644 index 000000000000..1d239bf3d5a0 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareCluster')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareCluster.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareCluster' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 new file mode 100644 index 000000000000..6e74a2482d2a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareDatastore')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareDatastore.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareDatastore' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 new file mode 100644 index 000000000000..a99199d781a0 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareGlobalReachConnection')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareGlobalReachConnection.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareGlobalReachConnection' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 new file mode 100644 index 000000000000..6ba17e0ef402 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwarePSCredentialExecutionParameterObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwarePSCredentialExecutionParameterObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwarePSCredentialExecutionParameterObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 new file mode 100644 index 000000000000..2986a6bf884c --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwarePlacementPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwarePlacementPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwarePlacementPolicy' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloud.Tests.ps1 new file mode 100644 index 000000000000..92501131dd14 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloud.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwarePrivateCloud')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwarePrivateCloud.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwarePrivateCloud' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudNsxtPassword.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudNsxtPassword.Tests.ps1 new file mode 100644 index 000000000000..ef80da3b84f6 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudNsxtPassword.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwarePrivateCloudNsxtPassword')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwarePrivateCloudNsxtPassword.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwarePrivateCloudNsxtPassword' { + It 'Rotate' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RotateViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudVcenterPassword.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudVcenterPassword.Tests.ps1 new file mode 100644 index 000000000000..fa6f263c3133 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePrivateCloudVcenterPassword.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwarePrivateCloudVcenterPassword')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwarePrivateCloudVcenterPassword.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwarePrivateCloudVcenterPassword' { + It 'Rotate' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RotateViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 new file mode 100644 index 000000000000..d576bd274364 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareScriptSecureStringExecutionParameterObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareScriptSecureStringExecutionParameterObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareScriptSecureStringExecutionParameterObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareScriptStringExecutionParameterObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptStringExecutionParameterObject.Tests.ps1 new file mode 100644 index 000000000000..9f9753f24d0d --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptStringExecutionParameterObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareScriptStringExecutionParameterObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareScriptStringExecutionParameterObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareScriptStringExecutionParameterObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 new file mode 100644 index 000000000000..cc7f8ece2fe3 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVMPlacementPolicyPropertiesObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareVMPlacementPolicyPropertiesObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareVMPlacementPolicyPropertiesObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 new file mode 100644 index 000000000000..df4744c45acf --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVmHostPlacementPolicyPropertiesObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareVmHostPlacementPolicyPropertiesObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareVmHostPlacementPolicyPropertiesObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareAddon.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAddon.Tests.ps1 new file mode 100644 index 000000000000..a65eaa878382 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAddon.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareAddon')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareAddon.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareAddon' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 new file mode 100644 index 000000000000..e53c464fc286 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareAuthorization')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareAuthorization.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareAuthorization' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 new file mode 100644 index 000000000000..cf8dc30296d7 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareCloudLink')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareCloudLink.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareCloudLink' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 new file mode 100644 index 000000000000..ce655606deff --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareCluster')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareCluster.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareCluster' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 new file mode 100644 index 000000000000..7b4cfd389a6f --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareDatastore')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareDatastore.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareDatastore' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 new file mode 100644 index 000000000000..d60f1d6c664d --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareGlobalReachConnection')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareGlobalReachConnection.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareGlobalReachConnection' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 new file mode 100644 index 000000000000..e10aec33a36a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwarePlacementPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwarePlacementPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwarePlacementPolicy' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePrivateCloud.Tests.ps1 new file mode 100644 index 000000000000..4c7873cd6cc2 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePrivateCloud.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwarePrivateCloud')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwarePrivateCloud.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwarePrivateCloud' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationQuotaAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationQuotaAvailability.Tests.ps1 new file mode 100644 index 000000000000..1dd187a8c1b4 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationQuotaAvailability.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Test-AzVMwareLocationQuotaAvailability')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzVMwareLocationQuotaAvailability.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Test-AzVMwareLocationQuotaAvailability' { + It 'Check' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 new file mode 100644 index 000000000000..c67a26942bfc --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Test-AzVMwareLocationTrialAvailability')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzVMwareLocationTrialAvailability.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Test-AzVMwareLocationTrialAvailability' { + It 'CheckExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Check' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CheckViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 new file mode 100644 index 000000000000..e7ac24812cf4 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareCluster')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareCluster.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareCluster' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 new file mode 100644 index 000000000000..310857e078d8 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwarePlacementPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwarePlacementPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwarePlacementPolicy' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwarePrivateCloud.Tests.ps1 new file mode 100644 index 000000000000..b0400a8769a1 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwarePrivateCloud.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwarePrivateCloud')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwarePrivateCloud.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwarePrivateCloud' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} From 2472aa74aa5d344c84f2ec3b46743369b2e522ff Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Thu, 21 Dec 2023 15:59:46 -0500 Subject: [PATCH 02/14] Added Test Recordings --- .../test/AzVMwareAuthorization.Recording.json | 575 +- .../test/AzVMwareAuthorization.Tests.ps1 | 6 +- .../test/AzVMwareCloudLink.Recording.json | 5735 ++++++++++++++++- .../test/AzVMwareCloudLink.Tests.ps1 | 4 +- ...reLocationQuotaAvailability.Recording.json | 68 +- ...zVMwareLocationQuotaAvailability.Tests.ps1 | 2 +- ...reLocationTrialAvailability.Recording.json | 63 +- ...zVMwareLocationTrialAvailability.Tests.ps1 | 4 +- ...PrivateCloudAdminCredential.Recording.json | 68 +- 9 files changed, 5963 insertions(+), 562 deletions(-) diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index df463cee456d..b8582225a7bf 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json @@ -1,279 +1,352 @@ { - "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01", - "Content": "{\r\n}", - "isContentBase64": false, - "Headers": { + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", + "Content": "{\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] + } }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "x-ms-request-id": [ "acf92aa5-c1a6-4eee-81e8-6d80bef6a8c7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141846Z:4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:18:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:58 GMT" ], - "Server": [ "Rocket" ] + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "d016e5b0-7e68-416f-937a-5e68071383cc" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "e4f9d674-a1d5-4fd8-b1fe-67e7408315a8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:16 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:11:28 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "d016e5b0-7e68-416f-937a-5e68071383cc" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "x-ms-request-id": [ "7a4dc237-7e27-467f-ba95-6a1fcc929321" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "cd593510-e44a-44bb-a037-10a703353b89" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:cd593510-e44a-44bb-a037-10a703353b89" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:16 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:11:28 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2023-03-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "99c2639f-17a1-42dd-aa86-e85e4dcb7e21" ], + "CommandName": [ "Get-AzVMwareAuthorization" ], + "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2021-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "fe0e5280-7860-4c30-be6b-2ae3e9f995d3" ], - "CommandName": [ "Get-AzVMwareAuthorization" ], - "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], + "x-ms-request-id": [ "62f2bec3-439b-421c-b69c-3d72ac14e038" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "808" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}]}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:11:28 GMT" ], - "Server": [ "Rocket" ] + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "319189c3-a0cb-4c44-b9d4-8fbced897a07" ], + "CommandName": [ "Get-AzVMwareAuthorization" ], + "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { - "Content-Length": [ "803" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}]}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "8446e484-8f30-460d-a18b-89f5efb000d8" ], - "CommandName": [ "Get-AzVMwareAuthorization" ], - "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "x-ms-request-id": [ "e685d74a-6f54-4507-93de-ad38988975f9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fd911486-a461-4ed2-a510-028cdbb8f9ac" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:fd911486-a461-4ed2-a510-028cdbb8f9ac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:11:30 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", + "Content": "{\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] + } }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01", - "Content": "{\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-request-id": [ "76a2634e-4888-43ff-98b9-5578ec0f66df" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141920Z:f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:11:30 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "43d9d293-89c7-4679-9aa8-3fe3bfb8595c" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], + "x-ms-request-id": [ "d30d6358-3f47-4ce0-9803-dc1cd6c8d6ff" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:00 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "43d9d293-89c7-4679-9aa8-3fe3bfb8595c" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "8" ], + "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], + "x-ms-request-id": [ "ccea55c9-64ec-40ca-8e9c-47737db3316f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "45d0838b-a24d-4d4c-997e-391746c689ea" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:45d0838b-a24d-4d4c-997e-391746c689ea" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:19:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "796" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", + "isContentBase64": false } }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:00 GMT" ], - "Server": [ "Rocket" ] + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "9" ], + "x-ms-client-request-id": [ "9da76abb-8e7c-4ce4-a92e-1c7d7d5a5e32" ], + "CommandName": [ "Remove-AzVMwareAuthorization" ], + "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", - "isContentBase64": false - } - }, - "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "29cfb66c-67f9-44b2-81f6-a895a0621340" ], - "CommandName": [ "Remove-AzVMwareAuthorization" ], - "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ "6ede5cea-bcd2-4a1b-8367-28b68a6cc57c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T142003Z:6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 14:20:02 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "text/html" ], + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:01 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false } - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 index b0e5d139f7e0..0c4bd416204f 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 @@ -15,7 +15,7 @@ Describe 'AzVMwareAuthorization' { It 'List' { { $config = New-AzVMwareAuthorization -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be "authorization1" + $config.Name | Should -Be $env.rstr3 $config = Get-AzVMwareAuthorization -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 $config.Count | Should -BeGreaterThan 0 @@ -25,14 +25,14 @@ Describe 'AzVMwareAuthorization' { It 'Get' { { $config = Get-AzVMwareAuthorization -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be "authorization1" + $config.Name | Should -Be $env.rstr3 } | Should -Not -Throw } It 'CreateExpanded' { { $config = New-AzVMwareAuthorization -Name $env.rstr4 -PrivateCloudName $env.privateCloudName3 -ResourceGroupName $env.resourceGroup3 - $config.Name | Should -Be "authorization1" + $config.Name | Should -Be $env.rstr4 } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 614b4cc05641..6c11ecef9126 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json @@ -1,215 +1,5524 @@ { - "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "191" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:01 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "367" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "4ca7c8de-ab29-4d09-8f43-af4669a11610" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:32 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "367" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2021-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "a2247a48-2c00-461b-97b6-c957df5ab0e4" ], - "CommandName": [ "Get-AzVMwareCloudLink" ], - "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:32 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "379" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}]}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "a1893c83-8109-4f72-8497-3413a257aaab" ], - "CommandName": [ "Get-AzVMwareCloudLink" ], - "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:33 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "367" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "191" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:12:33 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "367" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "0f1cbd55-ee10-46c0-abad-b52641013c87" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:05 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "367" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01+1": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "b994f9e6-9e6b-41fe-9227-fd5de9c94c09" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:05 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "191" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01" ], + "x-ms-request-id": [ "53236fec-4c4b-4705-b7d5-0e10844d0112" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "031d28ef-aaf6-4e15-be71-675041975b15" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185737Z:031d28ef-aaf6-4e15-be71-675041975b15" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:57:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "423" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Building\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "7539eb21-9125-4cca-af49-b94cfe0fceb4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "0f43cc29-1bbd-47ff-baf8-46aacdd38859" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185755Z:0f43cc29-1bbd-47ff-baf8-46aacdd38859" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:57:54 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "x-ms-request-id": [ "06cf09ec-d80c-4982-83ea-55087a7165fb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "72ef5c38-60c4-4b18-95b6-eb3b49633d13" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185819Z:72ef5c38-60c4-4b18-95b6-eb3b49633d13" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:58:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], + "x-ms-request-id": [ "2852341e-3619-406b-89be-0905d1ba5e2e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e2c1b20c-d44e-4911-8b2c-a7d09198cc49" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185841Z:e2c1b20c-d44e-4911-8b2c-a7d09198cc49" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:58:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "x-ms-request-id": [ "3bab3f00-d5bf-4c56-8841-af88ab7e408f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "dde36120-5043-4c0a-b823-831c7b57e51e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185904Z:dde36120-5043-4c0a-b823-831c7b57e51e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:59:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "6" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], + "x-ms-request-id": [ "915a046f-57f9-48ff-b480-72b8c8fc8ff7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "73907f2c-c34d-4e03-b8e5-f89c53bfb61b" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185928Z:73907f2c-c34d-4e03-b8e5-f89c53bfb61b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:59:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], + "x-ms-request-id": [ "3c3e4251-4848-48ca-ae2c-32595b2a3f28" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "ccb10f60-833e-4ff4-99aa-b00023811d20" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T185950Z:ccb10f60-833e-4ff4-99aa-b00023811d20" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 18:59:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "8" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], + "x-ms-request-id": [ "59686deb-2b00-4592-818b-4a72876fe0fa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e31c429b-1826-4bb5-b46c-b61eb890acb9" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190030Z:e31c429b-1826-4bb5-b46c-b61eb890acb9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:00:30 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "9" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], + "x-ms-request-id": [ "2e56f345-d8a0-438f-952a-e39db454f517" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "980bfda1-1878-4795-9098-c3507a485dc9" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190053Z:980bfda1-1878-4795-9098-c3507a485dc9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:00:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "10" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], + "x-ms-request-id": [ "6e7576e0-63ca-4ce2-80bf-4068c6c1cda5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "5889bcb4-fde4-41f3-b7fa-c2788b7f0154" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190118Z:5889bcb4-fde4-41f3-b7fa-c2788b7f0154" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:01:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "11" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], + "x-ms-request-id": [ "c46089eb-1e5e-4781-819a-b9d651f844c0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "0f1e4a15-1332-4c21-b1d8-16d4f1b759b8" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190145Z:0f1e4a15-1332-4c21-b1d8-16d4f1b759b8" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:01:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], + "x-ms-request-id": [ "50867a99-53cc-4d10-8e91-39b82c739804" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fb4838a9-e770-4adb-9d50-862d6cb9a161" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190215Z:fb4838a9-e770-4adb-9d50-862d6cb9a161" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:02:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], + "x-ms-request-id": [ "535b02d5-07f3-402d-a58b-852135af6a09" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6df6e4cd-f85b-4ac4-a028-579200c47043" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190246Z:6df6e4cd-f85b-4ac4-a028-579200c47043" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:02:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], + "x-ms-request-id": [ "8b00dd1f-7e1f-447d-bdd3-78c03fff3bf0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e8dbcef9-62a7-4088-9972-d47d8bfe3936" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190309Z:e8dbcef9-62a7-4088-9972-d47d8bfe3936" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:03:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], + "x-ms-request-id": [ "eb42eef1-d6a9-4d0c-9b9b-f074808eb655" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "f050e815-45b3-40f8-991c-ebbbc1121666" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190335Z:f050e815-45b3-40f8-991c-ebbbc1121666" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:03:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], + "x-ms-request-id": [ "f374f3e1-635b-4090-86d2-4a646242f1a7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "9e1bae2d-5573-4a29-8bdf-b93c3b638b22" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190354Z:9e1bae2d-5573-4a29-8bdf-b93c3b638b22" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:03:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], + "x-ms-request-id": [ "b2486cd1-8c02-4501-9c5c-a7969018327a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "c3f1e948-f8c2-4cad-861d-18979947b005" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190417Z:c3f1e948-f8c2-4cad-861d-18979947b005" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:04:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "18" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], + "x-ms-request-id": [ "ccf3eeb4-8e56-46fe-b935-dd66b86ad003" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7a5760ec-aaac-4ae1-9f1a-48e836c9542e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190445Z:7a5760ec-aaac-4ae1-9f1a-48e836c9542e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:04:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+19": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], + "x-ms-request-id": [ "f24ff2a2-c5b1-473b-af7e-26de1506ff9d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a91b0306-4055-4a46-b4d9-fb3ed9989079" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190515Z:a91b0306-4055-4a46-b4d9-fb3ed9989079" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:05:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], + "x-ms-request-id": [ "25201202-5875-4bfc-9574-17d5a6267f95" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b84c7b87-daf1-4f40-a0c1-923a3f973da5" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190539Z:b84c7b87-daf1-4f40-a0c1-923a3f973da5" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:05:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "21" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], + "x-ms-request-id": [ "2922388a-b610-4fb4-9048-cfcb821b8008" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e96f3a75-15d1-456f-bfd8-039d5b759bac" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190604Z:e96f3a75-15d1-456f-bfd8-039d5b759bac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:06:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], + "x-ms-request-id": [ "b2175d70-e052-4e1c-8e61-d4db93f47b32" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "02c478b6-51aa-4905-b190-2cbfbaa51bd3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190625Z:02c478b6-51aa-4905-b190-2cbfbaa51bd3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:06:25 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+23": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], + "x-ms-request-id": [ "5bf540e5-edf3-4aa7-9a32-90c87ff71c9f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "03048c10-60bd-49ed-b7b3-7c76627db3a8" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190647Z:03048c10-60bd-49ed-b7b3-7c76627db3a8" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:06:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "24" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], + "x-ms-request-id": [ "987b7a0d-2226-43df-b527-26a8a8128bc4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a216e4ef-e63e-4de2-9704-9b8b80dbbe04" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190722Z:a216e4ef-e63e-4de2-9704-9b8b80dbbe04" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:07:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+25": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], + "x-ms-request-id": [ "aadbec75-9aa1-4af3-aeb8-248bfe58050b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "814fc80e-d203-4bfc-b145-eeec26a433f1" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190752Z:814fc80e-d203-4bfc-b145-eeec26a433f1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:07:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "26" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "x-ms-request-id": [ "55941aa4-792f-4586-a56c-a55bd3f600c8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "4766ba8d-3b44-4d2e-91d1-e7aea9747c23" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190823Z:4766ba8d-3b44-4d2e-91d1-e7aea9747c23" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:08:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], + "x-ms-request-id": [ "023f519a-7e42-4706-bf60-86166d2f2cc7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a1fbe924-4fda-4aed-a972-b32e035609ea" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190850Z:a1fbe924-4fda-4aed-a972-b32e035609ea" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:08:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], + "x-ms-request-id": [ "6cea3e82-e58e-436f-a114-e3a0475acfcd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "ca53b4c2-7d89-44e4-ac28-7c44c7ef8538" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T190928Z:ca53b4c2-7d89-44e4-ac28-7c44c7ef8538" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:09:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], + "x-ms-request-id": [ "fb039b46-9c0a-48a2-9461-fca5b7f1720d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7146ec89-6273-44ed-b1e7-2a2535264aaa" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191026Z:7146ec89-6273-44ed-b1e7-2a2535264aaa" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:10:26 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], + "x-ms-request-id": [ "1fd4065c-7dfc-46cd-9f83-f6f5c812f0f8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "cab0bc06-a134-40be-9b02-0c5b53211a82" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191053Z:cab0bc06-a134-40be-9b02-0c5b53211a82" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:10:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "31" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], + "x-ms-request-id": [ "ae5c4725-41ab-48bd-9daa-64a12a50ca6d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "2fb0cfdf-4ba7-4cdd-bca1-175e3c317c1f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191118Z:2fb0cfdf-4ba7-4cdd-bca1-175e3c317c1f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:11:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "x-ms-request-id": [ "d1bb4cda-4f62-40e3-a018-e8cac7bff183" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "58d5a2a6-3ff5-4b49-bd85-21765cda72f3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191149Z:58d5a2a6-3ff5-4b49-bd85-21765cda72f3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:11:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], + "x-ms-request-id": [ "98b4a925-2433-48af-a90d-d15a236ad309" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "837b4978-e9c9-4cef-83c6-d83cc37e8161" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191218Z:837b4978-e9c9-4cef-83c6-d83cc37e8161" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:12:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], + "x-ms-request-id": [ "0dc46c73-39e1-459e-a0cb-bcf8db2f1209" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "85f40e4d-bb48-469f-afe3-4d7031344780" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191247Z:85f40e4d-bb48-469f-afe3-4d7031344780" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:12:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+35": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], + "x-ms-request-id": [ "10e5af57-33fd-40b8-8410-435fcc1845af" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "3963072c-1fe3-46d8-ab1a-1a3ca8c09756" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191307Z:3963072c-1fe3-46d8-ab1a-1a3ca8c09756" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:13:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+36": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], + "x-ms-request-id": [ "f1bd4098-39be-491a-ac52-1f43de8f7a6b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "de9b8be7-77cf-48b8-9a01-9f24177f037d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191329Z:de9b8be7-77cf-48b8-9a01-9f24177f037d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:13:29 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+37": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], + "x-ms-request-id": [ "1b7d7f20-168b-45f5-b1f0-f543f500080f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "d0d4fa9a-8bb5-4df4-97f8-0b6e378d5d42" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191351Z:d0d4fa9a-8bb5-4df4-97f8-0b6e378d5d42" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:13:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+38": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], + "x-ms-request-id": [ "254beeec-6342-456e-a6bd-129827c44e80" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a45eb0db-b215-4c8f-8d68-4e5c91977481" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191424Z:a45eb0db-b215-4c8f-8d68-4e5c91977481" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:14:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+39": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], + "x-ms-request-id": [ "95ca4dae-eb1f-41d5-9c3d-d2719736a47f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "54301f6d-0f97-4c44-8454-6005bd34e8b1" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191446Z:54301f6d-0f97-4c44-8454-6005bd34e8b1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:14:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+40": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], + "x-ms-request-id": [ "8a5089bd-60bb-4929-8609-212663aeb460" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7567ffb1-8ca6-4992-97ed-c23d2269f81f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191514Z:7567ffb1-8ca6-4992-97ed-c23d2269f81f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:15:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+41": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], + "x-ms-request-id": [ "fad4afe7-654e-43d6-aecf-3f9c28a69db8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "8d65f3e3-f8fd-4c60-ba44-52cbbd7f7b71" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191538Z:8d65f3e3-f8fd-4c60-ba44-52cbbd7f7b71" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:15:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+42": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], + "x-ms-request-id": [ "60587038-8e3c-4767-ac8d-bebf23b500e5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6942ebf5-fee9-4980-b7ad-65589af6b45e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191601Z:6942ebf5-fee9-4980-b7ad-65589af6b45e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:16:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+43": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], + "x-ms-request-id": [ "27c28627-0957-4175-95c1-0f2f9582192d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "36851972-b6f7-41cf-80ac-452c01a30f40" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191632Z:36851972-b6f7-41cf-80ac-452c01a30f40" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:16:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+44": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], + "x-ms-request-id": [ "46d01dfa-2133-4ffc-9b7f-fbd7ab9e3437" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b0cd9fa6-9550-4328-a6dd-9eed5a4c7dd3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191653Z:b0cd9fa6-9550-4328-a6dd-9eed5a4c7dd3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:16:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+45": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], + "x-ms-request-id": [ "e4206126-73d5-42d7-bf83-ebcecd9dee9d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "173d29c9-33bf-4262-8c6e-da32c1dbd56a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191719Z:173d29c9-33bf-4262-8c6e-da32c1dbd56a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:17:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+46": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], + "x-ms-request-id": [ "9e4fba55-3490-4408-83d9-5a064138aa70" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "d75d297d-7680-4676-b976-f4f9db3d07f0" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191747Z:d75d297d-7680-4676-b976-f4f9db3d07f0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:17:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+47": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], + "x-ms-request-id": [ "29276c98-eb02-4499-92d4-111abaf6ecb2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "d26a5c5f-3ed3-46d8-8e8e-7a100afe2e87" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191818Z:d26a5c5f-3ed3-46d8-8e8e-7a100afe2e87" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:18:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+48": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], + "x-ms-request-id": [ "0dbbafd6-8555-4949-b04c-71695a6fa0d7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fedb0ac5-ef3e-420f-8a14-b74fa2b1cbf5" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191839Z:fedb0ac5-ef3e-420f-8a14-b74fa2b1cbf5" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:18:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+49": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], + "x-ms-request-id": [ "6d4be509-d717-47af-9ad6-c5e369b8be99" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "68155ca0-a620-4e92-a2d4-d3cb69498cf0" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191901Z:68155ca0-a620-4e92-a2d4-d3cb69498cf0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:19:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+50": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], + "x-ms-request-id": [ "1d86a3ea-6f62-4352-b21c-7127bcf7a7aa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "2cb8455d-7093-402b-b678-27a83caa597b" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191927Z:2cb8455d-7093-402b-b678-27a83caa597b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:19:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+51": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], + "x-ms-request-id": [ "de5577c3-bc37-4bdf-9286-ceb8ef7d6cbd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "cf5bac38-ec6a-45bf-9d47-4e3122306203" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T191948Z:cf5bac38-ec6a-45bf-9d47-4e3122306203" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:19:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+52": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], + "x-ms-request-id": [ "47f8842a-fc42-41da-8151-c20e661c0cc1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "eec93392-529a-470a-b26e-c26d47b6af95" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192020Z:eec93392-529a-470a-b26e-c26d47b6af95" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:20:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+53": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], + "x-ms-request-id": [ "505ca631-ba31-4b83-8410-5a3cb03689d5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "ff5afb59-0c58-43ab-ad06-e75ba8048748" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192046Z:ff5afb59-0c58-43ab-ad06-e75ba8048748" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:20:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+54": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], + "x-ms-request-id": [ "ed81faaa-64fa-41a3-965d-08a727df801e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a0bfcbee-bff5-4db2-b1cd-949b313c7dd3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192109Z:a0bfcbee-bff5-4db2-b1cd-949b313c7dd3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:21:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+55": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], + "x-ms-request-id": [ "a35d2b84-1a63-46df-98cc-643fe6fd3b58" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "ccb5f2d3-25df-463f-b447-1d2f71aa25d7" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192131Z:ccb5f2d3-25df-463f-b447-1d2f71aa25d7" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:21:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+56": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], + "x-ms-request-id": [ "f33ec732-46ed-4364-b844-1596976a7487" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1f8318ef-a2de-4188-b349-0784c62286db" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192152Z:1f8318ef-a2de-4188-b349-0784c62286db" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:21:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+57": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], + "x-ms-request-id": [ "f680f718-6d01-492e-9159-d774488343d5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "75200fea-8f9a-41bf-86db-d0cb039a64ae" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192221Z:75200fea-8f9a-41bf-86db-d0cb039a64ae" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:22:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+58": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], + "x-ms-request-id": [ "3dde170e-c97e-4cb2-9ffa-337198c2d85e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "53600f88-a6f0-431c-9cad-ddec287b9686" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192250Z:53600f88-a6f0-431c-9cad-ddec287b9686" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:22:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+59": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], + "x-ms-request-id": [ "9551943f-ad93-4f99-9da0-c95c42f0b2e8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a73dd81e-9ab3-4a70-b497-b6c8c7764e71" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192317Z:a73dd81e-9ab3-4a70-b497-b6c8c7764e71" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:23:16 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+60": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], + "x-ms-request-id": [ "5edd96fe-44cd-4690-adfe-6636b1b88e38" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "dd826a39-6174-44d6-b8bd-3336d77b29ba" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192348Z:dd826a39-6174-44d6-b8bd-3336d77b29ba" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:23:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+61": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], + "x-ms-request-id": [ "124bb381-2298-4923-a070-7be9354d21c1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1f738f03-167e-4337-9def-4b205a07adb0" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192415Z:1f738f03-167e-4337-9def-4b205a07adb0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:24:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+62": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], + "x-ms-request-id": [ "38ef28c4-add8-424e-a670-2b41388a0052" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1b24f5d3-4e36-4eee-8c93-fa138d58b196" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192447Z:1b24f5d3-4e36-4eee-8c93-fa138d58b196" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:24:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+63": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "63" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], + "x-ms-request-id": [ "a0654e75-6c76-490f-b69f-a27884599130" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "f2db0229-812f-421b-b0b2-35c5f100f0bf" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192519Z:f2db0229-812f-421b-b0b2-35c5f100f0bf" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:25:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+64": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], + "x-ms-request-id": [ "0f9f2e20-778f-4091-9a5b-7769983a0034" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "c3a097aa-9a6a-4cb6-96c0-f3e5995467a0" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192547Z:c3a097aa-9a6a-4cb6-96c0-f3e5995467a0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:25:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+65": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], + "x-ms-request-id": [ "58b63093-0fc6-42e4-86bf-b234844b09ec" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e22d78ce-fc4b-41c1-88ce-ff09ab3ded05" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192611Z:e22d78ce-fc4b-41c1-88ce-ff09ab3ded05" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:26:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+66": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], + "x-ms-request-id": [ "b4cc8692-c797-4309-8b37-d86243c7843a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "913e97c0-36ab-4b03-9b94-2dbd8f8f18ea" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192634Z:913e97c0-36ab-4b03-9b94-2dbd8f8f18ea" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:26:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+67": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], + "x-ms-request-id": [ "893e887f-9c9f-4def-a4d9-91603b3d843c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "59627338-e1b5-4d7a-9825-a981b785d5ee" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192654Z:59627338-e1b5-4d7a-9825-a981b785d5ee" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:26:54 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "840" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"endTime\":\"2023-12-21T19:26:11.1166161+00:00\",\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":100,\"properties\":{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"},\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Succeeded\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+68": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], + "x-ms-request-id": [ "d70f477e-3c84-4df4-a553-4e7a4b8f5edb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "75882fed-e0c4-4ebc-804b-2ab370878979" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192711Z:75882fed-e0c4-4ebc-804b-2ab370878979" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:27:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "421" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2023-03-01+69": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "f3cd966b-21f1-4a81-aceb-0a6435009cf5" ], + "CommandName": [ "Get-AzVMwareCloudLink" ], + "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], + "x-ms-request-id": [ "c3cfaefb-5060-4e7d-817b-ab9f092fdb33" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "ab8e95d2-64be-4899-a45b-4bf7917398ad" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192713Z:ab8e95d2-64be-4899-a45b-4bf7917398ad" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:27:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "433" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}]}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "dcd158fc-771b-4e02-8cb7-925669da543a" ], + "CommandName": [ "Get-AzVMwareCloudLink" ], + "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], + "x-ms-request-id": [ "29412f4d-d27e-4eb8-9c61-1079b232f27f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "27af5d66-f46a-44c5-baf5-031ed6428c00" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192728Z:27af5d66-f46a-44c5-baf5-031ed6428c00" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:27:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "421" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "191" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-request-id": [ "08ed1231-ab5f-4842-a51e-49160265a4fc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "9516c37a-1295-4e6d-bcc6-54dc5321cc93" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192758Z:9516c37a-1295-4e6d-bcc6-54dc5321cc93" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:27:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "421" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "e8ad54eb-a23c-4e16-b8c0-1bb02db00e0c" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], + "x-ms-request-id": [ "7f453bfd-b81a-4ce3-82d1-cafc00dc40f0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "725ba57e-d9bf-404a-8510-a71e7765d69a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192847Z:725ba57e-d9bf-404a-8510-a71e7765d69a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:28:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "421" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01" ], + "x-ms-request-id": [ "37c4beb9-cc7a-44aa-b79e-21a815506029" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "9c9c6812-f15d-4403-95d7-8577588a4714" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192902Z:9c9c6812-f15d-4403-95d7-8577588a4714" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:29:01 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "423" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Deleting\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], + "x-ms-request-id": [ "34eb14c0-a5a8-41a1-a2c9-b2196dd16685" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "28c59d10-8924-4581-98fc-e3c42a8473e2" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192929Z:28c59d10-8924-4581-98fc-e3c42a8473e2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:29:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], + "x-ms-request-id": [ "8060f434-392a-4d6c-ac11-2f83e68abcf0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "0a47ae67-92df-4d22-8045-6be203423d4e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T192954Z:0a47ae67-92df-4d22-8045-6be203423d4e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:29:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], + "x-ms-request-id": [ "7f2a292b-c710-4eb0-934c-34bb36d5670d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fe685773-3c4c-4e31-bdb1-672e4554a844" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193035Z:fe685773-3c4c-4e31-bdb1-672e4554a844" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:30:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], + "x-ms-request-id": [ "80dd06b1-023b-4d4e-b7b1-3b43e8b457f2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b78c8dec-49aa-4638-897a-cb06507ad536" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193055Z:b78c8dec-49aa-4638-897a-cb06507ad536" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:30:55 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], + "x-ms-request-id": [ "5582d2fa-bc32-4a72-bbdb-a71fbefeaa77" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "bb38c54f-3ee8-4a4c-8d69-5176ca2aae14" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193121Z:bb38c54f-3ee8-4a4c-8d69-5176ca2aae14" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:31:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], + "x-ms-request-id": [ "ad566b2c-89eb-4004-a3ce-ab856d709b91" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a7a4523f-fe6f-4816-ae61-b66b3687df71" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193150Z:a7a4523f-fe6f-4816-ae61-b66b3687df71" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:31:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], + "x-ms-request-id": [ "a3330510-d9cb-4a2a-bda8-32c01ff93146" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "c53d7038-296d-43c5-b78a-ae5683783dc4" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193223Z:c53d7038-296d-43c5-b78a-ae5683783dc4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:32:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], + "x-ms-request-id": [ "1b6d286f-654b-4dd6-b7fc-2f4e77d229a7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b8804274-0964-4a1a-8943-d4b8793b176a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193253Z:b8804274-0964-4a1a-8943-d4b8793b176a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:32:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], + "x-ms-request-id": [ "a1611ff7-fcf2-4d35-bae4-816489f9a0f1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "164ffe29-a973-4296-a866-1643dbb1009e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193327Z:164ffe29-a973-4296-a866-1643dbb1009e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:33:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], + "x-ms-request-id": [ "be8606b2-997f-4477-a79b-574d645c76d7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "95fdbd7a-36ba-4edd-871a-6065d9762cc1" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193353Z:95fdbd7a-36ba-4edd-871a-6065d9762cc1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:33:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], + "x-ms-request-id": [ "f89d3e34-03ab-49a6-aba2-c5ba2bbbab88" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "dc6fff48-6701-4b62-a8d4-e6c7f129c7fa" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193431Z:dc6fff48-6701-4b62-a8d4-e6c7f129c7fa" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:34:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], + "x-ms-request-id": [ "76879b4c-ecbb-45f4-ac6c-5d476f658c8c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "f6530dc9-7fe1-4304-b45e-922dac21a66d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193454Z:f6530dc9-7fe1-4304-b45e-922dac21a66d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:34:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], + "x-ms-request-id": [ "7f7d7020-27a6-4a62-af9a-ef9147e9a606" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "11b7528c-7673-4d7f-9c71-abaa35e557fa" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193520Z:11b7528c-7673-4d7f-9c71-abaa35e557fa" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:35:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], + "x-ms-request-id": [ "6bdc8398-0cde-4e3e-a0f3-68f859082524" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "0e059b77-ceb7-49aa-a268-ca4d70c0af77" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193549Z:0e059b77-ceb7-49aa-a268-ca4d70c0af77" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:35:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], + "x-ms-request-id": [ "1a8e5f03-e7b6-47d9-ade8-83b040e3b3e4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "aa245c58-c99e-4f8c-a0f0-bef05674f575" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193619Z:aa245c58-c99e-4f8c-a0f0-bef05674f575" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:36:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], + "x-ms-request-id": [ "fdc20262-438a-49bc-94ff-7682833aba51" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "d362f4e6-1916-4c07-87ef-10cdefa161b3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193655Z:d362f4e6-1916-4c07-87ef-10cdefa161b3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:36:54 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], + "x-ms-request-id": [ "1950753f-64f5-4964-86da-8bfbe7e72c52" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "879383a6-cc47-4e93-bfeb-b96cbf20c659" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193729Z:879383a6-cc47-4e93-bfeb-b96cbf20c659" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:37:29 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+19": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], + "x-ms-request-id": [ "8869c337-4d53-4fe4-a275-67bce1003fe8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "9f70ed07-0089-4f87-8e30-ef5203588e7a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193750Z:9f70ed07-0089-4f87-8e30-ef5203588e7a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:37:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "92" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], + "x-ms-request-id": [ "4c6519e1-cf0f-4817-825b-17970a8f07dc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "d5aa93ae-61d3-4385-ac73-51b90984b616" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193809Z:d5aa93ae-61d3-4385-ac73-51b90984b616" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:38:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], + "x-ms-request-id": [ "34c0513a-e984-48da-aab5-a9c40c8354d2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "4b8bc546-2ef2-4126-beba-5a3a3a6e9b2c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193833Z:4b8bc546-2ef2-4126-beba-5a3a3a6e9b2c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:38:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], + "x-ms-request-id": [ "c6e06bed-422c-4b71-a61c-caa110e09d1d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "2ceb75ce-7edf-4b55-ae8d-a9592c676419" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193852Z:2ceb75ce-7edf-4b55-ae8d-a9592c676419" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:38:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+23": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], + "x-ms-request-id": [ "07fccbb5-1291-4fdd-bbfd-4af9df6689a3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fe26afdc-63d5-469b-87cd-de24b562b29d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193923Z:fe26afdc-63d5-469b-87cd-de24b562b29d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:39:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], + "x-ms-request-id": [ "f28a7b85-357c-4f9d-a06c-46ea476a780d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "daaa16bb-d6e4-44aa-8cc2-9e82d8373b2b" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T193948Z:daaa16bb-d6e4-44aa-8cc2-9e82d8373b2b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:39:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+25": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], + "x-ms-request-id": [ "7c62f80b-ecd4-4573-81f8-872fd2ca7382" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "13f4017f-7421-43a9-b5d2-831a52af422e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194026Z:13f4017f-7421-43a9-b5d2-831a52af422e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:40:26 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], + "x-ms-request-id": [ "30feaf20-7eb1-4a70-9a49-828ff827c550" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "797f325f-1eab-432d-afbd-3816a968daf2" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194048Z:797f325f-1eab-432d-afbd-3816a968daf2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:40:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], + "x-ms-request-id": [ "37b8d3c8-f73b-4dce-867f-09e6173e13d8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "3cf26681-a4c6-4176-808d-34461ef29de7" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194114Z:3cf26681-a4c6-4176-808d-34461ef29de7" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:41:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], + "x-ms-request-id": [ "62b1303e-556f-4390-b715-80bd4e70d28f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e8edf9cf-fc4d-4bc0-94aa-ba8de6e43acd" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194138Z:e8edf9cf-fc4d-4bc0-94aa-ba8de6e43acd" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:41:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "101" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], + "x-ms-request-id": [ "cfe0652e-5f22-45d6-a800-99d56209a3fe" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "41d4a0b0-69e6-47d6-969d-2c8bd4d313d8" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194204Z:41d4a0b0-69e6-47d6-969d-2c8bd4d313d8" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:42:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "102" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], + "x-ms-request-id": [ "40d392fa-eeb4-4502-8bdf-a39c37766b28" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b19e3b19-aa4d-4f8f-8cf9-b4075c349bc2" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194229Z:b19e3b19-aa4d-4f8f-8cf9-b4075c349bc2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:42:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "103" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], + "x-ms-request-id": [ "fa4c9c80-0f32-479b-aa58-127e33e1c624" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1fb58cb6-9a2c-4f29-b2a3-3b6fc17b9028" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194249Z:1fb58cb6-9a2c-4f29-b2a3-3b6fc17b9028" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:42:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "104" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], + "x-ms-request-id": [ "4fd1e83a-caaa-4755-958a-f60659efd055" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "4c928dfc-0fea-402e-bcca-5e9fe9fabf7a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194307Z:4c928dfc-0fea-402e-bcca-5e9fe9fabf7a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:43:06 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], + "x-ms-request-id": [ "def07426-1c06-408d-a578-d2a1f5553adc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6a212a5d-bbd8-4e2d-b350-a1afe7fb16d4" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194336Z:6a212a5d-bbd8-4e2d-b350-a1afe7fb16d4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:43:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], + "x-ms-request-id": [ "f501c6c3-3c4f-41f6-a10a-fcae3d158290" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "8b125022-1c39-4934-8801-0e1a72788bd4" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194356Z:8b125022-1c39-4934-8801-0e1a72788bd4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:43:56 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+35": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "107" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], + "x-ms-request-id": [ "5a96dee0-9413-4c3f-bdb1-98b2974ad30b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6af77486-7cb1-4994-ba83-43e65965aeb1" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194419Z:6af77486-7cb1-4994-ba83-43e65965aeb1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:44:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+36": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], + "x-ms-request-id": [ "a6b23107-523e-4d81-85c9-071ef220ff86" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "054782fc-96d5-4aa2-a08e-076ce275041d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194448Z:054782fc-96d5-4aa2-a08e-076ce275041d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:44:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+37": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "109" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], + "x-ms-request-id": [ "72fcc1ed-4d7e-4a32-8f8c-1688d3d86fb9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "cfd7ef87-8254-4020-9ed7-f631c9428df2" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194514Z:cfd7ef87-8254-4020-9ed7-f631c9428df2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:45:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+38": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "110" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], + "x-ms-request-id": [ "0bce3991-caab-49d3-917e-5a74f54083a7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a2a714f0-99f6-4dd7-9fe4-58c5e69be49c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194540Z:a2a714f0-99f6-4dd7-9fe4-58c5e69be49c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:45:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+39": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "111" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], + "x-ms-request-id": [ "26afc228-9830-4f0e-a5cb-0506fa134cef" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "14b9d673-3b0c-4657-bd92-8dc7adc945ac" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194605Z:14b9d673-3b0c-4657-bd92-8dc7adc945ac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:46:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+40": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "112" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], + "x-ms-request-id": [ "39772560-97e3-4261-91c3-041f9d2424e5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "038e6700-9268-4944-86a5-a35a04c02cc9" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194626Z:038e6700-9268-4944-86a5-a35a04c02cc9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:46:26 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+41": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "113" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], + "x-ms-request-id": [ "cf779e47-5d1e-49d2-bf22-ab64287cc271" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a761ba50-5e6c-4d75-beca-5dbfac89224f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194648Z:a761ba50-5e6c-4d75-beca-5dbfac89224f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:46:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+42": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "114" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], + "x-ms-request-id": [ "43e0158c-192e-4b8a-ad9c-4afccb176271" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "8dbf79ec-7436-483b-a7b7-fd8b842a1da0" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194708Z:8dbf79ec-7436-483b-a7b7-fd8b842a1da0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:47:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+43": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "115" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], + "x-ms-request-id": [ "36c43c8c-ce08-4db6-a8d4-6d0ba96b6c0d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "79f6cc26-21e4-42bf-9bda-e1e28af364e7" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194732Z:79f6cc26-21e4-42bf-9bda-e1e28af364e7" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:47:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+44": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "116" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], + "x-ms-request-id": [ "33ebac53-3a0d-42c4-b149-38fd10a2af62" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "95c4305b-a51d-4a06-970e-bf7aa36980ec" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194750Z:95c4305b-a51d-4a06-970e-bf7aa36980ec" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:47:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+45": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "117" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], + "x-ms-request-id": [ "227025a0-c477-4d21-9754-95d83ea706ce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7aa8dbd9-d0ef-4d7e-9074-3b07289b8313" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194808Z:7aa8dbd9-d0ef-4d7e-9074-3b07289b8313" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:48:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+46": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "118" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], + "x-ms-request-id": [ "41edbe3e-8933-44a0-ac19-5b082191a9b7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "90ec7c10-c80b-461c-ba56-1edc6043d004" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194831Z:90ec7c10-c80b-461c-ba56-1edc6043d004" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:48:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+47": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "119" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], + "x-ms-request-id": [ "e517db2f-222a-46b2-9c21-21a62b5b54cb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "67f53aeb-bf1b-46f7-a698-608b2dcc19ab" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194853Z:67f53aeb-bf1b-46f7-a698-608b2dcc19ab" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:48:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+48": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "120" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], + "x-ms-request-id": [ "131b60cf-dcf2-4040-aa40-f5d0f1ce743c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "757b237f-80b5-4590-a91b-8b121da3222f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194920Z:757b237f-80b5-4590-a91b-8b121da3222f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:49:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+49": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "121" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], + "x-ms-request-id": [ "696a49cb-886a-4120-842c-518d53d147cc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "a4410bf0-20cb-4f4e-a563-34a622edf4f4" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T194949Z:a4410bf0-20cb-4f4e-a563-34a622edf4f4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:49:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+50": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "122" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], + "x-ms-request-id": [ "71a35669-d5d3-4ccc-85d8-6c8ab0ad467a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "dfa5b7d1-924d-4e64-b088-0700fe43a6a3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195045Z:dfa5b7d1-924d-4e64-b088-0700fe43a6a3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:50:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+51": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "123" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], + "x-ms-request-id": [ "4f442c97-3bd7-4d15-a4b0-bbfd0257666b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7c0b8632-11ec-427a-a81b-63df99531893" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195125Z:7c0b8632-11ec-427a-a81b-63df99531893" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:51:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+52": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "124" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], + "x-ms-request-id": [ "6453cdcb-c846-425d-b4fc-44af2f44c525" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "027cda64-f03e-4c5a-aa42-7f1f9e1f364a" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195153Z:027cda64-f03e-4c5a-aa42-7f1f9e1f364a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:51:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+53": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "125" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], + "x-ms-request-id": [ "ad8e833f-5434-4504-85e5-ae844ba6d2e5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "9aa13eed-fe35-489f-b3eb-356337e6e655" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195230Z:9aa13eed-fe35-489f-b3eb-356337e6e655" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:52:29 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+54": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "126" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], + "x-ms-request-id": [ "aeefd750-d5a8-49df-970a-5a907361c7ec" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "e9f07587-af7e-4aa2-97fc-639685ec9144" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195253Z:e9f07587-af7e-4aa2-97fc-639685ec9144" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:52:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+55": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "127" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], + "x-ms-request-id": [ "607bf62c-fbe7-44ff-a803-87478b6f004c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "172da586-d85f-4242-b828-99d8562f75cb" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195319Z:172da586-d85f-4242-b828-99d8562f75cb" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:53:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+56": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "128" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], + "x-ms-request-id": [ "5161f2b5-0599-4e2a-a004-9ce8333f8ef1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1a809036-cc33-4f99-bf4c-f40b04c646c6" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195349Z:1a809036-cc33-4f99-bf4c-f40b04c646c6" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:53:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+57": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "129" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], + "x-ms-request-id": [ "736b5634-525d-4154-8443-a87649ad41db" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "5721f60b-dce6-4538-b9bf-27487b0ee124" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195409Z:5721f60b-dce6-4538-b9bf-27487b0ee124" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:54:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+58": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "130" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], + "x-ms-request-id": [ "80ecb66e-6907-4483-bbaa-f3116688fc5a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b96745f0-76b0-4181-9bce-653b976ee637" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195435Z:b96745f0-76b0-4181-9bce-653b976ee637" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:54:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+59": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "131" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], + "x-ms-request-id": [ "8a6987d4-d162-4aba-91b1-9b9349a81d6d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "10df47df-4143-459d-92ab-3d9c7284f7ca" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195453Z:10df47df-4143-459d-92ab-3d9c7284f7ca" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:54:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+60": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "132" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], + "x-ms-request-id": [ "03b14695-644b-415c-8c6d-4606d06979c1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "7981527d-e72e-48a0-8065-8d77c7781093" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195515Z:7981527d-e72e-48a0-8065-8d77c7781093" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:55:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+61": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "133" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], + "x-ms-request-id": [ "073b29f7-7e4c-4272-9b9e-32428f6b77d8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "134f0723-184d-4ef3-b420-d357b399504f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195538Z:134f0723-184d-4ef3-b420-d357b399504f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:55:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+62": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "134" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Retry-After": [ "10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], + "x-ms-request-id": [ "35609719-de45-4090-aa94-0d8ed28f6994" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "59254fed-e0a7-43d5-98b4-bd28952dbc1f" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195605Z:59254fed-e0a7-43d5-98b4-bd28952dbc1f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:56:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "405" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"endTime\":\"2023-12-21T19:55:09.9991192+00:00\",\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":100,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Succeeded\"}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+63": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "135" ], + "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], + "x-ms-request-id": [ "65a2eab2-4122-41cb-ad2f-c14cb31593fa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "bda20633-00ab-4388-9869-1322fe651167" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T195617Z:bda20633-00ab-4388-9869-1322fe651167" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 19:56:16 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "4" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "bnVsbA==", + "isContentBase64": false + } } - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 index b0bac8898bad..3d6031413e3a 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 @@ -16,7 +16,7 @@ Describe 'AzVMwareCloudLink' { { $Id2 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup2)/providers/Microsoft.AVS/privateClouds/$($env.privateCloudName2)" $config = New-AzVMwareCloudLink -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -LinkedCloud $Id2 - $config.Name | Should -Be "cloudLink1" + $config.Name | Should -Be $env.rstr3 $config = Get-AzVMwareCloudLink -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 $config.Count | Should -BeGreaterThan 0 @@ -26,7 +26,7 @@ Describe 'AzVMwareCloudLink' { It 'Get' { { $config = Get-AzVMwareCloudLink -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be "cloudLink1" + $config.Name | Should -Be $env.rstr3 } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json index c2903459df5b..c75041517f4b 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -1,34 +1,42 @@ { - "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/centralus/checkQuotaAvailability?api-version=2021-12-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/centralus/checkQuotaAvailability?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "53a0e0d7-e475-48d0-b750-582c054c4e42" ], - "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], - "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] + "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "fa0cec7c-8a25-412d-aa28-ffcf68f9941c" ], + "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], + "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "14715dd3-1a1c-4cf2-9541-ca0af4e5a1b7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "b69540d3-f3b8-43e5-afde-efa8432da8b3" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T164555Z:b69540d3-f3b8-43e5-afde-efa8432da8b3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 16:45:55 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "83" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"hostsRemaining\":{\"av64\":0,\"gp\":0,\"he\":0,\"he2\":1,\"hv\":0},\"quotaEnabled\":\"Enabled\"}", + "isContentBase64": false } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:21 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "65" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"hostsRemaining\":{\"AV20\":0,\"AV36\":999},\"quotaEnabled\":\"Enabled\"}", - "isContentBase64": false } - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Tests.ps1 index 9b969561dad0..374edd6153f5 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Tests.ps1 @@ -14,7 +14,7 @@ while(-not $mockingPath) { Describe 'AzVMwareLocationQuotaAvailability' { It 'Check' { { - $config = Test-AzVMwareLocationQuotaAvailability -Location $env.location1 + $config = Test-AzVMwareLocationQuotaAvailability -Location $env.location2 $config.Enabled | Should -Be "Enabled" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json index a030bd59ce05..fef5996ab385 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json @@ -1,34 +1,37 @@ { - "AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2021-12-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "cea0dcf0-1095-44c2-a326-54e891078ae6" ], - "CommandName": [ "Test-AzVMwareLocationTrialAvailability" ], - "FullCommandName": [ "Test-AzVMwareLocationTrialAvailability_Check" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] + "AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01", + "Content": "{\r\n \"name\": \"av36\"\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "22" ] + } }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "60327107-8c3c-415a-9f6c-4a64b4f751c1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "167c4a26-12d7-43e0-9eaf-ac577762c477" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T164724Z:167c4a26-12d7-43e0-9eaf-ac577762c477" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 16:47:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "45" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"availableHosts\":0,\"status\":\"TrialDisabled\"}", + "isContentBase64": false } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:21 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "46" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"status\":\"TrialAvailable\",\"availableHosts\":4}", - "isContentBase64": false } - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 index b3af7c42a470..cf577aa58068 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 @@ -14,8 +14,8 @@ while(-not $mockingPath) { Describe 'AzVMwareLocationTrialAvailability' { It 'Check' { { - $config = Test-AzVMwareLocationTrialAvailability -Location "eastus2" - $config.Status | Should -Be "TrialAvailable" + $config = Test-AzVMwareLocationTrialAvailability -Location "eastus2" -Name av36 + $config.Status | Should -Be "TrialDisabled" } | Should -Not -Throw } } diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 87691b04f4b0..25332962e0b0 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -1,34 +1,42 @@ { - "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2021-12-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2021-12-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "34fd3299-909c-4a5d-91a8-ffebf354082b" ], - "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], - "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "6a1f4698-39cf-4606-a831-2c32ca11fa55" ], + "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], + "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } }, - "ContentHeaders": { + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "99" ], + "x-ms-request-id": [ "d08d6a5f-c1dc-4e79-85e1-ea6c2cd980da" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "bc74918d-f89b-471e-a6e0-34e38f3332e2" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T162957Z:bc74918d-f89b-471e-a6e0-34e38f3332e2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 16:29:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "137" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nsxtPassword\":\"qg1A$D52d$6e\",\"nsxtUsername\":\"cloudadmin\",\"vcenterPassword\":\"u0PwXq0\u002621@f\",\"vcenterUsername\":\"cloudadmin@vsphere.local\"}", + "isContentBase64": false } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:35 GMT" ], - "Server": [ "Rocket" ] - }, - "ContentHeaders": { - "Content-Length": [ "133" ], - "Content-Type": [ "application/json" ] - }, - "Content": "{\"nsxtUsername\":\"admin\",\"nsxtPassword\":\"$(1X4Dkk\",\"vcenterUsername\":\"cloudadmin@vsphere.local\",\"vcenterPassword\":\"\u003cvcenterPassword\u003e\"}", - "isContentBase64": false } - } -} \ No newline at end of file + } \ No newline at end of file From 4be4b8a7a7a2cebf46117e8ccaf20ef1ee1f8502 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Wed, 10 Jan 2024 09:05:29 -0500 Subject: [PATCH 03/14] additional testing for ps vmware modules --- .../test/AzVMwareAddon.Recording.json | 202 ++++++++++++------ .../test/AzVMwareCluster.Recording.json | 106 ++++----- .../test/AzVMwareDatastore.Recording.json | 77 +++---- ...VMwareGlobalReachConnection.Recording.json | 100 ++++----- .../AzVMwarePlacementPolicy.Recording.json | 104 ++++----- .../test/AzVMwarePrivateCloud.Recording.json | 88 ++++---- .../test/AzVMwarePrivateCloud.Tests.ps1 | 2 +- ...arePrivateCloudNsxtPassword.Recording.json | 8 +- ...PrivateCloudVcenterPassword.Recording.json | 8 +- .../AzVMwareVirtualMachine.Recording.json | 16 +- 10 files changed, 395 insertions(+), 316 deletions(-) diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index ace22ec2c279..dc4b2cfad91b 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,31 +15,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:09:53 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "x-ms-request-id": [ "acf92aa5-c1a6-4eee-81e8-6d80bef6a8c7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141846Z:4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:18:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "6fe3c651-20bd-4072-a427-b03aab94bead" ], + "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -47,31 +55,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:23 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "e4f9d674-a1d5-4fd8-b1fe-67e7408315a8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "6fe3c651-20bd-4072-a427-b03aab94bead" ], + "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -79,30 +95,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:23 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "x-ms-request-id": [ "7a4dc237-7e27-467f-ba95-6a1fcc929321" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "cd593510-e44a-44bb-a037-10a703353b89" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:cd593510-e44a-44bb-a037-10a703353b89" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2021-12-01+4": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "82c586b0-f1aa-454c-bfb4-d10206d415b2" ], + "x-ms-client-request-id": [ "99c2639f-17a1-42dd-aa86-e85e4dcb7e21" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -111,30 +135,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:23 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], + "x-ms-request-id": [ "62f2bec3-439b-421c-b69c-3d72ac14e038" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2021-12-01+1": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "7c956c9b-7aa9-4019-afc5-b68b1c541e44" ], + "x-ms-client-request-id": [ "319189c3-a0cb-4c44-b9d4-8fbced897a07" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -143,21 +175,29 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:24 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "x-ms-request-id": [ "e685d74a-6f54-4507-93de-ad38988975f9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "fd911486-a461-4ed2-a510-028cdbb8f9ac" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:fd911486-a461-4ed2-a510-028cdbb8f9ac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -170,31 +210,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:24 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-request-id": [ "76a2634e-4888-43ff-98b9-5578ec0f66df" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141920Z:f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "1dada9f4-452f-4285-84dd-325b6fbfaaf9" ], + "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -202,31 +250,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:55 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], + "x-ms-request-id": [ "d30d6358-3f47-4ce0-9803-dc1cd6c8d6ff" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], "Content-Type": [ "application/json" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "1dada9f4-452f-4285-84dd-325b6fbfaaf9" ], + "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -234,30 +289,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:55 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], + "x-ms-request-id": [ "ccea55c9-64ec-40ca-8e9c-47737db3316f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "45d0838b-a24d-4d4c-997e-391746c689ea" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:45d0838b-a24d-4d4c-997e-391746c689ea" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:19:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2021-12-01+1": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "fb0256da-5b01-4a6c-b9ef-42bda63501b7" ], + "x-ms-client-request-id": [ "9da76abb-8e7c-4ce4-a92e-1c7d7d5a5e32" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -266,10 +329,19 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:10:56 GMT" ], - "Server": [ "Rocket" ] + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ "6ede5cea-bcd2-4a1b-8367-28b68a6cc57c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-correlation-request-id": [ "6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], + "x-ms-routing-request-id": [ "EASTUS:20231221T142003Z:6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Thu, 21 Dec 2023 15:20:02 GMT" ] }, "ContentHeaders": { + "Content-Type": [ "text/html" ], + "Expires": [ "-1" ], "Content-Length": [ "0" ] }, "Content": null, diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index d1ad485e830e..882027cc402e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+1": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,7 +15,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:06 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:18:46 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -39,7 +39,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -47,7 +47,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:36 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:19:06 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -71,7 +71,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -79,7 +79,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:36 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:19:22 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2021-12-01+4": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -102,7 +102,7 @@ "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -111,7 +111,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:36 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:19:55 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+1": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -134,7 +134,7 @@ "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -143,7 +143,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:38 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:20:15 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+1": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -170,7 +170,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:13:38 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:20:46 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -194,7 +194,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -202,7 +202,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:08 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:21:23 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -226,7 +226,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -234,7 +234,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:08 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:21:58 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+1": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -261,7 +261,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:08 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:22:05 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -272,10 +272,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -285,7 +285,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -293,7 +293,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:39 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:22:13 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -317,7 +317,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -325,7 +325,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:39 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:22:44 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -336,10 +336,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+4": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 4\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -352,7 +352,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:39 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:22:58 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -363,10 +363,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+5": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -375,7 +375,7 @@ "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -384,7 +384,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:41 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:23:01 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -394,10 +394,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01+1": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -406,7 +406,7 @@ "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -415,10 +415,12 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:41 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:23:10 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { + "Content-Type": [ "text/html" ], + "Expires": [ "-1" ], "Content-Length": [ "0" ] }, "Content": null, diff --git a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json index 65018594791e..bd8d57fe5995 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"netAppVolume\": {\r\n \"id\": \"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,21 +15,22 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:14:42 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:30:51 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { "Content-Length": [ "501" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -39,7 +40,7 @@ "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -47,21 +48,22 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:12 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:31:02 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { "Content-Length": [ "501" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -71,7 +73,7 @@ "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -79,21 +81,22 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:12 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:31:15 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { "Content-Length": [ "501" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -102,7 +105,7 @@ "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -111,21 +114,22 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:12 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:31:27 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { "Content-Length": [ "501" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2021-12-01+1": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -134,7 +138,7 @@ "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -143,21 +147,22 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:13 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:31:39 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { "Content-Length": [ "1095" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}},{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore2\",\"name\":\"datastore2\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"diskPoolVolume\":{\"targetId\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.StoragePool/diskPools/DiskPool1/targets/Target1\",\"lunName\":\"lun0\",\"mountOption\":\"MOUNT\",\"path\":\"/vmfs/devices/disks/naa.6001405f75f6bdf7f6f49db8b4b21723\"},\"status\":\"Accessible\"}}]}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -166,7 +171,7 @@ "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -175,7 +180,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:13 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:31:56 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -185,10 +190,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01+1": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -197,7 +202,7 @@ "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -206,7 +211,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:14 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:32:09 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -217,10 +222,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2021-12-01+2": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -229,7 +234,7 @@ "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -238,7 +243,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:14 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:32:31 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json index c3999ec3bee6..02e401d50f8c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2021-12-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -11,7 +11,7 @@ "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,7 +20,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:16 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:37:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -31,10 +31,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2021-12-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -43,7 +43,7 @@ "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -52,7 +52,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:16 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:37:35 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -63,10 +63,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -79,7 +79,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:17 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:37:49 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -103,7 +103,7 @@ "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -111,7 +111,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:47 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:38:12 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -135,7 +135,7 @@ "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -143,7 +143,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:47 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:38:26 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2021-12-01+6": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -166,7 +166,7 @@ "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -175,7 +175,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:47 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:38:36 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -186,10 +186,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -198,7 +198,7 @@ "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -207,7 +207,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:48 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:38:58 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -218,10 +218,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2021-12-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -230,7 +230,7 @@ "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -239,7 +239,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:48 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:39:10 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -250,10 +250,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2021-12-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -262,7 +262,7 @@ "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -271,7 +271,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:48 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:39:30 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -282,10 +282,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -298,7 +298,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:15:50 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:39:53 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -309,10 +309,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -322,7 +322,7 @@ "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -330,7 +330,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:20 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:40:05 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -341,10 +341,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -354,7 +354,7 @@ "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -362,7 +362,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:20 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:40:23 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -385,7 +385,7 @@ "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -394,7 +394,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:20 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:40:33 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index ef6eb58cca45..3801ceabba45 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,7 +15,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:23 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:44:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -39,7 +39,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -47,7 +47,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:53 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:44:27 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -71,7 +71,7 @@ "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -79,7 +79,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:53 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:44:38 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+4": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"type\": \"VmVm\",\r\n \"vmMembers\": [ \"System.Collections.Hashtable\" ],\r\n \"affinityType\": \"Affinity\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -106,7 +106,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:16:54 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:45:02 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -117,10 +117,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -130,7 +130,7 @@ "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -138,7 +138,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:24 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:45:31 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -149,10 +149,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -162,7 +162,7 @@ "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -170,7 +170,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:24 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:45:40 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -193,7 +193,7 @@ "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -202,7 +202,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:24 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:45:56 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -225,7 +225,7 @@ "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -234,7 +234,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:26 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:46:12 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -261,7 +261,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:26 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:46:20 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -272,10 +272,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -284,7 +284,7 @@ "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -293,7 +293,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:27 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:46:54 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2021-12-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -320,7 +320,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:27 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:47:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -331,10 +331,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -343,7 +343,7 @@ "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -352,7 +352,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:28 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:47:14 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -362,10 +362,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -374,7 +374,7 @@ "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -383,7 +383,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:28 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:47:29 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -394,10 +394,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2021-12-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -406,7 +406,7 @@ "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -415,7 +415,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:28 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:47:41 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index 1c5a84e86a69..51ab26f5944a 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,7 +15,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:17:30 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:53:41 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -39,7 +39,7 @@ "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -47,7 +47,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:00 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -71,7 +71,7 @@ "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -79,7 +79,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:00 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:26 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2021-12-01+4": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -102,7 +102,7 @@ "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -111,7 +111,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:00 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:35 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -134,7 +134,7 @@ "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -143,7 +143,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:01 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:36 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -166,7 +166,7 @@ "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -175,7 +175,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:01 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:42 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -186,10 +186,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -202,7 +202,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:02 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:49 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -226,7 +226,7 @@ "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -234,7 +234,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:33 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:54:55 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -258,7 +258,7 @@ "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -266,7 +266,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:33 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:55:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -277,10 +277,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -293,7 +293,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:33 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:55:33 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -320,7 +320,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:34 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:56:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -331,10 +331,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -343,7 +343,7 @@ "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -352,7 +352,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:34 GMT" ], + "Date": [ "Thu, 21 Dec 2023 15:56:34 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 index 670aa98095b1..78695c58e5e5 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 @@ -45,7 +45,7 @@ Describe 'AzVMwarePrivateCloud' { It 'UpdateExpanded' { { - $config = Update-AzVMwarePrivateCloud -Name $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -ManagementClusterSize 4 + $config = Update-AzVMwarePrivateCloud -Name $env.rstr2 -ResourceGroupName $env.resourceGroup2 -ManagementClusterSize 4 $config.ManagementClusterSize | Should -BeGreaterThan 0 } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json index 50464a329fff..6150dc669548 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2021-12-01+1": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -11,7 +11,7 @@ "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,7 +20,7 @@ "Response": { "StatusCode": 204, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:35 GMT" ], + "Date": [ "Thu, 21 Dec 2023 16:04:04 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json index 0ed98c531e9d..1a5f47a48f01 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2021-12-01+1": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -11,7 +11,7 @@ "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,7 +20,7 @@ "Response": { "StatusCode": 204, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:37 GMT" ], + "Date": [ "Thu, 21 Dec 2023 16:08:14 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index 20130d47d500..1e87b1506f5e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2021-12-01+1": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -11,7 +11,7 @@ "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,7 +20,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:39 GMT" ], + "Date": [ "Thu, 21 Dec 2023 16:20:20 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { @@ -31,10 +31,10 @@ "isContentBase64": false } }, - "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2021-12-01+1": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2021-12-01", + "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -43,7 +43,7 @@ "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -52,7 +52,7 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 22 Sep 2022 07:18:39 GMT" ], + "Date": [ "Thu, 21 Dec 2023 16:20:44 GMT" ], "Server": [ "Rocket" ] }, "ContentHeaders": { From a35afb4ab7963a69b2879d1c1a69c318ab572a68 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Thu, 11 Jan 2024 08:20:43 -0500 Subject: [PATCH 04/14] updated files according to autorest v4 spec --- package-lock.json | 514 ++++++++++++++++++ package.json | 5 + src/VMware/VMware.Autorest/Az.VMware.psd1 | 3 +- src/VMware/VMware.Autorest/README.md | 49 +- .../UX/Microsoft.AVS/locations.json | 33 -- .../custom/Get-AzVMwareAddon.ps1 | 4 +- .../custom/New-AzVMwareAddon.ps1 | 6 +- .../New-AzVMwareAddonSrmPropertiesObject.ps1 | 7 +- .../New-AzVMwareAddonVrPropertiesObject.ps1 | 7 +- ...rePSCredentialExecutionParameterObject.ps1 | 6 +- .../custom/New-AzVMwarePrivateCloud.ps1 | 102 +++- ...ptSecureStringExecutionParameterObject.ps1 | 6 +- ...reScriptStringExecutionParameterObject.ps1 | 6 +- ...MwareVMPlacementPolicyPropertiesObject.ps1 | 20 +- ...eVmHostPlacementPolicyPropertiesObject.ps1 | 16 +- src/VMware/VMware.Autorest/docs/Az.VMware.md | 29 +- .../VMware.Autorest/docs/Get-AzVMwareAddon.md | 2 +- .../docs/Get-AzVMwareAuthorization.md | 26 +- .../docs/Get-AzVMwareCloudLink.md | 26 +- .../docs/Get-AzVMwareCluster.md | 26 +- .../docs/Get-AzVMwareClusterZone.md | 2 +- .../docs/Get-AzVMwareDatastore.md | 50 +- .../docs/Get-AzVMwareGlobalReachConnection.md | 26 +- .../docs/Get-AzVMwarePlacementPolicy.md | 50 +- .../docs/Get-AzVMwarePrivateCloud.md | 2 +- ...Get-AzVMwarePrivateCloudAdminCredential.md | 2 +- .../docs/Get-AzVMwareVirtualMachine.md | 50 +- .../docs/Get-AzVMwareWorkloadNetwork.md | 36 +- .../VMware.Autorest/docs/New-AzVMwareAddon.md | 4 +- .../New-AzVMwareAddonSrmPropertiesObject.md | 23 +- .../New-AzVMwareAddonVrPropertiesObject.md | 23 +- .../docs/New-AzVMwareAuthorization.md | 61 ++- .../docs/New-AzVMwareCloudLink.md | 61 ++- .../docs/New-AzVMwareCluster.md | 63 ++- .../docs/New-AzVMwareDatastore.md | 93 +++- .../docs/New-AzVMwareGlobalReachConnection.md | 63 ++- .../docs/New-AzVMwareIdentitySourceObject.md | 212 ++++++++ ...arePSCredentialExecutionParameterObject.md | 23 +- .../docs/New-AzVMwarePlacementPolicy.md | 89 ++- .../docs/New-AzVMwarePrivateCloud.md | 189 ++++++- ...iptSecureStringExecutionParameterObject.md | 23 +- ...areScriptStringExecutionParameterObject.md | 23 +- ...VMwareVMPlacementPolicyPropertiesObject.md | 33 +- ...reVmHostPlacementPolicyPropertiesObject.md | 34 +- .../docs/Remove-AzVMwareAuthorization.md | 24 +- .../docs/Remove-AzVMwareCloudLink.md | 24 +- .../docs/Remove-AzVMwareCluster.md | 24 +- .../docs/Remove-AzVMwareDatastore.md | 48 +- .../Remove-AzVMwareGlobalReachConnection.md | 24 +- .../docs/Remove-AzVMwarePlacementPolicy.md | 48 +- .../Test-AzVMwareLocationQuotaAvailability.md | 2 +- .../Test-AzVMwareLocationTrialAvailability.md | 57 +- .../docs/Update-AzVMwareAuthorization.md | 247 +++++++++ .../docs/Update-AzVMwareCloudLink.md | 262 +++++++++ .../docs/Update-AzVMwareCluster.md | 27 +- .../docs/Update-AzVMwareDatastore.md | 350 ++++++++++++ .../Update-AzVMwareGlobalReachConnection.md | 295 ++++++++++ .../docs/Update-AzVMwarePlacementPolicy.md | 66 ++- .../docs/Update-AzVMwarePrivateCloud.md | 74 +-- .../New-AzVMwareAddonSrmPropertiesObject.md | 23 +- .../New-AzVMwareAddonVrPropertiesObject.md | 23 +- .../New-AzVMwareIdentitySourceObject.md | 22 + ...arePSCredentialExecutionParameterObject.md | 23 +- ...iptSecureStringExecutionParameterObject.md | 23 +- ...areScriptStringExecutionParameterObject.md | 23 +- ...VMwareVMPlacementPolicyPropertiesObject.md | 23 +- ...reVmHostPlacementPolicyPropertiesObject.md | 23 +- .../examples/Update-AzVMwareAuthorization.md | 22 + .../examples/Update-AzVMwareCloudLink.md | 22 + .../examples/Update-AzVMwareDatastore.md | 22 + .../Update-AzVMwareGlobalReachConnection.md | 22 + .../Get-AzVMwareHcxEnterpriseSite.Tests.ps1 | 33 ++ .../test/Get-AzVMwareScriptCmdlet.Tests.ps1 | 37 ++ .../Get-AzVMwareScriptExecution.Tests.ps1 | 33 ++ .../Get-AzVMwareScriptExecutionLog.Tests.ps1 | 29 + .../test/Get-AzVMwareScriptPackage.Tests.ps1 | 33 ++ .../Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 | 33 ++ ...zVMwareWorkloadNetworkDnsService.Tests.ps1 | 33 ++ ...t-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 | 33 ++ ...t-AzVMwareWorkloadNetworkGateway.Tests.ps1 | 33 ++ ...wareWorkloadNetworkPortMirroring.Tests.ps1 | 33 ++ ...-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 | 33 ++ ...t-AzVMwareWorkloadNetworkSegment.Tests.ps1 | 33 ++ .../Get-AzVMwareWorkloadNetworkVM.Tests.ps1 | 33 ++ ...t-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 | 33 ++ ...k-AzVMwareVirtualMachineMovement.Tests.ps1 | 33 ++ .../New-AzVMwareHcxEnterpriseSite.Tests.ps1 | 29 + ...New-AzVMwareIdentitySourceObject.Tests.ps1 | 21 + .../New-AzVMwareScriptExecution.Tests.ps1 | 29 + .../New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 | 29 + ...zVMwareWorkloadNetworkDnsService.Tests.ps1 | 29 + ...w-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 | 29 + ...wareWorkloadNetworkPortMirroring.Tests.ps1 | 29 + ...-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 | 29 + ...w-AzVMwareWorkloadNetworkSegment.Tests.ps1 | 29 + ...w-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 | 29 + ...Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 | 29 + .../Remove-AzVMwareScriptExecution.Tests.ps1 | 29 + ...move-AzVMwareWorkloadNetworkDhcp.Tests.ps1 | 29 + ...zVMwareWorkloadNetworkDnsService.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 | 29 + ...wareWorkloadNetworkPortMirroring.Tests.ps1 | 29 + ...-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkSegment.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 | 29 + .../Update-AzVMwareAuthorization.Tests.ps1 | 29 + .../test/Update-AzVMwareCloudLink.Tests.ps1 | 29 + .../test/Update-AzVMwareDatastore.Tests.ps1 | 33 ++ ...te-AzVMwareGlobalReachConnection.Tests.ps1 | 29 + ...date-AzVMwareWorkloadNetworkDhcp.Tests.ps1 | 29 + ...zVMwareWorkloadNetworkDnsService.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 | 29 + ...wareWorkloadNetworkPortMirroring.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkSegment.Tests.ps1 | 29 + ...e-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 | 29 + 115 files changed, 4878 insertions(+), 425 deletions(-) create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md create mode 100644 src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md create mode 100644 src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md create mode 100644 src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md create mode 100644 src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md create mode 100644 src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md create mode 100644 src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md create mode 100644 src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md create mode 100644 src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md create mode 100644 src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareAuthorization.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareCloudLink.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareDatastore.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareGlobalReachConnection.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000000..4bbf0b331900 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,514 @@ +{ + "name": "azure-powershell", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "@autorest/powershell": "^4.0.671" + } + }, + "node_modules/@autorest/codemodel": { + "version": "4.19.3", + "resolved": "https://registry.npmjs.org/@autorest/codemodel/-/codemodel-4.19.3.tgz", + "integrity": "sha512-8RMPjq2BmLNn080EHGbSc0E9pk7EO6i+vi3vGrz8xrfnTBydOZPJUZqmOpEmNnV6LRbr23cthXQo0JbA/bStWg==", + "dependencies": { + "@azure-tools/codegen": "~2.9.2", + "js-yaml": "~4.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@autorest/codemodel/node_modules/@azure-tools/codegen": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.9.2.tgz", + "integrity": "sha512-brVLyffOtPiEijYYBYgV+4q7IyAfqXIec7XbdEqvv7As6SeEdq5WtbtN9N0LdGVHDWtEfc+JArwIx9aYGFdMUg==", + "dependencies": { + "@azure-tools/async-io": "~3.0.0", + "js-yaml": "~4.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@autorest/codemodel/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/@autorest/codemodel/node_modules/js-yaml": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", + "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@autorest/codemodel/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@autorest/extension-base": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@autorest/extension-base/-/extension-base-3.5.2.tgz", + "integrity": "sha512-brpRtQ34mo/SZPTWrOUYvDHOKbvDa9eX5N15qd0OGLX8q3y29nXjhokMVoink4w1jW+8p2KXy2emMIZL14s+HQ==", + "dependencies": { + "@azure-tools/codegen": "~2.9.2", + "js-yaml": "~4.0.0", + "vscode-jsonrpc": "^3.5.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@autorest/extension-base/node_modules/@azure-tools/codegen": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.9.2.tgz", + "integrity": "sha512-brVLyffOtPiEijYYBYgV+4q7IyAfqXIec7XbdEqvv7As6SeEdq5WtbtN9N0LdGVHDWtEfc+JArwIx9aYGFdMUg==", + "dependencies": { + "@azure-tools/async-io": "~3.0.0", + "js-yaml": "~4.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@autorest/extension-base/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/@autorest/extension-base/node_modules/js-yaml": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", + "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@autorest/extension-base/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@autorest/powershell": { + "version": "4.0.671", + "resolved": "https://registry.npmjs.org/@autorest/powershell/-/powershell-4.0.671.tgz", + "integrity": "sha512-KTayotiGulHzoii6B7Qcg5w4RQK50eQwGxnQBMwM7Ho8VJV4RqOPwMpfZvXWnhIhd7VwQoOCVRYtTY1mLNT52w==", + "dependencies": { + "@autorest/codemodel": "~4.19.3", + "@autorest/extension-base": "~3.5.2", + "@azure-tools/async-io": "~3.0.0", + "@azure-tools/codegen": "~2.5.276", + "@azure-tools/codegen-csharp": "~3.0.0", + "@azure-tools/codemodel-v3": "~3.1.0", + "@azure-tools/linq": "~3.1.0", + "@azure-tools/tasks": "~3.0.0", + "ejs": "~3.1.8", + "js-yaml": "3.13.1", + "source-map-support": "0.5.13", + "xmlbuilder": "10.1.1" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/@azure-tools/async-io": { + "version": "3.0.254", + "resolved": "https://registry.npmjs.org/@azure-tools/async-io/-/async-io-3.0.254.tgz", + "integrity": "sha512-X1C7XdyCuo50ch9FzKtTvmK18FgDxxf1Bbt3cSoknQqeDaRegHSSCO+zByq2YA4NvUzKXeZ1engh29IDxZXgpQ==", + "dependencies": { + "@azure-tools/tasks": "~3.0.255", + "proper-lockfile": "~2.0.1" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/@azure-tools/autorest-extension-base": { + "version": "3.1.267", + "resolved": "https://registry.npmjs.org/@azure-tools/autorest-extension-base/-/autorest-extension-base-3.1.267.tgz", + "integrity": "sha512-hdDX0Ic3Xg4Jg80uAlnN6J5BN58Xo3Lrkt7uGBpy5Zj2q9cHrQ0y6lY+n3TtDO2ADpyjp8G84H+4lrjsGzn3MQ==", + "deprecated": "Warning: This package has been renamed to '@autorest/extension-base', please use '@autorest/extension-base' instead.", + "dependencies": { + "@azure-tools/codegen": "~2.5.291", + "js-yaml": "3.13.1", + "vscode-jsonrpc": "^3.5.0" + } + }, + "node_modules/@azure-tools/codegen": { + "version": "2.5.294", + "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.5.294.tgz", + "integrity": "sha512-WOplS0oiNoZ0jWKkAdUJXAuQB8UzbPsIeJin7LnnzJQseGeU05zQLOUjwi63neAFyW6ninyVjXKaIl+GKOQ5mQ==", + "dependencies": { + "@azure-tools/async-io": "~3.0.0", + "@azure-tools/linq": "~3.1.0", + "js-yaml": "~4.0.0", + "semver": "^5.5.1" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@azure-tools/codegen-csharp": { + "version": "3.0.264", + "resolved": "https://registry.npmjs.org/@azure-tools/codegen-csharp/-/codegen-csharp-3.0.264.tgz", + "integrity": "sha512-LrmBgzjwXBSTE5pZ2l3XSfcmf+tX48RCfDr2MUb+WeKIRBevOrC/nclfKiUyy/LA9NiPIPVFK8noNsvqfSAxNw==", + "dependencies": { + "@azure-tools/codegen": "~2.5.0", + "@azure-tools/linq": "~3.1.263" + } + }, + "node_modules/@azure-tools/codegen/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/@azure-tools/codegen/node_modules/js-yaml": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", + "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@azure-tools/codemodel-v3": { + "version": "3.1.266", + "resolved": "https://registry.npmjs.org/@azure-tools/codemodel-v3/-/codemodel-v3-3.1.266.tgz", + "integrity": "sha512-walYu+XVRjUDr10F6owVI7p7vJ/X83LNMXCU4Bs2EKCsHyqm4vbfHbesOQhpbUjmdAVo3ASrdO/0p1/iGVB9zA==", + "dependencies": { + "@azure-tools/autorest-extension-base": "~3.1.0", + "@azure-tools/codegen": "~2.5.0", + "@azure-tools/linq": "~3.1.263" + } + }, + "node_modules/@azure-tools/linq": { + "version": "3.1.263", + "resolved": "https://registry.npmjs.org/@azure-tools/linq/-/linq-3.1.263.tgz", + "integrity": "sha512-r104pkF96Sk8MW+PgxWqwiwNXhPbJSkMDcmShu9EDEJem04SM7DnHWmDo8JZR08vHYaecZA126OoGQFe7WikSA==", + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/@azure-tools/tasks": { + "version": "3.0.255", + "resolved": "https://registry.npmjs.org/@azure-tools/tasks/-/tasks-3.0.255.tgz", + "integrity": "sha512-GjALNLz7kWMEdRVbaN5g0cJHNAr3XVTbP0611Mv2UzMgGL6FOhNZJK+oPHJKLDR8EEDZNnkwPlyi7B+INXUSQA==", + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/async": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/ejs": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jake": { + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/proper-lockfile": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-2.0.1.tgz", + "integrity": "sha512-rjaeGbsmhNDcDInmwi4MuI6mRwJu6zq8GjYCLuSuE7GF+4UjgzkL69sVKKJ2T2xH61kK7rXvGYpvaTu909oXaQ==", + "dependencies": { + "graceful-fs": "^4.1.2", + "retry": "^0.10.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/retry": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", + "integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==", + "engines": { + "node": "*" + } + }, + "node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vscode-jsonrpc": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-3.6.2.tgz", + "integrity": "sha512-T24Jb5V48e4VgYliUXMnZ379ItbrXgOimweKaJshD84z+8q7ZOZjJan0MeDe+Ugb+uqERDVV8SBmemaGMSMugA==", + "engines": { + "node": ">=4.0.0 || >=6.0.0" + } + }, + "node_modules/xmlbuilder": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz", + "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 000000000000..414a76553188 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@autorest/powershell": "^4.0.671" + } +} diff --git a/src/VMware/VMware.Autorest/Az.VMware.psd1 b/src/VMware/VMware.Autorest/Az.VMware.psd1 index 2961bb628035..e3deeff8975b 100644 --- a/src/VMware/VMware.Autorest/Az.VMware.psd1 +++ b/src/VMware/VMware.Autorest/Az.VMware.psd1 @@ -11,8 +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-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'Get-AzVMwareWorkloadNetwork', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareCluster', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud', '*' - AliasesToExport = '*' + FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'Get-AzVMwareWorkloadNetwork', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIdentitySourceObject', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud' PrivateData = @{ PSData = @{ Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'VMware' diff --git a/src/VMware/VMware.Autorest/README.md b/src/VMware/VMware.Autorest/README.md index 7f7b28f2eb9f..9a4065a8cfaa 100644 --- a/src/VMware/VMware.Autorest/README.md +++ b/src/VMware/VMware.Autorest/README.md @@ -47,7 +47,7 @@ In this directory, run AutoRest: > see https://aka.ms/autorest ``` yaml -commit: cc32510768a98cf7f0b5428f9c6422c83c9da50c +commit: 0baf811c3c76c87b3c127d098519bd97141222dd require: - $(this-folder)/../../readme.azure.noprofile.md input-file: @@ -57,13 +57,7 @@ module-version: 0.4.0 title: VMware subject-prefix: $(service-name) -identity-correction-for-post: true -resourcegroup-append: true -nested-object-to-string: true - -# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option -use-extension: - "@autorest/powershell": "3.x" +support-json-input: false directive: - from: swagger-document @@ -87,7 +81,7 @@ directive: "format": "password" } - where: - variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$ + variant: ^(Create|Update)(?!.*?Expanded) remove: true - where: variant: ^Restrict$|^RestrictViaIdentity$ @@ -125,12 +119,47 @@ directive: remove: true - where: verb: Test - subject: ^LocationTrialAvailability$|^LocationQuotaAvailability$ + subject: ^LocationQuotaAvailability$ variant: ^CheckViaIdentity$ remove: true + # Remove v4 variant + - where: + verb: Test + subject: ^LocationTrialAvailability$ + variant: ^Check$|CheckViaIdentity + remove: true + - where: + verb: New + subject: PrivateCloud + variant: CreateViaIdentityExpanded + remove: true + # custom set SKU Name optional + # - where: + # verb: Test + # subject: ^LocationTrialAvailability$ + # hide: true + # Remove the list variant as the workloadNetwork only have one enum value + - where: + verb: Get + subject: WorkloadNetwork + variant: List + remove: true + # Hide parent object variant to fix 'multiple types define RestrictMovement [string, IVirtualMachineRestrictMovement]' + - where: + verb: Lock + subject: VirtualMachineMovement + variant: ^RestrictViaIdentityCluster$|^RestrictViaIdentityPrivateCloud$ + remove: true + # Hide HcxEnterpriseSite, ScriptExecution, Addon update + - where: + verb: Update + subject: HcxEnterpriseSite|ScriptExecution|Addon + remove: true - no-inline: - AddonProperties - PlacementPolicyProperties + - model-cmdlet: + - model-name: IdentitySource # Re-name and custom it # - model-cmdlet: # - VMPlacementPolicyProperties diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json index e8a06eb52655..41e2799f344c 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json @@ -37,39 +37,6 @@ ] } ] - }, - { - "name": "Test-AzVMwareLocationTrialAvailability", - "description": "Return trial status for subscription by region", - "path": "/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.vmware/test-azvmwarelocationtrialavailability" - }, - "parameterSets": [ - { - "parameters": [ - "-Location ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Return trial status for subscription by region", - "parameters": [ - { - "name": "-Location", - "value": "[Path.location]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] } ] } diff --git a/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 b/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 index c50947b02ee0..c1ca79809123 100644 --- a/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 +++ b/src/VMware/VMware.Autorest/custom/Get-AzVMwareAddon.ps1 @@ -36,7 +36,7 @@ vr Microsoft.AVS/privateClouds/addons azps_test_group .Inputs Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon .Notes COMPLEX PARAMETER PROPERTIES @@ -72,7 +72,7 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareaddon #> function Get-AzVMwareAddon { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 index ca0481a37b9b..99e7da339f8c 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 @@ -28,7 +28,7 @@ Name Type ResourceGroupName vr Microsoft.AVS/privateClouds/addons azps_test_group .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon .Notes COMPLEX PARAMETER PROPERTIES @@ -40,7 +40,7 @@ PROPERTY : The properties of an addon resource https://learn.microsoft.com/powershell/module/az.vmware/new-azvmwareaddon #> function New-AzVMwareAddon { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -65,7 +65,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddonProperties] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddonProperties] # The properties of an addon resource # To construct, see NOTES section for PROPERTY properties and create a hash table. ${Property}, diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 index 72ff04bcace8..eb4894260f8f 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 @@ -1,4 +1,3 @@ - # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation @@ -20,12 +19,12 @@ Create a in-memory object for AddonSrmProperties .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonSrmPropertiesObject #> function New-AzVMwareAddonSrmPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -35,7 +34,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties]::New() $Object.LicenseKey = $LicenseKey $Object.AddonType = "SRM" diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 index 57088426bb0c..c2e93fd59606 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 @@ -1,4 +1,3 @@ - # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation @@ -20,12 +19,12 @@ Create a in-memory object for AddonVrProperties .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonVrPropertiesObject #> function New-AzVMwareAddonVrPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -35,7 +34,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties]::New() $Object.VrsCount = $VrsCount $Object.AddonType = "VR" diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 index 9a8f8a77e723..985a99d1a5d3 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for PSCredentialExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PSCredentialExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwarePSCredentialExecutionParameterObject #> function New-AzVMwarePSCredentialExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PSCredentialExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -41,7 +41,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PSCredentialExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PSCredentialExecutionParameter]::New() $Object.Password = $Password $Object.Username = $Username diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 index 6afa61040e37..e21edc216e4a 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 @@ -16,18 +16,20 @@ <# .Synopsis -Create or update a private cloud +Create a private cloud .Description -Create or update a private cloud +Create a private cloud .Example -PS C:\> New-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group -NetworkBlock 192.168.48.0/22 -Sku av36 -ManagementClusterSize 3 -Location australiaeast +New-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group -NetworkBlock 192.168.48.0/22 -Sku av36 -ManagementClusterSize 3 -Location australiaeast Location Name Type ResourceGroupName -------- ---- ---- ----------------- australiaeast azps_test_cloud Microsoft.AVS/privateClouds azps_test_group +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud .Notes COMPLEX PARAMETER PROPERTIES @@ -42,13 +44,13 @@ IDENTITYSOURCE : vCenter Single Sign On Identity Sources [Password ]: The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. [PrimaryServer ]: Primary server URL [SecondaryServer ]: Secondary server URL - [Ssl ]: Protect LDAP communication using SSL certificate (LDAPS) + [Ssl ]: Protect LDAP communication using SSL certificate (LDAPS) [Username ]: The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group .Link https://learn.microsoft.com/powershell/module/az.vmware/new-azvmwareprivatecloud #> function New-AzVMwarePrivateCloud { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -86,24 +88,101 @@ function New-AzVMwarePrivateCloud { ${Sku}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.InternetEnum])] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.InternetEnum] + [System.Int32] + # The secondary availability zone for the private cloud + ${AvailabilitySecondaryZone}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("SingleZone", "DualZone")] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # The availability strategy for the private cloud + ${AvailabilityStrategy}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.Int32] + # The primary availability zone for the private cloud + ${AvailabilityZone}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # Status of customer managed encryption key + ${EncryptionStatus}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String[]] + # Array of additional networks noncontiguous with networkBlock. + # Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. + # Make sure the CIDR format conforms to (A.B.C.D/X). + ${ExtendedNetworkBlock}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIdentitySource[]] + # vCenter Single Sign On Identity Sources + # To construct, see NOTES section for IDENTITYSOURCE properties and create a hash table. + ${IdentitySource}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("SystemAssigned", "None")] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # The type of identity used for the private cloud. + # The type 'SystemAssigned' refers to an implicitly created identity. + # The type 'None' will remove any identities from the Private Cloud. + ${IdentityType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] # Connectivity to internet is enabled or disabled ${Internet}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # The name of the key. + ${KeyVaultPropertyKeyName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # The URL of the vault. + ${KeyVaultPropertyKeyVaultUrl}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String] + # The version of the key. + ${KeyVaultPropertyKeyVersion}, + [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] [System.String] # Resource location ${Location}, + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] + [System.String[]] + # The hosts + ${ManagementClusterHost}, + [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] [System.Int32] # The cluster size ${ManagementClusterSize}, - + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] [System.String] @@ -112,7 +191,7 @@ function New-AzVMwarePrivateCloud { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IResourceTags]))] [System.Collections.Hashtable] # Resource tags ${Tag}, @@ -133,7 +212,8 @@ function New-AzVMwarePrivateCloud { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.VMware.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 index f8d668e191c4..bbbf3119f132 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for ScriptSecureStringExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptSecureStringExecutionParameterObject #> function New-AzVMwareScriptSecureStringExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -38,7 +38,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter]::New() $Object.SecureValue = $SecureValue $Object.Name = $Name diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 index 3bef556584d6..e927d67f46dc 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 @@ -20,12 +20,12 @@ Create a in-memory object for ScriptStringExecutionParameter .Outputs - Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter + Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptStringExecutionParameterObject #> function New-AzVMwareScriptStringExecutionParameterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -38,7 +38,7 @@ ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter]::New() $Object.Value = $Value $Object.Name = $Name diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 index f74ccb5a1986..c911281b689c 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 @@ -21,18 +21,18 @@ Create an in-memory object for VMPlacementPolicyProperties. Create an in-memory object for VMPlacementPolicyProperties. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMPlacementPolicyProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVMPlacementPolicyPropertiesObject #> function New-AzVMwareVMPlacementPolicyPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMPlacementPolicyProperties')] [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(Mandatory, HelpMessage="placement policy affinity type.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType] + [Parameter(Mandatory, HelpMessage="placement policy affinity type.")] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Affinity", "AntiAffinity")] + [string] $AffinityType, [Parameter(Mandatory, HelpMessage="Virtual machine members list.")] [string[]] @@ -41,17 +41,17 @@ function New-AzVMwareVMPlacementPolicyPropertiesObject { [string] $DisplayName, [Parameter(HelpMessage="Whether the placement policy is enabled or disabled.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] + [string] $State, [Parameter(Mandatory, HelpMessage="placement policy type.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("VmVm", "VmHost")] + [string] $Type ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMPlacementPolicyProperties]::New() if ($PSBoundParameters.ContainsKey('AffinityType')) { $Object.AffinityType = $AffinityType diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 index 28acd7c71585..160e62c5562e 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 @@ -26,13 +26,13 @@ Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPoli https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVmHostPlacementPolicyPropertiesObject #> function New-AzVMwareVmHostPlacementPolicyPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties')] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties')] [CmdletBinding(PositionalBinding=$false)] Param( [Parameter(Mandatory, HelpMessage="placement policy affinity type.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Affinity", "AntiAffinity")] + [string] $AffinityType, [Parameter(Mandatory, HelpMessage="Host members list.")] [string[]] @@ -44,17 +44,17 @@ function New-AzVMwareVmHostPlacementPolicyPropertiesObject { [string] $DisplayName, [Parameter(HelpMessage="Whether the placement policy is enabled or disabled.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] + [string] $State, [Parameter(Mandatory, HelpMessage="placement policy type.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType])] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("VmVm", "VmHost")] + [string] $Type ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties]::New() if ($PSBoundParameters.ContainsKey('AffinityType')) { $Object.AffinityType = $AffinityType diff --git a/src/VMware/VMware.Autorest/docs/Az.VMware.md b/src/VMware/VMware.Autorest/docs/Az.VMware.md index 563a22d59bd1..7fc18554e197 100644 --- a/src/VMware/VMware.Autorest/docs/Az.VMware.md +++ b/src/VMware/VMware.Autorest/docs/Az.VMware.md @@ -57,25 +57,28 @@ Create a in-memory object for AddonSrmProperties Create a in-memory object for AddonVrProperties ### [New-AzVMwareAuthorization](New-AzVMwareAuthorization.md) -Create or update an ExpressRoute Circuit Authorization in a private cloud +Create an ExpressRoute Circuit Authorization in a private cloud ### [New-AzVMwareCloudLink](New-AzVMwareCloudLink.md) -Create or update a cloud link in a private cloud +Create a cloud link in a private cloud ### [New-AzVMwareCluster](New-AzVMwareCluster.md) -Create or update a cluster in a private cloud +Create a cluster in a private cloud ### [New-AzVMwareDatastore](New-AzVMwareDatastore.md) -Create or update a datastore in a private cloud cluster +Create a datastore in a private cloud cluster ### [New-AzVMwareGlobalReachConnection](New-AzVMwareGlobalReachConnection.md) -Create or update a global reach connection in a private cloud +Create a global reach connection in a private cloud + +### [New-AzVMwareIdentitySourceObject](New-AzVMwareIdentitySourceObject.md) +Create an in-memory object for IdentitySource. ### [New-AzVMwarePlacementPolicy](New-AzVMwarePlacementPolicy.md) -Create or update a placement policy in a private cloud cluster +Create a placement policy in a private cloud cluster ### [New-AzVMwarePrivateCloud](New-AzVMwarePrivateCloud.md) -Create or update a private cloud +Create a private cloud ### [New-AzVMwarePrivateCloudNsxtPassword](New-AzVMwarePrivateCloudNsxtPassword.md) Rotate the NSX-T Manager password @@ -128,9 +131,21 @@ Return quota for subscription by region ### [Test-AzVMwareLocationTrialAvailability](Test-AzVMwareLocationTrialAvailability.md) Return trial status for subscription by region +### [Update-AzVMwareAuthorization](Update-AzVMwareAuthorization.md) +Create an ExpressRoute Circuit Authorization in a private cloud + +### [Update-AzVMwareCloudLink](Update-AzVMwareCloudLink.md) +Create a cloud link in a private cloud + ### [Update-AzVMwareCluster](Update-AzVMwareCluster.md) Update a cluster in a private cloud +### [Update-AzVMwareDatastore](Update-AzVMwareDatastore.md) +Create a datastore in a private cloud cluster + +### [Update-AzVMwareGlobalReachConnection](Update-AzVMwareGlobalReachConnection.md) +Create a global reach connection in a private cloud + ### [Update-AzVMwarePlacementPolicy](Update-AzVMwarePlacementPolicy.md) Update a placement policy in a private cloud cluster diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md index 7769b95b349b..26b46b071b89 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAddon.md @@ -164,7 +164,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md index c934277f412c..7989e26583d2 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md @@ -29,6 +29,12 @@ Get-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGro Get-AzVMwareAuthorization -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareAuthorization -Name -PrivateCloudInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get an ExpressRoute Circuit Authorization by name in a private cloud @@ -99,7 +105,7 @@ Name of the ExpressRoute Circuit Authorization in the private cloud ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityPrivateCloud Aliases: AuthorizationName Required: True @@ -109,6 +115,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -164,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IExpressRouteAuthorization +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IExpressRouteAuthorization ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md index e6c8c654f480..ae9fcbc49bcc 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md @@ -29,6 +29,12 @@ Get-AzVMwareCloudLink -Name -PrivateCloudName -ResourceGroupNa Get-AzVMwareCloudLink -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareCloudLink -Name -PrivateCloudInputObject [-DefaultProfile ] + [] +``` + ## DESCRIPTION Get an cloud link by name in a private cloud @@ -99,7 +105,7 @@ Name of the cloud link resource ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityPrivateCloud Aliases: CloudLinkName Required: True @@ -109,6 +115,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -164,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICloudLink +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICloudLink ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md index 926242c83a28..98857bc9ebcf 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md @@ -29,6 +29,12 @@ Get-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName Get-AzVMwareCluster -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareCluster -Name -PrivateCloudInputObject [-DefaultProfile ] + [] +``` + ## DESCRIPTION Get a cluster by name in a private cloud @@ -99,7 +105,7 @@ Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityPrivateCloud Aliases: ClusterName Required: True @@ -109,6 +115,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -164,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICluster ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md index eb388e660227..27554bbbe935 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md @@ -152,7 +152,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IClusterZone +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IClusterZoneList ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md index 1b3dd32c4191..9bd9a091958a 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md @@ -29,6 +29,18 @@ Get-AzVMwareDatastore -ClusterName -Name -PrivateCloudName [-DefaultProfile ] [] ``` +### GetViaIdentityCluster +``` +Get-AzVMwareDatastore -ClusterInputObject -Name [-DefaultProfile ] + [] +``` + +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a datastore in a private cloud cluster @@ -63,12 +75,28 @@ Get a datastore in a data store name. ## PARAMETERS +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, GetViaIdentityPrivateCloud, List Aliases: Required: True @@ -115,7 +143,7 @@ Name of the datastore in the private cloud cluster ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster, GetViaIdentityPrivateCloud Aliases: DatastoreName Required: True @@ -125,6 +153,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -180,7 +224,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IDatastore +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IDatastore ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md index 288bbf6105b3..667a0fb33a8b 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md @@ -30,6 +30,12 @@ Get-AzVMwareGlobalReachConnection -InputObject [-DefaultProfil [] ``` +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a global reach connection by name in a private cloud @@ -100,7 +106,7 @@ Name of the global reach connection in the private cloud ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityPrivateCloud Aliases: GlobalReachConnectionName Required: True @@ -110,6 +116,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -165,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IGlobalReachConnection +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IGlobalReachConnection ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md index 1181f40bd2e1..75facf457710 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md @@ -29,6 +29,18 @@ Get-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudNa Get-AzVMwarePlacementPolicy -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentityCluster +``` +Get-AzVMwarePlacementPolicy -ClusterInputObject -Name [-DefaultProfile ] + [] +``` + +### GetViaIdentityPrivateCloud +``` +Get-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a placement policy by name in a private cloud cluster @@ -63,12 +75,28 @@ Get a placement policy by name in a private cloud cluster ## PARAMETERS +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, GetViaIdentityPrivateCloud, List Aliases: Required: True @@ -115,7 +143,7 @@ Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster, GetViaIdentityPrivateCloud Aliases: PlacementPolicyName Required: True @@ -125,6 +153,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -180,7 +224,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPlacementPolicy ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md index 7830f21e5a8e..5726f1f60c53 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md @@ -167,7 +167,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md index 29b34d299881..f34230bb077f 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md @@ -137,7 +137,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAdminCredentials +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAdminCredentials ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md index 0cfd3187e5b0..e96a93ab4898 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md @@ -29,6 +29,18 @@ Get-AzVMwareVirtualMachine -ClusterName -Id -PrivateCloudName Get-AzVMwareVirtualMachine -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentityCluster +``` +Get-AzVMwareVirtualMachine -ClusterInputObject -Id [-DefaultProfile ] + [] +``` + +### GetViaIdentityPrivateCloud +``` +Get-AzVMwareVirtualMachine -ClusterName -Id -PrivateCloudInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a virtual machine by id in a private cloud cluster @@ -63,12 +75,28 @@ Get a virtual machine by id in a private cloud cluster ## PARAMETERS +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, GetViaIdentityPrivateCloud, List Aliases: Required: True @@ -99,7 +127,7 @@ Virtual Machine identifier ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster, GetViaIdentityPrivateCloud Aliases: VirtualMachineId Required: True @@ -125,6 +153,22 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: GetViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -180,7 +224,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVirtualMachine ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md index 4dbd9f72d0ca..e2226fae706a 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md @@ -23,14 +23,32 @@ Get-AzVMwareWorkloadNetwork -PrivateCloudName -ResourceGroupName [-DefaultProfile ] [] ``` -### List +## DESCRIPTION +Get a private cloud workload network. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Get-AzVMwareWorkloadNetwork -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + +```output +{{ Add output here }} ``` -## DESCRIPTION -Get a private cloud workload network. +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here }} +``` + +{{ Add description here }} ## PARAMETERS @@ -71,7 +89,7 @@ Name of the private cloud ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get Aliases: Required: True @@ -87,7 +105,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get Aliases: Required: True @@ -102,7 +120,7 @@ The ID of the target subscription. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: Get Aliases: Required: False @@ -121,7 +139,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IProxyResource +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetwork ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md index 9dd07cebb2df..c1247e910bd5 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md @@ -104,7 +104,7 @@ The properties of an addon resource To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddonProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddonProperties Parameter Sets: (All) Aliases: @@ -184,7 +184,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IAddon +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddon ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md index 51366d2508f4..7a5fe14b2c5c 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md @@ -21,18 +21,27 @@ Create a in-memory object for AddonSrmProperties ## EXAMPLES -### Example 1: Create a local SRM object for the Addon Property parameter +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" +{{ Add code here }} ``` ```output -AddonType ProvisioningState LicenseKey ---------- ----------------- ---------- -SRM YourLicenseKeyValue +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create a local SRM object for the Addon Property parameter +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -58,7 +67,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonSrmProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md index 9b76dbed2f81..c10180c853ab 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md @@ -21,18 +21,27 @@ Create a in-memory object for AddonVrProperties ## EXAMPLES -### Example 1: Create a local VR object for the Addon Property parameter +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +{{ Add code here }} ``` ```output -AddonType ProvisioningState VrsCount ---------- ----------------- -------- -VR 2 +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create a local VR object for the Addon Property parameter +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -58,7 +67,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.AddonVrProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md index e62407f53013..df7bacad89f7 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md @@ -8,18 +8,31 @@ schema: 2.0.0 # New-AzVMwareAuthorization ## SYNOPSIS -Create or update an ExpressRoute Circuit Authorization in a private cloud +Create an ExpressRoute Circuit Authorization in a private cloud ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityExpanded +``` +New-AzVMwareAuthorization -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwareAuthorization -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Create or update an ExpressRoute Circuit Authorization in a private cloud +Create an ExpressRoute Circuit Authorization in a private cloud ## EXAMPLES @@ -69,12 +82,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Name Name of the ExpressRoute Circuit Authorization in the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: AuthorizationName Required: True @@ -99,12 +128,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName The name of the private cloud. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -120,7 +165,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -135,7 +180,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -181,9 +226,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IExpressRouteAuthorization +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IExpressRouteAuthorization ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md index 63e75f054535..2d7894b3351c 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md @@ -8,18 +8,31 @@ schema: 2.0.0 # New-AzVMwareCloudLink ## SYNOPSIS -Create or update a cloud link in a private cloud +Create a cloud link in a private cloud ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwareCloudLink -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-LinkedCloud ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityExpanded +``` +New-AzVMwareCloudLink -InputObject [-LinkedCloud ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwareCloudLink -Name -PrivateCloudInputObject [-LinkedCloud ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Create or update a cloud link in a private cloud +Create a cloud link in a private cloud ## EXAMPLES @@ -69,6 +82,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -LinkedCloud Identifier of the other private cloud participating in the link. @@ -89,7 +118,7 @@ Name of the cloud link resource ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: CloudLinkName Required: True @@ -114,12 +143,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName The name of the private cloud. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -135,7 +180,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -150,7 +195,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -196,9 +241,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICloudLink +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICloudLink ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 4497be17f34d..27fbb329bf40 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -8,18 +8,33 @@ schema: 2.0.0 # New-AzVMwareCluster ## SYNOPSIS -Create or update a cluster in a private cloud +Create a cluster in a private cloud ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityExpanded +``` +New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] + [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName + [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Create or update a cluster in a private cloud +Create a cluster in a private cloud ## EXAMPLES @@ -84,12 +99,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Name Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: ClusterName Required: True @@ -114,12 +145,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName The name of the private cloud. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -150,7 +197,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -180,7 +227,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -226,9 +273,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICluster ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md index 90dfe0a47373..9633165e9fcb 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md @@ -8,19 +8,42 @@ schema: 2.0.0 # New-AzVMwareDatastore ## SYNOPSIS -Create or update a datastore in a private cloud cluster +Create a datastore in a private cloud cluster ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwareDatastore -ClusterName -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityClusterExpanded +``` +New-AzVMwareDatastore -ClusterInputObject -Name [-DiskPoolVolumeLunName ] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-AzVMwareDatastore -InputObject [-DiskPoolVolumeLunName ] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject + [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION -Create or update a datastore in a private cloud cluster +Create a datastore in a private cloud cluster ## EXAMPLES @@ -54,12 +77,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: Required: True @@ -104,7 +143,7 @@ Accept wildcard characters: False Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.MountOptionEnum +Type: System.String Parameter Sets: (All) Aliases: @@ -130,12 +169,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Name Name of the datastore in the private cloud cluster ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityClusterExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: DatastoreName Required: True @@ -175,12 +230,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -196,7 +267,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -211,7 +282,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -257,9 +328,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IDatastore +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IDatastore ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md index 3f0673b71412..9ec7d0920458 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md @@ -8,10 +8,11 @@ schema: 2.0.0 # New-AzVMwareGlobalReachConnection ## SYNOPSIS -Create or update a global reach connection in a private cloud +Create a global reach connection in a private cloud ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwareGlobalReachConnection -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-AuthorizationKey ] [-ExpressRouteId ] @@ -19,8 +20,22 @@ New-AzVMwareGlobalReachConnection -Name -PrivateCloudName -Res [] ``` +### CreateViaIdentityExpanded +``` +New-AzVMwareGlobalReachConnection -InputObject [-AuthorizationKey ] + [-ExpressRouteId ] [-PeerExpressRouteResourceId ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject + [-AuthorizationKey ] [-ExpressRouteId ] [-PeerExpressRouteResourceId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Create or update a global reach connection in a private cloud +Create a global reach connection in a private cloud ## EXAMPLES @@ -100,12 +115,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Name Name of the global reach connection in the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: GlobalReachConnectionName Required: True @@ -145,12 +176,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName The name of the private cloud. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -166,7 +213,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -181,7 +228,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -227,9 +274,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IGlobalReachConnection +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IGlobalReachConnection ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md new file mode 100644 index 000000000000..138ae854aa61 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md @@ -0,0 +1,212 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwareidentitysourceobject +schema: 2.0.0 +--- + +# New-AzVMwareIdentitySourceObject + +## SYNOPSIS +Create an in-memory object for IdentitySource. + +## SYNTAX + +``` +New-AzVMwareIdentitySourceObject [-Alias ] [-BaseGroupDn ] [-BaseUserDn ] + [-Domain ] [-Name ] [-Password ] [-PrimaryServer ] + [-SecondaryServer ] [-Ssl ] [-Username ] [] +``` + +## DESCRIPTION +Create an in-memory object for IdentitySource. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -Alias +The domain's NetBIOS name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BaseGroupDn +The base distinguished name for groups. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BaseUserDn +The base distinguished name for users. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Domain +The domain's dns name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the identity source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Password +The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrimaryServer +Primary server URL. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SecondaryServer +Secondary server URL. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Ssl +Protect LDAP communication using SSL certificate (LDAPS). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Username +The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IdentitySource + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md index fd2b73ca66a3..49aab079b392 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -22,18 +22,27 @@ Create a in-memory object for PSCredentialExecutionParameter ## EXAMPLES -### Example 1: Create a local PS Credential Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" +{{ Add code here }} ``` ```output -Name Type Password Username ----- ---- -------- -------- -azps_test_credentialvalue Credential passwordValue usernameValue +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create a local PS Credential Execution object +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -89,7 +98,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.PsCredentialExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PsCredentialExecutionParameter ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index d2d060f37b7c..8aebc309fd35 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -8,18 +8,39 @@ schema: 2.0.0 # New-AzVMwarePlacementPolicy ## SYNOPSIS -Create or update a placement policy in a private cloud cluster +Create a placement policy in a private cloud cluster ## SYNTAX +### CreateExpanded (Default) ``` New-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-Property ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityClusterExpanded +``` +New-AzVMwarePlacementPolicy -ClusterInputObject -Name + [-Property ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaIdentityExpanded +``` +New-AzVMwarePlacementPolicy -InputObject [-Property ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityPrivateCloudExpanded +``` +New-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudInputObject + [-Property ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION -Create or update a placement policy in a private cloud cluster +Create a placement policy in a private cloud cluster ## EXAMPLES @@ -68,12 +89,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: Required: True @@ -99,12 +136,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -Name Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityClusterExpanded, CreateViaIdentityPrivateCloudExpanded Aliases: PlacementPolicyName Required: True @@ -129,12 +182,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: CreateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -149,7 +218,7 @@ placement policy properties To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicyProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPlacementPolicyProperties Parameter Sets: (All) Aliases: @@ -166,7 +235,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -181,7 +250,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -227,9 +296,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPlacementPolicy ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md index 04ea028e458c..7a6769da558a 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloud.md @@ -8,19 +8,23 @@ schema: 2.0.0 # New-AzVMwarePrivateCloud ## SYNOPSIS -Create or update a private cloud +Create a private cloud ## SYNTAX ``` New-AzVMwarePrivateCloud -Name -ResourceGroupName -Location -ManagementClusterSize -NetworkBlock -Sku [-SubscriptionId ] [-AcceptEULA] - [-Internet ] [-NsxtPassword ] [-Tag ] [-VcenterPassword ] + [-AvailabilitySecondaryZone ] [-AvailabilityStrategy ] [-AvailabilityZone ] + [-EncryptionStatus ] [-ExtendedNetworkBlock ] [-IdentitySource ] + [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] + [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] + [-ManagementClusterHost ] [-NsxtPassword ] [-Tag ] [-VcenterPassword ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create or update a private cloud +Create a private cloud ## EXAMPLES @@ -69,8 +73,54 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AvailabilitySecondaryZone +The secondary availability zone for the private cloud + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AvailabilityStrategy +The availability strategy for the private cloud + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AvailabilityZone +The primary availability zone for the private cloud + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -84,11 +134,121 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EncryptionStatus +Status of customer managed encryption key + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExtendedNetworkBlock +Array of additional networks noncontiguous with networkBlock. +Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. +Make sure the CIDR format conforms to (A.B.C.D/X). + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentitySource +vCenter Single Sign On Identity Sources +To construct, see NOTES section for IDENTITYSOURCE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIdentitySource[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityType +The type of identity used for the private cloud. +The type 'SystemAssigned' refers to an implicitly created identity. +The type 'None' will remove any identities from the Private Cloud. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Internet Connectivity to internet is enabled or disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.InternetEnum +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -KeyVaultPropertyKeyName +The name of the key. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -KeyVaultPropertyKeyVaultUrl +The URL of the vault. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -KeyVaultPropertyKeyVersion +The version of the key. + +```yaml +Type: System.String Parameter Sets: (All) Aliases: @@ -114,6 +274,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ManagementClusterHost +The hosts + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ManagementClusterSize The cluster size @@ -302,9 +477,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 8974e4c2a2b9..52ae9e67229a 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -22,18 +22,27 @@ Create a in-memory object for ScriptSecureStringExecutionParameter ## EXAMPLES -### Example 1: Create a local Script Secure String Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" +{{ Add code here }} ``` ```output -Name Type SecureValue ----- ---- ----------- -azps_test_securevalue SecureValue passwordValue +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create a local Script Secure String Execution object +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -74,7 +83,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptSecureStringExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md index 49bd6d9b5418..b4f5f67125d1 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md @@ -21,18 +21,27 @@ Create a in-memory object for ScriptStringExecutionParameter ## EXAMPLES -### Example 1: Create a local Script String Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_stringvalue -Value "stringValue" +{{ Add code here }} ``` ```output -Name Type Value ----- ---- ----- -azps_test_stringvalue Value stringValue +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create a local Script String Execution object +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -73,7 +82,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ScriptStringExecutionParameter +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md index 58d73884a3cf..0b15f1e4ece3 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md @@ -13,8 +13,8 @@ Create an in-memory object for VMPlacementPolicyProperties. ## SYNTAX ``` -New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType -Type - -VMMember [-DisplayName ] [-State ] [] +New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType -Type -VMMember + [-DisplayName ] [-State ] [] ``` ## DESCRIPTION @@ -22,18 +22,27 @@ Create an in-memory object for VMPlacementPolicyProperties. ## EXAMPLES -### Example 1: Create an in-memory object for VMPlacementPolicyProperties. +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"abc"="123"} +{{ Add code here }} ``` ```output -DisplayName ProvisioningState State AffinityType VMMember ------------ ----------------- ----- ------------ -------- - Affinity {System.Collections.Hashtable} +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create an in-memory object for VMPlacementPolicyProperties. +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -41,7 +50,7 @@ Create an in-memory object for VMPlacementPolicyProperties. placement policy affinity type. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType +Type: System.String Parameter Sets: (All) Aliases: @@ -71,7 +80,7 @@ Accept wildcard characters: False Whether the placement policy is enabled or disabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState +Type: System.String Parameter Sets: (All) Aliases: @@ -86,7 +95,7 @@ Accept wildcard characters: False placement policy type. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType +Type: System.String Parameter Sets: (All) Aliases: @@ -119,7 +128,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMPlacementPolicyProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMPlacementPolicyProperties ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md index 7c9a5579328b..60b76ad424e2 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md @@ -13,9 +13,8 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ## SYNTAX ``` -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType -HostMember - -Type -VMMember [-DisplayName ] [-State ] - [] +New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType -HostMember -Type + -VMMember [-DisplayName ] [-State ] [] ``` ## DESCRIPTION @@ -23,18 +22,27 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ## EXAMPLES -### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"abc"="123"} -Type 'VmHost' -VMMember @{"abc"="123"} +{{ Add code here }} ``` ```output -DisplayName ProvisioningState State AffinityType HostMember VMMember ------------ ----------------- ----- ------------ ---------- -------- - AntiAffinity {System.Collections.Hashtable} {System.Collections.Hashtable} +{{ Add output here (remove the output block if the example doesn't have an output) }} ``` -Create an in-memory object for VmHostPlacementPolicyProperties. +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} ## PARAMETERS @@ -42,7 +50,7 @@ Create an in-memory object for VmHostPlacementPolicyProperties. placement policy affinity type. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityType +Type: System.String Parameter Sets: (All) Aliases: @@ -87,7 +95,7 @@ Accept wildcard characters: False Whether the placement policy is enabled or disabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState +Type: System.String Parameter Sets: (All) Aliases: @@ -102,7 +110,7 @@ Accept wildcard characters: False placement policy type. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyType +Type: System.String Parameter Sets: (All) Aliases: @@ -135,7 +143,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VMHostPlacementPolicyProperties +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMHostPlacementPolicyProperties ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md index 39b4a0b79a02..25b07ddc9bc1 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md @@ -25,6 +25,12 @@ Remove-AzVMwareAuthorization -InputObject [-DefaultProfile ] ``` +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwareAuthorization -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete an ExpressRoute Circuit Authorization in a private cloud @@ -100,7 +106,7 @@ Name of the ExpressRoute Circuit Authorization in the private cloud ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: AuthorizationName Required: True @@ -140,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md index e657dbc2ab57..dee9abd6325e 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md @@ -25,6 +25,12 @@ Remove-AzVMwareCloudLink -InputObject [-DefaultProfile ] ``` +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwareCloudLink -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a cloud link in a private cloud @@ -100,7 +106,7 @@ Name of the cloud link resource ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: CloudLinkName Required: True @@ -140,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md index 1ed7b3d32aa4..2a1df2823f35 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md @@ -25,6 +25,12 @@ Remove-AzVMwareCluster -InputObject [-DefaultProfile ] ``` +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwareCluster -Name -PrivateCloudInputObject [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a cluster in a private cloud @@ -100,7 +106,7 @@ Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: ClusterName Required: True @@ -140,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md index 6cfb4e64b5d6..ed30dfcf22a5 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md @@ -25,6 +25,18 @@ Remove-AzVMwareDatastore -InputObject [-DefaultProfile ] ``` +### DeleteViaIdentityCluster +``` +Remove-AzVMwareDatastore -ClusterInputObject -Name [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a datastore in a private cloud cluster @@ -61,12 +73,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: Required: True @@ -113,7 +141,7 @@ Name of the datastore in the private cloud cluster ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster, DeleteViaIdentityPrivateCloud Aliases: DatastoreName Required: True @@ -153,6 +181,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md index 05166b6a3d74..0f14e523f008 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md @@ -25,6 +25,12 @@ Remove-AzVMwareGlobalReachConnection -InputObject [-DefaultPro [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a global reach connection in a private cloud @@ -100,7 +106,7 @@ Name of the global reach connection in the private cloud ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: GlobalReachConnectionName Required: True @@ -140,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md index df53f63a6abd..d55c0a54915d 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md @@ -25,6 +25,18 @@ Remove-AzVMwarePlacementPolicy -InputObject [-DefaultProfile < [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzVMwarePlacementPolicy -ClusterInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityPrivateCloud +``` +Remove-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a placement policy in a private cloud cluster @@ -63,12 +75,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityPrivateCloud Aliases: Required: True @@ -115,7 +143,7 @@ Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster, DeleteViaIdentityPrivateCloud Aliases: PlacementPolicyName Required: True @@ -155,6 +183,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: DeleteViaIdentityPrivateCloud +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md index 39786fe48aa9..e554fcddc8db 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md @@ -121,7 +121,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IQuota +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IQuota ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index 0fb8ff46dc43..c1b03218b85a 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -12,24 +12,11 @@ Return trial status for subscription by region ## SYNTAX -### CheckExpanded (Default) ``` Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` -### Check -``` -Test-AzVMwareLocationTrialAvailability -Location -Sku [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] -``` - -### CheckViaIdentityExpanded -``` -Test-AzVMwareLocationTrialAvailability -InputObject -Name - [-DefaultProfile ] [-Confirm] [-WhatIf] [] -``` - ## DESCRIPTION Return trial status for subscription by region @@ -66,28 +53,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity -Parameter Sets: CheckViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -Location Azure region ```yaml Type: System.String -Parameter Sets: Check, CheckExpanded +Parameter Sets: (All) Aliases: Required: True @@ -102,7 +73,7 @@ The name of the SKU. ```yaml Type: System.String -Parameter Sets: CheckExpanded, CheckViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: True @@ -112,28 +83,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Sku -The resource model definition representing SKU -To construct, see NOTES section for SKU properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ISku -Parameter Sets: Check -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -SubscriptionId The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: Check, CheckExpanded +Parameter Sets: (All) Aliases: Required: False @@ -179,13 +134,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ISku - -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity - ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ITrial +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ITrial ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md new file mode 100644 index 000000000000..08bf837d0037 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md @@ -0,0 +1,247 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/update-azvmwareauthorization +schema: 2.0.0 +--- + +# Update-AzVMwareAuthorization + +## SYNOPSIS +Create an ExpressRoute Circuit Authorization in a private cloud + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzVMwareAuthorization -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwareAuthorization -Name -PrivateCloudInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create an ExpressRoute Circuit Authorization in a private cloud + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of the ExpressRoute Circuit Authorization in the private cloud + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded +Aliases: AuthorizationName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PrivateCloudName +The name of the private cloud. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IExpressRouteAuthorization + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md new file mode 100644 index 000000000000..1c05d214f857 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md @@ -0,0 +1,262 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/update-azvmwarecloudlink +schema: 2.0.0 +--- + +# Update-AzVMwareCloudLink + +## SYNOPSIS +Create a cloud link in a private cloud + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzVMwareCloudLink -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-LinkedCloud ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzVMwareCloudLink -InputObject [-LinkedCloud ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwareCloudLink -Name -PrivateCloudInputObject [-LinkedCloud ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a cloud link in a private cloud + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -LinkedCloud +Identifier of the other private cloud participating in the link. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the cloud link resource + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded +Aliases: CloudLinkName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PrivateCloudName +The name of the private cloud. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICloudLink + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md index da5d0d0e2e19..96d1c01c7c6b 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md @@ -25,6 +25,13 @@ Update-AzVMwareCluster -InputObject [-ClusterSize ] [-P [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] + [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION Update a cluster in a private cloud @@ -125,7 +132,7 @@ Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded Aliases: ClusterName Required: True @@ -150,6 +157,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -251,7 +274,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICluster ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md new file mode 100644 index 000000000000..793e2db5d991 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md @@ -0,0 +1,350 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/update-azvmwaredatastore +schema: 2.0.0 +--- + +# Update-AzVMwareDatastore + +## SYNOPSIS +Create a datastore in a private cloud cluster + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudName + -ResourceGroupName [-SubscriptionId ] [-DiskPoolVolumeLunName ] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityClusterExpanded +``` +Update-AzVMwareDatastore -ClusterInputObject -Name + [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzVMwareDatastore -InputObject [-DiskPoolVolumeLunName ] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject + [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create a datastore in a private cloud cluster + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ClusterName +Name of the cluster in the private cloud + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DiskPoolVolumeLunName +Name of the LUN to be used for datastore + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DiskPoolVolumeMountOption +Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DiskPoolVolumeTargetId +Azure resource ID of the iSCSI target + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of the datastore in the private cloud cluster + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded, UpdateViaIdentityPrivateCloudExpanded +Aliases: DatastoreName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetAppVolumeId +Azure resource ID of the NetApp volume + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PrivateCloudName +Name of the private cloud + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IDatastore + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md new file mode 100644 index 000000000000..4335fe6c5c07 --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md @@ -0,0 +1,295 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/update-azvmwareglobalreachconnection +schema: 2.0.0 +--- + +# Update-AzVMwareGlobalReachConnection + +## SYNOPSIS +Create a global reach connection in a private cloud + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzVMwareGlobalReachConnection -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-AuthorizationKey ] [-ExpressRouteId ] + [-PeerExpressRouteCircuit ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzVMwareGlobalReachConnection -InputObject [-AuthorizationKey ] + [-ExpressRouteId ] [-PeerExpressRouteCircuit ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject + [-AuthorizationKey ] [-ExpressRouteId ] [-PeerExpressRouteCircuit ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a global reach connection in a private cloud + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AuthorizationKey +Authorization key from the peer express route used for the global reach connection + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpressRouteId +The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of the global reach connection in the private cloud + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded +Aliases: GlobalReachConnectionName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PeerExpressRouteCircuit +Identifier of the ExpressRoute Circuit to peer with in the global reach connection + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PrivateCloudName +The name of the private cloud. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IGlobalReachConnection + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md index d693da0bd544..8a003056a3f5 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md @@ -15,16 +15,30 @@ Update a placement policy in a private cloud cluster ### UpdateExpanded (Default) ``` Update-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudName - -ResourceGroupName [-SubscriptionId ] [-AffinityStrength ] - [-AzureHybridBenefitType ] [-HostMember ] [-State ] + -ResourceGroupName [-SubscriptionId ] [-AffinityStrength ] + [-AzureHybridBenefitType ] [-HostMember ] [-State ] [-VMMember ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityClusterExpanded +``` +Update-AzVMwarePlacementPolicy -ClusterInputObject -Name + [-AffinityStrength ] [-AzureHybridBenefitType ] [-HostMember ] [-State ] [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwarePlacementPolicy -InputObject [-AffinityStrength ] - [-AzureHybridBenefitType ] [-HostMember ] [-State ] +Update-AzVMwarePlacementPolicy -InputObject [-AffinityStrength ] + [-AzureHybridBenefitType ] [-HostMember ] [-State ] [-VMMember ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityPrivateCloudExpanded +``` +Update-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudInputObject + [-AffinityStrength ] [-AzureHybridBenefitType ] [-HostMember ] [-State ] [-VMMember ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -66,7 +80,7 @@ Update a placement policy in a private cloud cluster vm-host placement policy affinity strength (should/must) ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AffinityStrength +Type: System.String Parameter Sets: (All) Aliases: @@ -96,7 +110,7 @@ Accept wildcard characters: False placement policy azure hybrid benefit opt-in type ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AzureHybridBenefitType +Type: System.String Parameter Sets: (All) Aliases: @@ -107,12 +121,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter +To construct, see NOTES section for CLUSTERINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName Name of the cluster in the private cloud ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityPrivateCloudExpanded Aliases: Required: True @@ -174,7 +204,7 @@ Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded, UpdateViaIdentityPrivateCloudExpanded Aliases: PlacementPolicyName Required: True @@ -199,6 +229,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateCloudInputObject +Identity Parameter +To construct, see NOTES section for PRIVATECLOUDINPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity +Parameter Sets: UpdateViaIdentityPrivateCloudExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -PrivateCloudName Name of the private cloud @@ -234,7 +280,7 @@ Accept wildcard characters: False Whether the placement policy is enabled or disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.PlacementPolicyState +Type: System.String Parameter Sets: (All) Aliases: @@ -315,7 +361,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPlacementPolicy +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPlacementPolicy ## NOTES diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md index 43e714c56ac1..195f47b6ba19 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md @@ -15,21 +15,18 @@ Update a private cloud ### UpdateExpanded (Default) ``` Update-AzVMwarePrivateCloud -Name -ResourceGroupName [-SubscriptionId ] - [-AvailabilitySecondaryZone ] [-AvailabilityStrategy ] - [-AvailabilityZone ] [-EncryptionStatus ] [-ExtendedNetworkBlock ] - [-IdentitySource ] [-IdentityType ] [-Internet ] - [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] - [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-EncryptionStatus ] [-ExtendedNetworkBlock ] [-IdentitySource ] + [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] + [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] + [-ManagementClusterHost ] [-ManagementClusterSize ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwarePrivateCloud -InputObject [-AvailabilitySecondaryZone ] - [-AvailabilityStrategy ] [-AvailabilityZone ] - [-EncryptionStatus ] [-ExtendedNetworkBlock ] - [-IdentitySource ] [-IdentityType ] [-Internet ] - [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] +Update-AzVMwarePrivateCloud -InputObject [-EncryptionStatus ] + [-ExtendedNetworkBlock ] [-IdentitySource ] [-IdentityType ] + [-Internet ] [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -82,51 +79,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AvailabilitySecondaryZone -The secondary availability zone for the private cloud - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AvailabilityStrategy -The availability strategy for the private cloud - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.AvailabilityStrategy -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AvailabilityZone -The primary availability zone for the private cloud - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -147,7 +99,7 @@ Accept wildcard characters: False Status of customer managed encryption key ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.EncryptionState +Type: System.String Parameter Sets: (All) Aliases: @@ -180,7 +132,7 @@ vCenter Single Sign On Identity Sources To construct, see NOTES section for IDENTITYSOURCE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IIdentitySource[] +Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIdentitySource[] Parameter Sets: (All) Aliases: @@ -197,7 +149,7 @@ The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ResourceIdentityType +Type: System.String Parameter Sets: (All) Aliases: @@ -228,7 +180,7 @@ Accept wildcard characters: False Connectivity to internet is enabled or disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.InternetEnum +Type: System.String Parameter Sets: (All) Aliases: @@ -430,7 +382,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.IPrivateCloud +### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud ## NOTES diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md index 08eaeafe1cba..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md @@ -1,11 +1,22 @@ -### Example 1: Create a local SRM object for the Addon Property parameter +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" +{{ Add code here }} ``` + ```output -AddonType ProvisioningState LicenseKey ---------- ----------------- ---------- -SRM YourLicenseKeyValue +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create a local SRM object for the Addon Property parameter \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md index ad2fa1006f83..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md @@ -1,11 +1,22 @@ -### Example 1: Create a local VR object for the Addon Property parameter +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +{{ Add code here }} ``` + ```output -AddonType ProvisioningState VrsCount ---------- ----------------- -------- -VR 2 +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create a local VR object for the Addon Property parameter \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md index b12c0637b0c2..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -1,11 +1,22 @@ -### Example 1: Create a local PS Credential Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" +{{ Add code here }} ``` + ```output -Name Type Password Username ----- ---- -------- -------- -azps_test_credentialvalue Credential passwordValue usernameValue +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create a local PS Credential Execution object \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md index fe4f7ae995eb..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -1,11 +1,22 @@ -### Example 1: Create a local Script Secure String Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" +{{ Add code here }} ``` + ```output -Name Type SecureValue ----- ---- ----------- -azps_test_securevalue SecureValue passwordValue +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create a local Script Secure String Execution object \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md index 74a9c450d404..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md @@ -1,11 +1,22 @@ -### Example 1: Create a local Script String Execution object +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_stringvalue -Value "stringValue" +{{ Add code here }} ``` + ```output -Name Type Value ----- ---- ----- -azps_test_stringvalue Value stringValue +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create a local Script String Execution object \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md index 5171ebeb2db7..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md @@ -1,11 +1,22 @@ -### Example 1: Create an in-memory object for VMPlacementPolicyProperties. +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"abc"="123"} +{{ Add code here }} ``` + ```output -DisplayName ProvisioningState State AffinityType VMMember ------------ ----------------- ----- ------------ -------- - Affinity {System.Collections.Hashtable} +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create an in-memory object for VMPlacementPolicyProperties. \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md index f5e1376a02e5..0371f56c36d2 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md @@ -1,11 +1,22 @@ -### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. +### Example 1: {{ Add title here }} ```powershell -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"abc"="123"} -Type 'VmHost' -VMMember @{"abc"="123"} +{{ Add code here }} ``` + ```output -DisplayName ProvisioningState State AffinityType HostMember VMMember ------------ ----------------- ----- ------------ ---------- -------- - AntiAffinity {System.Collections.Hashtable} {System.Collections.Hashtable} +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} ``` -Create an in-memory object for VmHostPlacementPolicyProperties. \ No newline at end of file +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 new file mode 100644 index 000000000000..89311aa1af0c --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareHcxEnterpriseSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareHcxEnterpriseSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareHcxEnterpriseSite' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 new file mode 100644 index 000000000000..e9655ace0b64 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 @@ -0,0 +1,37 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareScriptCmdlet')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareScriptCmdlet.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareScriptCmdlet' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityScriptPackage' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 new file mode 100644 index 000000000000..d9534a0a9a9a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareScriptExecution')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareScriptExecution.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareScriptExecution' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 new file mode 100644 index 000000000000..3b46faa60259 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareScriptExecutionLog')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareScriptExecutionLog.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareScriptExecutionLog' { + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 new file mode 100644 index 000000000000..71c66d4f2cb0 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareScriptPackage')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareScriptPackage.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareScriptPackage' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 new file mode 100644 index 000000000000..dba14cba8e63 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkDhcp')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkDhcp.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkDhcp' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityDhcpConfiguration' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 new file mode 100644 index 000000000000..0e3c09332db1 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkDnsService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkDnsService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkDnsService' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 new file mode 100644 index 000000000000..a85c44c5a4d6 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkDnsZone')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkDnsZone.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkDnsZone' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 new file mode 100644 index 000000000000..5df06083b2ad --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkGateway')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkGateway.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkGateway' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 new file mode 100644 index 000000000000..7d59ec297aa4 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkPortMirroring')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkPortMirroring.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkPortMirroring' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 new file mode 100644 index 000000000000..9f363e639173 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkPublicIP')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkPublicIP.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkPublicIP' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 new file mode 100644 index 000000000000..ef41313a2d72 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkSegment')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkSegment.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkSegment' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 new file mode 100644 index 000000000000..b5fe2d005104 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkVM')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkVM.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkVM' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 new file mode 100644 index 000000000000..c74b41f06012 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetworkVMGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetworkVMGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzVMwareWorkloadNetworkVMGroup' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 b/src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 new file mode 100644 index 000000000000..97c749c0b9e6 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Lock-AzVMwareVirtualMachineMovement')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Lock-AzVMwareVirtualMachineMovement.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Lock-AzVMwareVirtualMachineMovement' { + It 'RestrictExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RestrictViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RestrictViaIdentityClusterExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RestrictViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 new file mode 100644 index 000000000000..9514254882e3 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareHcxEnterpriseSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareHcxEnterpriseSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareHcxEnterpriseSite' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 new file mode 100644 index 000000000000..68b66358de65 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareIdentitySourceObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareIdentitySourceObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareIdentitySourceObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 new file mode 100644 index 000000000000..874c9928fea9 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareScriptExecution')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareScriptExecution.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareScriptExecution' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 new file mode 100644 index 000000000000..4368f0fb5a36 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkDhcp')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkDhcp.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkDhcp' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 new file mode 100644 index 000000000000..1ecfc96b3937 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkDnsService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkDnsService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkDnsService' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 new file mode 100644 index 000000000000..356e2cbb2821 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkDnsZone')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkDnsZone.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkDnsZone' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 new file mode 100644 index 000000000000..b71f9b7f0f34 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkPortMirroring')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkPortMirroring.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkPortMirroring' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 new file mode 100644 index 000000000000..64888706de6f --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkPublicIP')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkPublicIP.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkPublicIP' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 new file mode 100644 index 000000000000..8fb2beba215c --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkSegment')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkSegment.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkSegment' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 new file mode 100644 index 000000000000..7b6982940eb6 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareWorkloadNetworkVMGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareWorkloadNetworkVMGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzVMwareWorkloadNetworkVMGroup' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 new file mode 100644 index 000000000000..1635ff2ada7b --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareHcxEnterpriseSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareHcxEnterpriseSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareHcxEnterpriseSite' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 new file mode 100644 index 000000000000..c29e29a921b8 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareScriptExecution')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareScriptExecution.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareScriptExecution' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 new file mode 100644 index 000000000000..acbbf49e1349 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkDhcp')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkDhcp.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkDhcp' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 new file mode 100644 index 000000000000..24d2e0700488 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkDnsService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkDnsService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkDnsService' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityDnsService' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 new file mode 100644 index 000000000000..5d38d5bef198 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkDnsZone')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkDnsZone.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkDnsZone' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityDnsZone' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 new file mode 100644 index 000000000000..19a0320abe20 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkPortMirroring')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkPortMirroring.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkPortMirroring' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPortMirroringProfile' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 new file mode 100644 index 000000000000..7a04da91f302 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkPublicIP')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkPublicIP.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkPublicIP' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPublicIP' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 new file mode 100644 index 000000000000..1713e34a1b5a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkSegment')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkSegment.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkSegment' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 new file mode 100644 index 000000000000..d209b536fcf9 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareWorkloadNetworkVMGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareWorkloadNetworkVMGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzVMwareWorkloadNetworkVMGroup' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityVMGroup' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareAuthorization.Tests.ps1 new file mode 100644 index 000000000000..6f707fa2d5f7 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareAuthorization.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareAuthorization')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareAuthorization.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareAuthorization' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareCloudLink.Tests.ps1 new file mode 100644 index 000000000000..965bf8bd2896 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareCloudLink.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareCloudLink')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareCloudLink.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareCloudLink' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareDatastore.Tests.ps1 new file mode 100644 index 000000000000..a8dd6e5260f9 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareDatastore.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareDatastore')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareDatastore.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareDatastore' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityClusterExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareGlobalReachConnection.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareGlobalReachConnection.Tests.ps1 new file mode 100644 index 000000000000..37257fa49cc1 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareGlobalReachConnection.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareGlobalReachConnection')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareGlobalReachConnection.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareGlobalReachConnection' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 new file mode 100644 index 000000000000..be8360833da0 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkDhcp')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkDhcp.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkDhcp' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 new file mode 100644 index 000000000000..803cc65ee578 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkDnsService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkDnsService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkDnsService' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 new file mode 100644 index 000000000000..45c273f985b0 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkDnsZone')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkDnsZone.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkDnsZone' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 new file mode 100644 index 000000000000..b8ec8a149855 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkPortMirroring')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkPortMirroring.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkPortMirroring' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 new file mode 100644 index 000000000000..e6c18c756cd1 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkSegment')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkSegment.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkSegment' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 new file mode 100644 index 000000000000..12eaf3e48a0f --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareWorkloadNetworkVMGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareWorkloadNetworkVMGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzVMwareWorkloadNetworkVMGroup' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} From b7a13951fa0a3122823c45c1c86d50744f3fe9b1 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Thu, 11 Jan 2024 09:01:17 -0500 Subject: [PATCH 05/14] Removed packages lock file --- package-lock.json | 514 ---------------------------------------------- package.json | 5 - 2 files changed, 519 deletions(-) delete mode 100644 package-lock.json delete mode 100644 package.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 4bbf0b331900..000000000000 --- a/package-lock.json +++ /dev/null @@ -1,514 +0,0 @@ -{ - "name": "azure-powershell", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "dependencies": { - "@autorest/powershell": "^4.0.671" - } - }, - "node_modules/@autorest/codemodel": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/@autorest/codemodel/-/codemodel-4.19.3.tgz", - "integrity": "sha512-8RMPjq2BmLNn080EHGbSc0E9pk7EO6i+vi3vGrz8xrfnTBydOZPJUZqmOpEmNnV6LRbr23cthXQo0JbA/bStWg==", - "dependencies": { - "@azure-tools/codegen": "~2.9.2", - "js-yaml": "~4.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@autorest/codemodel/node_modules/@azure-tools/codegen": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.9.2.tgz", - "integrity": "sha512-brVLyffOtPiEijYYBYgV+4q7IyAfqXIec7XbdEqvv7As6SeEdq5WtbtN9N0LdGVHDWtEfc+JArwIx9aYGFdMUg==", - "dependencies": { - "@azure-tools/async-io": "~3.0.0", - "js-yaml": "~4.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@autorest/codemodel/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/@autorest/codemodel/node_modules/js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@autorest/codemodel/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@autorest/extension-base": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@autorest/extension-base/-/extension-base-3.5.2.tgz", - "integrity": "sha512-brpRtQ34mo/SZPTWrOUYvDHOKbvDa9eX5N15qd0OGLX8q3y29nXjhokMVoink4w1jW+8p2KXy2emMIZL14s+HQ==", - "dependencies": { - "@azure-tools/codegen": "~2.9.2", - "js-yaml": "~4.0.0", - "vscode-jsonrpc": "^3.5.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@autorest/extension-base/node_modules/@azure-tools/codegen": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.9.2.tgz", - "integrity": "sha512-brVLyffOtPiEijYYBYgV+4q7IyAfqXIec7XbdEqvv7As6SeEdq5WtbtN9N0LdGVHDWtEfc+JArwIx9aYGFdMUg==", - "dependencies": { - "@azure-tools/async-io": "~3.0.0", - "js-yaml": "~4.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@autorest/extension-base/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/@autorest/extension-base/node_modules/js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@autorest/extension-base/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@autorest/powershell": { - "version": "4.0.671", - "resolved": "https://registry.npmjs.org/@autorest/powershell/-/powershell-4.0.671.tgz", - "integrity": "sha512-KTayotiGulHzoii6B7Qcg5w4RQK50eQwGxnQBMwM7Ho8VJV4RqOPwMpfZvXWnhIhd7VwQoOCVRYtTY1mLNT52w==", - "dependencies": { - "@autorest/codemodel": "~4.19.3", - "@autorest/extension-base": "~3.5.2", - "@azure-tools/async-io": "~3.0.0", - "@azure-tools/codegen": "~2.5.276", - "@azure-tools/codegen-csharp": "~3.0.0", - "@azure-tools/codemodel-v3": "~3.1.0", - "@azure-tools/linq": "~3.1.0", - "@azure-tools/tasks": "~3.0.0", - "ejs": "~3.1.8", - "js-yaml": "3.13.1", - "source-map-support": "0.5.13", - "xmlbuilder": "10.1.1" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/@azure-tools/async-io": { - "version": "3.0.254", - "resolved": "https://registry.npmjs.org/@azure-tools/async-io/-/async-io-3.0.254.tgz", - "integrity": "sha512-X1C7XdyCuo50ch9FzKtTvmK18FgDxxf1Bbt3cSoknQqeDaRegHSSCO+zByq2YA4NvUzKXeZ1engh29IDxZXgpQ==", - "dependencies": { - "@azure-tools/tasks": "~3.0.255", - "proper-lockfile": "~2.0.1" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/@azure-tools/autorest-extension-base": { - "version": "3.1.267", - "resolved": "https://registry.npmjs.org/@azure-tools/autorest-extension-base/-/autorest-extension-base-3.1.267.tgz", - "integrity": "sha512-hdDX0Ic3Xg4Jg80uAlnN6J5BN58Xo3Lrkt7uGBpy5Zj2q9cHrQ0y6lY+n3TtDO2ADpyjp8G84H+4lrjsGzn3MQ==", - "deprecated": "Warning: This package has been renamed to '@autorest/extension-base', please use '@autorest/extension-base' instead.", - "dependencies": { - "@azure-tools/codegen": "~2.5.291", - "js-yaml": "3.13.1", - "vscode-jsonrpc": "^3.5.0" - } - }, - "node_modules/@azure-tools/codegen": { - "version": "2.5.294", - "resolved": "https://registry.npmjs.org/@azure-tools/codegen/-/codegen-2.5.294.tgz", - "integrity": "sha512-WOplS0oiNoZ0jWKkAdUJXAuQB8UzbPsIeJin7LnnzJQseGeU05zQLOUjwi63neAFyW6ninyVjXKaIl+GKOQ5mQ==", - "dependencies": { - "@azure-tools/async-io": "~3.0.0", - "@azure-tools/linq": "~3.1.0", - "js-yaml": "~4.0.0", - "semver": "^5.5.1" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@azure-tools/codegen-csharp": { - "version": "3.0.264", - "resolved": "https://registry.npmjs.org/@azure-tools/codegen-csharp/-/codegen-csharp-3.0.264.tgz", - "integrity": "sha512-LrmBgzjwXBSTE5pZ2l3XSfcmf+tX48RCfDr2MUb+WeKIRBevOrC/nclfKiUyy/LA9NiPIPVFK8noNsvqfSAxNw==", - "dependencies": { - "@azure-tools/codegen": "~2.5.0", - "@azure-tools/linq": "~3.1.263" - } - }, - "node_modules/@azure-tools/codegen/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/@azure-tools/codegen/node_modules/js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@azure-tools/codemodel-v3": { - "version": "3.1.266", - "resolved": "https://registry.npmjs.org/@azure-tools/codemodel-v3/-/codemodel-v3-3.1.266.tgz", - "integrity": "sha512-walYu+XVRjUDr10F6owVI7p7vJ/X83LNMXCU4Bs2EKCsHyqm4vbfHbesOQhpbUjmdAVo3ASrdO/0p1/iGVB9zA==", - "dependencies": { - "@azure-tools/autorest-extension-base": "~3.1.0", - "@azure-tools/codegen": "~2.5.0", - "@azure-tools/linq": "~3.1.263" - } - }, - "node_modules/@azure-tools/linq": { - "version": "3.1.263", - "resolved": "https://registry.npmjs.org/@azure-tools/linq/-/linq-3.1.263.tgz", - "integrity": "sha512-r104pkF96Sk8MW+PgxWqwiwNXhPbJSkMDcmShu9EDEJem04SM7DnHWmDo8JZR08vHYaecZA126OoGQFe7WikSA==", - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/@azure-tools/tasks": { - "version": "3.0.255", - "resolved": "https://registry.npmjs.org/@azure-tools/tasks/-/tasks-3.0.255.tgz", - "integrity": "sha512-GjALNLz7kWMEdRVbaN5g0cJHNAr3XVTbP0611Mv2UzMgGL6FOhNZJK+oPHJKLDR8EEDZNnkwPlyi7B+INXUSQA==", - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jake": { - "version": "10.8.7", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", - "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", - "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.4", - "minimatch": "^3.1.2" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/proper-lockfile": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-2.0.1.tgz", - "integrity": "sha512-rjaeGbsmhNDcDInmwi4MuI6mRwJu6zq8GjYCLuSuE7GF+4UjgzkL69sVKKJ2T2xH61kK7rXvGYpvaTu909oXaQ==", - "dependencies": { - "graceful-fs": "^4.1.2", - "retry": "^0.10.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==", - "engines": { - "node": "*" - } - }, - "node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/vscode-jsonrpc": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-3.6.2.tgz", - "integrity": "sha512-T24Jb5V48e4VgYliUXMnZ379ItbrXgOimweKaJshD84z+8q7ZOZjJan0MeDe+Ugb+uqERDVV8SBmemaGMSMugA==", - "engines": { - "node": ">=4.0.0 || >=6.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz", - "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index 414a76553188..000000000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "@autorest/powershell": "^4.0.671" - } -} From af992d73531f4c8077bb0d0338e1d89b23528b02 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Thu, 11 Jan 2024 18:10:49 -0500 Subject: [PATCH 06/14] new recordings --- .../docs/New-AzVMwareCluster.md | 19 +- .../Test-AzVMwareLocationTrialAvailability.md | 4 +- .../test/AzVMwareAddon.Recording.json | 206 +- .../test/AzVMwareAuthorization.Recording.json | 545 +- .../test/AzVMwareCloudLink.Recording.json | 5703 +---------------- .../test/AzVMwareCluster.Recording.json | 226 +- .../test/AzVMwareDatastore.Recording.json | 133 +- ...VMwareGlobalReachConnection.Recording.json | 228 +- ...reLocationQuotaAvailability.Recording.json | 68 +- ...reLocationTrialAvailability.Recording.json | 58 +- .../AzVMwarePlacementPolicy.Recording.json | 224 +- .../test/AzVMwarePrivateCloud.Recording.json | 192 +- ...PrivateCloudAdminCredential.Recording.json | 68 +- ...arePrivateCloudNsxtPassword.Recording.json | 12 +- ...PrivateCloudVcenterPassword.Recording.json | 12 +- .../AzVMwareVirtualMachine.Recording.json | 36 +- 16 files changed, 1092 insertions(+), 6642 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 27fbb329bf40..fdea3602530f 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -14,23 +14,22 @@ Create a cluster in a private cloud ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] - [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] +New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] + [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName - [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] + [-PropertiesHost ] [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -215,7 +214,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index c1b03218b85a..44b8eaaae4e6 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -13,7 +13,7 @@ Return trial status for subscription by region ## SYNTAX ``` -Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] +Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] [-Name ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -76,7 +76,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index dc4b2cfad91b..71cf299e11a4 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,35 +15,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "acf92aa5-c1a6-4eee-81e8-6d80bef6a8c7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141846Z:4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:18:46 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], + "x-ms-client-request-id": [ "a69d9493-04f3-4557-bc06-98fd769d2c5f" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -55,35 +47,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "e4f9d674-a1d5-4fd8-b1fe-67e7408315a8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:16 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], + "x-ms-client-request-id": [ "a69d9493-04f3-4557-bc06-98fd769d2c5f" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -95,34 +79,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "7a4dc237-7e27-467f-ba95-6a1fcc929321" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "cd593510-e44a-44bb-a037-10a703353b89" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:cd593510-e44a-44bb-a037-10a703353b89" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:16 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2023-03-01+4": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "99c2639f-17a1-42dd-aa86-e85e4dcb7e21" ], + "x-ms-client-request-id": [ "0a5fedd9-5d18-4218-be46-aea54220bf20" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -135,34 +111,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "62f2bec3-439b-421c-b69c-3d72ac14e038" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:18 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "324" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}]}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/vr?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "319189c3-a0cb-4c44-b9d4-8fbced897a07" ], + "x-ms-client-request-id": [ "74418339-10a0-48b4-b33f-a6e383fc801d" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -175,29 +143,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "e685d74a-6f54-4507-93de-ad38988975f9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fd911486-a461-4ed2-a510-028cdbb8f9ac" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:fd911486-a461-4ed2-a510-028cdbb8f9ac" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:18 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -210,35 +170,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "76a2634e-4888-43ff-98b9-5578ec0f66df" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141920Z:f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:20 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], + "x-ms-client-request-id": [ "0488b299-eaf8-4b14-8603-5b8b9a60b9d5" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -250,34 +202,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-request-id": [ "d30d6358-3f47-4ce0-9803-dc1cd6c8d6ff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:50 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], + "x-ms-client-request-id": [ "0488b299-eaf8-4b14-8603-5b8b9a60b9d5" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -289,34 +234,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-request-id": [ "ccea55c9-64ec-40ca-8e9c-47737db3316f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "45d0838b-a24d-4d4c-997e-391746c689ea" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:45d0838b-a24d-4d4c-997e-391746c689ea" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:19:51 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "241" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/srm\",\"name\":\"srm\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"SRM\",\"provisioningState\":\"Succeeded\",\"licenseKey\":\"41915178-A8FF-4A4D-B683-6D735AF5E3F5\"}}", "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/addons/vr?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "9da76abb-8e7c-4ce4-a92e-1c7d7d5a5e32" ], + "x-ms-client-request-id": [ "d4b2a6f8-875f-44d8-ae42-4c60da799922" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -329,19 +266,10 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "6ede5cea-bcd2-4a1b-8367-28b68a6cc57c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T142003Z:6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 15:20:02 GMT" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] }, "ContentHeaders": { - "Content-Type": [ "text/html" ], - "Expires": [ "-1" ], "Content-Length": [ "0" ] }, "Content": null, diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index b8582225a7bf..3eb8bdff2a21 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json @@ -1,352 +1,247 @@ { - "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", - "Content": "{\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] - } + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "Content": "{\r\n}", + "isContentBase64": false, + "Headers": { }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "acf92aa5-c1a6-4eee-81e8-6d80bef6a8c7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141846Z:4a6de6f2-57c7-47cb-88f6-4df018b083dd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:18:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:06 GMT" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "e4f9d674-a1d5-4fd8-b1fe-67e7408315a8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:47ff499c-9ee0-4e6a-b3b1-21835a32c98c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "11" ], + "x-ms-client-request-id": [ "eba0ca38-b54c-4b47-aeb9-a8e0b51bb7a2" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "92272626-7d8c-4a8e-af7a-4d675f8fb400" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "eba0ca38-b54c-4b47-aeb9-a8e0b51bb7a2" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "7a4dc237-7e27-467f-ba95-6a1fcc929321" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "cd593510-e44a-44bb-a037-10a703353b89" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141917Z:cd593510-e44a-44bb-a037-10a703353b89" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2023-03-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "99c2639f-17a1-42dd-aa86-e85e4dcb7e21" ], - "CommandName": [ "Get-AzVMwareAuthorization" ], - "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "62f2bec3-439b-421c-b69c-3d72ac14e038" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:1fa7c573-4060-48e0-8ee4-58f5d4243a3e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "808" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}]}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "7405600a-486d-4936-be59-eaeb0d01e20a" ], + "CommandName": [ "Get-AzVMwareAuthorization" ], + "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "319189c3-a0cb-4c44-b9d4-8fbced897a07" ], - "CommandName": [ "Get-AzVMwareAuthorization" ], - "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "Content": "{\r\n}", + "isContentBase64": false, + "Headers": { }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "e685d74a-6f54-4507-93de-ad38988975f9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fd911486-a461-4ed2-a510-028cdbb8f9ac" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141918Z:fd911486-a461-4ed2-a510-028cdbb8f9ac" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9\",\"name\":\"yrles9\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er/authorizations/avs_resource_yrles9\",\"expressRouteAuthorizationKey\":\"fd56e1de-8596-4cc2-beb3-2e8a5183c9f0\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt86-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt86-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", - "Content": "{\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "76a2634e-4888-43ff-98b9-5578ec0f66df" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141920Z:f7779cb6-74d5-4fd2-a421-7fa42f2a08cd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "0943e32a-f145-4710-ae83-9466876c7c44" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "0943e32a-f145-4710-ae83-9466876c7c44" ], + "CommandName": [ "New-AzVMwareAuthorization" ], + "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-request-id": [ "d30d6358-3f47-4ce0-9803-dc1cd6c8d6ff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:1e722bf7-1d0e-4cbe-baa8-d68bc07e6f9c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "80b8c273-dd47-45db-ae3e-4e4ebcd7f1da" ], - "CommandName": [ "New-AzVMwareAuthorization" ], - "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-request-id": [ "ccea55c9-64ec-40ca-8e9c-47737db3316f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "45d0838b-a24d-4d4c-997e-391746c689ea" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T141951Z:45d0838b-a24d-4d4c-997e-391746c689ea" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:19:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog/authorizations/5q2kvd\",\"name\":\"5q2kvd\",\"properties\":{\"expressRouteAuthorizationId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er/authorizations/avs_resource_5q2kvd\",\"expressRouteAuthorizationKey\":\"8d0ed0f3-bc22-4514-a54e-cdb5fe113a20\",\"expressRouteId\":\"/subscriptions/0e428515-1a68-4ea2-9077-2f2c35a4db31/resourceGroups/tnt13-cust-p02-canadacentral/providers/Microsoft.Network/expressRouteCircuits/tnt13-cust-p02-canadacentral-er\",\"provisioningState\":\"Succeeded\"},\"type\":\"Microsoft.AVS/privateClouds/authorizations\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "774a9448-b0d6-45b9-bbe8-6b3dbcf4e778" ], + "CommandName": [ "Remove-AzVMwareAuthorization" ], + "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, - "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "9da76abb-8e7c-4ce4-a92e-1c7d7d5a5e32" ], - "CommandName": [ "Remove-AzVMwareAuthorization" ], - "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "6ede5cea-bcd2-4a1b-8367-28b68a6cc57c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T142003Z:6ae2e75c-406c-4c8c-ac97-0dc54a3f572d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 14:20:02 GMT" ] - }, - "ContentHeaders": { - "Content-Type": [ "text/html" ], - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } + "ContentHeaders": { + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 6c11ecef9126..cac01125ef42 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json @@ -1,5524 +1,183 @@ { - "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "191" ] - } - }, - "Response": { - "StatusCode": 201, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01" ], - "x-ms-request-id": [ "53236fec-4c4b-4705-b7d5-0e10844d0112" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "031d28ef-aaf6-4e15-be71-675041975b15" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185737Z:031d28ef-aaf6-4e15-be71-675041975b15" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:57:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "423" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Building\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "7539eb21-9125-4cca-af49-b94cfe0fceb4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "0f43cc29-1bbd-47ff-baf8-46aacdd38859" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185755Z:0f43cc29-1bbd-47ff-baf8-46aacdd38859" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:57:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "06cf09ec-d80c-4982-83ea-55087a7165fb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "72ef5c38-60c4-4b18-95b6-eb3b49633d13" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185819Z:72ef5c38-60c4-4b18-95b6-eb3b49633d13" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:58:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "2852341e-3619-406b-89be-0905d1ba5e2e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e2c1b20c-d44e-4911-8b2c-a7d09198cc49" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185841Z:e2c1b20c-d44e-4911-8b2c-a7d09198cc49" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:58:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "3bab3f00-d5bf-4c56-8841-af88ab7e408f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "dde36120-5043-4c0a-b823-831c7b57e51e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185904Z:dde36120-5043-4c0a-b823-831c7b57e51e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:59:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-request-id": [ "915a046f-57f9-48ff-b480-72b8c8fc8ff7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "73907f2c-c34d-4e03-b8e5-f89c53bfb61b" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185928Z:73907f2c-c34d-4e03-b8e5-f89c53bfb61b" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:59:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-request-id": [ "3c3e4251-4848-48ca-ae2c-32595b2a3f28" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "ccb10f60-833e-4ff4-99aa-b00023811d20" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T185950Z:ccb10f60-833e-4ff4-99aa-b00023811d20" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 18:59:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-request-id": [ "59686deb-2b00-4592-818b-4a72876fe0fa" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e31c429b-1826-4bb5-b46c-b61eb890acb9" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190030Z:e31c429b-1826-4bb5-b46c-b61eb890acb9" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:00:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-request-id": [ "2e56f345-d8a0-438f-952a-e39db454f517" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "980bfda1-1878-4795-9098-c3507a485dc9" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190053Z:980bfda1-1878-4795-9098-c3507a485dc9" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:00:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-request-id": [ "6e7576e0-63ca-4ce2-80bf-4068c6c1cda5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "5889bcb4-fde4-41f3-b7fa-c2788b7f0154" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190118Z:5889bcb4-fde4-41f3-b7fa-c2788b7f0154" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:01:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-request-id": [ "c46089eb-1e5e-4781-819a-b9d651f844c0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "0f1e4a15-1332-4c21-b1d8-16d4f1b759b8" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190145Z:0f1e4a15-1332-4c21-b1d8-16d4f1b759b8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:01:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-request-id": [ "50867a99-53cc-4d10-8e91-39b82c739804" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fb4838a9-e770-4adb-9d50-862d6cb9a161" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190215Z:fb4838a9-e770-4adb-9d50-862d6cb9a161" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:02:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-request-id": [ "535b02d5-07f3-402d-a58b-852135af6a09" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6df6e4cd-f85b-4ac4-a028-579200c47043" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190246Z:6df6e4cd-f85b-4ac4-a028-579200c47043" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:02:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-request-id": [ "8b00dd1f-7e1f-447d-bdd3-78c03fff3bf0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e8dbcef9-62a7-4088-9972-d47d8bfe3936" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190309Z:e8dbcef9-62a7-4088-9972-d47d8bfe3936" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:03:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-request-id": [ "eb42eef1-d6a9-4d0c-9b9b-f074808eb655" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "f050e815-45b3-40f8-991c-ebbbc1121666" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190335Z:f050e815-45b3-40f8-991c-ebbbc1121666" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:03:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-request-id": [ "f374f3e1-635b-4090-86d2-4a646242f1a7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "9e1bae2d-5573-4a29-8bdf-b93c3b638b22" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190354Z:9e1bae2d-5573-4a29-8bdf-b93c3b638b22" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:03:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-request-id": [ "b2486cd1-8c02-4501-9c5c-a7969018327a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "c3f1e948-f8c2-4cad-861d-18979947b005" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190417Z:c3f1e948-f8c2-4cad-861d-18979947b005" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:04:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-request-id": [ "ccf3eeb4-8e56-46fe-b935-dd66b86ad003" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7a5760ec-aaac-4ae1-9f1a-48e836c9542e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190445Z:7a5760ec-aaac-4ae1-9f1a-48e836c9542e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:04:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-request-id": [ "f24ff2a2-c5b1-473b-af7e-26de1506ff9d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a91b0306-4055-4a46-b4d9-fb3ed9989079" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190515Z:a91b0306-4055-4a46-b4d9-fb3ed9989079" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:05:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-request-id": [ "25201202-5875-4bfc-9574-17d5a6267f95" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b84c7b87-daf1-4f40-a0c1-923a3f973da5" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190539Z:b84c7b87-daf1-4f40-a0c1-923a3f973da5" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:05:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-request-id": [ "2922388a-b610-4fb4-9048-cfcb821b8008" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e96f3a75-15d1-456f-bfd8-039d5b759bac" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190604Z:e96f3a75-15d1-456f-bfd8-039d5b759bac" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:06:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-request-id": [ "b2175d70-e052-4e1c-8e61-d4db93f47b32" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "02c478b6-51aa-4905-b190-2cbfbaa51bd3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190625Z:02c478b6-51aa-4905-b190-2cbfbaa51bd3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:06:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-request-id": [ "5bf540e5-edf3-4aa7-9a32-90c87ff71c9f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "03048c10-60bd-49ed-b7b3-7c76627db3a8" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190647Z:03048c10-60bd-49ed-b7b3-7c76627db3a8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:06:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-request-id": [ "987b7a0d-2226-43df-b527-26a8a8128bc4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a216e4ef-e63e-4de2-9704-9b8b80dbbe04" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190722Z:a216e4ef-e63e-4de2-9704-9b8b80dbbe04" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:07:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-request-id": [ "aadbec75-9aa1-4af3-aeb8-248bfe58050b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "814fc80e-d203-4bfc-b145-eeec26a433f1" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190752Z:814fc80e-d203-4bfc-b145-eeec26a433f1" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:07:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+26": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-request-id": [ "55941aa4-792f-4586-a56c-a55bd3f600c8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "4766ba8d-3b44-4d2e-91d1-e7aea9747c23" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190823Z:4766ba8d-3b44-4d2e-91d1-e7aea9747c23" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:08:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+27": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-request-id": [ "023f519a-7e42-4706-bf60-86166d2f2cc7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a1fbe924-4fda-4aed-a972-b32e035609ea" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190850Z:a1fbe924-4fda-4aed-a972-b32e035609ea" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:08:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+28": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-request-id": [ "6cea3e82-e58e-436f-a114-e3a0475acfcd" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "ca53b4c2-7d89-44e4-ac28-7c44c7ef8538" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T190928Z:ca53b4c2-7d89-44e4-ac28-7c44c7ef8538" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:09:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+29": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-request-id": [ "fb039b46-9c0a-48a2-9461-fca5b7f1720d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7146ec89-6273-44ed-b1e7-2a2535264aaa" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191026Z:7146ec89-6273-44ed-b1e7-2a2535264aaa" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:10:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+30": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-request-id": [ "1fd4065c-7dfc-46cd-9f83-f6f5c812f0f8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "cab0bc06-a134-40be-9b02-0c5b53211a82" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191053Z:cab0bc06-a134-40be-9b02-0c5b53211a82" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:10:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+31": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-request-id": [ "ae5c4725-41ab-48bd-9daa-64a12a50ca6d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "2fb0cfdf-4ba7-4cdd-bca1-175e3c317c1f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191118Z:2fb0cfdf-4ba7-4cdd-bca1-175e3c317c1f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:11:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+32": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-request-id": [ "d1bb4cda-4f62-40e3-a018-e8cac7bff183" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "58d5a2a6-3ff5-4b49-bd85-21765cda72f3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191149Z:58d5a2a6-3ff5-4b49-bd85-21765cda72f3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:11:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+33": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-request-id": [ "98b4a925-2433-48af-a90d-d15a236ad309" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "837b4978-e9c9-4cef-83c6-d83cc37e8161" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191218Z:837b4978-e9c9-4cef-83c6-d83cc37e8161" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:12:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+34": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "x-ms-request-id": [ "0dc46c73-39e1-459e-a0cb-bcf8db2f1209" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "85f40e4d-bb48-469f-afe3-4d7031344780" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191247Z:85f40e4d-bb48-469f-afe3-4d7031344780" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:12:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+35": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-request-id": [ "10e5af57-33fd-40b8-8410-435fcc1845af" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "3963072c-1fe3-46d8-ab1a-1a3ca8c09756" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191307Z:3963072c-1fe3-46d8-ab1a-1a3ca8c09756" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:13:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+36": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-request-id": [ "f1bd4098-39be-491a-ac52-1f43de8f7a6b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "de9b8be7-77cf-48b8-9a01-9f24177f037d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191329Z:de9b8be7-77cf-48b8-9a01-9f24177f037d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:13:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+37": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-request-id": [ "1b7d7f20-168b-45f5-b1f0-f543f500080f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "d0d4fa9a-8bb5-4df4-97f8-0b6e378d5d42" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191351Z:d0d4fa9a-8bb5-4df4-97f8-0b6e378d5d42" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:13:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+38": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-request-id": [ "254beeec-6342-456e-a6bd-129827c44e80" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a45eb0db-b215-4c8f-8d68-4e5c91977481" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191424Z:a45eb0db-b215-4c8f-8d68-4e5c91977481" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:14:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+39": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-request-id": [ "95ca4dae-eb1f-41d5-9c3d-d2719736a47f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "54301f6d-0f97-4c44-8454-6005bd34e8b1" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191446Z:54301f6d-0f97-4c44-8454-6005bd34e8b1" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:14:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+40": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-request-id": [ "8a5089bd-60bb-4929-8609-212663aeb460" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7567ffb1-8ca6-4992-97ed-c23d2269f81f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191514Z:7567ffb1-8ca6-4992-97ed-c23d2269f81f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:15:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+41": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], - "x-ms-request-id": [ "fad4afe7-654e-43d6-aecf-3f9c28a69db8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "8d65f3e3-f8fd-4c60-ba44-52cbbd7f7b71" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191538Z:8d65f3e3-f8fd-4c60-ba44-52cbbd7f7b71" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:15:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+42": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], - "x-ms-request-id": [ "60587038-8e3c-4767-ac8d-bebf23b500e5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6942ebf5-fee9-4980-b7ad-65589af6b45e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191601Z:6942ebf5-fee9-4980-b7ad-65589af6b45e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:16:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+43": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], - "x-ms-request-id": [ "27c28627-0957-4175-95c1-0f2f9582192d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "36851972-b6f7-41cf-80ac-452c01a30f40" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191632Z:36851972-b6f7-41cf-80ac-452c01a30f40" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:16:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+44": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-request-id": [ "46d01dfa-2133-4ffc-9b7f-fbd7ab9e3437" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b0cd9fa6-9550-4328-a6dd-9eed5a4c7dd3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191653Z:b0cd9fa6-9550-4328-a6dd-9eed5a4c7dd3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:16:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+45": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-request-id": [ "e4206126-73d5-42d7-bf83-ebcecd9dee9d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "173d29c9-33bf-4262-8c6e-da32c1dbd56a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191719Z:173d29c9-33bf-4262-8c6e-da32c1dbd56a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:17:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+46": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-request-id": [ "9e4fba55-3490-4408-83d9-5a064138aa70" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "d75d297d-7680-4676-b976-f4f9db3d07f0" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191747Z:d75d297d-7680-4676-b976-f4f9db3d07f0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:17:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+47": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-request-id": [ "29276c98-eb02-4499-92d4-111abaf6ecb2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "d26a5c5f-3ed3-46d8-8e8e-7a100afe2e87" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191818Z:d26a5c5f-3ed3-46d8-8e8e-7a100afe2e87" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:18:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+48": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-request-id": [ "0dbbafd6-8555-4949-b04c-71695a6fa0d7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fedb0ac5-ef3e-420f-8a14-b74fa2b1cbf5" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191839Z:fedb0ac5-ef3e-420f-8a14-b74fa2b1cbf5" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:18:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+49": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-request-id": [ "6d4be509-d717-47af-9ad6-c5e369b8be99" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "68155ca0-a620-4e92-a2d4-d3cb69498cf0" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191901Z:68155ca0-a620-4e92-a2d4-d3cb69498cf0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:19:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+50": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-request-id": [ "1d86a3ea-6f62-4352-b21c-7127bcf7a7aa" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "2cb8455d-7093-402b-b678-27a83caa597b" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191927Z:2cb8455d-7093-402b-b678-27a83caa597b" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:19:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+51": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "x-ms-request-id": [ "de5577c3-bc37-4bdf-9286-ceb8ef7d6cbd" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "cf5bac38-ec6a-45bf-9d47-4e3122306203" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T191948Z:cf5bac38-ec6a-45bf-9d47-4e3122306203" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:19:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+52": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-request-id": [ "47f8842a-fc42-41da-8151-c20e661c0cc1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "eec93392-529a-470a-b26e-c26d47b6af95" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192020Z:eec93392-529a-470a-b26e-c26d47b6af95" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:20:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+53": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-request-id": [ "505ca631-ba31-4b83-8410-5a3cb03689d5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "ff5afb59-0c58-43ab-ad06-e75ba8048748" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192046Z:ff5afb59-0c58-43ab-ad06-e75ba8048748" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:20:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+54": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-request-id": [ "ed81faaa-64fa-41a3-965d-08a727df801e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a0bfcbee-bff5-4db2-b1cd-949b313c7dd3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192109Z:a0bfcbee-bff5-4db2-b1cd-949b313c7dd3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:21:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+55": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-request-id": [ "a35d2b84-1a63-46df-98cc-643fe6fd3b58" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "ccb5f2d3-25df-463f-b447-1d2f71aa25d7" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192131Z:ccb5f2d3-25df-463f-b447-1d2f71aa25d7" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:21:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+56": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "x-ms-request-id": [ "f33ec732-46ed-4364-b844-1596976a7487" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1f8318ef-a2de-4188-b349-0784c62286db" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192152Z:1f8318ef-a2de-4188-b349-0784c62286db" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:21:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+57": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-request-id": [ "f680f718-6d01-492e-9159-d774488343d5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "75200fea-8f9a-41bf-86db-d0cb039a64ae" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192221Z:75200fea-8f9a-41bf-86db-d0cb039a64ae" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:22:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+58": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-request-id": [ "3dde170e-c97e-4cb2-9ffa-337198c2d85e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "53600f88-a6f0-431c-9cad-ddec287b9686" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192250Z:53600f88-a6f0-431c-9cad-ddec287b9686" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:22:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+59": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], - "x-ms-request-id": [ "9551943f-ad93-4f99-9da0-c95c42f0b2e8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a73dd81e-9ab3-4a70-b497-b6c8c7764e71" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192317Z:a73dd81e-9ab3-4a70-b497-b6c8c7764e71" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:23:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+60": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], - "x-ms-request-id": [ "5edd96fe-44cd-4690-adfe-6636b1b88e38" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "dd826a39-6174-44d6-b8bd-3336d77b29ba" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192348Z:dd826a39-6174-44d6-b8bd-3336d77b29ba" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:23:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+61": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], - "x-ms-request-id": [ "124bb381-2298-4923-a070-7be9354d21c1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1f738f03-167e-4337-9def-4b205a07adb0" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192415Z:1f738f03-167e-4337-9def-4b205a07adb0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:24:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+62": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], - "x-ms-request-id": [ "38ef28c4-add8-424e-a670-2b41388a0052" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1b24f5d3-4e36-4eee-8c93-fa138d58b196" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192447Z:1b24f5d3-4e36-4eee-8c93-fa138d58b196" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:24:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+63": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], - "x-ms-request-id": [ "a0654e75-6c76-490f-b69f-a27884599130" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "f2db0229-812f-421b-b0b2-35c5f100f0bf" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192519Z:f2db0229-812f-421b-b0b2-35c5f100f0bf" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:25:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+64": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], - "x-ms-request-id": [ "0f9f2e20-778f-4091-9a5b-7769983a0034" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "c3a097aa-9a6a-4cb6-96c0-f3e5995467a0" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192547Z:c3a097aa-9a6a-4cb6-96c0-f3e5995467a0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:25:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+65": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], - "x-ms-request-id": [ "58b63093-0fc6-42e4-86bf-b234844b09ec" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e22d78ce-fc4b-41c1-88ce-ff09ab3ded05" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192611Z:e22d78ce-fc4b-41c1-88ce-ff09ab3ded05" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:26:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+66": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], - "x-ms-request-id": [ "b4cc8692-c797-4309-8b37-d86243c7843a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "913e97c0-36ab-4b03-9b94-2dbd8f8f18ea" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192634Z:913e97c0-36ab-4b03-9b94-2dbd8f8f18ea" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:26:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":0,\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01+67": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], - "x-ms-request-id": [ "893e887f-9c9f-4def-a4d9-91603b3d843c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "59627338-e1b5-4d7a-9825-a981b785d5ee" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192654Z:59627338-e1b5-4d7a-9825-a981b785d5ee" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:26:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "840" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"endTime\":\"2023-12-21T19:26:11.1166161+00:00\",\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"name\":\"a91aaa99-da3d-4d33-974e-398d8bf08e85\",\"percentComplete\":100,\"properties\":{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"},\"startTime\":\"2023-12-21T18:57:37.6507117+00:00\",\"status\":\"Succeeded\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+68": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "4f03bc84-7b65-4395-88ae-64a6dc459191" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], - "x-ms-request-id": [ "d70f477e-3c84-4df4-a553-4e7a4b8f5edb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "75882fed-e0c4-4ebc-804b-2ab370878979" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192711Z:75882fed-e0c4-4ebc-804b-2ab370878979" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:27:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "421" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2023-03-01+69": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "f3cd966b-21f1-4a81-aceb-0a6435009cf5" ], - "CommandName": [ "Get-AzVMwareCloudLink" ], - "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], - "x-ms-request-id": [ "c3cfaefb-5060-4e7d-817b-ab9f092fdb33" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "ab8e95d2-64be-4899-a45b-4bf7917398ad" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192713Z:ab8e95d2-64be-4899-a45b-4bf7917398ad" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:27:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "433" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}]}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "dcd158fc-771b-4e02-8cb7-925669da543a" ], - "CommandName": [ "Get-AzVMwareCloudLink" ], - "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], - "x-ms-request-id": [ "29412f4d-d27e-4eb8-9c61-1079b232f27f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "27af5d66-f46a-44c5-baf5-031ed6428c00" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192728Z:27af5d66-f46a-44c5-baf5-031ed6428c00" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:27:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "421" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\"\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "191" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "08ed1231-ab5f-4842-a51e-49160265a4fc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "9516c37a-1295-4e6d-bcc6-54dc5321cc93" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192758Z:9516c37a-1295-4e6d-bcc6-54dc5321cc93" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:27:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "421" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "e8ad54eb-a23c-4e16-b8c0-1bb02db00e0c" ], - "CommandName": [ "New-AzVMwareCloudLink" ], - "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], - "x-ms-request-id": [ "7f453bfd-b81a-4ce3-82d1-cafc00dc40f0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "725ba57e-d9bf-404a-8510-a71e7765d69a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192847Z:725ba57e-d9bf-404a-8510-a71e7765d69a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:28:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "421" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Active\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01+1": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01" ], - "x-ms-request-id": [ "37c4beb9-cc7a-44aa-b79e-21a815506029" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "9c9c6812-f15d-4403-95d7-8577588a4714" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192902Z:9c9c6812-f15d-4403-95d7-8577588a4714" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:29:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "423" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9\",\"name\":\"yrles9\",\"properties\":{\"linkedCloud\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz\",\"status\":\"Deleting\"},\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], - "x-ms-request-id": [ "34eb14c0-a5a8-41a1-a2c9-b2196dd16685" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "28c59d10-8924-4581-98fc-e3c42a8473e2" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192929Z:28c59d10-8924-4581-98fc-e3c42a8473e2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:29:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], - "x-ms-request-id": [ "8060f434-392a-4d6c-ac11-2f83e68abcf0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "0a47ae67-92df-4d22-8045-6be203423d4e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T192954Z:0a47ae67-92df-4d22-8045-6be203423d4e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:29:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], - "x-ms-request-id": [ "7f2a292b-c710-4eb0-934c-34bb36d5670d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fe685773-3c4c-4e31-bdb1-672e4554a844" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193035Z:fe685773-3c4c-4e31-bdb1-672e4554a844" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:30:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-request-id": [ "80dd06b1-023b-4d4e-b7b1-3b43e8b457f2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b78c8dec-49aa-4638-897a-cb06507ad536" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193055Z:b78c8dec-49aa-4638-897a-cb06507ad536" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:30:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-request-id": [ "5582d2fa-bc32-4a72-bbdb-a71fbefeaa77" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "bb38c54f-3ee8-4a4c-8d69-5176ca2aae14" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193121Z:bb38c54f-3ee8-4a4c-8d69-5176ca2aae14" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:31:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-request-id": [ "ad566b2c-89eb-4004-a3ce-ab856d709b91" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a7a4523f-fe6f-4816-ae61-b66b3687df71" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193150Z:a7a4523f-fe6f-4816-ae61-b66b3687df71" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:31:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-request-id": [ "a3330510-d9cb-4a2a-bda8-32c01ff93146" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "c53d7038-296d-43c5-b78a-ae5683783dc4" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193223Z:c53d7038-296d-43c5-b78a-ae5683783dc4" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:32:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-request-id": [ "1b6d286f-654b-4dd6-b7fc-2f4e77d229a7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b8804274-0964-4a1a-8943-d4b8793b176a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193253Z:b8804274-0964-4a1a-8943-d4b8793b176a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:32:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-request-id": [ "a1611ff7-fcf2-4d35-bae4-816489f9a0f1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "164ffe29-a973-4296-a866-1643dbb1009e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193327Z:164ffe29-a973-4296-a866-1643dbb1009e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:33:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-request-id": [ "be8606b2-997f-4477-a79b-574d645c76d7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "95fdbd7a-36ba-4edd-871a-6065d9762cc1" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193353Z:95fdbd7a-36ba-4edd-871a-6065d9762cc1" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:33:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-request-id": [ "f89d3e34-03ab-49a6-aba2-c5ba2bbbab88" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "dc6fff48-6701-4b62-a8d4-e6c7f129c7fa" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193431Z:dc6fff48-6701-4b62-a8d4-e6c7f129c7fa" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:34:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-request-id": [ "76879b4c-ecbb-45f4-ac6c-5d476f658c8c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "f6530dc9-7fe1-4304-b45e-922dac21a66d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193454Z:f6530dc9-7fe1-4304-b45e-922dac21a66d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:34:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-request-id": [ "7f7d7020-27a6-4a62-af9a-ef9147e9a606" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "11b7528c-7673-4d7f-9c71-abaa35e557fa" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193520Z:11b7528c-7673-4d7f-9c71-abaa35e557fa" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:35:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "x-ms-request-id": [ "6bdc8398-0cde-4e3e-a0f3-68f859082524" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "0e059b77-ceb7-49aa-a268-ca4d70c0af77" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193549Z:0e059b77-ceb7-49aa-a268-ca4d70c0af77" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:35:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], - "x-ms-request-id": [ "1a8e5f03-e7b6-47d9-ade8-83b040e3b3e4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "aa245c58-c99e-4f8c-a0f0-bef05674f575" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193619Z:aa245c58-c99e-4f8c-a0f0-bef05674f575" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:36:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], - "x-ms-request-id": [ "fdc20262-438a-49bc-94ff-7682833aba51" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "d362f4e6-1916-4c07-87ef-10cdefa161b3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193655Z:d362f4e6-1916-4c07-87ef-10cdefa161b3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:36:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], - "x-ms-request-id": [ "1950753f-64f5-4964-86da-8bfbe7e72c52" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "879383a6-cc47-4e93-bfeb-b96cbf20c659" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193729Z:879383a6-cc47-4e93-bfeb-b96cbf20c659" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:37:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], - "x-ms-request-id": [ "8869c337-4d53-4fe4-a275-67bce1003fe8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "9f70ed07-0089-4f87-8e30-ef5203588e7a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193750Z:9f70ed07-0089-4f87-8e30-ef5203588e7a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:37:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], - "x-ms-request-id": [ "4c6519e1-cf0f-4817-825b-17970a8f07dc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "d5aa93ae-61d3-4385-ac73-51b90984b616" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193809Z:d5aa93ae-61d3-4385-ac73-51b90984b616" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:38:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], - "x-ms-request-id": [ "34c0513a-e984-48da-aab5-a9c40c8354d2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "4b8bc546-2ef2-4126-beba-5a3a3a6e9b2c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193833Z:4b8bc546-2ef2-4126-beba-5a3a3a6e9b2c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:38:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-request-id": [ "c6e06bed-422c-4b71-a61c-caa110e09d1d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "2ceb75ce-7edf-4b55-ae8d-a9592c676419" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193852Z:2ceb75ce-7edf-4b55-ae8d-a9592c676419" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:38:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "x-ms-request-id": [ "07fccbb5-1291-4fdd-bbfd-4af9df6689a3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "fe26afdc-63d5-469b-87cd-de24b562b29d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193923Z:fe26afdc-63d5-469b-87cd-de24b562b29d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:39:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], - "x-ms-request-id": [ "f28a7b85-357c-4f9d-a06c-46ea476a780d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "daaa16bb-d6e4-44aa-8cc2-9e82d8373b2b" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T193948Z:daaa16bb-d6e4-44aa-8cc2-9e82d8373b2b" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:39:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-request-id": [ "7c62f80b-ecd4-4573-81f8-872fd2ca7382" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "13f4017f-7421-43a9-b5d2-831a52af422e" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194026Z:13f4017f-7421-43a9-b5d2-831a52af422e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:40:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+26": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "x-ms-request-id": [ "30feaf20-7eb1-4a70-9a49-828ff827c550" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "797f325f-1eab-432d-afbd-3816a968daf2" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194048Z:797f325f-1eab-432d-afbd-3816a968daf2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:40:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+27": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], - "x-ms-request-id": [ "37b8d3c8-f73b-4dce-867f-09e6173e13d8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "3cf26681-a4c6-4176-808d-34461ef29de7" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194114Z:3cf26681-a4c6-4176-808d-34461ef29de7" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:41:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+28": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], - "x-ms-request-id": [ "62b1303e-556f-4390-b715-80bd4e70d28f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e8edf9cf-fc4d-4bc0-94aa-ba8de6e43acd" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194138Z:e8edf9cf-fc4d-4bc0-94aa-ba8de6e43acd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:41:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+29": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "101" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], - "x-ms-request-id": [ "cfe0652e-5f22-45d6-a800-99d56209a3fe" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "41d4a0b0-69e6-47d6-969d-2c8bd4d313d8" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194204Z:41d4a0b0-69e6-47d6-969d-2c8bd4d313d8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:42:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+30": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], - "x-ms-request-id": [ "40d392fa-eeb4-4502-8bdf-a39c37766b28" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b19e3b19-aa4d-4f8f-8cf9-b4075c349bc2" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194229Z:b19e3b19-aa4d-4f8f-8cf9-b4075c349bc2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:42:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+31": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], - "x-ms-request-id": [ "fa4c9c80-0f32-479b-aa58-127e33e1c624" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1fb58cb6-9a2c-4f29-b2a3-3b6fc17b9028" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194249Z:1fb58cb6-9a2c-4f29-b2a3-3b6fc17b9028" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:42:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+32": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "104" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], - "x-ms-request-id": [ "4fd1e83a-caaa-4755-958a-f60659efd055" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "4c928dfc-0fea-402e-bcca-5e9fe9fabf7a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194307Z:4c928dfc-0fea-402e-bcca-5e9fe9fabf7a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:43:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+33": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "105" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], - "x-ms-request-id": [ "def07426-1c06-408d-a578-d2a1f5553adc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6a212a5d-bbd8-4e2d-b350-a1afe7fb16d4" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194336Z:6a212a5d-bbd8-4e2d-b350-a1afe7fb16d4" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:43:36 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+34": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "106" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], - "x-ms-request-id": [ "f501c6c3-3c4f-41f6-a10a-fcae3d158290" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "8b125022-1c39-4934-8801-0e1a72788bd4" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194356Z:8b125022-1c39-4934-8801-0e1a72788bd4" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:43:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+35": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "107" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], - "x-ms-request-id": [ "5a96dee0-9413-4c3f-bdb1-98b2974ad30b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "6af77486-7cb1-4994-ba83-43e65965aeb1" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194419Z:6af77486-7cb1-4994-ba83-43e65965aeb1" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:44:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+36": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "108" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], - "x-ms-request-id": [ "a6b23107-523e-4d81-85c9-071ef220ff86" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "054782fc-96d5-4aa2-a08e-076ce275041d" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194448Z:054782fc-96d5-4aa2-a08e-076ce275041d" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:44:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+37": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], - "x-ms-request-id": [ "72fcc1ed-4d7e-4a32-8f8c-1688d3d86fb9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "cfd7ef87-8254-4020-9ed7-f631c9428df2" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194514Z:cfd7ef87-8254-4020-9ed7-f631c9428df2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:45:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+38": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "110" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], - "x-ms-request-id": [ "0bce3991-caab-49d3-917e-5a74f54083a7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a2a714f0-99f6-4dd7-9fe4-58c5e69be49c" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194540Z:a2a714f0-99f6-4dd7-9fe4-58c5e69be49c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:45:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+39": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "111" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], - "x-ms-request-id": [ "26afc228-9830-4f0e-a5cb-0506fa134cef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "14b9d673-3b0c-4657-bd92-8dc7adc945ac" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194605Z:14b9d673-3b0c-4657-bd92-8dc7adc945ac" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:46:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+40": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "112" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], - "x-ms-request-id": [ "39772560-97e3-4261-91c3-041f9d2424e5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "038e6700-9268-4944-86a5-a35a04c02cc9" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194626Z:038e6700-9268-4944-86a5-a35a04c02cc9" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:46:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+41": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "113" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], - "x-ms-request-id": [ "cf779e47-5d1e-49d2-bf22-ab64287cc271" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a761ba50-5e6c-4d75-beca-5dbfac89224f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194648Z:a761ba50-5e6c-4d75-beca-5dbfac89224f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:46:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+42": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "114" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], - "x-ms-request-id": [ "43e0158c-192e-4b8a-ad9c-4afccb176271" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "8dbf79ec-7436-483b-a7b7-fd8b842a1da0" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194708Z:8dbf79ec-7436-483b-a7b7-fd8b842a1da0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:47:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+43": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "115" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], - "x-ms-request-id": [ "36c43c8c-ce08-4db6-a8d4-6d0ba96b6c0d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "79f6cc26-21e4-42bf-9bda-e1e28af364e7" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194732Z:79f6cc26-21e4-42bf-9bda-e1e28af364e7" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:47:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+44": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "116" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], - "x-ms-request-id": [ "33ebac53-3a0d-42c4-b149-38fd10a2af62" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "95c4305b-a51d-4a06-970e-bf7aa36980ec" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194750Z:95c4305b-a51d-4a06-970e-bf7aa36980ec" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:47:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+45": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "117" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], - "x-ms-request-id": [ "227025a0-c477-4d21-9754-95d83ea706ce" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7aa8dbd9-d0ef-4d7e-9074-3b07289b8313" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194808Z:7aa8dbd9-d0ef-4d7e-9074-3b07289b8313" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:48:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+46": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "118" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], - "x-ms-request-id": [ "41edbe3e-8933-44a0-ac19-5b082191a9b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "90ec7c10-c80b-461c-ba56-1edc6043d004" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194831Z:90ec7c10-c80b-461c-ba56-1edc6043d004" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:48:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+47": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "119" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], - "x-ms-request-id": [ "e517db2f-222a-46b2-9c21-21a62b5b54cb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "67f53aeb-bf1b-46f7-a698-608b2dcc19ab" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194853Z:67f53aeb-bf1b-46f7-a698-608b2dcc19ab" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:48:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+48": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "120" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], - "x-ms-request-id": [ "131b60cf-dcf2-4040-aa40-f5d0f1ce743c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "757b237f-80b5-4590-a91b-8b121da3222f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194920Z:757b237f-80b5-4590-a91b-8b121da3222f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:49:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+49": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "121" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], - "x-ms-request-id": [ "696a49cb-886a-4120-842c-518d53d147cc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "a4410bf0-20cb-4f4e-a563-34a622edf4f4" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T194949Z:a4410bf0-20cb-4f4e-a563-34a622edf4f4" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:49:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+50": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "122" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], - "x-ms-request-id": [ "71a35669-d5d3-4ccc-85d8-6c8ab0ad467a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "dfa5b7d1-924d-4e64-b088-0700fe43a6a3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195045Z:dfa5b7d1-924d-4e64-b088-0700fe43a6a3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:50:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+51": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "123" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], - "x-ms-request-id": [ "4f442c97-3bd7-4d15-a4b0-bbfd0257666b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7c0b8632-11ec-427a-a81b-63df99531893" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195125Z:7c0b8632-11ec-427a-a81b-63df99531893" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:51:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+52": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "124" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], - "x-ms-request-id": [ "6453cdcb-c846-425d-b4fc-44af2f44c525" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "027cda64-f03e-4c5a-aa42-7f1f9e1f364a" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195153Z:027cda64-f03e-4c5a-aa42-7f1f9e1f364a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:51:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+53": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "125" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], - "x-ms-request-id": [ "ad8e833f-5434-4504-85e5-ae844ba6d2e5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "9aa13eed-fe35-489f-b3eb-356337e6e655" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195230Z:9aa13eed-fe35-489f-b3eb-356337e6e655" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:52:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+54": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "126" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], - "x-ms-request-id": [ "aeefd750-d5a8-49df-970a-5a907361c7ec" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "e9f07587-af7e-4aa2-97fc-639685ec9144" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195253Z:e9f07587-af7e-4aa2-97fc-639685ec9144" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:52:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+55": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "127" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], - "x-ms-request-id": [ "607bf62c-fbe7-44ff-a803-87478b6f004c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "172da586-d85f-4242-b828-99d8562f75cb" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195319Z:172da586-d85f-4242-b828-99d8562f75cb" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:53:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+56": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "128" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], - "x-ms-request-id": [ "5161f2b5-0599-4e2a-a004-9ce8333f8ef1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "1a809036-cc33-4f99-bf4c-f40b04c646c6" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195349Z:1a809036-cc33-4f99-bf4c-f40b04c646c6" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:53:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+57": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], - "x-ms-request-id": [ "736b5634-525d-4154-8443-a87649ad41db" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "5721f60b-dce6-4538-b9bf-27487b0ee124" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195409Z:5721f60b-dce6-4538-b9bf-27487b0ee124" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:54:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+58": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "130" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], - "x-ms-request-id": [ "80ecb66e-6907-4483-bbaa-f3116688fc5a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b96745f0-76b0-4181-9bce-653b976ee637" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195435Z:b96745f0-76b0-4181-9bce-653b976ee637" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:54:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+59": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "131" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], - "x-ms-request-id": [ "8a6987d4-d162-4aba-91b1-9b9349a81d6d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "10df47df-4143-459d-92ab-3d9c7284f7ca" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195453Z:10df47df-4143-459d-92ab-3d9c7284f7ca" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:54:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+60": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "132" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], - "x-ms-request-id": [ "03b14695-644b-415c-8c6d-4606d06979c1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "7981527d-e72e-48a0-8065-8d77c7781093" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195515Z:7981527d-e72e-48a0-8065-8d77c7781093" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:55:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+61": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "133" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], - "x-ms-request-id": [ "073b29f7-7e4c-4272-9b9e-32428f6b77d8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "134f0723-184d-4ef3-b420-d357b399504f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195538Z:134f0723-184d-4ef3-b420-d357b399504f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:55:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "356" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":0,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Building\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+62": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "134" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], - "x-ms-request-id": [ "35609719-de45-4090-aa94-0d8ed28f6994" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "59254fed-e0a7-43d5-98b4-bd28952dbc1f" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195605Z:59254fed-e0a7-43d5-98b4-bd28952dbc1f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:56:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "405" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"endTime\":\"2023-12-21T19:55:09.9991192+00:00\",\"id\":\"/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationstatuses/8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"name\":\"8580959a-51c8-4f34-9c78-c4fb3efbf022\",\"percentComplete\":100,\"startTime\":\"2023-12-21T19:29:02.0714019+00:00\",\"status\":\"Succeeded\"}", - "isContentBase64": false - } - }, - "AzVMwareCloudLink+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01+63": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/cloudLinks/yrles9/operationresults/8580959a-51c8-4f34-9c78-c4fb3efbf022?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "135" ], - "x-ms-client-request-id": [ "99760d2c-03af-4b2b-bde5-51a78c82f10e" ], - "CommandName": [ "Remove-AzVMwareCloudLink" ], - "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], - "x-ms-request-id": [ "65a2eab2-4122-41cb-ad2f-c14cb31593fa" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "bda20633-00ab-4388-9869-1322fe651167" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T195617Z:bda20633-00ab-4388-9869-1322fe651167" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 19:56:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "4" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "bnVsbA==", - "isContentBase64": false - } + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "191" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "386" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "3d5b5c73-93d5-4207-a6a0-ab3302e4b8f8" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "386" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "11abd290-4085-49e5-b59c-2c6a68b720ee" ], + "CommandName": [ "Get-AzVMwareCloudLink" ], + "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "386" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "191" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "386" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "10555a25-0496-4b04-9dc9-9772c141abb6" ], + "CommandName": [ "New-AzVMwareCloudLink" ], + "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "386" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "b114d9f8-f632-457d-84de-f77ad0708120" ], + "CommandName": [ "Remove-AzVMwareCloudLink" ], + "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 882027cc402e..e883570eaeb7 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,27 +15,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:18:46 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "393" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "412" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "224fbde4-61c3-4d77-8d3f-46c3d0b020b5" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "5234b66a-e71f-4d64-a2e1-fb5cc813e0ad" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -47,27 +47,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:19:06 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "224fbde4-61c3-4d77-8d3f-46c3d0b020b5" ], + "x-ms-unique-id": [ "26" ], + "x-ms-client-request-id": [ "5234b66a-e71f-4d64-a2e1-fb5cc813e0ad" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -79,26 +79,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:19:22 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2023-03-01+4": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "a6f958d7-65b9-4657-a9bc-de89d12bcaf9" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "c92618df-389c-4a44-9514-49e6d0aa6098" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -111,26 +111,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:19:55 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "405" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "424" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}]}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "386fa8ea-ba24-4c9d-b76a-54c56aa59732" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "d79e2560-e90f-432f-b22f-e3a4fd9888c6" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -143,21 +143,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:20:15 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -170,27 +170,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:20:46 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "393" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "412" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "676c1c2b-e7c1-43ef-958a-8507571918c2" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "05f01395-0839-450d-ac6c-430530aa4434" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -202,27 +202,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:21:23 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "676c1c2b-e7c1-43ef-958a-8507571918c2" ], + "x-ms-unique-id": [ "31" ], + "x-ms-client-request-id": [ "05f01395-0839-450d-ac6c-430530aa4434" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -234,21 +234,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:21:58 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -261,27 +261,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:22:05 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "393" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "412" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "4a05d5f4-9c68-4e46-86fb-fc23a6088693" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "4bc8ff81-c947-421c-9f62-d6fbc0f54f83" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -293,27 +293,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:22:13 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "4a05d5f4-9c68-4e46-86fb-fc23a6088693" ], + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "4bc8ff81-c947-421c-9f62-d6fbc0f54f83" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -325,21 +325,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:22:44 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+4": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 4\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -352,26 +352,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:22:58 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+5": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "671bae33-bddb-4b6b-8825-bd499a1491e4" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "d1a57c8e-9810-48d7-bb2f-377c25be2802" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -384,8 +384,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:23:01 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -394,15 +394,15 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz/clusters/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "33bb3e60-104f-4581-9266-c1c1993287bb" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "b31fd183-70db-48ee-a54f-b2ac87782c63" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -415,12 +415,10 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:23:10 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { - "Content-Type": [ "text/html" ], - "Expires": [ "-1" ], "Content-Length": [ "0" ] }, "Content": null, diff --git a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json index bd8d57fe5995..20f443bb3bff 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"netAppVolume\": {\r\n \"id\": \"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,28 +15,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:30:51 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "501" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "520" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "d1bd5a8f-feae-4688-940b-f6d102f96367" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "d8b7b690-4f0c-4987-ad84-8b08a1490f3a" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,28 +47,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:31:02 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "501" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "520" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "d1bd5a8f-feae-4688-940b-f6d102f96367" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "d8b7b690-4f0c-4987-ad84-8b08a1490f3a" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -81,27 +79,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:31:15 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "501" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "520" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "487a3f69-e4f2-4048-8807-4997ed2166fb" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "8a5089a6-4560-4f26-843b-f2f1898194d8" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -114,27 +111,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:31:27 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "501" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "520" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "1af6405a-5510-4263-9261-2351d4c0a550" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "a5e34a9e-4edf-4542-9a01-8c5fd4639792" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -147,27 +143,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:31:39 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1095" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1133" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}},{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore2\",\"name\":\"datastore2\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"diskPoolVolume\":{\"targetId\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.StoragePool/diskPools/DiskPool1/targets/Target1\",\"lunName\":\"lun0\",\"mountOption\":\"MOUNT\",\"path\":\"/vmfs/devices/disks/naa.6001405f75f6bdf7f6f49db8b4b21723\"},\"status\":\"Accessible\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore2\",\"name\":\"datastore2\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"diskPoolVolume\":{\"targetId\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.StoragePool/diskPools/DiskPool1/targets/Target1\",\"lunName\":\"lun0\",\"mountOption\":\"MOUNT\",\"path\":\"/vmfs/devices/disks/naa.6001405f75f6bdf7f6f49db8b4b21723\"},\"status\":\"Accessible\"}}]}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "19763250-f634-4ee8-9359-1a1849cb2648" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "e9e4ccd1-a4c1-4418-a892-c9292db36622" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -180,8 +175,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:31:56 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -190,15 +185,15 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "225ba3a4-902b-4443-9479-ba1c14d237b2" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "00f63c7e-c250-4e47-b007-f3d464fc5275" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -211,26 +206,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:32:09 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "501" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "520" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1\",\"name\":\"datastore1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/datastores\",\"properties\":{\"provisioningState\":\"Succeeded\",\"netAppVolume\":{\"id\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"},\"status\":\"Accessible\"}}", "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "793c9c4d-29d3-45c5-a128-80ab3f813993" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "ccc61a21-7002-43d6-82d1-4b7437f20166" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -243,8 +238,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:32:31 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json index 02e401d50f8c..200c2023b472 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "a73965e8-e880-46d5-ab35-9f6f3e18bb0b" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "8cba32cc-a56e-4748-8b91-c57f55ad1755" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -20,26 +20,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:37:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "bf8053b3-cf8b-4550-ba7e-828819db42ca" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "9e1b2084-a4e5-4835-a2b9-5da88d7054f8" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -52,54 +52,54 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:37:35 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "335" ] + "Content-Length": [ "354" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:37:49 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "55780377-0982-4812-b311-3a926723f0ee" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "17c957b7-167d-4dd2-8ebb-36802ad8a3f1" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -111,27 +111,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:38:12 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "55780377-0982-4812-b311-3a926723f0ee" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "17c957b7-167d-4dd2-8ebb-36802ad8a3f1" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -143,26 +143,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:38:26 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2023-03-01+6": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "b1864550-2486-4168-8fb8-2c58c798e8bb" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "78919152-8f23-4bde-8eef-c201445dcfc0" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -175,26 +175,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:38:36 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "796" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "834" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}]}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/yrles9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "b4f146d2-f1dc-4981-95bb-45224a34674a" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "cfb614d2-48aa-48ec-b626-e33c7ae00b68" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -207,26 +207,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:38:58 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/authorizations/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "89ec44c1-4fa3-4fb5-ba5f-a973bcb57eba" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "7d74ceea-7b24-4fd4-b11a-03799318c0ba" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -239,26 +239,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:39:10 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "791" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "829" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudbeog?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "61397ebf-2a8d-4b18-8290-13c3e90b19bb" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "15ceea46-c470-499a-9694-fd9feb2f4fcf" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -271,54 +271,54 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:39:30 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "335" ] + "Content-Length": [ "354" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:39:53 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "1deaf9ff-fb3f-4049-abad-76b09922175a" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "5923fbd0-fd54-4022-b7f0-cc892dff23e3" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -330,27 +330,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:40:05 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "1deaf9ff-fb3f-4049-abad-76b09922175a" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "5923fbd0-fd54-4022-b7f0-cc892dff23e3" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -362,26 +362,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:40:23 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "784" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "822" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/globalReachConnections/connection1\",\"name\":\"connection1\",\"type\":\"Microsoft.AVS/privateClouds/globalReachConnections\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.3.16/29\",\"authorizationKey\":\"01010101-0101-0101-0101-010101010101\",\"circuitConnectionStatus\":\"Connected\",\"peerExpressRouteCircuit\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.Network/expressRouteCircuits/mypeer\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}", "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/globalReachConnections/5q2kvd?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "0202fedb-e96e-45ea-a2e7-d44f2a162558" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "c0ae318d-093c-4cae-83d5-7a2b2b913ac1" ], "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -394,8 +394,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:40:33 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json index c75041517f4b..5987ec2d26c7 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -1,42 +1,34 @@ { - "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "fa0cec7c-8a25-412d-aa28-ffcf68f9941c" ], - "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], - "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } + "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "bcdf9051-13cc-435a-bf47-2bc1571ae3dd" ], + "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], + "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "14715dd3-1a1c-4cf2-9541-ca0af4e5a1b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "b69540d3-f3b8-43e5-afde-efa8432da8b3" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T164555Z:b69540d3-f3b8-43e5-afde-efa8432da8b3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 16:45:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "83" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"hostsRemaining\":{\"av64\":0,\"gp\":0,\"he\":0,\"he2\":1,\"hv\":0},\"quotaEnabled\":\"Enabled\"}", - "isContentBase64": false + "ContentHeaders": { } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "65" ] + }, + "Content": "{\"hostsRemaining\":{\"AV20\":0,\"AV36\":999},\"quotaEnabled\":\"Enabled\"}", + "isContentBase64": false } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json index fef5996ab385..e0f97bcdd531 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json @@ -1,37 +1,29 @@ { - "AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01", - "Content": "{\r\n \"name\": \"av36\"\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "22" ] - } + "AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01", + "Content": "{\r\n \"name\": \"av36\"\r\n}", + "isContentBase64": false, + "Headers": { }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "60327107-8c3c-415a-9f6c-4a64b4f751c1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "167c4a26-12d7-43e0-9eaf-ac577762c477" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T164724Z:167c4a26-12d7-43e0-9eaf-ac577762c477" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 16:47:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "45" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"availableHosts\":0,\"status\":\"TrialDisabled\"}", - "isContentBase64": false + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "22" ] } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "46" ] + }, + "Content": "{\"status\":\"TrialAvailable\",\"availableHosts\":4}", + "isContentBase64": false } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index 3801ceabba45..ca41c9f61674 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,27 +15,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:44:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "393" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "412" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "f08e9b9a-0586-47a6-86fc-a0ff21c6e241" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "42cfeff4-312b-45fc-8f58-63d494537184" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -47,27 +47,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:44:27 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "f08e9b9a-0586-47a6-86fc-a0ff21c6e241" ], + "x-ms-unique-id": [ "63" ], + "x-ms-client-request-id": [ "42cfeff4-312b-45fc-8f58-63d494537184" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -79,21 +79,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:44:38 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "448" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"sku\":{\"name\":\"AV20\"},\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+4": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"type\": \"VmVm\",\r\n \"vmMembers\": [ \"System.Collections.Hashtable\" ],\r\n \"affinityType\": \"Affinity\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -106,27 +106,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:45:02 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "35f193bd-679f-4976-b59e-7347f9b4ec71" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "53144df4-f005-46f2-99b8-b5fe6f2c33cf" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -138,27 +138,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:45:31 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "35f193bd-679f-4976-b59e-7347f9b4ec71" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "53144df4-f005-46f2-99b8-b5fe6f2c33cf" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -170,26 +170,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:45:40 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "49ad8d4e-90c8-4966-a51d-f42d07901006" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "ac2fa908-5721-4c34-ba43-8ab4526d34b3" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -202,26 +202,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:45:56 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "687" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1642" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy2\",\"name\":\"policy2\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmVm\",\"state\":\"Enabled\",\"displayName\":\"policy2\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy2\",\"name\":\"policy2\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmVm\",\"state\":\"Enabled\",\"displayName\":\"policy2\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"affinityType\":\"Affinity\"}}]}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "e3ada5d5-4975-4227-9674-ad6e990b6058" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "e6034f5b-def5-4e64-8562-3cf809ce9c47" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -234,21 +234,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:46:12 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -261,26 +261,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:46:20 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "339" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "911" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Disabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Disabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "c6f11bd3-dd33-42d0-8e96-d2be94defed2" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "0d52277f-e0a0-45dc-9b29-a794deeca59b" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -293,21 +293,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:46:54 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -320,26 +320,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:47:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "339" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "911" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Disabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Disabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "c4aaa4e0-fedf-46a9-af98-7ea40702e16e" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "8b32e84f-abf3-49f8-8d78-5c7ec6f7cd5b" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -352,8 +352,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:47:14 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -362,15 +362,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "82d23238-c201-462f-92ea-d0c8d1dbb868" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "10aecfda-7e30-4049-9152-16d81bf282ac" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -383,26 +383,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:47:29 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "338" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "910" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1\",\"name\":\"policy1\",\"type\":\"Microsoft.AVS/privateClouds/clusters/placementPolicies\",\"properties\":{\"type\":\"VmHost\",\"state\":\"Enabled\",\"displayName\":\"policy1\",\"provisioningState\":\"Succeeded\",\"vmMembers\":[\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-256\"],\"hostMembers\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"],\"affinityType\":\"AntiAffinity\",\"affinityStrength\":\"Must\",\"azureHybridBenefitType\":\"SqlHost\"}}", "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/%7Bsubscription-id%7D/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "6f845be7-ed81-414b-8432-55d1ccb83164" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "456ba6de-f080-4461-b259-810c4dc0ff07" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -415,8 +415,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:47:41 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index 51ab26f5944a..9af22896fb95 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -15,27 +15,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:53:41 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1339" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1377" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "216f75dd-1bf1-409d-9807-87249abc289e" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "03e4ad23-f75d-48c0-a597-434a3e566d0a" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -47,27 +47,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "216f75dd-1bf1-409d-9807-87249abc289e" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "03e4ad23-f75d-48c0-a597-434a3e566d0a" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -79,26 +79,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:26 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "8ac6617c-9a0e-433b-8f53-d29b015509df" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "a6d19e94-efe6-43e9-9071-f57f5ee552e5" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -111,26 +111,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:35 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1452" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1509" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\"}}]}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/xdn238?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "c0275b62-2450-4f5f-b0d9-522f7da9b6db" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "ebd69906-30cb-46b6-a176-bcf42de0d4c2" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -143,26 +143,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:36 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "5dbbf429-9d71-4655-bcb8-dac7194c80a7" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "1c13115c-4aa9-4cd6-a15e-e2fce20ba688" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -175,21 +175,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:42 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1597" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1654" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}]}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -202,27 +202,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:49 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1339" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1377" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "336ee183-7c92-406f-8959-e7c6716a46d5" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "40f30a44-754d-40dd-8ef2-2d0a9890239c" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -234,27 +234,27 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:54:55 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "336ee183-7c92-406f-8959-e7c6716a46d5" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "40f30a44-754d-40dd-8ef2-2d0a9890239c" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -266,21 +266,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:55:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1933" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1990" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"keyState\":\"Connected\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -293,21 +293,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:55:33 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1770" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1827" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloud7lcz?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -320,26 +320,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:56:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1770" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "1827" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/{subscription-id}/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"location\":\"eastus2\",\"tags\":{},\"sku\":{\"name\":\"AV36\"},\"properties\":{\"managementCluster\":{\"clusterSize\":4,\"clusterId\":1,\"hosts\":[\"fakehost18.nyc1.kubernetes.center\",\"fakehost19.nyc1.kubernetes.center\",\"fakehost20.nyc1.kubernetes.center\",\"fakehost21.nyc1.kubernetes.center\"]},\"internet\":\"Disabled\",\"identitySources\":[{\"name\":\"group1\",\"alias\":\"groupAlias\",\"domain\":\"domain1\",\"baseUserDN\":\"ou=baseUser\",\"baseGroupDN\":\"ou=baseGroup\",\"primaryServer\":\"ldaps://1.1.1.1:636/\",\"secondaryServer\":\"ldaps://1.1.1.2:636/\",\"ssl\":\"Enabled\"}],\"availability\":{\"strategy\":\"SingleZone\",\"zone\":1},\"encryption\":{\"status\":\"Enabled\",\"keyVaultProperties\":{\"keyName\":\"keyname1\",\"keyVersion\":\"ver1.0\",\"keyVaultUrl\":\"https://keyvault1-kmip-kvault.vault.azure.net/\",\"versionType\":\"Fixed\"}},\"provisioningState\":\"Succeeded\",\"circuit\":{\"primarySubnet\":\"192.168.53.0/30\",\"secondarySubnet\":\"192.168.53.4/30\",\"expressRouteID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\",\"expressRoutePrivatePeeringID\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt42-cust-p01-dmo01/providers/Microsoft.Network/expressroutecircuits/tnt42-cust-p01-dmo01-er/peerings/AzurePrivatePeering\"},\"endpoints\":{\"nsxtManager\":\"https://192.168.50.3/\",\"vcsa\":\"https://192.168.50.2/\",\"hcxCloudManager\":\"https://192.168.50.4/\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]}}", "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/s7vnbc?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "346f8298-f82f-4ee4-8ee3-c6963dc82348" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "8959e076-b393-44cd-b075-eb32ac555039" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -352,8 +352,8 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 15:56:34 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 25332962e0b0..940c5573db1b 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -1,42 +1,34 @@ { - "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2023-03-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/listAdminCredentials?api-version=2023-03-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "6a1f4698-39cf-4606-a831-2c32ca11fa55" ], - "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], - "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "ba79286a-f7b8-4bbb-92f5-94d72df11d28" ], + "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], + "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "99" ], - "x-ms-request-id": [ "d08d6a5f-c1dc-4e79-85e1-ea6c2cd980da" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-correlation-request-id": [ "bc74918d-f89b-471e-a6e0-34e38f3332e2" ], - "x-ms-routing-request-id": [ "EASTUS:20231221T162957Z:bc74918d-f89b-471e-a6e0-34e38f3332e2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 21 Dec 2023 16:29:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "137" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"nsxtPassword\":\"qg1A$D52d$6e\",\"nsxtUsername\":\"cloudadmin\",\"vcenterPassword\":\"u0PwXq0\u002621@f\",\"vcenterUsername\":\"cloudadmin@vsphere.local\"}", - "isContentBase64": false + "ContentHeaders": { } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "133" ] + }, + "Content": "{\"nsxtUsername\":\"admin\",\"nsxtPassword\":\"$(1X4Dkk\",\"vcenterUsername\":\"cloudadmin@vsphere.local\",\"vcenterPassword\":\"\u003cvcenterPassword\u003e\"}", + "isContentBase64": false } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json index 6150dc669548..0e827d17cac5 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2023-03-01+1": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateNsxtPassword?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "f321546c-be92-469a-a767-c9a64592b522" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "caa7a190-b949-413e-b745-47a0e96a86c2" ], "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -20,8 +20,8 @@ "Response": { "StatusCode": 204, "Headers": { - "Date": [ "Thu, 21 Dec 2023 16:04:04 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json index 1a5f47a48f01..6639c1296363 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2023-03-01+1": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/rotateVcenterPassword?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "ab9f4ff3-a4c8-4a8c-9bbb-670742e5cf40" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "d2f187df-b541-438c-a718-be7f49072462" ], "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -20,8 +20,8 @@ "Response": { "StatusCode": 204, "Headers": { - "Date": [ "Thu, 21 Dec 2023 16:08:14 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index 1e87b1506f5e..7a9910c274ba 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2023-03-01+1": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "4946c755-4741-490b-90e4-f5ff1687cb69" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "7b94f246-7d86-4835-8e01-28bc20eafbe6" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -20,26 +20,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 16:20:20 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "695" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "733" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-209\",\"name\":\"vm-209\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm1\",\"moRefId\":\"vm-209\",\"folderPath\":\"vm/folder-1\",\"restrictMovement\":\"Disabled\"}},{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"name\":\"vm-128\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm2\",\"moRefId\":\"vm-128\",\"folderPath\":\"vm\",\"restrictMovement\":\"Enabled\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-209\",\"name\":\"vm-209\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm1\",\"moRefId\":\"vm-209\",\"folderPath\":\"vm/folder-1\",\"restrictMovement\":\"Disabled\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-128\",\"name\":\"vm-128\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm2\",\"moRefId\":\"vm-128\",\"folderPath\":\"vm\",\"restrictMovement\":\"Enabled\"}}]}", "isContentBase64": false } }, - "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2023-03-01+1": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/resourceGroups/testgroup5q2kvd/providers/Microsoft.AVS/privateClouds/azps_test_cloudme6g/clusters/xdn238/virtualMachines/vm-209?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "82925d7b-077e-4c2f-b721-72c569ecfebf" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "ecd10d7f-9694-4758-b9e9-ad4956707e11" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -52,14 +52,14 @@ "Response": { "StatusCode": 200, "Headers": { - "Date": [ "Thu, 21 Dec 2023 16:20:44 GMT" ], - "Server": [ "Rocket" ] + "Server": [ "Rocket" ], + "Date": [ "Thu, 11 Jan 2024 23:09:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "345" ], - "Content-Type": [ "application/json" ] + "Content-Type": [ "application/json" ], + "Content-Length": [ "364" ] }, - "Content": "{\"id\":\"/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-209\",\"name\":\"vm-209\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm\",\"moRefId\":\"vm-209\",\"folderPath\":\"vm/folder-1\",\"restrictMovement\":\"Disabled\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/virtualMachines/vm-209\",\"name\":\"vm-209\",\"type\":\"Microsoft.AVS/privateClouds/clusters/virtualMachines\",\"properties\":{\"displayName\":\"contoso-vm\",\"moRefId\":\"vm-209\",\"folderPath\":\"vm/folder-1\",\"restrictMovement\":\"Disabled\"}}", "isContentBase64": false } } From 60d1bbcd0f6e6233b176dce832f6f2df6b0e862f Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Fri, 12 Jan 2024 04:38:52 -0500 Subject: [PATCH 07/14] additional recording files --- .../test/AzVMwareAddon.Recording.json | 22 ++++++------- .../test/AzVMwareAuthorization.Recording.json | 20 ++++++------ .../test/AzVMwareCloudLink.Recording.json | 12 +++---- .../test/AzVMwareCluster.Recording.json | 32 +++++++++---------- .../test/AzVMwareDatastore.Recording.json | 18 +++++------ ...VMwareGlobalReachConnection.Recording.json | 30 ++++++++--------- ...reLocationQuotaAvailability.Recording.json | 2 +- .../AzVMwarePlacementPolicy.Recording.json | 28 ++++++++-------- .../test/AzVMwarePrivateCloud.Recording.json | 24 +++++++------- ...PrivateCloudAdminCredential.Recording.json | 2 +- ...arePrivateCloudNsxtPassword.Recording.json | 2 +- ...PrivateCloudVcenterPassword.Recording.json | 2 +- .../AzVMwareVirtualMachine.Recording.json | 4 +-- 13 files changed, 99 insertions(+), 99 deletions(-) diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index 71cf299e11a4..25bbaee53858 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -248,7 +248,7 @@ "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index 3eb8bdff2a21..956e687bf2db 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -149,10 +149,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -216,7 +216,7 @@ "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index cac01125ef42..5538e972d657 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -61,7 +61,7 @@ "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -117,10 +117,10 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -152,7 +152,7 @@ "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index e883570eaeb7..588fbeb340b9 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -272,10 +272,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -366,7 +366,7 @@ "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -397,7 +397,7 @@ "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json index 20f443bb3bff..6b92a758ad6d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -188,7 +188,7 @@ "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -220,7 +220,7 @@ "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json index 200c2023b472..be1ce5be355c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -2,7 +2,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -34,7 +34,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -189,7 +189,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -221,7 +221,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -253,7 +253,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -309,10 +309,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -341,10 +341,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -376,7 +376,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json index 5987ec2d26c7..05ea2d30ef31 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -2,7 +2,7 @@ "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index ca41c9f61674..5d59f394a5c5 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -117,10 +117,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -149,10 +149,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -184,7 +184,7 @@ "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -216,7 +216,7 @@ "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -275,7 +275,7 @@ "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -334,7 +334,7 @@ "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -365,7 +365,7 @@ "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -397,7 +397,7 @@ "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index 9af22896fb95..1b1759b86e76 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -334,7 +334,7 @@ "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 940c5573db1b..9aa9ead53989 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json index 0e827d17cac5..4a8f8cd8931f 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json index 6639c1296363..8201ee55e193 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index 7a9910c274ba..933f8e6c3b80 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -2,7 +2,7 @@ "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -34,7 +34,7 @@ "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { From 14f0830195fa848c5d450e8f6d36ea4bb8d79629 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Fri, 12 Jan 2024 05:40:15 -0500 Subject: [PATCH 08/14] cmdlet workload network is hidden --- src/VMware/VMware.Autorest/Az.VMware.psd1 | 2 +- src/VMware/VMware.Autorest/README.md | 4 +- .../privateClouds-workloadNetworks.json | 47 ------ src/VMware/VMware.Autorest/docs/Az.VMware.md | 3 - .../docs/Get-AzVMwareWorkloadNetwork.md | 147 ------------------ .../docs/New-AzVMwareCluster.md | 19 +-- .../Test-AzVMwareLocationTrialAvailability.md | 4 +- .../examples/Get-AzVMwareWorkloadNetwork.md | 22 --- 8 files changed, 15 insertions(+), 233 deletions(-) delete mode 100644 src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json delete mode 100644 src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md delete mode 100644 src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md diff --git a/src/VMware/VMware.Autorest/Az.VMware.psd1 b/src/VMware/VMware.Autorest/Az.VMware.psd1 index e3deeff8975b..424c2ddd1dc2 100644 --- a/src/VMware/VMware.Autorest/Az.VMware.psd1 +++ b/src/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-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'Get-AzVMwareWorkloadNetwork', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIdentitySourceObject', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud' + FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertiesObject', 'New-AzVMwareAddonVrPropertiesObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIdentitySourceObject', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertiesObject', 'New-AzVMwareVMPlacementPolicyPropertiesObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud' PrivateData = @{ PSData = @{ Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'VMware' diff --git a/src/VMware/VMware.Autorest/README.md b/src/VMware/VMware.Autorest/README.md index 9a4065a8cfaa..0e36aed7acab 100644 --- a/src/VMware/VMware.Autorest/README.md +++ b/src/VMware/VMware.Autorest/README.md @@ -142,8 +142,8 @@ directive: - where: verb: Get subject: WorkloadNetwork - variant: List - remove: true + # variant: List + hide: true # Hide parent object variant to fix 'multiple types define RestrictMovement [string, IVirtualMachineRestrictMovement]' - where: verb: Lock diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json deleted file mode 100644 index 970a131f7d67..000000000000 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-workloadNetworks.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "resourceType": "privateClouds/workloadNetworks", - "apiVersion": "2023-03-01", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.vmware" - }, - "commands": [ - { - "name": "Get-AzVMwareWorkloadNetwork", - "description": "Get a private cloud workload network.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/{workloadNetworkName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareworkloadnetwork" - }, - "parameterSets": [ - { - "parameters": [ - "-PrivateCloudName ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Get a private cloud workload network.", - "parameters": [ - { - "name": "-PrivateCloudName", - "value": "[Path.privateCloudName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/VMware/VMware.Autorest/docs/Az.VMware.md b/src/VMware/VMware.Autorest/docs/Az.VMware.md index 7fc18554e197..604f28e37ac2 100644 --- a/src/VMware/VMware.Autorest/docs/Az.VMware.md +++ b/src/VMware/VMware.Autorest/docs/Az.VMware.md @@ -44,9 +44,6 @@ List the admin credentials for the private cloud ### [Get-AzVMwareVirtualMachine](Get-AzVMwareVirtualMachine.md) Get a virtual machine by id in a private cloud cluster -### [Get-AzVMwareWorkloadNetwork](Get-AzVMwareWorkloadNetwork.md) -Get a private cloud workload network. - ### [New-AzVMwareAddon](New-AzVMwareAddon.md) Create or update a addon in a private cloud diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md deleted file mode 100644 index e2226fae706a..000000000000 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareWorkloadNetwork.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -external help file: -Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareworkloadnetwork -schema: 2.0.0 ---- - -# Get-AzVMwareWorkloadNetwork - -## SYNOPSIS -Get a private cloud workload network. - -## SYNTAX - -### Get (Default) -``` -Get-AzVMwareWorkloadNetwork -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzVMwareWorkloadNetwork -InputObject [-DefaultProfile ] [] -``` - -## DESCRIPTION -Get a private cloud workload network. - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -PrivateCloudName -Name of the private cloud - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetwork - -## NOTES - -## RELATED LINKS - diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index fdea3602530f..27fbb329bf40 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -14,22 +14,23 @@ Create a cluster in a private cloud ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] - [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] + [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] - [-PropertiesHost ] [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName + [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -214,7 +215,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index 44b8eaaae4e6..c1b03218b85a 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -13,7 +13,7 @@ Return trial status for subscription by region ## SYNTAX ``` -Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] [-Name ] +Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -76,7 +76,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md deleted file mode 100644 index 6ee1a83db970..000000000000 --- a/src/VMware/VMware.Autorest/examples/Get-AzVMwareWorkloadNetwork.md +++ /dev/null @@ -1,22 +0,0 @@ -### Example 1: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here }} -``` - -{{ Add description here }} - From 20b283799ece7b94334161585f600af8d18ae03c Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Fri, 12 Jan 2024 06:07:25 -0500 Subject: [PATCH 09/14] removed the test files for workload network --- .../Get-AzVMwareWorkloadNetwork.Tests.ps1 | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 deleted file mode 100644 index a66abdd1e5da..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetwork.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareWorkloadNetwork')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareWorkloadNetwork.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzVMwareWorkloadNetwork' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} From cbefd2b17211c67e4f277b6a96c71d8c2285d43d Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Fri, 12 Jan 2024 14:12:08 -0500 Subject: [PATCH 10/14] New Recordings for additional cmdlts --- .../docs/New-AzVMwareCluster.md | 19 ++- .../Test-AzVMwareLocationTrialAvailability.md | 4 +- .../test/AzVMwareAddon.Recording.json | 68 +++++----- .../test/AzVMwareAuthorization.Recording.json | 98 +++++++++----- .../test/AzVMwareAuthorization.Tests.ps1 | 12 +- .../test/AzVMwareCloudLink.Recording.json | 88 +++++++++---- .../test/AzVMwareCloudLink.Tests.ps1 | 8 +- .../test/AzVMwareCluster.Recording.json | 124 +++++++++--------- .../test/AzVMwareDatastore.Recording.json | 74 +++++------ ...VMwareGlobalReachConnection.Recording.json | 122 ++++++++--------- ...reLocationQuotaAvailability.Recording.json | 8 +- ...reLocationTrialAvailability.Recording.json | 2 +- ...zVMwareLocationTrialAvailability.Tests.ps1 | 2 +- .../AzVMwarePlacementPolicy.Recording.json | 118 ++++++++--------- .../test/AzVMwarePrivateCloud.Recording.json | 102 +++++++------- ...PrivateCloudAdminCredential.Recording.json | 10 +- ...arePrivateCloudNsxtPassword.Recording.json | 10 +- ...PrivateCloudVcenterPassword.Recording.json | 10 +- .../AzVMwareVirtualMachine.Recording.json | 20 +-- src/VMware/VMware.Autorest/test/env.json | 26 ++-- 20 files changed, 494 insertions(+), 431 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 27fbb329bf40..fdea3602530f 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -14,23 +14,22 @@ Create a cluster in a private cloud ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] - [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] +New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] + [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName - [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] + [-PropertiesHost ] [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -215,7 +214,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index c1b03218b85a..44b8eaaae4e6 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -13,7 +13,7 @@ Return trial status for subscription by region ## SYNTAX ``` -Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] +Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] [-Name ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -76,7 +76,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index 25bbaee53858..14c95d3529e3 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:03 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:00:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "a69d9493-04f3-4557-bc06-98fd769d2c5f" ], + "x-ms-client-request-id": [ "e945a9be-0ccb-4a46-b2c7-96c3875de8c9" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "a69d9493-04f3-4557-bc06-98fd769d2c5f" ], + "x-ms-client-request-id": [ "e945a9be-0ccb-4a46-b2c7-96c3875de8c9" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01+4": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "0a5fedd9-5d18-4218-be46-aea54220bf20" ], + "x-ms-client-request-id": [ "8e2cee77-8838-4c22-a58d-b12038072280" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/addons/vr?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "74418339-10a0-48b4-b33f-a6e383fc801d" ], + "x-ms-client-request-id": [ "c30ed3ac-951b-41b5-8524-d84c3c7a3c64" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:01:33 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,16 +181,16 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "0488b299-eaf8-4b14-8603-5b8b9a60b9d5" ], + "x-ms-client-request-id": [ "cda76a16-d27f-498a-b991-b320d3046ba1" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "0488b299-eaf8-4b14-8603-5b8b9a60b9d5" ], + "x-ms-client-request-id": [ "cda76a16-d27f-498a-b991-b320d3046ba1" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,15 +245,15 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/addons/vr?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "d4b2a6f8-875f-44d8-ae42-4c60da799922" ], + "x-ms-client-request-id": [ "1fc92227-f3c0-472d-adf9-b16d5b2c639a" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:04 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index 956e687bf2db..989ca9f97e46 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:06 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:01:52 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "eba0ca38-b54c-4b47-aeb9-a8e0b51bb7a2" ], + "x-ms-client-request-id": [ "17cc8c6b-a606-479b-9ab0-640b401c7d8b" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "eba0ca38-b54c-4b47-aeb9-a8e0b51bb7a2" ], + "x-ms-client-request-id": [ "17cc8c6b-a606-479b-9ab0-640b401c7d8b" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,47 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "7405600a-486d-4936-be59-eaeb0d01e20a" ], + "x-ms-client-request-id": [ "24fc2b5d-3fdf-4ea4-9c62-31a5dc2cf40a" ], + "CommandName": [ "Get-AzVMwareAuthorization" ], + "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "841" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/authorizations/authorization1\",\"name\":\"authorization1\",\"type\":\"Microsoft.AVS/privateClouds/authorizations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteAuthorizationId\":\"/subscriptions/5206f269-120b-41ef-a95b-0dce7109de61/resourceGroups/tnt34-cust-mockp02-spearj2dev/providers/Microsoft.Network/expressroutecircuits/tnt34-cust-mockp02-spearj2dev-er/authorizations/myauth\",\"expressRouteAuthorizationKey\":\"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\"expressRouteId\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"}}]}", + "isContentBase64": false + } + }, + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "32256120-169f-404a-8de2-88b6018814b9" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+1": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -139,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:02:36 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,16 +181,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "0943e32a-f145-4710-ae83-9466876c7c44" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "e64e184b-e247-4732-b001-222da1b5f373" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru/authorizations/xgmipe?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "0943e32a-f145-4710-ae83-9466876c7c44" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "e64e184b-e247-4732-b001-222da1b5f373" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,15 +245,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01+1": { + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "774a9448-b0d6-45b9-bbe8-6b3dbcf4e778" ], + "x-ms-unique-id": [ "18" ], + "x-ms-client-request-id": [ "5a53dd0a-5fb8-4a34-ad70-8f789ad7ee2a" ], "CommandName": [ "Remove-AzVMwareAuthorization" ], "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 index 0c4bd416204f..7a6d4b7d507b 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Tests.ps1 @@ -14,8 +14,8 @@ while(-not $mockingPath) { Describe 'AzVMwareAuthorization' { It 'List' { { - $config = New-AzVMwareAuthorization -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be $env.rstr3 + $config = New-AzVMwareAuthorization -Name "authorization1" -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 + $config.Name | Should -Be "authorization1" $config = Get-AzVMwareAuthorization -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 $config.Count | Should -BeGreaterThan 0 @@ -24,15 +24,15 @@ Describe 'AzVMwareAuthorization' { It 'Get' { { - $config = Get-AzVMwareAuthorization -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be $env.rstr3 + $config = Get-AzVMwareAuthorization -Name "authorization1" -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 + $config.Name | Should -Be "authorization1" } | Should -Not -Throw } It 'CreateExpanded' { { - $config = New-AzVMwareAuthorization -Name $env.rstr4 -PrivateCloudName $env.privateCloudName3 -ResourceGroupName $env.resourceGroup3 - $config.Name | Should -Be $env.rstr4 + $config = New-AzVMwareAuthorization -Name "authorization1" -PrivateCloudName $env.privateCloudName3 -ResourceGroupName $env.resourceGroup3 + $config.Name | Should -Be "authorization1" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 5538e972d657..e49dd675f928 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json @@ -1,9 +1,9 @@ { - "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:07 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "3d5b5c73-93d5-4207-a6a0-ab3302e4b8f8" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "0925e6f9-bd79-48a0-ad19-54f1d5a2c77c" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,15 +58,47 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "11abd290-4085-49e5-b59c-2c6a68b720ee" ], + "x-ms-unique-id": [ "21" ], + "x-ms-client-request-id": [ "01d54536-2324-4643-9d27-335b4ddb345f" ], + "CommandName": [ "Get-AzVMwareCloudLink" ], + "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "398" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/cloudLinks/cloudLink1\",\"name\":\"cloudLink1\",\"type\":\"Microsoft.AVS/privateClouds/cloudLinks\",\"properties\":{\"status\":\"Active\",\"linkedCloud\":\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"}}]}", + "isContentBase64": false + } + }, + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "8e4a6d5c-9340-4529-9976-257d3503469a" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,11 +122,11 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -107,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:03:37 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -117,16 +149,16 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "10555a25-0496-4b04-9dc9-9772c141abb6" ], + "x-ms-unique-id": [ "24" ], + "x-ms-client-request-id": [ "84f8b3c7-31cb-42e5-96da-1ae658aadcc9" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -139,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,15 +181,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01+1": { + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/cloudLinks/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "b114d9f8-f632-457d-84de-f77ad0708120" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "e8e99875-25e1-485b-a581-75682700d9d2" ], "CommandName": [ "Remove-AzVMwareCloudLink" ], "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 index 3d6031413e3a..d1d1fb89438c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Tests.ps1 @@ -15,8 +15,8 @@ Describe 'AzVMwareCloudLink' { It 'List' { { $Id2 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup2)/providers/Microsoft.AVS/privateClouds/$($env.privateCloudName2)" - $config = New-AzVMwareCloudLink -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -LinkedCloud $Id2 - $config.Name | Should -Be $env.rstr3 + $config = New-AzVMwareCloudLink -Name "cloudLink1" -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -LinkedCloud $Id2 + $config.Name | Should -Be "cloudLink1" $config = Get-AzVMwareCloudLink -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 $config.Count | Should -BeGreaterThan 0 @@ -25,8 +25,8 @@ Describe 'AzVMwareCloudLink' { It 'Get' { { - $config = Get-AzVMwareCloudLink -Name $env.rstr3 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 - $config.Name | Should -Be $env.rstr3 + $config = Get-AzVMwareCloudLink -Name "cloudLink1" -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 + $config.Name | Should -Be "cloudLink1" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 588fbeb340b9..0cbe8be9341d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "5234b66a-e71f-4d64-a2e1-fb5cc813e0ad" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "8d7c5088-8204-49c9-8b22-44b6b23508ae" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "5234b66a-e71f-4d64-a2e1-fb5cc813e0ad" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "8d7c5088-8204-49c9-8b22-44b6b23508ae" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01+4": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "c92618df-389c-4a44-9514-49e6d0aa6098" ], + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "2592af76-c9ae-4d48-aa62-f391c39a08d2" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "d79e2560-e90f-432f-b22f-e3a4fd9888c6" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "7f9099d7-4ce9-4b9c-b54d-70a73739b3c9" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:04:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,16 +181,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "05f01395-0839-450d-ac6c-430530aa4434" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "6629dc9e-b467-4f91-9680-f71a15413c80" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "05f01395-0839-450d-ac6c-430530aa4434" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "6629dc9e-b467-4f91-9680-f71a15413c80" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -262,7 +262,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:08 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -272,16 +272,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "4bc8ff81-c947-421c-9f62-d6fbc0f54f83" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "1b45113c-f0e1-473e-9869-d7cc5344de2a" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -304,16 +304,16 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "4bc8ff81-c947-421c-9f62-d6fbc0f54f83" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "1b45113c-f0e1-473e-9869-d7cc5344de2a" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -326,7 +326,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -336,10 +336,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+4": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 4\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -363,15 +363,15 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+5": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "d1a57c8e-9810-48d7-bb2f-377c25be2802" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "bf45bfc1-d0b3-46d9-89aa-2c5469bf5ce1" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -385,7 +385,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -394,15 +394,15 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01+1": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68/clusters/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "b31fd183-70db-48ee-a54f-b2ac87782c63" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "8bbd6d32-3dbf-4bde-a562-cdb8e9e84912" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json index 6b92a758ad6d..b38162737b59 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"netAppVolume\": {\r\n \"id\": \"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:05:38 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "d8b7b690-4f0c-4987-ad84-8b08a1490f3a" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "47b70b4f-cdd0-40c3-a601-ed1870277ffd" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "d8b7b690-4f0c-4987-ad84-8b08a1490f3a" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "47b70b4f-cdd0-40c3-a601-ed1870277ffd" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "8a5089a6-4560-4f26-843b-f2f1898194d8" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "d73b6f0c-4798-4ad6-861b-dde572262a70" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "a5e34a9e-4edf-4542-9a01-8c5fd4639792" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "c751ca2a-0732-486a-9a3d-0c0d14ec7060" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,15 +154,15 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "e9e4ccd1-a4c1-4418-a892-c9292db36622" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "2d474737-a0e9-48ed-ae6e-055808ea01f8" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -185,15 +185,15 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "00f63c7e-c250-4e47-b007-f3d464fc5275" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "bcb83b2f-bf3c-4e9d-9f9c-9bbe68a860b6" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -207,7 +207,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -220,12 +220,12 @@ "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "ccc61a21-7002-43d6-82d1-4b7437f20166" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "cfb4fbe3-47c1-4d05-9f59-1110ca2d0363" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -239,7 +239,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json index be1ce5be355c..38261532a403 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "8cba32cc-a56e-4748-8b91-c57f55ad1755" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "e4ababf3-4db7-4302-90c9-c67321623764" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -31,15 +31,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "9e1b2084-a4e5-4835-a2b9-5da88d7054f8" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "8274daff-d60c-4e0d-bb85-c036c5f82e62" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:09 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -63,10 +63,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,16 +90,16 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "17c957b7-167d-4dd2-8ebb-36802ad8a3f1" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "16f191c5-c320-4352-be13-4674deeea56a" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,16 +122,16 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "17c957b7-167d-4dd2-8ebb-36802ad8a3f1" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "16f191c5-c320-4352-be13-4674deeea56a" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,15 +154,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01+6": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "78919152-8f23-4bde-8eef-c201445dcfc0" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "48b67ca0-a4fe-40a5-9371-c711f3258bfa" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -186,15 +186,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/gusna9?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "cfb614d2-48aa-48ec-b626-e33c7ae00b68" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "b534416b-d9c9-4283-924f-54345f521042" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -208,7 +208,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -218,15 +218,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/authorizations/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "7d74ceea-7b24-4fd4-b11a-03799318c0ba" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "55c36a7c-025c-4462-8be7-89d5222dea10" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -240,7 +240,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -250,15 +250,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloud1zru?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "15ceea46-c470-499a-9694-fd9feb2f4fcf" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "c4811e40-4814-41d0-b574-e0f5f3e15d65" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -272,7 +272,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -282,10 +282,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"authorizationKey\": \"37b0db3b-3b17-4c7b-bf76-bf13b01bcadc\",\r\n \"peerExpressRouteCircuit\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2/providers/Microsoft.Network/expressroutecircuits/tnt13-41a90db2-9d5e-4bd5-a77a-5ce7b58213d6-eastus2-xconnect\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -299,7 +299,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:06:40 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -309,16 +309,16 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "5923fbd0-fd54-4022-b7f0-cc892dff23e3" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "46df967c-b7a5-4b5c-993c-e6badef79cb2" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -331,7 +331,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -341,16 +341,16 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "5923fbd0-fd54-4022-b7f0-cc892dff23e3" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "46df967c-b7a5-4b5c-993c-e6badef79cb2" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -363,7 +363,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -373,15 +373,15 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/globalReachConnections/xgmipe?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "c0ae318d-093c-4cae-83d5-7a2b2b913ac1" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "05a1916b-7d85-4c78-83f2-062026c75ead" ], "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -395,7 +395,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json index 05ea2d30ef31..19e55dffde11 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -2,12 +2,12 @@ "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "bcdf9051-13cc-435a-bf47-2bc1571ae3dd" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "a3613664-6224-4cbd-a144-192f660e69d7" ], "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json index e0f97bcdd531..8215fd6e319e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 index cf577aa58068..7c042cc9db4e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Tests.ps1 @@ -15,7 +15,7 @@ Describe 'AzVMwareLocationTrialAvailability' { It 'Check' { { $config = Test-AzVMwareLocationTrialAvailability -Location "eastus2" -Name av36 - $config.Status | Should -Be "TrialDisabled" + $config.Status | Should -Be "TrialAvailable" } | Should -Not -Throw } } diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index 5d59f394a5c5..2603a2d9cb27 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": "{\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:07:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "42cfeff4-312b-45fc-8f58-63d494537184" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "a10637f5-ed25-4b87-baa2-152f68fae09c" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "42cfeff4-312b-45fc-8f58-63d494537184" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "a10637f5-ed25-4b87-baa2-152f68fae09c" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+4": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"type\": \"VmVm\",\r\n \"vmMembers\": [ \"System.Collections.Hashtable\" ],\r\n \"affinityType\": \"Affinity\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -107,7 +107,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:07:42 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -117,16 +117,16 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "53144df4-f005-46f2-99b8-b5fe6f2c33cf" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "a2d2259d-41f2-492e-9a6a-ce97d556552e" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,16 +149,16 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "53144df4-f005-46f2-99b8-b5fe6f2c33cf" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "a2d2259d-41f2-492e-9a6a-ce97d556552e" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,15 +181,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "ac2fa908-5721-4c34-ba43-8ab4526d34b3" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "99b76276-e58e-4925-ac57-427341ca2885" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,15 +213,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "e6034f5b-def5-4e64-8562-3cf809ce9c47" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "a4193440-9289-4cc8-a154-f8ec8036c194" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -262,7 +262,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -272,15 +272,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "0d52277f-e0a0-45dc-9b29-a794deeca59b" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "8af6f826-57d4-4999-9aed-aadae8bef7cc" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -321,7 +321,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -331,15 +331,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "8b32e84f-abf3-49f8-8d78-5c7ec6f7cd5b" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "6bd18da8-0edc-4b24-89a3-422fc0a7468f" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -362,15 +362,15 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "10aecfda-7e30-4049-9152-16d81bf282ac" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "57d91cf8-67c3-4db0-aa81-4f9f34576002" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -384,7 +384,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -397,12 +397,12 @@ "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "456ba6de-f080-4461-b259-810c4dc0ff07" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "ec79fb03-ab0f-4e7c-81c4-6974b1269b48" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:12 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index 1b1759b86e76..cafa86952a1c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -1,8 +1,8 @@ { - "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,16 +26,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "03e4ad23-f75d-48c0-a597-434a3e566d0a" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "6c1a9bc7-2552-4c9b-ae70-65dcb5847336" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,16 +58,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "03e4ad23-f75d-48c0-a597-434a3e566d0a" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "6c1a9bc7-2552-4c9b-ae70-65dcb5847336" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -93,12 +93,12 @@ "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "a6d19e94-efe6-43e9-9071-f57f5ee552e5" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "dbba201c-c843-4bd5-adbe-e2347bda2c1d" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/covbs4?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "ebd69906-30cb-46b6-a176-bcf42de0d4c2" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "448e7e05-97bf-43b2-9b4c-55fb059e743e" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,15 +154,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "1c13115c-4aa9-4cd6-a15e-e2fce20ba688" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "a80c955e-704d-41b8-880f-766401fd3d2f" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -186,10 +186,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n },\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:08:43 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "40f30a44-754d-40dd-8ef2-2d0a9890239c" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "79018c20-51d1-45f7-9de6-ad4511a75afc" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,16 +245,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "40f30a44-754d-40dd-8ef2-2d0a9890239c" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "79018c20-51d1-45f7-9de6-ad4511a75afc" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -277,10 +277,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel?api-version=2023-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudrs68?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel?api-version=2023-03-01", "Content": "{\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -321,7 +321,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -331,15 +331,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/x7hcjg?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "8959e076-b393-44cd-b075-eb32ac555039" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "d58fe77d-3d1f-4f50-a19e-773ee4e4fa33" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 9aa9ead53989..873ce8dc2d9f 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01+1": { + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/listAdminCredentials?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/listAdminCredentials?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/listAdminCredentials?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "ba79286a-f7b8-4bbb-92f5-94d72df11d28" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "6f1aa896-b5de-4a1a-9738-cac82b9dd4a1" ], "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:13 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json index 4a8f8cd8931f..42028fdae07c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01+1": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateNsxtPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateNsxtPassword?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateNsxtPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "caa7a190-b949-413e-b745-47a0e96a86c2" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "436cacf4-5b03-4bb6-a386-e079722c88b5" ], "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:14 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json index 8201ee55e193..1d4f5b39981a 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01+1": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateVcenterPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/rotateVcenterPassword?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateVcenterPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "d2f187df-b541-438c-a718-be7f49072462" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "6a48e146-4234-42ad-af61-4274e92e9796" ], "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:14 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index 933f8e6c3b80..87463aee1966 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -1,13 +1,13 @@ { - "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01+1": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "7b94f246-7d86-4835-8e01-28bc20eafbe6" ], + "x-ms-unique-id": [ "92" ], + "x-ms-client-request-id": [ "487d45e8-6a95-48fe-ac02-82b83d881a1f" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:16 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -31,15 +31,15 @@ "isContentBase64": false } }, - "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01+1": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines/vm-209?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupxgmipe/providers/Microsoft.AVS/privateClouds/azps_test_cloudr3c6/clusters/covbs4/virtualMachines/vm-209?api-version=2023-03-01", + "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines/vm-209?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "ecd10d7f-9694-4758-b9e9-ad4956707e11" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "5aee0f03-bbb5-4e4b-829f-711bd8e4771b" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Thu, 11 Jan 2024 23:09:16 GMT" ] + "Date": [ "Fri, 12 Jan 2024 19:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/env.json b/src/VMware/VMware.Autorest/test/env.json index 46a261126468..412e67e74c6f 100644 --- a/src/VMware/VMware.Autorest/test/env.json +++ b/src/VMware/VMware.Autorest/test/env.json @@ -1,18 +1,18 @@ { - "resourceGroup3": "testgroup5q2kvd", - "rstr1": "xdn238", - "rstr2": "s7vnbc", + "resourceGroup2": "testgroupp9uh7g", + "rstr4": "p9uh7g", + "policy1": "policy1", + "privateCloudName2": "azps_test_cloudukel", + "rstr3": "2hlsk5", + "location1": "centralus", + "rstr1": "l3cm9t", "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", - "privateCloudName2": "azps_test_cloud7lcz", - "location1": "centralus", - "rstr3": "yrles9", - "rstr4": "5q2kvd", + "resourceGroup3": "testgroupp9uh7g", + "rstr2": "5krpza", + "privateCloudName1": "azps_test_cloudb092", + "policy2": "policy2", + "privateCloudName3": "azps_test_cloudaoz1", "location2": "westcentralus", - "resourceGroup2": "testgroup5q2kvd", - "resourceGroup1": "testgroup5q2kvd", - "policy1": "policy1", - "privateCloudName3": "azps_test_cloudbeog", - "privateCloudName1": "azps_test_cloudme6g", - "policy2": "policy2" + "resourceGroup1": "testgroupp9uh7g" } From 72dffdf3c8be62505039b0655cbeaf185caa9cba Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Thu, 18 Jan 2024 09:21:52 -0500 Subject: [PATCH 11/14] replace localhost to management.azure.com --- .../test/AzVMwareAddon.Recording.json | 22 ++++++------- .../test/AzVMwareAuthorization.Recording.json | 22 ++++++------- .../test/AzVMwareCloudLink.Recording.json | 14 ++++---- .../test/AzVMwareCluster.Recording.json | 32 +++++++++---------- .../test/AzVMwareDatastore.Recording.json | 18 +++++------ ...VMwareGlobalReachConnection.Recording.json | 30 ++++++++--------- ...reLocationQuotaAvailability.Recording.json | 2 +- .../AzVMwarePlacementPolicy.Recording.json | 28 ++++++++-------- .../test/AzVMwarePrivateCloud.Recording.json | 24 +++++++------- ...PrivateCloudAdminCredential.Recording.json | 2 +- ...arePrivateCloudNsxtPassword.Recording.json | 2 +- ...PrivateCloudVcenterPassword.Recording.json | 2 +- .../AzVMwareVirtualMachine.Recording.json | 4 +-- 13 files changed, 101 insertions(+), 101 deletions(-) diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index 14c95d3529e3..6e3d30fdf418 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/vr?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -248,7 +248,7 @@ "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/vr?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/vr?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/vr?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index 989ca9f97e46..539372e036cb 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+2": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+3": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1/authorizations/authorization1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -248,7 +248,7 @@ "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index e49dd675f928..0c9808560af8 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -61,7 +61,7 @@ "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -149,10 +149,10 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+2": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -184,7 +184,7 @@ "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 0cbe8be9341d..62b461cdea28 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -181,10 +181,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -272,10 +272,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -366,7 +366,7 @@ "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -397,7 +397,7 @@ "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/clusters/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json index b38162737b59..675c4f801c4d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -188,7 +188,7 @@ "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -220,7 +220,7 @@ "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json index 38261532a403..de4883f38023 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -2,7 +2,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -34,7 +34,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -90,10 +90,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -189,7 +189,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -221,7 +221,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -253,7 +253,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudaoz1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -309,10 +309,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -341,10 +341,10 @@ "isContentBase64": false } }, - "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -376,7 +376,7 @@ "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json index 19e55dffde11..a3d1e6982663 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -2,7 +2,7 @@ "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index 2603a2d9cb27..494ab1073ade 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -117,10 +117,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -149,10 +149,10 @@ "isContentBase64": false } }, - "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -184,7 +184,7 @@ "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -216,7 +216,7 @@ "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -275,7 +275,7 @@ "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -334,7 +334,7 @@ "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -365,7 +365,7 @@ "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -397,7 +397,7 @@ "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index cafa86952a1c..afea0bcf9591 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -26,10 +26,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -58,10 +58,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -93,7 +93,7 @@ "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -125,7 +125,7 @@ "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/l3cm9t?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -157,7 +157,7 @@ "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -213,10 +213,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -245,10 +245,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -334,7 +334,7 @@ "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 873ce8dc2d9f..3b938678240d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/listAdminCredentials?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/listAdminCredentials?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/listAdminCredentials?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json index 42028fdae07c..b5328d5327d0 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateNsxtPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateNsxtPassword?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateNsxtPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json index 1d4f5b39981a..777d3111cbcc 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -2,7 +2,7 @@ "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateVcenterPassword?api-version=2023-03-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateVcenterPassword?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/rotateVcenterPassword?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index 87463aee1966..c7dfa430da12 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -2,7 +2,7 @@ "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { @@ -34,7 +34,7 @@ "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines/vm-209?api-version=2023-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines/vm-209?api-version=2023-03-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/virtualMachines/vm-209?api-version=2023-03-01", "Content": null, "isContentBase64": false, "Headers": { From 01aa0fbc1c8146a7108ad1245298620c0e01dd8e Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Mon, 22 Jan 2024 14:48:41 -0500 Subject: [PATCH 12/14] Add missing examples --- .../New-AzVMwareAddonSrmPropertiesObject.md | 22 ++++---------- .../New-AzVMwareAddonVrPropertiesObject.md | 23 ++++----------- ...arePSCredentialExecutionParameterObject.md | 21 ++++---------- ...iptSecureStringExecutionParameterObject.md | 23 ++++----------- ...areScriptStringExecutionParameterObject.md | 23 ++++----------- ...VMwareVMPlacementPolicyPropertiesObject.md | 26 ++++++----------- ...reVmHostPlacementPolicyPropertiesObject.md | 29 ++++++++----------- 7 files changed, 50 insertions(+), 117 deletions(-) diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md index 0371f56c36d2..fef8e3b240ce 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md @@ -1,22 +1,12 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a local SRM object for the Addon Property parameter ```powershell -{{ Add code here }} +New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" ``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +AddonType LicenseKey ProvisioningState +--------- ---------- ----------------- +SRM YourLicenseKeyValue ``` -{{ Add description here }} +Create a local SRM object for the Addon Property parameter diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md index 0371f56c36d2..8873bbb02979 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a local VR object for the Addon Property parameter ```powershell -{{ Add code here }} +New-AzVMwareAddonVrPropertiesObject -VrsCount 2 ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +AddonType ProvisioningState VrsCount +--------- ----------------- -------- +VR 2 ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create a local VR object for the Addon Property parameter \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md index 0371f56c36d2..209be6c632fb 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -1,22 +1,11 @@ ### Example 1: {{ Add title here }} ```powershell -{{ Add code here }} +New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name Password Type Username +---- -------- ---- -------- +azps_test_credentialvalue passwordValue Credential usernameValue ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create a local PS Credential Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 0371f56c36d2..92c3ce00ad68 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a local Script Secure String Execution object ```powershell -{{ Add code here }} +New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name SecureValue Type +---- ----------- ---- +azps_test_securevalue passwordValue SecureValue ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create a local Script Secure String Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md index 0371f56c36d2..158ecda6fa43 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a local Script String Execution object ```powershell -{{ Add code here }} +New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name SecureValue Type +---- ----------- ---- +azps_test_securevalue passwordValue SecureValue ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create a local Script String Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md index 0371f56c36d2..bc8b5c2e2d77 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md @@ -1,22 +1,14 @@ -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell -{{ Add code here }} + New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +AffinityType : Affinity +DisplayName : +ProvisioningState : +State : +Type : VmVm +VMMember : {System.Collections.Hashtable} ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create an in-memory object for VMPlacementPolicyProperties. \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md index 0371f56c36d2..db24ec7cc767 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md @@ -1,22 +1,17 @@ -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -{{ Add code here }} +New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +AffinityStrength : +AffinityType : AntiAffinity +AzureHybridBenefitType : +DisplayName : +HostMember : {System.Collections.Hashtable} +ProvisioningState : +State : +Type : VmHost +VMMember : {System.Collections.Hashtable} ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create an in-memory object for VmHostPlacementPolicyProperties. \ No newline at end of file From 7010cad951470e8b7fc81de1a2f55dec51594b67 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Tue, 23 Jan 2024 04:44:04 -0500 Subject: [PATCH 13/14] added tests for the missing examples --- .../New-AzVMwareAddonSrmPropertiesObject.md | 21 ++++-------- .../New-AzVMwareAddonVrPropertiesObject.md | 21 ++++-------- .../docs/New-AzVMwareCluster.md | 19 +++++------ .../docs/New-AzVMwareIdentitySourceObject.md | 32 +++++++++---------- ...arePSCredentialExecutionParameterObject.md | 21 ++++-------- ...iptSecureStringExecutionParameterObject.md | 21 ++++-------- ...areScriptStringExecutionParameterObject.md | 21 ++++-------- ...VMwareVMPlacementPolicyPropertiesObject.md | 24 ++++++-------- ...reVmHostPlacementPolicyPropertiesObject.md | 27 +++++++--------- .../Test-AzVMwareLocationTrialAvailability.md | 4 +-- .../docs/Update-AzVMwareAuthorization.md | 26 +++++++-------- .../docs/Update-AzVMwareCloudLink.md | 21 ++++-------- .../docs/Update-AzVMwareDatastore.md | 21 ++++-------- .../Update-AzVMwareGlobalReachConnection.md | 21 ++++-------- .../New-AzVMwareAddonSrmPropertiesObject.md | 3 +- .../New-AzVMwareIdentitySourceObject.md | 30 ++++++++--------- ...arePSCredentialExecutionParameterObject.md | 2 +- ...areScriptStringExecutionParameterObject.md | 8 ++--- .../examples/Update-AzVMwareAuthorization.md | 28 +++++++--------- .../examples/Update-AzVMwareCloudLink.md | 23 ++++--------- .../examples/Update-AzVMwareDatastore.md | 23 ++++--------- .../Update-AzVMwareGlobalReachConnection.md | 23 ++++--------- 22 files changed, 155 insertions(+), 285 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md index 7a5fe14b2c5c..e248caef4409 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md @@ -21,27 +21,18 @@ Create a in-memory object for AddonSrmProperties ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a local SRM object for the Addon Property parameter ```powershell -{{ Add code here }} +New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +AddonType LicenseKey ProvisioningState +--------- ---------- ----------------- +SRM YourLicenseKeyValue ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a local SRM object for the Addon Property parameter ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md index c10180c853ab..34d8978cd7c8 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md @@ -21,27 +21,18 @@ Create a in-memory object for AddonVrProperties ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a local VR object for the Addon Property parameter ```powershell -{{ Add code here }} +New-AzVMwareAddonVrPropertiesObject -VrsCount 2 ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +AddonType ProvisioningState VrsCount +--------- ----------------- -------- +VR 2 ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a local VR object for the Addon Property parameter ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index fdea3602530f..27fbb329bf40 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -14,22 +14,23 @@ Create a cluster in a private cloud ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] - [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] + [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] - [-PropertiesHost ] [-SkuName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName + [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -214,7 +215,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md index 138ae854aa61..5e817b98b640 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md @@ -23,27 +23,25 @@ Create an in-memory object for IdentitySource. ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for IdentitySource ```powershell -{{ Add code here }} +New-AzVMwareIdentitySourceObject -Alias test ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Alias : test +BaseGroupDn : +BaseUserDn : +Domain : +Name : +Password : +PrimaryServer : +SecondaryServer : +Ssl : +Username : +``` + +Create an in-memory object for IdentitySource ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md index 49aab079b392..cf04b455cd2a 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -22,27 +22,18 @@ Create a in-memory object for PSCredentialExecutionParameter ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a local PS Credential Execution object ```powershell -{{ Add code here }} +New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name Password Type Username +---- -------- ---- -------- +azps_test_credentialvalue passwordValue Credential usernameValue ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a local PS Credential Execution object ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 52ae9e67229a..34dec74b2f80 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -22,27 +22,18 @@ Create a in-memory object for ScriptSecureStringExecutionParameter ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a local Script Secure String Execution object ```powershell -{{ Add code here }} +New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name SecureValue Type +---- ----------- ---- +azps_test_securevalue passwordValue SecureValue ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a local Script Secure String Execution object ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md index b4f5f67125d1..69a742473130 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md @@ -21,27 +21,18 @@ Create a in-memory object for ScriptStringExecutionParameter ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a local Script String Execution object ```powershell -{{ Add code here }} +New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_value -Value "passwordValue" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name Value +---- ----------- +azps_test_value passwordValue ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a local Script String Execution object ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md index 0b15f1e4ece3..621dd82066cf 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md @@ -22,27 +22,21 @@ Create an in-memory object for VMPlacementPolicyProperties. ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell -{{ Add code here }} + New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +AffinityType : Affinity +DisplayName : +ProvisioningState : +State : +Type : VmVm +VMMember : {System.Collections.Hashtable} ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create an in-memory object for VMPlacementPolicyProperties. ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md index 60b76ad424e2..f513782ca553 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md @@ -22,27 +22,24 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -{{ Add code here }} +New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +AffinityStrength : +AffinityType : AntiAffinity +AzureHybridBenefitType : +DisplayName : +HostMember : {System.Collections.Hashtable} +ProvisioningState : +State : +Type : VmHost +VMMember : {System.Collections.Hashtable} ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create an in-memory object for VmHostPlacementPolicyProperties. ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index 44b8eaaae4e6..c1b03218b85a 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -13,7 +13,7 @@ Return trial status for subscription by region ## SYNTAX ``` -Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] [-Name ] +Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -76,7 +76,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md index 08bf837d0037..44a09072afec 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md @@ -36,27 +36,23 @@ Create an ExpressRoute Circuit Authorization in a private cloud ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Update an ExpressRoute Circuit Authorization in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareAuthorization -Name azps_test_authorization -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +ExpressRouteAuthorizationId : ExpressRouteURI +ExpressRouteId : ExpressRouteId +Id : Id +Key : GUID +Name : azps_test_authorization +ProvisioningState : Succeeded +ResourceGroupName : azps_test_group +Type : Microsoft.AVS/privateClouds/authorizations ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Update an ExpressRoute Circuit Authorization in a private cloud ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md index 1c05d214f857..3879aa530ea4 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md @@ -36,27 +36,18 @@ Create a cloud link in a private cloud ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Update a cloud link in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareCloudLink -Name azps_test_cloudlink -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -LinkedCloud "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/azps_test_group2/providers/Microsoft.AVS/privateClouds/azps_test_cloud2/" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name Type ResourceGroupName +---- ---- ----------------- +azps_test_cloudlink Microsoft.AVS/privateClouds/cloudLinks azps_test_group ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Update a cloud link in a private cloud ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md index 793e2db5d991..844abd856ed9 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md @@ -48,27 +48,18 @@ Create a datastore in a private cloud cluster ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Update a datastore in a private cloud cluster. ```powershell -{{ Add code here }} +Update-AzVMwareDatastore -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -NetAppVolumeId "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/azps_test_group/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name Status ProvisioningState ResourceGroupName +---- ------ ----------------- ----------------- +azps_test_datastore Accessible Succeeded azps_test_group ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Update a datastore in a private cloud cluster. ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md index 4335fe6c5c07..6057855b0de8 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md @@ -39,27 +39,18 @@ Create a global reach connection in a private cloud ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Update a global reach connection in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -AuthorizationKey "df530ffb-5a57-4437-a3eb-08e4c73ce011" -PeerExpressRouteResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/tnt16-cust-mp01-mock01/providers/Microsoft.Network/expressRouteCircuits/tnt16-cust-mp01-mock01-er" ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Name Type ResourceGroupName +---- ---- ----------------- +azps_test_grc Microsoft.AVS/privateClouds/globalReachConnections azps_test_group ``` -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Update a global reach connection in a private cloud ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md index fef8e3b240ce..1b7b51851942 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md @@ -8,5 +8,4 @@ AddonType LicenseKey ProvisioningState SRM YourLicenseKeyValue ``` -Create a local SRM object for the Addon Property parameter - +Create a local SRM object for the Addon Property parameter \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md index 0371f56c36d2..70068547f284 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md @@ -1,22 +1,18 @@ -### Example 1: {{ Add title here }} +### Example 1: Create an in-memory object for IdentitySource ```powershell -{{ Add code here }} +New-AzVMwareIdentitySourceObject -Alias test ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Alias : test +BaseGroupDn : +BaseUserDn : +Domain : +Name : +Password : +PrimaryServer : +SecondaryServer : +Ssl : +Username : ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Create an in-memory object for IdentitySource \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md index 209be6c632fb..7414ca16f031 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -1,4 +1,4 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a local PS Credential Execution object ```powershell New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" ``` diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md index 158ecda6fa43..2a4af6b0f6d6 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md @@ -1,11 +1,11 @@ ### Example 1: Create a local Script String Execution object ```powershell -New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" +New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_value -Value "passwordValue" ``` ```output -Name SecureValue Type ----- ----------- ---- -azps_test_securevalue passwordValue SecureValue +Name Value +---- ----------- +azps_test_value passwordValue ``` Create a local Script String Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md index 0371f56c36d2..e0eef44672a0 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareAuthorization.md @@ -1,22 +1,16 @@ -### Example 1: {{ Add title here }} +### Example 1: Update an ExpressRoute Circuit Authorization in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareAuthorization -Name azps_test_authorization -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +ExpressRouteAuthorizationId : ExpressRouteURI +ExpressRouteId : ExpressRouteId +Id : Id +Key : GUID +Name : azps_test_authorization +ProvisioningState : Succeeded +ResourceGroupName : azps_test_group +Type : Microsoft.AVS/privateClouds/authorizations ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Update an ExpressRoute Circuit Authorization in a private cloud \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md index 0371f56c36d2..29f96552644f 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Update a cloud link in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareCloudLink -Name azps_test_cloudlink -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -LinkedCloud "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/azps_test_group2/providers/Microsoft.AVS/privateClouds/azps_test_cloud2/" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name Type ResourceGroupName +---- ---- ----------------- +azps_test_cloudlink Microsoft.AVS/privateClouds/cloudLinks azps_test_group ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Update a cloud link in a private cloud \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md index 0371f56c36d2..25b291d27c7e 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Update a datastore in a private cloud cluster. ```powershell -{{ Add code here }} +Update-AzVMwareDatastore -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -NetAppVolumeId "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/azps_test_group/providers/Microsoft.NetApp/netAppAccounts/NetAppAccount1/capacityPools/CapacityPool1/volumes/NFSVol1" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name Status ProvisioningState ResourceGroupName +---- ------ ----------------- ----------------- +azps_test_datastore Accessible Succeeded azps_test_group ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Update a datastore in a private cloud cluster. \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md index 0371f56c36d2..25708f25f91c 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Update a global reach connection in a private cloud ```powershell -{{ Add code here }} +Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -AuthorizationKey "df530ffb-5a57-4437-a3eb-08e4c73ce011" -PeerExpressRouteResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/tnt16-cust-mp01-mock01/providers/Microsoft.Network/expressRouteCircuits/tnt16-cust-mp01-mock01-er" ``` - ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} +Name Type ResourceGroupName +---- ---- ----------------- +azps_test_grc Microsoft.AVS/privateClouds/globalReachConnections azps_test_group ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Update a global reach connection in a private cloud \ No newline at end of file From d9366496f1ebfecf0b054288a014ec904a069e27 Mon Sep 17 00:00:00 2001 From: keyurdonga Date: Tue, 23 Jan 2024 05:10:33 -0500 Subject: [PATCH 14/14] made updates to AzVMwareGlobalReachConnection test case --- .../docs/Update-AzVMwareGlobalReachConnection.md | 2 +- .../examples/Update-AzVMwareGlobalReachConnection.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md index 6057855b0de8..8ee34825c10b 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md @@ -41,7 +41,7 @@ Create a global reach connection in a private cloud ### Example 1: Update a global reach connection in a private cloud ```powershell -Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -AuthorizationKey "df530ffb-5a57-4437-a3eb-08e4c73ce011" -PeerExpressRouteResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/tnt16-cust-mp01-mock01/providers/Microsoft.Network/expressRouteCircuits/tnt16-cust-mp01-mock01-er" +Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md index 25708f25f91c..f73c0a0ebfeb 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareGlobalReachConnection.md @@ -1,6 +1,6 @@ ### Example 1: Update a global reach connection in a private cloud ```powershell -Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -AuthorizationKey "df530ffb-5a57-4437-a3eb-08e4c73ce011" -PeerExpressRouteResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/tnt16-cust-mp01-mock01/providers/Microsoft.Network/expressRouteCircuits/tnt16-cust-mp01-mock01-er" +Update-AzVMwareGlobalReachConnection -Name azps_test_grc -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output Name Type ResourceGroupName