From 7a9dab9e65b7040d9a19db63227cf8a0503e35ad Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Tue, 14 May 2024 17:15:46 -0400 Subject: [PATCH 1/7] Ran autorest --- src/VMware/VMware.Autorest/Az.VMware.psd1 | 2 +- src/VMware/VMware.Autorest/README.md | 6 +- .../UX/Microsoft.AVS/locations.json | 2 +- .../privateClouds-authorizations.json | 10 +- .../privateClouds-cloudLinks.json | 10 +- .../privateClouds-clusters-datastores.json | 10 +- ...vateClouds-clusters-placementPolicies.json | 10 +- ...rivateClouds-clusters-virtualMachines.json | 6 +- .../Microsoft.AVS/privateClouds-clusters.json | 10 +- .../privateClouds-globalReachConnections.json | 10 +- .../UX/Microsoft.AVS/privateClouds.json | 82 ++++++- .../custom/New-AzVMwarePrivateCloud.ps1 | 2 +- ...eVmHostPlacementPolicyPropertiesObject.ps1 | 2 +- src/VMware/VMware.Autorest/docs/Az.VMware.md | 66 ++--- .../docs/Get-AzVMwareAuthorization.md | 7 +- .../docs/Get-AzVMwareCloudLink.md | 7 +- .../docs/Get-AzVMwareCluster.md | 7 +- .../docs/Get-AzVMwareClusterZone.md | 3 +- .../docs/Get-AzVMwareDatastore.md | 9 +- .../docs/Get-AzVMwareGlobalReachConnection.md | 7 +- .../docs/Get-AzVMwareIscsiPath.md | 154 ++++++++++++ .../docs/Get-AzVMwarePlacementPolicy.md | 9 +- .../docs/Get-AzVMwarePrivateCloud.md | 11 +- ...Get-AzVMwarePrivateCloudAdminCredential.md | 1 + .../docs/Get-AzVMwareVirtualMachine.md | 9 +- .../docs/New-AzVMwareAuthorization.md | 34 ++- .../docs/New-AzVMwareCloudLink.md | 9 +- .../docs/New-AzVMwareCluster.md | 111 ++++++++- .../docs/New-AzVMwareDatastore.md | 45 +++- .../docs/New-AzVMwareGlobalReachConnection.md | 15 +- .../docs/New-AzVMwareIdentitySourceObject.md | 10 +- .../docs/New-AzVMwareIscsiPath.md | 226 ++++++++++++++++++ .../docs/New-AzVMwarePlacementPolicy.md | 11 +- .../New-AzVMwarePrivateCloudNsxtPassword.md | 1 + ...New-AzVMwarePrivateCloudVcenterPassword.md | 1 + .../docs/Remove-AzVMwareAuthorization.md | 7 +- .../docs/Remove-AzVMwareCloudLink.md | 7 +- .../docs/Remove-AzVMwareCluster.md | 7 +- .../docs/Remove-AzVMwareDatastore.md | 9 +- .../Remove-AzVMwareGlobalReachConnection.md | 7 +- .../docs/Remove-AzVMwareIscsiPath.md | 225 +++++++++++++++++ .../docs/Remove-AzVMwarePlacementPolicy.md | 9 +- .../Test-AzVMwareLocationQuotaAvailability.md | 3 +- .../Test-AzVMwareLocationTrialAvailability.md | 75 +++++- .../docs/Update-AzVMwareAuthorization.md | 35 ++- .../docs/Update-AzVMwareCloudLink.md | 9 +- .../docs/Update-AzVMwareCluster.md | 96 +++++++- .../docs/Update-AzVMwareDatastore.md | 44 +++- .../Update-AzVMwareGlobalReachConnection.md | 15 +- .../docs/Update-AzVMwareIscsiPath.md | 226 ++++++++++++++++++ .../docs/Update-AzVMwarePlacementPolicy.md | 9 +- .../docs/Update-AzVMwarePrivateCloud.md | 150 ++++++++++-- .../examples/Get-AzVMwareIscsiPath.md | 22 ++ .../examples/New-AzVMwareIscsiPath.md | 22 ++ .../examples/Remove-AzVMwareIscsiPath.md | 22 ++ .../examples/Update-AzVMwareIscsiPath.md | 22 ++ .../test/Get-AzVMwareIscsiPath.Tests.ps1 | 29 +++ .../test/New-AzVMwareIscsiPath.Tests.ps1 | 25 ++ .../test/Remove-AzVMwareIscsiPath.Tests.ps1 | 25 ++ .../test/Update-AzVMwareIscsiPath.Tests.ps1 | 25 ++ 60 files changed, 1799 insertions(+), 241 deletions(-) create mode 100644 src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md create mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareIscsiPath.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareIscsiPath.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareIscsiPath.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareIscsiPath.Tests.ps1 diff --git a/src/VMware/VMware.Autorest/Az.VMware.psd1 b/src/VMware/VMware.Autorest/Az.VMware.psd1 index 424c2ddd1dc2..6daea96e5a22 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', '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-AzVMwareIscsiPath', '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-AzVMwareIscsiPath', '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-AzVMwareIscsiPath', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwareIscsiPath', '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 53654c8c1541..8e5164e012b5 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: 0baf811c3c76c87b3c127d098519bd97141222dd +commit: e934daa5febe039d94794aa0ffc53a7f996db11f require: - - $(this-folder)/../../readme.azure.noprofile.md + - ../../readme.azure.noprofile.md input-file: - - $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-03-01/vmware.json + - ../../../../azure-rest-api-specs/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-09-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 41e2799f344c..5a7d76dcaa97 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": "2023-03-01", + "apiVersion": "2023-09-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 94d8600cc81d..649f8c7f9f9f 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json @@ -1,13 +1,13 @@ { "resourceType": "privateClouds/authorizations", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareAuthorization", - "description": "Get an ExpressRoute Circuit Authorization by name in a private cloud", + "description": "Get a ExpressRouteAuthorization", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/authorizations/{authorizationName}", "help": { "learnMore": { @@ -26,7 +26,7 @@ }, "examples": [ { - "description": "Get an ExpressRoute Circuit Authorization by name in a private cloud", + "description": "Get a ExpressRouteAuthorization", "parameters": [ { "name": "-Name", @@ -50,7 +50,7 @@ }, { "name": "Remove-AzVMwareAuthorization", - "description": "Delete an ExpressRoute Circuit Authorization in a private cloud", + "description": "Delete a ExpressRouteAuthorization", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/authorizations/{authorizationName}", "help": { "learnMore": { @@ -69,7 +69,7 @@ }, "examples": [ { - "description": "Delete an ExpressRoute Circuit Authorization in a private cloud", + "description": "Delete a ExpressRouteAuthorization", "parameters": [ { "name": "-Name", 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 673a13f4486b..e1f42758c9ae 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json @@ -1,13 +1,13 @@ { "resourceType": "privateClouds/cloudLinks", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareCloudLink", - "description": "Get an cloud link by name in a private cloud", + "description": "Get a CloudLink", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}", "help": { "learnMore": { @@ -26,7 +26,7 @@ }, "examples": [ { - "description": "Get an cloud link by name in a private cloud", + "description": "Get a CloudLink", "parameters": [ { "name": "-Name", @@ -50,7 +50,7 @@ }, { "name": "Remove-AzVMwareCloudLink", - "description": "Delete a cloud link in a private cloud", + "description": "Delete a CloudLink", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}", "help": { "learnMore": { @@ -69,7 +69,7 @@ }, "examples": [ { - "description": "Delete a cloud link in a private cloud", + "description": "Delete a CloudLink", "parameters": [ { "name": "-Name", 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 686be6375cd3..3e65e3996051 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,13 +1,13 @@ { "resourceType": "privateClouds/clusters/datastores", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareDatastore", - "description": "Get a datastore in a private cloud cluster", + "description": "Get a Datastore", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}", "help": { "learnMore": { @@ -27,7 +27,7 @@ }, "examples": [ { - "description": "Get a datastore in a private cloud cluster", + "description": "Get a Datastore", "parameters": [ { "name": "-ClusterName", @@ -55,7 +55,7 @@ }, { "name": "Remove-AzVMwareDatastore", - "description": "Delete a datastore in a private cloud cluster", + "description": "Delete a Datastore", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}", "help": { "learnMore": { @@ -75,7 +75,7 @@ }, "examples": [ { - "description": "Delete a datastore in a private cloud cluster", + "description": "Delete a Datastore", "parameters": [ { "name": "-ClusterName", 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 69cb075e68e5..335ea0fb0922 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,13 +1,13 @@ { "resourceType": "privateClouds/clusters/placementPolicies", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwarePlacementPolicy", - "description": "Get a placement policy by name in a private cloud cluster", + "description": "Get a PlacementPolicy", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/placementPolicies/{placementPolicyName}", "help": { "learnMore": { @@ -27,7 +27,7 @@ }, "examples": [ { - "description": "Get a placement policy by name in a private cloud cluster", + "description": "Get a PlacementPolicy", "parameters": [ { "name": "-ClusterName", @@ -55,7 +55,7 @@ }, { "name": "Remove-AzVMwarePlacementPolicy", - "description": "Delete a placement policy in a private cloud cluster", + "description": "Delete a PlacementPolicy", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/placementPolicies/{placementPolicyName}", "help": { "learnMore": { @@ -75,7 +75,7 @@ }, "examples": [ { - "description": "Delete a placement policy in a private cloud cluster", + "description": "Delete a PlacementPolicy", "parameters": [ { "name": "-ClusterName", 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 93858c0449a0..db15345b9eeb 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,13 +1,13 @@ { "resourceType": "privateClouds/clusters/virtualMachines", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareVirtualMachine", - "description": "Get a virtual machine by id in a private cloud cluster", + "description": "Get a VirtualMachine", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/virtualMachines/{virtualMachineId}", "help": { "learnMore": { @@ -27,7 +27,7 @@ }, "examples": [ { - "description": "Get a virtual machine by id in a private cloud cluster", + "description": "Get a VirtualMachine", "parameters": [ { "name": "-ClusterName", 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 aae124e85202..740cd32979e1 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json @@ -1,13 +1,13 @@ { "resourceType": "privateClouds/clusters", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareCluster", - "description": "Get a cluster by name in a private cloud", + "description": "Get a Cluster", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}", "help": { "learnMore": { @@ -26,7 +26,7 @@ }, "examples": [ { - "description": "Get a cluster by name in a private cloud", + "description": "Get a Cluster", "parameters": [ { "name": "-Name", @@ -50,7 +50,7 @@ }, { "name": "Remove-AzVMwareCluster", - "description": "Delete a cluster in a private cloud", + "description": "Delete a Cluster", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}", "help": { "learnMore": { @@ -69,7 +69,7 @@ }, "examples": [ { - "description": "Delete a cluster in a private cloud", + "description": "Delete a Cluster", "parameters": [ { "name": "-Name", 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 0e3859c18c26..2942935122a7 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-globalReachConnections.json @@ -1,13 +1,13 @@ { "resourceType": "privateClouds/globalReachConnections", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ { "name": "Get-AzVMwareGlobalReachConnection", - "description": "Get a global reach connection by name in a private cloud", + "description": "Get a GlobalReachConnection", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/globalReachConnections/{globalReachConnectionName}", "help": { "learnMore": { @@ -26,7 +26,7 @@ }, "examples": [ { - "description": "Get a global reach connection by name in a private cloud", + "description": "Get a GlobalReachConnection", "parameters": [ { "name": "-Name", @@ -50,7 +50,7 @@ }, { "name": "Remove-AzVMwareGlobalReachConnection", - "description": "Delete a global reach connection in a private cloud", + "description": "Delete a GlobalReachConnection", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/globalReachConnections/{globalReachConnectionName}", "help": { "learnMore": { @@ -69,7 +69,7 @@ }, "examples": [ { - "description": "Delete a global reach connection in a private cloud", + "description": "Delete a GlobalReachConnection", "parameters": [ { "name": "-Name", diff --git a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json index 90a4844a598a..2e96abe37143 100644 --- a/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json +++ b/src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds.json @@ -1,13 +1,51 @@ { "resourceType": "privateClouds", - "apiVersion": "2023-03-01", + "apiVersion": "2023-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.vmware" }, "commands": [ + { + "name": "Get-AzVMwareIscsiPath", + "description": "Get a IscsiPath", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/iscsiPaths/default", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareiscsipath" + }, + "parameterSets": [ + { + "parameters": [ + "-PrivateCloudName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Get a IscsiPath", + "parameters": [ + { + "name": "-PrivateCloudName", + "value": "[Path.privateCloudName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, { "name": "Get-AzVMwarePrivateCloud", - "description": "Get a private cloud", + "description": "Get a PrivateCloud", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}", "help": { "learnMore": { @@ -25,7 +63,7 @@ }, "examples": [ { - "description": "Get a private cloud", + "description": "Get a PrivateCloud", "parameters": [ { "name": "-Name", @@ -42,6 +80,44 @@ ] } ] + }, + { + "name": "Remove-AzVMwareIscsiPath", + "description": "Delete a IscsiPath", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/iscsiPaths/default", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.vmware/remove-azvmwareiscsipath" + }, + "parameterSets": [ + { + "parameters": [ + "-PrivateCloudName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Delete a IscsiPath", + "parameters": [ + { + "name": "-PrivateCloudName", + "value": "[Path.privateCloudName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] } ] } diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 index e21edc216e4a..455e9a9b344e 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePrivateCloud.ps1 @@ -191,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.IResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(PossibleTypes=([System.String]))] [System.Collections.Hashtable] # Resource tags ${Tag}, diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 index 160e62c5562e..d8552250f3cc 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 @@ -21,7 +21,7 @@ Create an in-memory object for VmHostPlacementPolicyProperties. Create an in-memory object for VmHostPlacementPolicyProperties. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20230301.VmHostPlacementPolicyProperties +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties .Link https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVmHostPlacementPolicyPropertiesObject #> diff --git a/src/VMware/VMware.Autorest/docs/Az.VMware.md b/src/VMware/VMware.Autorest/docs/Az.VMware.md index 604f28e37ac2..032433b34209 100644 --- a/src/VMware/VMware.Autorest/docs/Az.VMware.md +++ b/src/VMware/VMware.Autorest/docs/Az.VMware.md @@ -15,34 +15,37 @@ Microsoft Azure PowerShell: VMware cmdlets Get an addon by name in a private cloud ### [Get-AzVMwareAuthorization](Get-AzVMwareAuthorization.md) -Get an ExpressRoute Circuit Authorization by name in a private cloud +Get a ExpressRouteAuthorization ### [Get-AzVMwareCloudLink](Get-AzVMwareCloudLink.md) -Get an cloud link by name in a private cloud +Get a CloudLink ### [Get-AzVMwareCluster](Get-AzVMwareCluster.md) -Get a cluster by name in a private cloud +Get a Cluster ### [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 +Get a Datastore ### [Get-AzVMwareGlobalReachConnection](Get-AzVMwareGlobalReachConnection.md) -Get a global reach connection by name in a private cloud +Get a GlobalReachConnection + +### [Get-AzVMwareIscsiPath](Get-AzVMwareIscsiPath.md) +Get a IscsiPath ### [Get-AzVMwarePlacementPolicy](Get-AzVMwarePlacementPolicy.md) -Get a placement policy by name in a private cloud cluster +Get a PlacementPolicy ### [Get-AzVMwarePrivateCloud](Get-AzVMwarePrivateCloud.md) -Get a private cloud +Get a PrivateCloud ### [Get-AzVMwarePrivateCloudAdminCredential](Get-AzVMwarePrivateCloudAdminCredential.md) 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 a VirtualMachine ### [New-AzVMwareAddon](New-AzVMwareAddon.md) Create or update a addon in a private cloud @@ -54,25 +57,28 @@ Create a in-memory object for AddonSrmProperties Create a in-memory object for AddonVrProperties ### [New-AzVMwareAuthorization](New-AzVMwareAuthorization.md) -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ### [New-AzVMwareCloudLink](New-AzVMwareCloudLink.md) -Create a cloud link in a private cloud +Create a CloudLink ### [New-AzVMwareCluster](New-AzVMwareCluster.md) -Create a cluster in a private cloud +Create a Cluster ### [New-AzVMwareDatastore](New-AzVMwareDatastore.md) -Create a datastore in a private cloud cluster +Create a Datastore ### [New-AzVMwareGlobalReachConnection](New-AzVMwareGlobalReachConnection.md) -Create a global reach connection in a private cloud +Create a GlobalReachConnection ### [New-AzVMwareIdentitySourceObject](New-AzVMwareIdentitySourceObject.md) Create an in-memory object for IdentitySource. +### [New-AzVMwareIscsiPath](New-AzVMwareIscsiPath.md) +Create a IscsiPath + ### [New-AzVMwarePlacementPolicy](New-AzVMwarePlacementPolicy.md) -Create a placement policy in a private cloud cluster +Create a PlacementPolicy ### [New-AzVMwarePrivateCloud](New-AzVMwarePrivateCloud.md) Create a private cloud @@ -102,22 +108,25 @@ Create an in-memory object for VMPlacementPolicyProperties. Delete a addon in a private cloud ### [Remove-AzVMwareAuthorization](Remove-AzVMwareAuthorization.md) -Delete an ExpressRoute Circuit Authorization in a private cloud +Delete a ExpressRouteAuthorization ### [Remove-AzVMwareCloudLink](Remove-AzVMwareCloudLink.md) -Delete a cloud link in a private cloud +Delete a CloudLink ### [Remove-AzVMwareCluster](Remove-AzVMwareCluster.md) -Delete a cluster in a private cloud +Delete a Cluster ### [Remove-AzVMwareDatastore](Remove-AzVMwareDatastore.md) -Delete a datastore in a private cloud cluster +Delete a Datastore ### [Remove-AzVMwareGlobalReachConnection](Remove-AzVMwareGlobalReachConnection.md) -Delete a global reach connection in a private cloud +Delete a GlobalReachConnection + +### [Remove-AzVMwareIscsiPath](Remove-AzVMwareIscsiPath.md) +Delete a IscsiPath ### [Remove-AzVMwarePlacementPolicy](Remove-AzVMwarePlacementPolicy.md) -Delete a placement policy in a private cloud cluster +Delete a PlacementPolicy ### [Remove-AzVMwarePrivateCloud](Remove-AzVMwarePrivateCloud.md) Delete a private cloud @@ -129,23 +138,26 @@ Return quota for subscription by region Return trial status for subscription by region ### [Update-AzVMwareAuthorization](Update-AzVMwareAuthorization.md) -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ### [Update-AzVMwareCloudLink](Update-AzVMwareCloudLink.md) -Create a cloud link in a private cloud +Create a CloudLink ### [Update-AzVMwareCluster](Update-AzVMwareCluster.md) -Update a cluster in a private cloud +Update a Cluster ### [Update-AzVMwareDatastore](Update-AzVMwareDatastore.md) -Create a datastore in a private cloud cluster +Create a Datastore ### [Update-AzVMwareGlobalReachConnection](Update-AzVMwareGlobalReachConnection.md) -Create a global reach connection in a private cloud +Create a GlobalReachConnection + +### [Update-AzVMwareIscsiPath](Update-AzVMwareIscsiPath.md) +Create a IscsiPath ### [Update-AzVMwarePlacementPolicy](Update-AzVMwarePlacementPolicy.md) -Update a placement policy in a private cloud cluster +Update a PlacementPolicy ### [Update-AzVMwarePrivateCloud](Update-AzVMwarePrivateCloud.md) -Update a private cloud +Update a PrivateCloud diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md index 7989e26583d2..8f234f67f9de 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwareAuthorization ## SYNOPSIS -Get an ExpressRoute Circuit Authorization by name in a private cloud +Get a ExpressRouteAuthorization ## SYNTAX @@ -36,7 +36,7 @@ Get-AzVMwareAuthorization -Name -PrivateCloudInputObject -PrivateCloudInputObject ``` ## DESCRIPTION -Get an cloud link by name in a private cloud +Get a CloudLink ## EXAMPLES @@ -101,7 +101,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cloud link resource +Name of the cloud link. ```yaml Type: System.String @@ -164,6 +164,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md index 98857bc9ebcf..a23add53cad7 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwareCluster ## SYNOPSIS -Get a cluster by name in a private cloud +Get a Cluster ## SYNTAX @@ -36,7 +36,7 @@ Get-AzVMwareCluster -Name -PrivateCloudInputObject [- ``` ## DESCRIPTION -Get a cluster by name in a private cloud +Get a Cluster ## EXAMPLES @@ -101,7 +101,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -164,6 +164,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md index 27554bbbe935..44296d2ba7b5 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareClusterZone.md @@ -38,7 +38,7 @@ List hosts by zone in a cluster ## PARAMETERS ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -101,6 +101,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md index 9bd9a091958a..a1433811f1b2 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwareDatastore ## SYNOPSIS -Get a datastore in a private cloud cluster +Get a Datastore ## SYNTAX @@ -42,7 +42,7 @@ Get-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObj ``` ## DESCRIPTION -Get a datastore in a private cloud cluster +Get a Datastore ## EXAMPLES @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -139,7 +139,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the datastore in the private cloud cluster +Name of the datastore ```yaml Type: System.String @@ -202,6 +202,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md index 667a0fb33a8b..df933be7095d 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwareGlobalReachConnection ## SYNOPSIS -Get a global reach connection by name in a private cloud +Get a GlobalReachConnection ## SYNTAX @@ -37,7 +37,7 @@ Get-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzVMwareIscsiPath -InputObject [-DefaultProfile ] [] +``` + +### List +``` +Get-AzVMwareIscsiPath -PrivateCloudName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get a IscsiPath + +## 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 + +### -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. +The value must be an UUID. + +```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.IIscsiPath + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md index 75facf457710..fc56bb9afe8a 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwarePlacementPolicy ## SYNOPSIS -Get a placement policy by name in a private cloud cluster +Get a PlacementPolicy ## SYNTAX @@ -42,7 +42,7 @@ Get-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudIn ``` ## DESCRIPTION -Get a placement policy by name in a private cloud cluster +Get a PlacementPolicy ## EXAMPLES @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -139,7 +139,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy +Name of the placement policy. ```yaml Type: System.String @@ -202,6 +202,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md index 5726f1f60c53..791f3630929e 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md @@ -8,11 +8,11 @@ schema: 2.0.0 # Get-AzVMwarePrivateCloud ## SYNOPSIS -Get a private cloud +Get a PrivateCloud ## SYNTAX -### List1 (Default) +### List (Default) ``` Get-AzVMwarePrivateCloud [-SubscriptionId ] [-DefaultProfile ] [] ``` @@ -28,14 +28,14 @@ Get-AzVMwarePrivateCloud -Name -ResourceGroupName [-Subscripti Get-AzVMwarePrivateCloud -InputObject [-DefaultProfile ] [] ``` -### List +### List1 ``` Get-AzVMwarePrivateCloud -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ## DESCRIPTION -Get a private cloud +Get a PrivateCloud ## EXAMPLES @@ -133,7 +133,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, List1 Aliases: Required: True @@ -145,6 +145,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md index f34230bb077f..7b86653d0308 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloudAdminCredential.md @@ -86,6 +86,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md index e96a93ab4898..5c64e4b08020 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzVMwareVirtualMachine ## SYNOPSIS -Get a virtual machine by id in a private cloud cluster +Get a VirtualMachine ## SYNTAX @@ -42,7 +42,7 @@ Get-AzVMwareVirtualMachine -ClusterName -Id -PrivateCloudInput ``` ## DESCRIPTION -Get a virtual machine by id in a private cloud cluster +Get a VirtualMachine ## EXAMPLES @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -123,7 +123,7 @@ Accept wildcard characters: False ``` ### -Id -Virtual Machine identifier +ID of the virtual machine. ```yaml Type: System.String @@ -202,6 +202,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String[] diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md index df7bacad89f7..1524c6527a62 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md @@ -8,31 +8,31 @@ schema: 2.0.0 # New-AzVMwareAuthorization ## SYNOPSIS -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ## SYNTAX ### CreateExpanded (Default) ``` New-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-SubscriptionId ] [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareAuthorization -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +New-AzVMwareAuthorization -InputObject [-ExpressRouteId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareAuthorization -Name -PrivateCloudInputObject +New-AzVMwareAuthorization -Name -PrivateCloudInputObject [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ## EXAMPLES @@ -82,6 +82,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ExpressRouteId +The ID of the ExpressRoute Circuit + +```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. @@ -99,7 +114,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the ExpressRoute Circuit Authorization in the private cloud +Name of the ExpressRoute Circuit Authorization ```yaml Type: System.String @@ -145,7 +160,7 @@ Accept wildcard characters: False ``` ### -PrivateCloudName -The name of the private cloud. +Name of the private cloud ```yaml Type: System.String @@ -177,6 +192,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md index 2d7894b3351c..9ef128467702 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzVMwareCloudLink ## SYNOPSIS -Create a cloud link in a private cloud +Create a CloudLink ## SYNTAX @@ -32,7 +32,7 @@ New-AzVMwareCloudLink -Name -PrivateCloudInputObject ``` ## DESCRIPTION -Create a cloud link in a private cloud +Create a CloudLink ## EXAMPLES @@ -114,7 +114,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cloud link resource +Name of the cloud link. ```yaml Type: System.String @@ -160,7 +160,7 @@ Accept wildcard characters: False ``` ### -PrivateCloudName -The name of the private cloud. +Name of the private cloud ```yaml Type: System.String @@ -192,6 +192,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 27fbb329bf40..785ffa95e57e 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -8,33 +8,37 @@ schema: 2.0.0 # New-AzVMwareCluster ## SYNOPSIS -Create a cluster in a private cloud +Create a Cluster ## SYNTAX ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] + [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] - [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] +New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] + [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] + [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName - [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] + [-PropertiesHost ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a cluster in a private cloud +Create a Cluster ## EXAMPLES @@ -116,7 +120,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -162,7 +166,7 @@ Accept wildcard characters: False ``` ### -PrivateCloudName -The name of the private cloud. +Name of the private cloud ```yaml Type: System.String @@ -207,15 +211,80 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SkuName The name of the SKU. +E.g. +P3. +It is typically a letter+number code ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None Accept pipeline input: False @@ -224,6 +293,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String @@ -237,6 +307,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VsanDatastoreName +Name of the vsan datastore associated with the cluster + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md index 9633165e9fcb..4f2598158017 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzVMwareDatastore ## SYNOPSIS -Create a datastore in a private cloud cluster +Create a Datastore ## SYNTAX @@ -16,34 +16,37 @@ Create a datastore in a private cloud cluster ``` New-AzVMwareDatastore -ClusterName -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityClusterExpanded ``` New-AzVMwareDatastore -ClusterInputObject -Name [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityExpanded ``` New-AzVMwareDatastore -InputObject [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` New-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] - [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-ElasticSanVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a datastore in a private cloud cluster +Create a Datastore ## EXAMPLES @@ -94,7 +97,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -140,7 +143,7 @@ Accept wildcard characters: False ``` ### -DiskPoolVolumeMountOption -Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN +Mode that describes whether the LUN has to be mounted as a datastore orattached as a LUN ```yaml Type: System.String @@ -169,6 +172,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ElasticSanVolumeTargetId +Azure resource ID of the Elastic SAN Volume + +```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. @@ -186,7 +204,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the datastore in the private cloud cluster +Name of the datastore ```yaml Type: System.String @@ -279,6 +297,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md index 9ec7d0920458..6b54a708ef31 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzVMwareGlobalReachConnection ## SYNOPSIS -Create a global reach connection in a private cloud +Create a GlobalReachConnection ## SYNTAX @@ -35,7 +35,7 @@ New-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject ] [-BaseGroupDn ] [-BaseUserDn ] - [-Domain ] [-Name ] [-Password ] [-PrimaryServer ] + [-Domain ] [-Name ] [-Password ] [-PrimaryServer ] [-SecondaryServer ] [-Ssl ] [-Username ] [] ``` @@ -121,10 +121,11 @@ 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. +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 +Type: System.Security.SecureString Parameter Sets: (All) Aliases: @@ -181,7 +182,8 @@ 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. +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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md new file mode 100644 index 000000000000..c08021904dcf --- /dev/null +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md @@ -0,0 +1,226 @@ +--- +external help file: +Module Name: Az.VMware +online version: https://learn.microsoft.com/powershell/module/az.vmware/new-azvmwareiscsipath +schema: 2.0.0 +--- + +# New-AzVMwareIscsiPath + +## SYNOPSIS +Create a IscsiPath + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzVMwareIscsiPath -PrivateCloudName -ResourceGroupName [-SubscriptionId ] + [-NetworkBlock ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaIdentityExpanded +``` +New-AzVMwareIscsiPath -InputObject [-NetworkBlock ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a IscsiPath + +## 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: CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NetworkBlock +CIDR Block for iSCSI path. + +```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 +``` + +### -PrivateCloudName +Name of the private cloud + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +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: CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +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.IIscsiPath + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index 8aebc309fd35..d31f440122b3 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzVMwarePlacementPolicy ## SYNOPSIS -Create a placement policy in a private cloud cluster +Create a PlacementPolicy ## SYNTAX @@ -40,7 +40,7 @@ New-AzVMwarePlacementPolicy -ClusterName -Name -PrivateCloudIn ``` ## DESCRIPTION -Create a placement policy in a private cloud cluster +Create a PlacementPolicy ## EXAMPLES @@ -106,7 +106,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -153,7 +153,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy +Name of the placement policy. ```yaml Type: System.String @@ -214,7 +214,7 @@ Accept wildcard characters: False ``` ### -Property -placement policy properties +The resource-specific properties for this resource. To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml @@ -247,6 +247,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md index 4c399e6c6bc9..f24e511941c3 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md @@ -153,6 +153,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md index e1708c525114..c663db6a8afb 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md @@ -153,6 +153,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md index 25b07ddc9bc1..b12ac22314be 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzVMwareAuthorization ## SYNOPSIS -Delete an ExpressRoute Circuit Authorization in a private cloud +Delete a ExpressRouteAuthorization ## SYNTAX @@ -32,7 +32,7 @@ Remove-AzVMwareAuthorization -Name -PrivateCloudInputObject -PrivateCloudInputObject -PrivateCloudInputObject ``` ## DESCRIPTION -Delete a cluster in a private cloud +Delete a Cluster ## EXAMPLES @@ -102,7 +102,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -195,6 +195,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md index ed30dfcf22a5..a47b42aecc44 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzVMwareDatastore ## SYNOPSIS -Delete a datastore in a private cloud cluster +Delete a Datastore ## SYNTAX @@ -38,7 +38,7 @@ Remove-AzVMwareDatastore -ClusterName -Name -PrivateCloudInput ``` ## DESCRIPTION -Delete a datastore in a private cloud cluster +Delete a Datastore ## EXAMPLES @@ -90,7 +90,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -137,7 +137,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the datastore in the private cloud cluster +Name of the datastore ```yaml Type: System.String @@ -230,6 +230,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md index 0f14e523f008..2288733b2303 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzVMwareGlobalReachConnection ## SYNOPSIS -Delete a global reach connection in a private cloud +Delete a GlobalReachConnection ## SYNTAX @@ -32,7 +32,7 @@ Remove-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzVMwareIscsiPath -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete a IscsiPath + +## 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: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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 +``` + +### -PassThru +Returns true when the command succeeds + +```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 +``` + +### -PrivateCloudName +Name of the private cloud + +```yaml +Type: System.String +Parameter Sets: Delete +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: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: Delete +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 + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md index d55c0a54915d..6608a7fb3b39 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzVMwarePlacementPolicy ## SYNOPSIS -Delete a placement policy in a private cloud cluster +Delete a PlacementPolicy ## SYNTAX @@ -38,7 +38,7 @@ Remove-AzVMwarePlacementPolicy -ClusterName -Name -PrivateClou ``` ## DESCRIPTION -Delete a placement policy in a private cloud cluster +Delete a PlacementPolicy ## EXAMPLES @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -139,7 +139,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy +Name of the placement policy. ```yaml Type: System.String @@ -232,6 +232,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md index e554fcddc8db..43b8a6934a8a 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationQuotaAvailability.md @@ -54,7 +54,7 @@ Accept wildcard characters: False ``` ### -Location -Azure region +The name of the Azure region. ```yaml Type: System.String @@ -70,6 +70,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md index c1b03218b85a..d481001cd71b 100644 --- a/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md +++ b/src/VMware/VMware.Autorest/docs/Test-AzVMwareLocationTrialAvailability.md @@ -13,8 +13,9 @@ Return trial status for subscription by region ## SYNTAX ``` -Test-AzVMwareLocationTrialAvailability -Location -Name [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] +Test-AzVMwareLocationTrialAvailability -Location [-SubscriptionId ] [-Capacity ] + [-Family ] [-Name ] [-Size ] [-Tier ] [-DefaultProfile ] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -37,6 +38,22 @@ Check trial availability ## PARAMETERS +### -Capacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```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. @@ -53,8 +70,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Family +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Location -Azure region +The name of the Azure region. ```yaml Type: System.String @@ -70,13 +102,32 @@ Accept wildcard characters: False ### -Name The name of the SKU. +E.g. +P3. +It is typically a letter+number code ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Size +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None Accept pipeline input: False @@ -85,6 +136,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String @@ -98,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Tier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md index 44a09072afec..e76b62a0cbb3 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md @@ -8,31 +8,32 @@ schema: 2.0.0 # Update-AzVMwareAuthorization ## SYNOPSIS -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-SubscriptionId ] [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareAuthorization -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +Update-AzVMwareAuthorization -InputObject [-ExpressRouteId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareAuthorization -Name -PrivateCloudInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION -Create an ExpressRoute Circuit Authorization in a private cloud +Create a ExpressRouteAuthorization ## EXAMPLES @@ -87,6 +88,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ExpressRouteId +The ID of the ExpressRoute Circuit + +```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. @@ -104,7 +120,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the ExpressRoute Circuit Authorization in the private cloud +Name of the ExpressRoute Circuit Authorization ```yaml Type: System.String @@ -150,7 +166,7 @@ Accept wildcard characters: False ``` ### -PrivateCloudName -The name of the private cloud. +Name of the private cloud ```yaml Type: System.String @@ -182,6 +198,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md index 3879aa530ea4..9eb0ea652873 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzVMwareCloudLink ## SYNOPSIS -Create a cloud link in a private cloud +Create a CloudLink ## SYNTAX @@ -32,7 +32,7 @@ Update-AzVMwareCloudLink -Name -PrivateCloudInputObject -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] + [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] - [-PropertiesHost ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-PropertiesHost ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Update a cluster in a private cloud +Update a Cluster ## EXAMPLES @@ -128,7 +131,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -219,8 +222,89 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md index 844abd856ed9..175ed39b6a25 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzVMwareDatastore ## SYNOPSIS -Create a datastore in a private cloud cluster +Create a Datastore ## SYNTAX @@ -16,35 +16,37 @@ Create a datastore in a private cloud cluster ``` Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudName -ResourceGroupName [-SubscriptionId ] [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityClusterExpanded ``` Update-AzVMwareDatastore -ClusterInputObject -Name [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] - [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-ElasticSanVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzVMwareDatastore -InputObject [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-NetAppVolumeId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] + [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] - [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-ElasticSanVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a datastore in a private cloud cluster +Create a Datastore ## EXAMPLES @@ -95,7 +97,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -141,7 +143,7 @@ Accept wildcard characters: False ``` ### -DiskPoolVolumeMountOption -Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN +Mode that describes whether the LUN has to be mounted as a datastore orattached as a LUN ```yaml Type: System.String @@ -170,6 +172,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ElasticSanVolumeTargetId +Azure resource ID of the Elastic SAN Volume + +```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. @@ -187,7 +204,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the datastore in the private cloud cluster +Name of the datastore ```yaml Type: System.String @@ -280,6 +297,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md index 8ee34825c10b..ade86206f53a 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzVMwareGlobalReachConnection ## SYNOPSIS -Create a global reach connection in a private cloud +Create a GlobalReachConnection ## SYNTAX @@ -35,7 +35,7 @@ Update-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject -ResourceGroupName [-SubscriptionId ] + [-NetworkBlock ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzVMwareIscsiPath -InputObject [-NetworkBlock ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a IscsiPath + +## 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 +``` + +### -NetworkBlock +CIDR Block for iSCSI path. + +```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 +``` + +### -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. +The value must be an UUID. + +```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.IIscsiPath + +## NOTES + +## RELATED LINKS + diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md index 8a003056a3f5..2a4114e251bb 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzVMwarePlacementPolicy ## SYNOPSIS -Update a placement policy in a private cloud cluster +Update a PlacementPolicy ## SYNTAX @@ -44,7 +44,7 @@ Update-AzVMwarePlacementPolicy -ClusterName -Name -PrivateClou ``` ## DESCRIPTION -Update a placement policy in a private cloud cluster +Update a PlacementPolicy ## EXAMPLES @@ -138,7 +138,7 @@ Accept wildcard characters: False ``` ### -ClusterName -Name of the cluster in the private cloud +Name of the cluster ```yaml Type: System.String @@ -200,7 +200,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy +Name of the placement policy. ```yaml Type: System.String @@ -293,6 +293,7 @@ Accept wildcard characters: False ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md index 195f47b6ba19..94c0d1ce6502 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md @@ -8,31 +8,36 @@ schema: 2.0.0 # Update-AzVMwarePrivateCloud ## SYNOPSIS -Update a private cloud +Update a PrivateCloud ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwarePrivateCloud -Name -ResourceGroupName [-SubscriptionId ] - [-EncryptionStatus ] [-ExtendedNetworkBlock ] [-IdentitySource ] - [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] - [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] - [-ManagementClusterHost ] [-ManagementClusterSize ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DnsZoneType ] [-EncryptionStatus ] [-ExtendedNetworkBlock ] + [-IdentitySource ] [-IdentityType ] [-Internet ] + [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] + [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] + [-ManagementClusterVsanDatastoreName ] [-SkuCapacity ] [-SkuFamily ] + [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwarePrivateCloud -InputObject [-EncryptionStatus ] - [-ExtendedNetworkBlock ] [-IdentitySource ] [-IdentityType ] - [-Internet ] [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] - [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwarePrivateCloud -InputObject [-DnsZoneType ] + [-EncryptionStatus ] [-ExtendedNetworkBlock ] [-IdentitySource ] + [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] + [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] + [-ManagementClusterHost ] [-ManagementClusterSize ] + [-ManagementClusterVsanDatastoreName ] [-SkuCapacity ] [-SkuFamily ] + [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Update a private cloud +Update a PrivateCloud ## EXAMPLES @@ -95,6 +100,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DnsZoneType +The type of DNS zone to use. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EncryptionStatus Status of customer managed encryption key @@ -112,8 +132,8 @@ 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). +Networks must beunique and non-overlapping across VNet in your subscription, on-premise, andthis privateCloud networkBlock attribute. +Make sure the CIDR format conforms to(A.B.C.D/X). ```yaml Type: System.String[] @@ -144,9 +164,7 @@ 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. +Type of managed service identity (either system assigned, or none). ```yaml Type: System.String @@ -266,6 +284,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ManagementClusterVsanDatastoreName +Name of the vsan datastore associated with the cluster + +```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 private cloud @@ -312,8 +345,89 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. +The value must be an UUID. ```yaml Type: System.String @@ -328,7 +442,7 @@ Accept wildcard characters: False ``` ### -Tag -Resource tags +Resource tags. ```yaml Type: System.Collections.Hashtable diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.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-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.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/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.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-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.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-AzVMwareIscsiPath.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareIscsiPath.Tests.ps1 new file mode 100644 index 000000000000..24247fd71d96 --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareIscsiPath.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzVMwareIscsiPath')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzVMwareIscsiPath.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-AzVMwareIscsiPath' { + 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-AzVMwareIscsiPath.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareIscsiPath.Tests.ps1 new file mode 100644 index 000000000000..a8b8fde3c54b --- /dev/null +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareIscsiPath.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareIscsiPath')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareIscsiPath.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-AzVMwareIscsiPath' { + It 'CreateExpanded' -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-AzVMwareIscsiPath.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareIscsiPath.Tests.ps1 new file mode 100644 index 000000000000..27d09987c00f --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareIscsiPath.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzVMwareIscsiPath')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzVMwareIscsiPath.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-AzVMwareIscsiPath' { + 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/Update-AzVMwareIscsiPath.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareIscsiPath.Tests.ps1 new file mode 100644 index 000000000000..bdbc9947829a --- /dev/null +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareIscsiPath.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzVMwareIscsiPath')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzVMwareIscsiPath.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-AzVMwareIscsiPath' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} From 9bcfde49b15384213545b662c4b17bda9cbd9c70 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Wed, 15 May 2024 09:21:46 -0400 Subject: [PATCH 2/7] update repo path in README.md file (input-file property) --- src/VMware/VMware.Autorest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VMware/VMware.Autorest/README.md b/src/VMware/VMware.Autorest/README.md index 8e5164e012b5..f8e9fc7eee58 100644 --- a/src/VMware/VMware.Autorest/README.md +++ b/src/VMware/VMware.Autorest/README.md @@ -49,9 +49,9 @@ In this directory, run AutoRest: ``` yaml commit: e934daa5febe039d94794aa0ffc53a7f996db11f require: - - ../../readme.azure.noprofile.md + - $(this-folder)/../../readme.azure.noprofile.md input-file: - - ../../../../azure-rest-api-specs/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-09-01/vmware.json + - $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-09-01/vmware.json module-version: 0.4.0 title: VMware From 6306c9880596364d61f7292520c2b54fde738b55 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Wed, 15 May 2024 16:38:17 -0400 Subject: [PATCH 3/7] add/fix examples --- .../examples/Get-AzVMwareIscsiPath.md | 12 ++++++------ .../examples/New-AzVMwareIscsiPath.md | 17 +++-------------- .../examples/Remove-AzVMwareIscsiPath.md | 18 +++--------------- .../examples/Update-AzVMwareCloudLink.md | 2 +- .../examples/Update-AzVMwareDatastore.md | 2 +- .../examples/Update-AzVMwareIscsiPath.md | 18 +++--------------- 6 files changed, 17 insertions(+), 52 deletions(-) diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md index 0371f56c36d2..cc3e9353aace 100644 --- a/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md @@ -1,22 +1,22 @@ -### Example 1: {{ Add title here }} +### Example 1: Get a IscsiPath ```powershell -{{ Add code here }} +Get-AzVMwareIscsiPath -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 }} + Get a IscsiPath -### Example 2: {{ Add title here }} +### Example 2: List IscsiPath resources by PrivateCloud ```powershell -{{ Add code here }} +Get-AzVMwareIscsiPath -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 }} +List IscsiPath resources by PrivateCloud diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md index 0371f56c36d2..bdc22da1b961 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md @@ -1,22 +1,11 @@ -### Example 1: {{ Add title here }} +### Example 1: Create a IscsiPath ```powershell -{{ Add code here }} +New-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a IscsiPath diff --git a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md index 0371f56c36d2..2613aa8feadd 100644 --- a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md @@ -1,22 +1,10 @@ -### Example 1: {{ Add title here }} +### Example 1: Delete a IscsiPath in a private cloud ```powershell -{{ Add code here }} +Remove-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Delete a IscsiPath 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 29f96552644f..c3e9363f06c4 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareCloudLink.md @@ -1,6 +1,6 @@ ### Example 1: Update a cloud link in a private cloud ```powershell -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/" +Update-AzVMwareCloudLink -Name azps_test_cloudlink -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output Name Type ResourceGroupName diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md index 25b291d27c7e..db5956c4798c 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareDatastore.md @@ -1,6 +1,6 @@ ### Example 1: Update a datastore in a private cloud cluster. ```powershell -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" +Update-AzVMwareDatastore -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output Name Status ProvisioningState ResourceGroupName diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md index 0371f56c36d2..26607c30b6df 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md @@ -1,22 +1,10 @@ -### Example 1: {{ Add title here }} +### Example 1: Update a IscsiPath ```powershell -{{ Add code here }} +Update-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - +Update a IscsiPath \ No newline at end of file From 9e2379a530a61910caee1fa04c417c44d87bcf0f Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Wed, 15 May 2024 17:01:30 -0400 Subject: [PATCH 4/7] update docs --- .../docs/Get-AzVMwareIscsiPath.md | 12 ++++++------ .../docs/New-AzVMwareIscsiPath.md | 17 +++-------------- .../docs/Remove-AzVMwareIscsiPath.md | 17 +++-------------- .../docs/Update-AzVMwareCloudLink.md | 2 +- .../docs/Update-AzVMwareDatastore.md | 2 +- .../docs/Update-AzVMwareIscsiPath.md | 17 +++-------------- 6 files changed, 17 insertions(+), 50 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md index 7c04d21530df..09a6ab83164e 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md @@ -34,27 +34,27 @@ Get a IscsiPath ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Get a IscsiPath ```powershell -{{ Add code here }} +Get-AzVMwareIscsiPath -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 }} +Get a IscsiPath -### Example 2: {{ Add title here }} +### Example 2: List IscsiPath resources by PrivateCloud ```powershell -{{ Add code here }} +Get-AzVMwareIscsiPath -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 }} +List IscsiPath resources by PrivateCloud ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md index c08021904dcf..a82f2a242cd0 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md @@ -30,27 +30,16 @@ Create a IscsiPath ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Create a IscsiPath ```powershell -{{ Add code here }} +New-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Create a IscsiPath ## PARAMETERS diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md index a30cb0289db8..33f9ec45c843 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md @@ -29,27 +29,16 @@ Delete a IscsiPath ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Delete a IscsiPath in a private cloud ```powershell -{{ Add code here }} +Remove-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Delete a IscsiPath 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 9eb0ea652873..b5c77729eb8d 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md @@ -38,7 +38,7 @@ Create a CloudLink ### Example 1: Update a cloud link in a private cloud ```powershell -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/" +Update-AzVMwareCloudLink -Name azps_test_cloudlink -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md index 175ed39b6a25..83d938fae045 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md @@ -52,7 +52,7 @@ Create a Datastore ### Example 1: Update a datastore in a private cloud cluster. ```powershell -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" +Update-AzVMwareDatastore -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md index 7e91348eb6fa..18f84601540b 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md @@ -30,27 +30,16 @@ Create a IscsiPath ## EXAMPLES -### Example 1: {{ Add title here }} +### Example 1: Update a IscsiPath ```powershell -{{ Add code here }} +Update-AzVMwareIscsiPath -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 }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} +Update a IscsiPath ## PARAMETERS From 3ff78208f36cc9e20abecf9705b380e82fb52d97 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Fri, 24 May 2024 19:32:20 -0400 Subject: [PATCH 5/7] added test recordings and updates from custom files --- src/VMware/VMware.Autorest/Az.VMware.psd1 | 2 +- src/VMware/VMware.Autorest/README.md | 27 +- .../New-AzVMwareAddonSrmPropertiesObject.ps1 | 44 --- .../New-AzVMwareAddonSrmPropertyObject.ps1 | 47 +++ .../New-AzVMwareAddonVrPropertiesObject.ps1 | 44 --- .../New-AzVMwareAddonVrPropertyObject.ps1 | 47 +++ ...rePSCredentialExecutionParameterObject.ps1 | 95 ++--- ...ptSecureStringExecutionParameterObject.ps1 | 87 +++-- ...reScriptStringExecutionParameterObject.ps1 | 87 +++-- ...MwareVMPlacementPolicyPropertiesObject.ps1 | 74 ---- ...eVmHostPlacementPolicyPropertiesObject.ps1 | 80 ---- src/VMware/VMware.Autorest/docs/Az.VMware.md | 31 +- .../docs/Get-AzVMwareAuthorization.md | 2 - .../docs/Get-AzVMwareCloudLink.md | 2 - .../docs/Get-AzVMwareCluster.md | 2 - .../docs/Get-AzVMwareDatastore.md | 3 - .../docs/Get-AzVMwareGlobalReachConnection.md | 2 - .../docs/Get-AzVMwareIscsiPath.md | 26 +- .../docs/Get-AzVMwarePlacementPolicy.md | 3 - .../docs/Get-AzVMwarePrivateCloud.md | 1 - .../docs/Get-AzVMwareVirtualMachine.md | 3 - ... => New-AzVMwareAddonSrmPropertyObject.md} | 12 +- ...d => New-AzVMwareAddonVrPropertyObject.md} | 10 +- .../docs/New-AzVMwareAuthorization.md | 2 - .../docs/New-AzVMwareCloudLink.md | 2 - .../docs/New-AzVMwareCluster.md | 23 +- .../docs/New-AzVMwareDatastore.md | 3 - .../docs/New-AzVMwareGlobalReachConnection.md | 2 - .../docs/New-AzVMwareIdentitySourceObject.md | 212 ----------- .../docs/New-AzVMwareIscsiPath.md | 14 +- ...arePSCredentialExecutionParameterObject.md | 12 +- .../docs/New-AzVMwarePlacementPolicy.md | 4 - .../New-AzVMwarePrivateCloudNsxtPassword.md | 1 - ...New-AzVMwarePrivateCloudVcenterPassword.md | 1 - ...iptSecureStringExecutionParameterObject.md | 10 +- ...areScriptStringExecutionParameterObject.md | 6 +- ...zVMwareVMPlacementPolicyPropertyObject.md} | 21 +- ...areVmHostPlacementPolicyPropertyObject.md} | 50 ++- .../docs/Remove-AzVMwareAuthorization.md | 2 - .../docs/Remove-AzVMwareCloudLink.md | 2 - .../docs/Remove-AzVMwareCluster.md | 2 - .../docs/Remove-AzVMwareDatastore.md | 3 - .../Remove-AzVMwareGlobalReachConnection.md | 2 - .../docs/Remove-AzVMwareIscsiPath.md | 8 +- .../docs/Remove-AzVMwarePlacementPolicy.md | 3 - .../docs/Update-AzVMwareAuthorization.md | 32 +- .../docs/Update-AzVMwareCloudLink.md | 31 +- .../docs/Update-AzVMwareCluster.md | 2 - .../docs/Update-AzVMwareDatastore.md | 104 +---- .../Update-AzVMwareGlobalReachConnection.md | 58 +-- .../docs/Update-AzVMwareIscsiPath.md | 40 +- .../docs/Update-AzVMwarePlacementPolicy.md | 3 - .../docs/Update-AzVMwarePrivateCloud.md | 196 +--------- .../examples/Get-AzVMwareIscsiPath.md | 25 +- ... => New-AzVMwareAddonSrmPropertyObject.md} | 0 ...d => New-AzVMwareAddonVrPropertyObject.md} | 0 .../New-AzVMwareIdentitySourceObject.md | 18 - .../examples/New-AzVMwareIscsiPath.md | 13 +- ...zVMwareVMPlacementPolicyPropertyObject.md} | 0 ...areVmHostPlacementPolicyPropertyObject.md} | 0 .../examples/Remove-AzVMwareIscsiPath.md | 7 +- .../examples/Update-AzVMwareIscsiPath.md | 13 +- .../test/AzVMwareAddon.Recording.json | 90 ++--- .../test/AzVMwareAddon.Tests.ps1 | 4 +- ... AzVMwareAddonSrmPropertyObject.Tests.ps1} | 6 +- ...> AzVMwareAddonVrPropertyObject.Tests.ps1} | 6 +- .../test/AzVMwareAuthorization.Recording.json | 82 ++-- .../test/AzVMwareCloudLink.Recording.json | 66 ++-- .../test/AzVMwareCluster.Recording.json | 154 ++++---- .../test/AzVMwareDatastore.Recording.json | 80 ++-- ...VMwareGlobalReachConnection.Recording.json | 130 +++---- ...reLocationQuotaAvailability.Recording.json | 10 +- ...reLocationTrialAvailability.Recording.json | 6 +- ...edentialExecutionParameterObject.Tests.ps1 | 3 +- .../AzVMwarePlacementPolicy.Recording.json | 132 +++---- .../test/AzVMwarePlacementPolicy.Tests.ps1 | 2 +- .../test/AzVMwarePrivateCloud.Recording.json | 358 ++++++++++++++---- .../test/AzVMwarePrivateCloud.Tests.ps1 | 4 +- ...PrivateCloudAdminCredential.Recording.json | 12 +- ...arePrivateCloudNsxtPassword.Recording.json | 12 +- ...PrivateCloudVcenterPassword.Recording.json | 12 +- ...reStringExecutionParameterObject.Tests.ps1 | 5 +- ...VMPlacementPolicyPropertyObject.Tests.ps1} | 6 +- .../AzVMwareVirtualMachine.Recording.json | 24 +- ...stPlacementPolicyPropertyObject.Tests.ps1} | 6 +- .../test/Get-AzVMwareAuthorization.Tests.ps1 | 4 + .../test/Get-AzVMwareCloudLink.Tests.ps1 | 4 + .../test/Get-AzVMwareCluster.Tests.ps1 | 4 + .../test/Get-AzVMwareDatastore.Tests.ps1 | 8 + ...et-AzVMwareGlobalReachConnection.Tests.ps1 | 4 + .../Get-AzVMwareHcxEnterpriseSite.Tests.ps1 | 33 -- .../Get-AzVMwarePlacementPolicy.Tests.ps1 | 8 + .../test/Get-AzVMwareScriptCmdlet.Tests.ps1 | 37 -- .../Get-AzVMwareScriptExecution.Tests.ps1 | 33 -- .../Get-AzVMwareScriptExecutionLog.Tests.ps1 | 29 -- .../test/Get-AzVMwareScriptPackage.Tests.ps1 | 33 -- .../test/Get-AzVMwareVirtualMachine.Tests.ps1 | 8 + .../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 -- ...-AzVMwareAddonSrmPropertyObject.Tests.ps1} | 6 +- ...w-AzVMwareAddonVrPropertyObject.Tests.ps1} | 6 +- .../test/New-AzVMwareAuthorization.Tests.ps1 | 8 + .../test/New-AzVMwareCloudLink.Tests.ps1 | 8 + .../test/New-AzVMwareCluster.Tests.ps1 | 8 + .../test/New-AzVMwareDatastore.Tests.ps1 | 12 + ...ew-AzVMwareGlobalReachConnection.Tests.ps1 | 8 + .../New-AzVMwareHcxEnterpriseSite.Tests.ps1 | 29 -- ...New-AzVMwareIdentitySourceObject.Tests.ps1 | 21 - .../New-AzVMwarePlacementPolicy.Tests.ps1 | 12 + .../New-AzVMwareScriptExecution.Tests.ps1 | 29 -- ...VMPlacementPolicyPropertyObject.Tests.ps1} | 6 +- ...stPlacementPolicyPropertyObject.Tests.ps1} | 6 +- .../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-AzVMwareAuthorization.Tests.ps1 | 4 + .../test/Remove-AzVMwareCloudLink.Tests.ps1 | 4 + .../test/Remove-AzVMwareCluster.Tests.ps1 | 4 + .../test/Remove-AzVMwareDatastore.Tests.ps1 | 8 + ...ve-AzVMwareGlobalReachConnection.Tests.ps1 | 4 + ...Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 | 29 -- .../Remove-AzVMwarePlacementPolicy.Tests.ps1 | 8 + .../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 -- ...zVMwareLocationTrialAvailability.Tests.ps1 | 8 - .../test/Update-AzVMwareCluster.Tests.ps1 | 4 + .../Update-AzVMwarePlacementPolicy.Tests.ps1 | 8 + ...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 -- src/VMware/VMware.Autorest/test/env.json | 24 +- src/VMware/VMware.Autorest/test/loadEnv.ps1 | 2 +- .../utils/Get-SubscriptionIdTestSafe.ps1 | 7 + 154 files changed, 1334 insertions(+), 2951 deletions(-) delete mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 create mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertyObject.ps1 delete mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 create mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertyObject.ps1 delete mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 delete mode 100644 src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 rename src/VMware/VMware.Autorest/docs/{New-AzVMwareAddonSrmPropertiesObject.md => New-AzVMwareAddonSrmPropertyObject.md} (78%) rename src/VMware/VMware.Autorest/docs/{New-AzVMwareAddonVrPropertiesObject.md => New-AzVMwareAddonVrPropertyObject.md} (78%) delete mode 100644 src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md rename src/VMware/VMware.Autorest/docs/{New-AzVMwareVMPlacementPolicyPropertiesObject.md => New-AzVMwareVMPlacementPolicyPropertyObject.md} (81%) rename src/VMware/VMware.Autorest/docs/{New-AzVMwareVmHostPlacementPolicyPropertiesObject.md => New-AzVMwareVmHostPlacementPolicyPropertyObject.md} (77%) rename src/VMware/VMware.Autorest/examples/{New-AzVMwareAddonSrmPropertiesObject.md => New-AzVMwareAddonSrmPropertyObject.md} (100%) rename src/VMware/VMware.Autorest/examples/{New-AzVMwareAddonVrPropertiesObject.md => New-AzVMwareAddonVrPropertyObject.md} (100%) delete mode 100644 src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md rename src/VMware/VMware.Autorest/examples/{New-AzVMwareVMPlacementPolicyPropertiesObject.md => New-AzVMwareVMPlacementPolicyPropertyObject.md} (100%) rename src/VMware/VMware.Autorest/examples/{New-AzVMwareVmHostPlacementPolicyPropertiesObject.md => New-AzVMwareVmHostPlacementPolicyPropertyObject.md} (100%) rename src/VMware/VMware.Autorest/test/{AzVMwareAddonSrmPropertiesObject.Tests.ps1 => AzVMwareAddonSrmPropertyObject.Tests.ps1} (78%) rename src/VMware/VMware.Autorest/test/{AzVMwareAddonVrPropertiesObject.Tests.ps1 => AzVMwareAddonVrPropertyObject.Tests.ps1} (81%) rename src/VMware/VMware.Autorest/test/{AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 => AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1} (73%) rename src/VMware/VMware.Autorest/test/{AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 => AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1} (70%) delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 rename src/VMware/VMware.Autorest/test/{New-AzVMwareAddonVrPropertiesObject.Tests.ps1 => New-AzVMwareAddonSrmPropertyObject.Tests.ps1} (86%) rename src/VMware/VMware.Autorest/test/{New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 => New-AzVMwareAddonVrPropertyObject.Tests.ps1} (86%) delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 rename src/VMware/VMware.Autorest/test/{New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 => New-AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1} (83%) rename src/VMware/VMware.Autorest/test/{New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 => New-AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1} (82%) delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 delete mode 100644 src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 create mode 100644 src/VMware/VMware.Autorest/utils/Get-SubscriptionIdTestSafe.ps1 diff --git a/src/VMware/VMware.Autorest/Az.VMware.psd1 b/src/VMware/VMware.Autorest/Az.VMware.psd1 index 6daea96e5a22..bf4c8056f02f 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-AzVMwareIscsiPath', '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-AzVMwareIscsiPath', '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-AzVMwareIscsiPath', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwareIscsiPath', 'Update-AzVMwarePlacementPolicy', 'Update-AzVMwarePrivateCloud' + FunctionsToExport = 'Get-AzVMwareAddon', 'Get-AzVMwareAuthorization', 'Get-AzVMwareCloudLink', 'Get-AzVMwareCluster', 'Get-AzVMwareClusterZone', 'Get-AzVMwareDatastore', 'Get-AzVMwareGlobalReachConnection', 'Get-AzVMwareIscsiPath', 'Get-AzVMwarePlacementPolicy', 'Get-AzVMwarePrivateCloud', 'Get-AzVMwarePrivateCloudAdminCredential', 'Get-AzVMwareVirtualMachine', 'New-AzVMwareAddon', 'New-AzVMwareAddonSrmPropertyObject', 'New-AzVMwareAddonVrPropertyObject', 'New-AzVMwareAuthorization', 'New-AzVMwareCloudLink', 'New-AzVMwareCluster', 'New-AzVMwareDatastore', 'New-AzVMwareGlobalReachConnection', 'New-AzVMwareIscsiPath', 'New-AzVMwarePlacementPolicy', 'New-AzVMwarePrivateCloud', 'New-AzVMwarePrivateCloudNsxtPassword', 'New-AzVMwarePrivateCloudVcenterPassword', 'New-AzVMwarePSCredentialExecutionParameterObject', 'New-AzVMwareScriptSecureStringExecutionParameterObject', 'New-AzVMwareScriptStringExecutionParameterObject', 'New-AzVMwareVmHostPlacementPolicyPropertyObject', 'New-AzVMwareVMPlacementPolicyPropertyObject', 'Remove-AzVMwareAddon', 'Remove-AzVMwareAuthorization', 'Remove-AzVMwareCloudLink', 'Remove-AzVMwareCluster', 'Remove-AzVMwareDatastore', 'Remove-AzVMwareGlobalReachConnection', 'Remove-AzVMwareIscsiPath', 'Remove-AzVMwarePlacementPolicy', 'Remove-AzVMwarePrivateCloud', 'Test-AzVMwareLocationQuotaAvailability', 'Test-AzVMwareLocationTrialAvailability', 'Update-AzVMwareAuthorization', 'Update-AzVMwareCloudLink', 'Update-AzVMwareCluster', 'Update-AzVMwareDatastore', 'Update-AzVMwareGlobalReachConnection', 'Update-AzVMwareIscsiPath', '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 f8e9fc7eee58..7bfe56faa074 100644 --- a/src/VMware/VMware.Autorest/README.md +++ b/src/VMware/VMware.Autorest/README.md @@ -3,9 +3,6 @@ This directory contains the PowerShell module for the VMware service. --- -## Status -[![Az.VMware](https://img.shields.io/powershellgallery/v/Az.VMware.svg?style=flat-square&label=Az.VMware "Az.VMware")](https://www.powershellgallery.com/packages/Az.VMware/) - ## Info - Modifiable: yes - Generated: all @@ -56,8 +53,6 @@ input-file: module-version: 0.4.0 title: VMware subject-prefix: $(service-name) -disable-transform-identity-type: true -flatten-userassignedidentity: false support-json-input: false @@ -160,17 +155,19 @@ directive: - no-inline: - AddonProperties - PlacementPolicyProperties - - model-cmdlet: - - model-name: IdentitySource # Re-name and custom it - # - model-cmdlet: - # - VMPlacementPolicyProperties - # - VmHostPlacementPolicyProperties - # - ScriptSecureStringExecutionParameter - # - ScriptStringExecutionParameter - # - PSCredentialExecutionParameter - # - AddonSrmProperties - # - AddonVrProperties + - model-cmdlet: + - model-name: VMPlacementPolicyProperties + cmdlet-name: New-AzVMwareVMPlacementPolicyPropertyObject + - model-name: VmHostPlacementPolicyProperties + cmdlet-name: New-AzVMwareVmHostPlacementPolicyPropertyObject + # - model-name: ScriptSecureStringExecutionParameter + # - model-name: ScriptStringExecutionParameter + # - model-name: PSCredentialExecutionParameter + # - model-name: AddonSrmProperties + # cmdlet-name: New-AzVMwareAddonSrmPropertyObject + # - model-name: AddonVrProperties + # cmdlet-name: New-AzVMwareAddonVrPropertyObject - where: verb: Get subject: ^PrivateCloudAdminCredentials$ diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 deleted file mode 100644 index eb4894260f8f..000000000000 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertiesObject.ps1 +++ /dev/null @@ -1,44 +0,0 @@ - # ---------------------------------------------------------------------------------- - # - # Copyright Microsoft Corporation - # Licensed under the Apache License, Version 2.0 (the \"License\"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # http://www.apache.org/licenses/LICENSE-2.0 - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an \"AS IS\" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. - # ---------------------------------------------------------------------------------- - - <# - .Synopsis - Create a in-memory object for AddonSrmProperties - .Description - Create a in-memory object for AddonSrmProperties - - .Outputs - 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.AddonSrmProperties')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(Mandatory, HelpMessage="The Site Recovery Manager (SRM) license.")] - [string] - $LicenseKey - ) - - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties]::New() - - $Object.LicenseKey = $LicenseKey - $Object.AddonType = "SRM" - return $Object - } - } - diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertyObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertyObject.ps1 new file mode 100644 index 000000000000..c1fe63d6ddf3 --- /dev/null +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonSrmPropertyObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for AddonSrmProperties. +.Description +Create an in-memory object for AddonSrmProperties. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties +.Link +https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwareaddonsrmpropertyobject +#> +function New-AzVMwareAddonSrmPropertyObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The Site Recovery Manager (SRM) license.")] + [string] + $LicenseKey + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonSrmProperties]::New() + + if ($PSBoundParameters.ContainsKey('LicenseKey')) { + $Object.LicenseKey = $LicenseKey + } + return $Object + } +} + diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 deleted file mode 100644 index c2e93fd59606..000000000000 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertiesObject.ps1 +++ /dev/null @@ -1,44 +0,0 @@ - # ---------------------------------------------------------------------------------- - # - # Copyright Microsoft Corporation - # Licensed under the Apache License, Version 2.0 (the \"License\"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # http://www.apache.org/licenses/LICENSE-2.0 - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an \"AS IS\" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. - # ---------------------------------------------------------------------------------- - - <# - .Synopsis - Create a in-memory object for AddonVrProperties - .Description - Create a in-memory object for AddonVrProperties - - .Outputs - 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.AddonVrProperties')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(Mandatory, HelpMessage="The vSphere Replication Server (VRS) count.")] - [int] - $VrsCount - ) - - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties]::New() - - $Object.VrsCount = $VrsCount - $Object.AddonType = "VR" - return $Object - } - } - diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertyObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertyObject.ps1 new file mode 100644 index 000000000000..b3a5336171fe --- /dev/null +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddonVrPropertyObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for AddonVrProperties. +.Description +Create an in-memory object for AddonVrProperties. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties +.Link +https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwareaddonvrpropertyobject +#> +function New-AzVMwareAddonVrPropertyObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(Mandatory, HelpMessage="The vSphere Replication Server (VRS) count.")] + [int] + $VrsCount + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonVrProperties]::New() + + if ($PSBoundParameters.ContainsKey('VrsCount')) { + $Object.VrsCount = $VrsCount + } + return $Object + } +} + diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 index 985a99d1a5d3..847c04f12cf6 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwarePSCredentialExecutionParameterObject.ps1 @@ -1,53 +1,60 @@ - # ---------------------------------------------------------------------------------- - # - # Copyright Microsoft Corporation - # Licensed under the Apache License, Version 2.0 (the \"License\"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # http://www.apache.org/licenses/LICENSE-2.0 - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an \"AS IS\" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. - # ---------------------------------------------------------------------------------- +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- - <# - .Synopsis - Create a in-memory object for PSCredentialExecutionParameter - .Description - Create a in-memory object for PSCredentialExecutionParameter +<# +.Synopsis +Create an in-memory object for PSCredentialExecutionParameter. +.Description +Create an in-memory object for PSCredentialExecutionParameter. - .Outputs - 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.PSCredentialExecutionParameter')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(HelpMessage="password for login.")] - [string] - $Password, - [Parameter(HelpMessage="username for login.")] - [string] - $Username, - [Parameter(Mandatory, HelpMessage="The parameter name.")] - [string] - $Name - ) +.Outputs +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.PSCredentialExecutionParameter')] + [CmdletBinding(PositionalBinding=$false)] + Param( - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PSCredentialExecutionParameter]::New() - + [Parameter(HelpMessage="password for login.")] + [System.Security.SecureString] + $Password, + [Parameter(HelpMessage="username for login.")] + [string] + $Username, + [Parameter(Mandatory, HelpMessage="The parameter name.")] + [string] + $Name + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PSCredentialExecutionParameter]::New() + + if ($PSBoundParameters.ContainsKey('Password')) { $Object.Password = $Password + } + if ($PSBoundParameters.ContainsKey('Username')) { $Object.Username = $Username + } + if ($PSBoundParameters.ContainsKey('Name')) { $Object.Name = $Name - $Object.Type = "Credential" - return $Object } + $Object.Type = "Credential" + return $Object } - +} + diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 index bbbf3119f132..c6b398ccbbea 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptSecureStringExecutionParameterObject.ps1 @@ -1,49 +1,54 @@ - # ---------------------------------------------------------------------------------- - # - # Copyright Microsoft Corporation - # Licensed under the Apache License, Version 2.0 (the \"License\"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # http://www.apache.org/licenses/LICENSE-2.0 - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an \"AS IS\" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. - # ---------------------------------------------------------------------------------- +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- - <# - .Synopsis - Create a in-memory object for ScriptSecureStringExecutionParameter - .Description - Create a in-memory object for ScriptSecureStringExecutionParameter +<# +.Synopsis +Create an in-memory object for ScriptSecureStringExecutionParameter. +.Description +Create an in-memory object for ScriptSecureStringExecutionParameter. - .Outputs - 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.ScriptSecureStringExecutionParameter')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(HelpMessage="A secure value for the passed parameter, not to be stored in logs.")] - [string] - $SecureValue, - [Parameter(Mandatory, HelpMessage="The parameter name.")] - [string] - $Name - ) +.Outputs +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.ScriptSecureStringExecutionParameter')] + [CmdletBinding(PositionalBinding=$false)] + Param( - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter]::New() - + [Parameter(HelpMessage="A secure value for the passed parameter, not to be stored in logs.")] + [System.Security.SecureString] + $SecureValue, + [Parameter(Mandatory, HelpMessage="The parameter name.")] + [string] + $Name + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptSecureStringExecutionParameter]::New() + + if ($PSBoundParameters.ContainsKey('SecureValue')) { $Object.SecureValue = $SecureValue + } + if ($PSBoundParameters.ContainsKey('Name')) { $Object.Name = $Name - $Object.Type = "SecureValue" - return $Object } + $Object.Type = "SecureValue" + return $Object } - +} + diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 index e927d67f46dc..d846406a7d10 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareScriptStringExecutionParameterObject.ps1 @@ -1,49 +1,54 @@ - # ---------------------------------------------------------------------------------- - # - # Copyright Microsoft Corporation - # Licensed under the Apache License, Version 2.0 (the \"License\"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # http://www.apache.org/licenses/LICENSE-2.0 - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an \"AS IS\" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. - # ---------------------------------------------------------------------------------- +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- - <# - .Synopsis - Create a in-memory object for ScriptStringExecutionParameter - .Description - Create a in-memory object for ScriptStringExecutionParameter +<# +.Synopsis +Create an in-memory object for ScriptStringExecutionParameter. +.Description +Create an in-memory object for ScriptStringExecutionParameter. - .Outputs - 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.ScriptStringExecutionParameter')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(HelpMessage="The value for the passed parameter.")] - [string] - $Value, - [Parameter(Mandatory, HelpMessage="The parameter name.")] - [string] - $Name - ) +.Outputs +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.ScriptStringExecutionParameter')] + [CmdletBinding(PositionalBinding=$false)] + Param( - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter]::New() - + [Parameter(HelpMessage="The value for the passed parameter.")] + [string] + $Value, + [Parameter(Mandatory, HelpMessage="The parameter name.")] + [string] + $Name + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptStringExecutionParameter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Name')) { $Object.Name = $Name - $Object.Type = "Value" - return $Object } + $Object.Type = "Value" + return $Object } - +} + diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 deleted file mode 100644 index c911281b689c..000000000000 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVMPlacementPolicyPropertiesObject.ps1 +++ /dev/null @@ -1,74 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code -# is regenerated. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Create an in-memory object for VMPlacementPolicyProperties. -.Description -Create an in-memory object for VMPlacementPolicyProperties. - -.Outputs -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.VMPlacementPolicyProperties')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [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[]] - $VMMember, - [Parameter(HelpMessage="Display name of the placement policy.")] - [string] - $DisplayName, - [Parameter(HelpMessage="Whether the placement policy is enabled or disabled.")] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] - [string] - $State, - [Parameter(Mandatory, HelpMessage="placement policy type.")] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("VmVm", "VmHost")] - [string] - $Type - ) - - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMPlacementPolicyProperties]::New() - - if ($PSBoundParameters.ContainsKey('AffinityType')) { - $Object.AffinityType = $AffinityType - } - if ($PSBoundParameters.ContainsKey('VMMember')) { - $Object.VMMember = $VMMember - } - if ($PSBoundParameters.ContainsKey('DisplayName')) { - $Object.DisplayName = $DisplayName - } - if ($PSBoundParameters.ContainsKey('State')) { - $Object.State = $State - } - if ($PSBoundParameters.ContainsKey('Type')) { - $Object.Type = $Type - } - return $Object - } -} - diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 deleted file mode 100644 index d8552250f3cc..000000000000 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareVmHostPlacementPolicyPropertiesObject.ps1 +++ /dev/null @@ -1,80 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code -# is regenerated. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Create an in-memory object for VmHostPlacementPolicyProperties. -.Description -Create an in-memory object for VmHostPlacementPolicyProperties. - -.Outputs -Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties -.Link -https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVmHostPlacementPolicyPropertiesObject -#> -function New-AzVMwareVmHostPlacementPolicyPropertiesObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties')] - [CmdletBinding(PositionalBinding=$false)] - Param( - - [Parameter(Mandatory, HelpMessage="placement policy affinity type.")] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Affinity", "AntiAffinity")] - [string] - $AffinityType, - [Parameter(Mandatory, HelpMessage="Host members list.")] - [string[]] - $HostMember, - [Parameter(Mandatory, HelpMessage="Virtual machine members list.")] - [string[]] - $VMMember, - [Parameter(HelpMessage="Display name of the placement policy.")] - [string] - $DisplayName, - [Parameter(HelpMessage="Whether the placement policy is enabled or disabled.")] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("Enabled", "Disabled")] - [string] - $State, - [Parameter(Mandatory, HelpMessage="placement policy type.")] - [Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleterAttribute("VmVm", "VmHost")] - [string] - $Type - ) - - process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VmHostPlacementPolicyProperties]::New() - - if ($PSBoundParameters.ContainsKey('AffinityType')) { - $Object.AffinityType = $AffinityType - } - if ($PSBoundParameters.ContainsKey('HostMember')) { - $Object.HostMember = $HostMember - } - if ($PSBoundParameters.ContainsKey('VMMember')) { - $Object.VMMember = $VMMember - } - if ($PSBoundParameters.ContainsKey('DisplayName')) { - $Object.DisplayName = $DisplayName - } - if ($PSBoundParameters.ContainsKey('State')) { - $Object.State = $State - } - if ($PSBoundParameters.ContainsKey('Type')) { - $Object.Type = $Type - } - return $Object - } -} - diff --git a/src/VMware/VMware.Autorest/docs/Az.VMware.md b/src/VMware/VMware.Autorest/docs/Az.VMware.md index 032433b34209..310c217f042d 100644 --- a/src/VMware/VMware.Autorest/docs/Az.VMware.md +++ b/src/VMware/VMware.Autorest/docs/Az.VMware.md @@ -50,11 +50,11 @@ Get a VirtualMachine ### [New-AzVMwareAddon](New-AzVMwareAddon.md) Create or update a addon in a private cloud -### [New-AzVMwareAddonSrmPropertiesObject](New-AzVMwareAddonSrmPropertiesObject.md) -Create a in-memory object for AddonSrmProperties +### [New-AzVMwareAddonSrmPropertyObject](New-AzVMwareAddonSrmPropertyObject.md) +Create an in-memory object for AddonSrmProperties. -### [New-AzVMwareAddonVrPropertiesObject](New-AzVMwareAddonVrPropertiesObject.md) -Create a in-memory object for AddonVrProperties +### [New-AzVMwareAddonVrPropertyObject](New-AzVMwareAddonVrPropertyObject.md) +Create an in-memory object for AddonVrProperties. ### [New-AzVMwareAuthorization](New-AzVMwareAuthorization.md) Create a ExpressRouteAuthorization @@ -71,9 +71,6 @@ Create a Datastore ### [New-AzVMwareGlobalReachConnection](New-AzVMwareGlobalReachConnection.md) Create a GlobalReachConnection -### [New-AzVMwareIdentitySourceObject](New-AzVMwareIdentitySourceObject.md) -Create an in-memory object for IdentitySource. - ### [New-AzVMwareIscsiPath](New-AzVMwareIscsiPath.md) Create a IscsiPath @@ -90,18 +87,18 @@ Rotate the NSX-T Manager password Rotate the vCenter password ### [New-AzVMwarePSCredentialExecutionParameterObject](New-AzVMwarePSCredentialExecutionParameterObject.md) -Create a in-memory object for PSCredentialExecutionParameter +Create an in-memory object for PSCredentialExecutionParameter. ### [New-AzVMwareScriptSecureStringExecutionParameterObject](New-AzVMwareScriptSecureStringExecutionParameterObject.md) -Create a in-memory object for ScriptSecureStringExecutionParameter +Create an in-memory object for ScriptSecureStringExecutionParameter. ### [New-AzVMwareScriptStringExecutionParameterObject](New-AzVMwareScriptStringExecutionParameterObject.md) -Create a in-memory object for ScriptStringExecutionParameter +Create an in-memory object for ScriptStringExecutionParameter. -### [New-AzVMwareVmHostPlacementPolicyPropertiesObject](New-AzVMwareVmHostPlacementPolicyPropertiesObject.md) +### [New-AzVMwareVmHostPlacementPolicyPropertyObject](New-AzVMwareVmHostPlacementPolicyPropertyObject.md) Create an in-memory object for VmHostPlacementPolicyProperties. -### [New-AzVMwareVMPlacementPolicyPropertiesObject](New-AzVMwareVMPlacementPolicyPropertiesObject.md) +### [New-AzVMwareVMPlacementPolicyPropertyObject](New-AzVMwareVMPlacementPolicyPropertyObject.md) Create an in-memory object for VMPlacementPolicyProperties. ### [Remove-AzVMwareAddon](Remove-AzVMwareAddon.md) @@ -138,22 +135,22 @@ Return quota for subscription by region Return trial status for subscription by region ### [Update-AzVMwareAuthorization](Update-AzVMwareAuthorization.md) -Create a ExpressRouteAuthorization +Update a ExpressRouteAuthorization ### [Update-AzVMwareCloudLink](Update-AzVMwareCloudLink.md) -Create a CloudLink +Update a CloudLink ### [Update-AzVMwareCluster](Update-AzVMwareCluster.md) Update a Cluster ### [Update-AzVMwareDatastore](Update-AzVMwareDatastore.md) -Create a Datastore +Update a Datastore ### [Update-AzVMwareGlobalReachConnection](Update-AzVMwareGlobalReachConnection.md) -Create a GlobalReachConnection +Update a GlobalReachConnection ### [Update-AzVMwareIscsiPath](Update-AzVMwareIscsiPath.md) -Create a IscsiPath +Update a IscsiPath ### [Update-AzVMwarePlacementPolicy](Update-AzVMwarePlacementPolicy.md) Update a PlacementPolicy diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md index 8f234f67f9de..35e6ceeaf74a 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareAuthorization.md @@ -86,7 +86,6 @@ 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 @@ -117,7 +116,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md index 9fd064edd16c..3a35ab48150d 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCloudLink.md @@ -86,7 +86,6 @@ 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 @@ -117,7 +116,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md index a23add53cad7..80d44d77d841 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareCluster.md @@ -86,7 +86,6 @@ 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 @@ -117,7 +116,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md index a1433811f1b2..5ec33c6bf904 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareDatastore.md @@ -77,7 +77,6 @@ Get a datastore in a data store name. ### -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 @@ -124,7 +123,6 @@ 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 @@ -155,7 +153,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md index df933be7095d..ac3e5c3bb2a1 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareGlobalReachConnection.md @@ -87,7 +87,6 @@ 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 @@ -118,7 +117,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md index 09a6ab83164e..654474ebde58 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareIscsiPath.md @@ -40,22 +40,23 @@ Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_ ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/i + scsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Get a IscsiPath -### Example 2: List IscsiPath resources by PrivateCloud -```powershell -Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -List IscsiPath resources by PrivateCloud - ## PARAMETERS ### -DefaultProfile @@ -76,7 +77,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md index fc56bb9afe8a..7f0e5441587b 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePlacementPolicy.md @@ -77,7 +77,6 @@ Get a placement policy by name in a private cloud cluster ### -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 @@ -124,7 +123,6 @@ 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 @@ -155,7 +153,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md index 791f3630929e..bd0057dd4cfd 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwarePrivateCloud.md @@ -98,7 +98,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md index 5c64e4b08020..0f0e695b5c68 100644 --- a/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md +++ b/src/VMware/VMware.Autorest/docs/Get-AzVMwareVirtualMachine.md @@ -77,7 +77,6 @@ Get a virtual machine by id in a private cloud cluster ### -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 @@ -139,7 +138,6 @@ 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 @@ -155,7 +153,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md similarity index 78% rename from src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md rename to src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md index e248caef4409..a74634f4dd8a 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md @@ -1,23 +1,23 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonSrmPropertiesObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwareaddonsrmpropertyobject schema: 2.0.0 --- -# New-AzVMwareAddonSrmPropertiesObject +# New-AzVMwareAddonSrmPropertyObject ## SYNOPSIS -Create a in-memory object for AddonSrmProperties +Create an in-memory object for AddonSrmProperties. ## SYNTAX ``` -New-AzVMwareAddonSrmPropertiesObject -LicenseKey [] +New-AzVMwareAddonSrmPropertyObject [-LicenseKey ] [] ``` ## DESCRIPTION -Create a in-memory object for AddonSrmProperties +Create an in-memory object for AddonSrmProperties. ## EXAMPLES @@ -44,7 +44,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/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md similarity index 78% rename from src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md rename to src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md index 34d8978cd7c8..f91712be83ab 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md @@ -1,23 +1,23 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareAddonVrPropertiesObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwareaddonvrpropertyobject schema: 2.0.0 --- -# New-AzVMwareAddonVrPropertiesObject +# New-AzVMwareAddonVrPropertyObject ## SYNOPSIS -Create a in-memory object for AddonVrProperties +Create an in-memory object for AddonVrProperties. ## SYNTAX ``` -New-AzVMwareAddonVrPropertiesObject -VrsCount [] +New-AzVMwareAddonVrPropertyObject -VrsCount [] ``` ## DESCRIPTION -Create a in-memory object for AddonVrProperties +Create an in-memory object for AddonVrProperties. ## EXAMPLES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md index 1524c6527a62..71dd1fac6007 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAuthorization.md @@ -99,7 +99,6 @@ 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 @@ -145,7 +144,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md index 9ef128467702..30c8f115b639 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCloudLink.md @@ -84,7 +84,6 @@ 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 @@ -145,7 +144,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md index 785ffa95e57e..63bc4d1c6e57 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md @@ -14,25 +14,24 @@ Create a Cluster ### CreateExpanded (Default) ``` -New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName +New-AzVMwareCluster -Name -PrivateCloudName -ResourceGroupName -SkuName [-SubscriptionId ] [-ClusterSize ] [-PropertiesHost ] [-SkuCapacity ] - [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] - [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-SkuFamily ] [-SkuSize ] [-SkuTier ] [-VsanDatastoreName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzVMwareCluster -InputObject [-ClusterSize ] [-PropertiesHost ] - [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] - [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] +New-AzVMwareCluster -InputObject -SkuName [-ClusterSize ] + [-PropertiesHost ] [-SkuCapacity ] [-SkuFamily ] [-SkuSize ] + [-SkuTier ] [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### CreateViaIdentityPrivateCloudExpanded ``` -New-AzVMwareCluster -Name -PrivateCloudInputObject [-ClusterSize ] - [-PropertiesHost ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] +New-AzVMwareCluster -Name -PrivateCloudInputObject -SkuName + [-ClusterSize ] [-PropertiesHost ] [-SkuCapacity ] [-SkuFamily ] [-SkuSize ] [-SkuTier ] [-VsanDatastoreName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -105,7 +104,6 @@ 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 @@ -151,7 +149,6 @@ 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 @@ -253,7 +250,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-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md index 4f2598158017..5601fbfc9e91 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareDatastore.md @@ -82,7 +82,6 @@ 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 @@ -189,7 +188,6 @@ 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 @@ -250,7 +248,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md index 6b54a708ef31..12579b058bfe 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareGlobalReachConnection.md @@ -117,7 +117,6 @@ 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 @@ -178,7 +177,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md deleted file mode 100644 index 026717b7aac0..000000000000 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareIdentitySourceObject.md +++ /dev/null @@ -1,212 +0,0 @@ ---- -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: Create an in-memory object for IdentitySource -```powershell -New-AzVMwareIdentitySourceObject -Alias test -``` - -```output -Alias : test -BaseGroupDn : -BaseUserDn : -Domain : -Name : -Password : -PrimaryServer : -SecondaryServer : -Ssl : -Username : -``` - -Create an in-memory object for IdentitySource - -## 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.Security.SecureString -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-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md index a82f2a242cd0..60c31dc9f245 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareIscsiPath.md @@ -36,7 +36,18 @@ New-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_ ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/iscsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Create a IscsiPath @@ -76,7 +87,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md index cf04b455cd2a..3ef8d421c763 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -1,24 +1,24 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwarePSCredentialExecutionParameterObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwarepscredentialexecutionparameterobject schema: 2.0.0 --- # New-AzVMwarePSCredentialExecutionParameterObject ## SYNOPSIS -Create a in-memory object for PSCredentialExecutionParameter +Create an in-memory object for PSCredentialExecutionParameter. ## SYNTAX ``` -New-AzVMwarePSCredentialExecutionParameterObject -Name [-Password ] [-Username ] - [] +New-AzVMwarePSCredentialExecutionParameterObject -Name [-Password ] + [-Username ] [] ``` ## DESCRIPTION -Create a in-memory object for PSCredentialExecutionParameter +Create an in-memory object for PSCredentialExecutionParameter. ## EXAMPLES @@ -56,7 +56,7 @@ Accept wildcard characters: False password for login. ```yaml -Type: System.String +Type: System.Security.SecureString Parameter Sets: (All) Aliases: diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index d31f440122b3..4869191fff67 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -91,7 +91,6 @@ 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 @@ -138,7 +137,6 @@ 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 @@ -184,7 +182,6 @@ 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 @@ -215,7 +212,6 @@ Accept wildcard characters: False ### -Property The resource-specific properties for this resource. -To construct, see NOTES section for PROPERTY properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPlacementPolicyProperties diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md index f24e511941c3..9d5f18ad4b76 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudNsxtPassword.md @@ -76,7 +76,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md index c663db6a8afb..c95594b9b881 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePrivateCloudVcenterPassword.md @@ -76,7 +76,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 34dec74b2f80..0a64f00b1174 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -1,24 +1,24 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptSecureStringExecutionParameterObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwarescriptsecurestringexecutionparameterobject schema: 2.0.0 --- # New-AzVMwareScriptSecureStringExecutionParameterObject ## SYNOPSIS -Create a in-memory object for ScriptSecureStringExecutionParameter +Create an in-memory object for ScriptSecureStringExecutionParameter. ## SYNTAX ``` -New-AzVMwareScriptSecureStringExecutionParameterObject -Name [-SecureValue ] +New-AzVMwareScriptSecureStringExecutionParameterObject -Name [-SecureValue ] [] ``` ## DESCRIPTION -Create a in-memory object for ScriptSecureStringExecutionParameter +Create an in-memory object for ScriptSecureStringExecutionParameter. ## EXAMPLES @@ -56,7 +56,7 @@ Accept wildcard characters: False A secure value for the passed parameter, not to be stored in logs. ```yaml -Type: System.String +Type: System.Security.SecureString Parameter Sets: (All) Aliases: diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md index 69a742473130..441b19a86d01 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md @@ -1,14 +1,14 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareScriptStringExecutionParameterObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwarescriptstringexecutionparameterobject schema: 2.0.0 --- # New-AzVMwareScriptStringExecutionParameterObject ## SYNOPSIS -Create a in-memory object for ScriptStringExecutionParameter +Create an in-memory object for ScriptStringExecutionParameter. ## SYNTAX @@ -17,7 +17,7 @@ New-AzVMwareScriptStringExecutionParameterObject -Name [-Value ``` ## DESCRIPTION -Create a in-memory object for ScriptStringExecutionParameter +Create an in-memory object for ScriptStringExecutionParameter. ## EXAMPLES diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md similarity index 81% rename from src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md rename to src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md index 621dd82066cf..1eddb3bb348e 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md @@ -1,11 +1,11 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVMPlacementPolicyPropertiesObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwarevmplacementpolicypropertyobject schema: 2.0.0 --- -# New-AzVMwareVMPlacementPolicyPropertiesObject +# New-AzVMwareVMPlacementPolicyPropertyObject ## SYNOPSIS Create an in-memory object for VMPlacementPolicyProperties. @@ -13,7 +13,7 @@ Create an in-memory object for VMPlacementPolicyProperties. ## SYNTAX ``` -New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType -Type -VMMember +New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType -VMMember [-DisplayName ] [-State ] [] ``` @@ -85,21 +85,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Type -placement policy type. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -VMMember Virtual machine members list. diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md similarity index 77% rename from src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md rename to src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md index f513782ca553..a71d60c04608 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md @@ -1,11 +1,11 @@ --- external help file: Module Name: Az.VMware -online version: https://learn.microsoft.com/powershell/module/az.VMware/new-AzVMwareVmHostPlacementPolicyPropertiesObject +online version: https://learn.microsoft.com/powershell/module/Az.VMware/new-azvmwarevmhostplacementpolicypropertyobject schema: 2.0.0 --- -# New-AzVMwareVmHostPlacementPolicyPropertiesObject +# New-AzVMwareVmHostPlacementPolicyPropertyObject ## SYNOPSIS Create an in-memory object for VmHostPlacementPolicyProperties. @@ -13,8 +13,9 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ## SYNTAX ``` -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType -HostMember -Type - -VMMember [-DisplayName ] [-State ] [] +New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType -HostMember + -VMMember [-AffinityStrength ] [-AzureHybridBenefitType ] [-DisplayName ] + [-State ] [] ``` ## DESCRIPTION @@ -43,6 +44,21 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ## PARAMETERS +### -AffinityStrength +vm-host placement policy affinity strength (should/must). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AffinityType placement policy affinity type. @@ -58,8 +74,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DisplayName -Display name of the placement policy. +### -AzureHybridBenefitType +placement policy azure hybrid benefit opt-in type. ```yaml Type: System.String @@ -73,45 +89,45 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -HostMember -Host members list. +### -DisplayName +Display name of the placement policy. ```yaml -Type: System.String[] +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -State -Whether the placement policy is enabled or disabled. +### -HostMember +Host members list. ```yaml -Type: System.String +Type: System.String[] Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Type -placement policy type. +### -State +Whether the placement policy is enabled or disabled. ```yaml 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/Remove-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md index b12ac22314be..e9789a8a3e13 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareAuthorization.md @@ -87,7 +87,6 @@ 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 @@ -148,7 +147,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md index b3e4f97b45d1..8606801178d3 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCloudLink.md @@ -87,7 +87,6 @@ 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 @@ -148,7 +147,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md index c2859d6fa949..94c21613b529 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareCluster.md @@ -87,7 +87,6 @@ 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 @@ -148,7 +147,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md index a47b42aecc44..e58c51264dc0 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareDatastore.md @@ -75,7 +75,6 @@ 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 @@ -122,7 +121,6 @@ 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 @@ -183,7 +181,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md index 2288733b2303..969bddbdd918 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareGlobalReachConnection.md @@ -87,7 +87,6 @@ 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 @@ -148,7 +147,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md index 33f9ec45c843..7dd0344488bc 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md @@ -34,8 +34,11 @@ Delete a IscsiPath Remove-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Delete a IscsiPath in a private cloud + +### Example 2: Delete a datastore in a private cloud cluster. +```powershell +Get-AzVMwareIscsiPath -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath ``` Delete a IscsiPath in a private cloud @@ -75,7 +78,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md index 6608a7fb3b39..2d9129016a9f 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwarePlacementPolicy.md @@ -77,7 +77,6 @@ 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 @@ -124,7 +123,6 @@ 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 @@ -185,7 +183,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md index e76b62a0cbb3..3949868410b0 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareAuthorization.md @@ -8,32 +8,31 @@ schema: 2.0.0 # Update-AzVMwareAuthorization ## SYNOPSIS -Create a ExpressRouteAuthorization +Update a ExpressRouteAuthorization ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareAuthorization -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareAuthorization -InputObject [-ExpressRouteId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwareAuthorization -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareAuthorization -Name -PrivateCloudInputObject - [-ExpressRouteId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a ExpressRouteAuthorization +Update a ExpressRouteAuthorization ## EXAMPLES @@ -88,24 +87,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExpressRouteId -The ID of the ExpressRoute Circuit - -```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 @@ -151,7 +134,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md index b5c77729eb8d..3bdd1c35152d 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCloudLink.md @@ -8,31 +8,31 @@ schema: 2.0.0 # Update-AzVMwareCloudLink ## SYNOPSIS -Create a CloudLink +Update a CloudLink ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareCloudLink -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-LinkedCloud ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareCloudLink -InputObject [-LinkedCloud ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwareCloudLink -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` -Update-AzVMwareCloudLink -Name -PrivateCloudInputObject [-LinkedCloud ] +Update-AzVMwareCloudLink -Name -PrivateCloudInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a CloudLink +Update a CloudLink ## EXAMPLES @@ -84,7 +84,6 @@ 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 @@ -98,21 +97,6 @@ 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. @@ -145,7 +129,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md index 3c8516e72590..52a310769e6a 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareCluster.md @@ -116,7 +116,6 @@ 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 @@ -162,7 +161,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md index 83d938fae045..426ea8d9ceca 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareDatastore.md @@ -8,45 +8,37 @@ schema: 2.0.0 # Update-AzVMwareDatastore ## SYNOPSIS -Create a Datastore +Update a Datastore ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudName - -ResourceGroupName [-SubscriptionId ] [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] - [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityClusterExpanded ``` -Update-AzVMwareDatastore -ClusterInputObject -Name - [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] - [-ElasticSanVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwareDatastore -ClusterInputObject -Name [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareDatastore -InputObject [-DiskPoolVolumeLunName ] - [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] [-ElasticSanVolumeTargetId ] - [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] +Update-AzVMwareDatastore -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareDatastore -ClusterName -Name -PrivateCloudInputObject - [-DiskPoolVolumeLunName ] [-DiskPoolVolumeMountOption ] [-DiskPoolVolumeTargetId ] - [-ElasticSanVolumeTargetId ] [-NetAppVolumeId ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a Datastore +Update a Datastore ## EXAMPLES @@ -82,7 +74,6 @@ 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 @@ -127,69 +118,8 @@ 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 orattached 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 -``` - -### -ElasticSanVolumeTargetId -Azure resource ID of the Elastic SAN Volume - -```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 @@ -218,21 +148,6 @@ 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 @@ -250,7 +165,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md index ade86206f53a..858585fff342 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareGlobalReachConnection.md @@ -8,34 +8,31 @@ schema: 2.0.0 # Update-AzVMwareGlobalReachConnection ## SYNOPSIS -Create a GlobalReachConnection +Update a GlobalReachConnection ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareGlobalReachConnection -Name -PrivateCloudName -ResourceGroupName - [-SubscriptionId ] [-AuthorizationKey ] [-ExpressRouteId ] - [-PeerExpressRouteCircuit ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareGlobalReachConnection -InputObject [-AuthorizationKey ] - [-ExpressRouteId ] [-PeerExpressRouteCircuit ] [-DefaultProfile ] [-AsJob] +Update-AzVMwareGlobalReachConnection -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityPrivateCloudExpanded ``` Update-AzVMwareGlobalReachConnection -Name -PrivateCloudInputObject - [-AuthorizationKey ] [-ExpressRouteId ] [-PeerExpressRouteCircuit ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a GlobalReachConnection +Update a GlobalReachConnection ## EXAMPLES @@ -69,21 +66,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthorizationKey -Authorization key from the peer express route used for the global reachconnection - -```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. @@ -100,24 +82,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExpressRouteId -The ID of the Private Cloud's ExpressRoute Circuit that is participating in theglobal 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 @@ -161,24 +127,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PeerExpressRouteCircuit -Identifier of the ExpressRoute Circuit to peer with in the global reachconnection - -```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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md index 18f84601540b..64cda93570b2 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwareIscsiPath.md @@ -8,25 +8,24 @@ schema: 2.0.0 # Update-AzVMwareIscsiPath ## SYNOPSIS -Create a IscsiPath +Update a IscsiPath ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzVMwareIscsiPath -PrivateCloudName -ResourceGroupName [-SubscriptionId ] - [-NetworkBlock ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwareIscsiPath -InputObject [-NetworkBlock ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwareIscsiPath -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a IscsiPath +Update a IscsiPath ## EXAMPLES @@ -36,7 +35,18 @@ Update-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName az ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/iscsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Update a IscsiPath @@ -76,7 +86,6 @@ 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 @@ -90,21 +99,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -NetworkBlock -CIDR Block for iSCSI path. - -```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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md index 2a4114e251bb..1faf05d7963e 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePlacementPolicy.md @@ -123,7 +123,6 @@ 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 @@ -185,7 +184,6 @@ 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 @@ -231,7 +229,6 @@ 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 diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md index 94c0d1ce6502..f6e9befc90ac 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md @@ -15,25 +15,16 @@ Update a PrivateCloud ### UpdateExpanded (Default) ``` Update-AzVMwarePrivateCloud -Name -ResourceGroupName [-SubscriptionId ] - [-DnsZoneType ] [-EncryptionStatus ] [-ExtendedNetworkBlock ] - [-IdentitySource ] [-IdentityType ] [-Internet ] - [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUrl ] - [-KeyVaultPropertyKeyVersion ] [-ManagementClusterHost ] [-ManagementClusterSize ] - [-ManagementClusterVsanDatastoreName ] [-SkuCapacity ] [-SkuFamily ] - [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-EnableSystemAssignedIdentity ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzVMwarePrivateCloud -InputObject [-DnsZoneType ] - [-EncryptionStatus ] [-ExtendedNetworkBlock ] [-IdentitySource ] - [-IdentityType ] [-Internet ] [-KeyVaultPropertyKeyName ] - [-KeyVaultPropertyKeyVaultUrl ] [-KeyVaultPropertyKeyVersion ] - [-ManagementClusterHost ] [-ManagementClusterSize ] - [-ManagementClusterVsanDatastoreName ] [-SkuCapacity ] [-SkuFamily ] - [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzVMwarePrivateCloud -InputObject [-EnableSystemAssignedIdentity ] + [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -100,74 +91,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DnsZoneType -The type of DNS zone to use. +### -EnableSystemAssignedIdentity +Decides if enable a system assigned identity for the resource. ```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -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 beunique and non-overlapping across VNet in your subscription, on-premise, andthis 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 -Type of managed service identity (either system assigned, or none). - -```yaml -Type: System.String +Type: System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] Parameter Sets: (All) Aliases: @@ -180,7 +108,6 @@ 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 @@ -194,111 +121,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -Internet -Connectivity to internet is enabled or disabled - -```yaml -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: - -Required: False -Position: Named -Default value: None -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 - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ManagementClusterVsanDatastoreName -Name of the vsan datastore associated with the cluster - -```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 private cloud diff --git a/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md index cc3e9353aace..fa91c48995b4 100644 --- a/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Get-AzVMwareIscsiPath.md @@ -4,19 +4,20 @@ Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_ ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/i + scsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Get a IscsiPath -### Example 2: List IscsiPath resources by PrivateCloud -```powershell -Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -List IscsiPath resources by PrivateCloud - diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md similarity index 100% rename from src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertiesObject.md rename to src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md similarity index 100% rename from src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertiesObject.md rename to src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md deleted file mode 100644 index 70068547f284..000000000000 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareIdentitySourceObject.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: Create an in-memory object for IdentitySource -```powershell -New-AzVMwareIdentitySourceObject -Alias test -``` -```output -Alias : test -BaseGroupDn : -BaseUserDn : -Domain : -Name : -Password : -PrimaryServer : -SecondaryServer : -Ssl : -Username : -``` - -Create an in-memory object for IdentitySource \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md index bdc22da1b961..e574f7d3f072 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareIscsiPath.md @@ -4,7 +4,18 @@ New-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_ ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/iscsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Create a IscsiPath diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md similarity index 100% rename from src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertiesObject.md rename to src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md similarity index 100% rename from src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertiesObject.md rename to src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md diff --git a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md index 2613aa8feadd..d25bfcf12975 100644 --- a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md @@ -3,8 +3,11 @@ Remove-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group ``` -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Delete a IscsiPath in a private cloud + +### Example 2: Delete a datastore in a private cloud cluster. +```powershell +Get-AzVMwareIscsiPath -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath ``` Delete a IscsiPath in a private cloud \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md index 26607c30b6df..44ce84efc57b 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwareIscsiPath.md @@ -4,7 +4,18 @@ Update-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName az ``` ```output -{{ Add output here (remove the output block if the example doesn't have an output) }} +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/iscsiPaths/default +Name : default +NetworkBlock : 192.168.0.0/24 +ProvisioningState : Succeeded +ResourceGroupName : group1 +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Type : Microsoft.AVS/privateClouds/iscsiPaths ``` Update a IscsiPath \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index 6e3d30fdf418..bfeb52782caf 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,30 +16,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:00:50 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "312" ] + "Content-Length": [ "411" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/arc\",\"name\":\"arc\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"Arc\",\"provisioningState\":\"Succeeded\",\"vCenter\":\"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg_test/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vcenter\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "e945a9be-0ccb-4a46-b2c7-96c3875de8c9" ], + "x-ms-client-request-id": [ "2bac7093-7886-4930-bd35-9c384ca5e675" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,20 +58,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "e945a9be-0ccb-4a46-b2c7-96c3875de8c9" ], + "x-ms-client-request-id": [ "2bac7093-7886-4930-bd35-9c384ca5e675" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,19 +90,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "8e2cee77-8838-4c22-a58d-b12038072280" ], + "x-ms-client-request-id": [ "4f11dea9-853a-466e-a4bb-83dcdf107e90" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,19 +122,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "c30ed3ac-951b-41b5-8524-d84c3c7a3c64" ], + "x-ms-client-request-id": [ "20f42439-523f-4f97-ae6e-0a2adcc52758" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:59 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudukel/addons/SRM?api-version=2023-03-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"addonType\": \"SRM\",\r\n \"licenseKey\": \"YourLicenseKeyValue\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -171,30 +171,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:21 GMT" ] + "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "312" ] + "Content-Length": [ "411" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/addons/arc\",\"name\":\"arc\",\"type\":\"Microsoft.AVS/privateClouds/addons\",\"properties\":{\"addonType\":\"Arc\",\"provisioningState\":\"Succeeded\",\"vCenter\":\"subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg_test/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vcenter\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "cda76a16-d27f-498a-b991-b320d3046ba1" ], + "x-ms-client-request-id": [ "b454b631-7a2d-417c-afcd-14b29727d96d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] + "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,20 +213,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "cda76a16-d27f-498a-b991-b320d3046ba1" ], + "x-ms-client-request-id": [ "b454b631-7a2d-417c-afcd-14b29727d96d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] + "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,19 +245,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "1fc92227-f3c0-472d-adf9-b16d5b2c639a" ], + "x-ms-client-request-id": [ "79c133e6-214b-484a-bd9b-49bade12727c" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:51 GMT" ] + "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Tests.ps1 index 2e4985465100..38f0f92ac3ad 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Tests.ps1 @@ -14,7 +14,7 @@ while(-not $mockingPath) { Describe 'AzVMwareAddon' { It 'List' { { - $config = New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" + $config = New-AzVMwareAddonSrmPropertyObject -LicenseKey "YourLicenseKeyValue" $config = New-AzVMwareAddon -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -Property $config $config.Name | Should -Be "SRM" @@ -32,7 +32,7 @@ Describe 'AzVMwareAddon' { It 'CreateExpanded' { { - $config = New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" + $config = New-AzVMwareAddonSrmPropertyObject -LicenseKey "YourLicenseKeyValue" $config = New-AzVMwareAddon -PrivateCloudName $env.privateCloudName2 -ResourceGroupName $env.resourceGroup2 -Property $config $config.Name | Should -Be "SRM" } | Should -Not -Throw diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertyObject.Tests.ps1 similarity index 78% rename from src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertyObject.Tests.ps1 index a8f94e6835fc..e03365ede62a 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddonSrmPropertyObject.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareAddonSrmPropertiesObject.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareAddonSrmPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,10 +11,10 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'AzVMwareAddonSrmPropertiesObject' { +Describe 'AzVMwareAddonSrmPropertyObject' { It 'CreateExpanded' { { - $config = New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" + $config = New-AzVMwareAddonSrmPropertyObject -LicenseKey "YourLicenseKeyValue" $config.AddonType | Should -Be "SRM" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertyObject.Tests.ps1 similarity index 81% rename from src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertyObject.Tests.ps1 index 6d12568b2267..3370e2041cc3 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareAddonVrPropertyObject.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareAddonVrPropertiesObject.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareAddonVrPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,10 +11,10 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'AzVMwareAddonVrPropertiesObject' { +Describe 'AzVMwareAddonVrPropertyObject' { It 'CreateExpanded' { { - $config = New-AzVMwareAddonVrPropertiesObject -VrsCount 2 + $config = New-AzVMwareAddonVrPropertyObject -VrsCount 2 $config.AddonType | Should -Be "VR" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json index 539372e036cb..eb6956022105 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/authorizations/authorization1?api-version=2023-03-01+1": { + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:01:52 GMT" ] + "Date": [ "Fri, 24 May 2024 21:17:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,20 +26,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "17cc8c6b-a606-479b-9ab0-640b401c7d8b" ], + "x-ms-client-request-id": [ "9fd6c61e-3476-4e6a-b34c-576f03cc7a09" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,20 +58,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "17cc8c6b-a606-479b-9ab0-640b401c7d8b" ], + "x-ms-client-request-id": [ "9fd6c61e-3476-4e6a-b34c-576f03cc7a09" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,19 +90,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "24fc2b5d-3fdf-4ea4-9c62-31a5dc2cf40a" ], + "x-ms-client-request-id": [ "09e58e3e-116d-417b-b692-71cd89829ef5" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,19 +122,19 @@ "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": { + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "32256120-169f-404a-8de2-88b6018814b9" ], + "x-ms-client-request-id": [ "05247bc3-1916-4aaa-bc9e-02830d9b2942" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:23 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,20 +181,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "e64e184b-e247-4732-b001-222da1b5f373" ], + "x-ms-client-request-id": [ "2151bc7a-568d-4649-b399-b217ac5ed161" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,20 +213,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "e64e184b-e247-4732-b001-222da1b5f373" ], + "x-ms-client-request-id": [ "2151bc7a-568d-4649-b399-b217ac5ed161" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,19 +245,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/hqmn0c?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "5a53dd0a-5fb8-4a34-ad70-8f789ad7ee2a" ], + "x-ms-client-request-id": [ "045d6ff3-8ff0-4c4d-84e3-528c4cf13adf" ], "CommandName": [ "Remove-AzVMwareAuthorization" ], "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 0c9808560af8..873ef0725904 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/cloudLinks/cloudLink1?api-version=2023-03-01+1": { + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:02:53 GMT" ] + "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,20 +26,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "0925e6f9-bd79-48a0-ad19-54f1d5a2c77c" ], + "x-ms-client-request-id": [ "91aeabe7-703f-4323-8994-796b18a792a0" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,19 +58,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "01d54536-2324-4643-9d27-335b4ddb345f" ], + "x-ms-client-request-id": [ "2bcda05b-da9d-4561-801c-d9059f566ad7" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,19 +90,19 @@ "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": { + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "8e4a6d5c-9340-4529-9976-257d3503469a" ], + "x-ms-client-request-id": [ "7e405773-59e7-4aaa-bae0-23bbf9e33d1d" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,11 +122,11 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:24 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,20 +149,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "84f8b3c7-31cb-42e5-96da-1ae658aadcc9" ], + "x-ms-client-request-id": [ "d0b897eb-166f-4fb7-bed5-c677421aaab6" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,19 +181,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "e8e99875-25e1-485b-a581-75682700d9d2" ], + "x-ms-client-request-id": [ "eba15e2e-9b16-4666-9332-fa56fbddb05f" ], "CommandName": [ "Remove-AzVMwareCloudLink" ], "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 62b461cdea28..5a5134ae09d7 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json @@ -1,9 +1,9 @@ { - "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": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,30 +16,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:03:54 GMT" ] + "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "412" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "8d7c5088-8204-49c9-8b22-44b6b23508ae" ], + "x-ms-client-request-id": [ "4cf87828-2fee-4018-a6a7-ab5f2f29b116" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,30 +48,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "8d7c5088-8204-49c9-8b22-44b6b23508ae" ], + "x-ms-client-request-id": [ "4cf87828-2fee-4018-a6a7-ab5f2f29b116" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,29 +80,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "2592af76-c9ae-4d48-aa62-f391c39a08d2" ], + "x-ms-client-request-id": [ "1302c284-39ec-4fdc-8180-418dc5417fa6" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,29 +112,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "424" ] }, - "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\"]}}]}", + "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\",\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}]}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "7f9099d7-4ce9-4b9c-b54d-70a73739b3c9" ], + "x-ms-client-request-id": [ "f0d8b380-499d-4219-9070-db8991161772" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,21 +144,21 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -171,30 +171,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:25 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "412" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "6629dc9e-b467-4f91-9680-f71a15413c80" ], + "x-ms-client-request-id": [ "7f022a6e-b16a-4851-9f91-773f256c0831" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -203,30 +203,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "6629dc9e-b467-4f91-9680-f71a15413c80" ], + "x-ms-client-request-id": [ "7f022a6e-b16a-4851-9f91-773f256c0831" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -235,21 +235,21 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -262,30 +262,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:04:56 GMT" ] + "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "412" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "1b45113c-f0e1-473e-9869-d7cc5344de2a" ], + "x-ms-client-request-id": [ "818f4fd8-4c96-4a3d-88d3-020e42bb1546" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -294,30 +294,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "1b45113c-f0e1-473e-9869-d7cc5344de2a" ], + "x-ms-client-request-id": [ "818f4fd8-4c96-4a3d-88d3-020e42bb1546" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -326,20 +326,20 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+4": { "Request": { "Method": "PATCH", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 4\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -353,29 +353,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+5": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "bf45bfc1-d0b3-46d9-89aa-2c5469bf5ce1" ], + "x-ms-client-request-id": [ "fe76f84f-12ce-485b-8e87-afe52ebb2e05" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -385,7 +385,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -394,19 +394,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "8bbd6d32-3dbf-4bde-a562-cdb8e9e84912" ], + "x-ms-client-request-id": [ "6d641800-14a5-4c9b-b8f4-a8bb8b2f3da5" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 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 675c4f801c4d..3d9ae758c6ce 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/datastores/datastore1?api-version=2023-03-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-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": [ "Fri, 12 Jan 2024 19:05:26 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -26,20 +26,20 @@ "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "47b70b4f-cdd0-40c3-a601-ed1870277ffd" ], + "x-ms-client-request-id": [ "f6f9bef6-be51-4e86-9604-034bf713acd6" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,20 +58,20 @@ "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "47b70b4f-cdd0-40c3-a601-ed1870277ffd" ], + "x-ms-client-request-id": [ "f6f9bef6-be51-4e86-9604-034bf713acd6" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,19 +90,19 @@ "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "d73b6f0c-4798-4ad6-861b-dde572262a70" ], + "x-ms-client-request-id": [ "6718c88c-5897-4906-98e2-7e1c8407c015" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,19 +122,19 @@ "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "c751ca2a-0732-486a-9a3d-0c0d14ec7060" ], + "x-ms-client-request-id": [ "2cb69f78-8930-4490-b776-15730ea8c6bc" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,29 +144,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1133" ] + "Content-Length": [ "1660" ] }, - "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\"}}]}", + "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\"}},{\"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\",\"elasticSanVolume\":{\"targetId\":\"/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/ResourceGroup1/providers/Microsoft.ElasticSan/elasticSans/ElasticSan1/volumeGroups/VolumeGroup1/volumes/Volume1\"},\"status\":\"Accessible\"}}]}", "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "2d474737-a0e9-48ed-ae6e-055808ea01f8" ], + "x-ms-client-request-id": [ "16694b44-e944-40c5-9d3f-17ef5e9d0bb2" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -185,19 +185,19 @@ "isContentBase64": false } }, - "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": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "bcb83b2f-bf3c-4e9d-9f9c-9bbe68a860b6" ], + "x-ms-client-request-id": [ "1e7a1973-2ee7-4c64-a2ff-e4d03f3c43e0" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -207,7 +207,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -217,19 +217,19 @@ "isContentBase64": false } }, - "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": { + "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-09-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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "cfb4fbe3-47c1-4d05-9f59-1110ca2d0363" ], + "x-ms-client-request-id": [ "18251603-f002-4fe8-9352-8309dc115aef" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -239,7 +239,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:35 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 de4883f38023..512842554c57 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareGlobalReachConnection.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "e4ababf3-4db7-4302-90c9-c67321623764" ], + "x-ms-client-request-id": [ "a9676555-81e5-4a75-89fc-b2b1c5b31645" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:36 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -31,19 +31,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "8274daff-d60c-4e0d-bb85-c036c5f82e62" ], + "x-ms-client-request-id": [ "224f73d9-3c37-4d05-aa04-18705ff9ad6a" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -53,20 +53,20 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:36 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/2hlsk5?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-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": [ "Fri, 12 Jan 2024 19:05:57 GMT" ] + "Date": [ "Fri, 24 May 2024 21:21:36 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,20 +90,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "16f191c5-c320-4352-be13-4674deeea56a" ], + "x-ms-client-request-id": [ "f2add5f2-3326-4ce4-8d26-5536919dee27" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,20 +122,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "16f191c5-c320-4352-be13-4674deeea56a" ], + "x-ms-client-request-id": [ "f2add5f2-3326-4ce4-8d26-5536919dee27" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,19 +154,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "48b67ca0-a4fe-40a5-9371-c711f3258bfa" ], + "x-ms-client-request-id": [ "a3f70bc3-9551-4c50-bbcd-c8823e8b0842" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -186,19 +186,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "b534416b-d9c9-4283-924f-54345f521042" ], + "x-ms-client-request-id": [ "61fadc6f-02b9-4144-8c24-855f277872ca" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -208,7 +208,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -218,19 +218,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "55c36a7c-025c-4462-8be7-89d5222dea10" ], + "x-ms-client-request-id": [ "713bc175-f1a1-4dea-9283-9201806fd1fa" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -240,7 +240,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -250,19 +250,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "c4811e40-4814-41d0-b574-e0f5f3e15d65" ], + "x-ms-client-request-id": [ "a1cfe41e-5fd3-4e8b-aa97-7d58242a5ebe" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -272,20 +272,20 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/globalReachConnections/p9uh7g?api-version=2023-03-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-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": [ "Fri, 12 Jan 2024 19:06:28 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -309,20 +309,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "46df967c-b7a5-4b5c-993c-e6badef79cb2" ], + "x-ms-client-request-id": [ "ef95f352-3897-487d-8857-2b4fc285cc54" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -331,7 +331,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -341,20 +341,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "46df967c-b7a5-4b5c-993c-e6badef79cb2" ], + "x-ms-client-request-id": [ "ef95f352-3897-487d-8857-2b4fc285cc54" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -363,7 +363,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -373,19 +373,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "05a1916b-7d85-4c78-83f2-062026c75ead" ], + "x-ms-client-request-id": [ "08d33e4b-5228-4607-99ee-138943c67669" ], "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -395,7 +395,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:37 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 a3d1e6982663..272457b40e5c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-09-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://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "a3613664-6224-4cbd-a144-192f660e69d7" ], + "x-ms-client-request-id": [ "2939ef12-07a5-429b-be30-08c55d180888" ], "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:37 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 8215fd6e319e..ae27a187642d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationTrialAvailability.Recording.json @@ -1,8 +1,8 @@ { - "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": { + "AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-09-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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-09-01", "Content": "{\r\n \"name\": \"av36\"\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:06:58 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:38 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 index 212859777c46..e85154cb8af4 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwarePSCredentialExecutionParameterObject.Tests.ps1 @@ -14,7 +14,8 @@ while(-not $mockingPath) { Describe 'AzVMwarePSCredentialExecutionParameterObject' { It 'Rotate' { { - $config = New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" + $sourcePassword = ConvertTo-SecureString "pass123" -AsPlainText -Force + $config = New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password $sourcePassword -Username "usernameValue" $config.Type | Should -Be "Credential" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index 494ab1073ade..0e5c810d58e2 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json @@ -1,9 +1,9 @@ { - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,30 +16,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:07:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:22:38 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "412" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":3,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "a10637f5-ed25-4b87-baa2-152f68fae09c" ], + "x-ms-client-request-id": [ "55d80ded-8c08-41c9-90ba-a37f4c032b87" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,30 +48,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:09 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "a10637f5-ed25-4b87-baa2-152f68fae09c" ], + "x-ms-client-request-id": [ "55d80ded-8c08-41c9-90ba-a37f4c032b87" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,20 +80,20 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:09 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "448" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1\",\"name\":\"cluster1\",\"type\":\"Microsoft.AVS/privateClouds/clusters\",\"properties\":{\"clusterSize\":4,\"provisioningState\":\"Succeeded\",\"hosts\":[\"fakehost22.nyc1.kubernetes.center\",\"fakehost23.nyc1.kubernetes.center\",\"fakehost24.nyc1.kubernetes.center\",\"fakehost25.nyc1.kubernetes.center\"]},\"sku\":{\"name\":\"AV20\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+4": { "Request": { "Method": "PUT", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-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": [ "Fri, 12 Jan 2024 19:07:30 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:09 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -117,20 +117,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "a2d2259d-41f2-492e-9a6a-ce97d556552e" ], + "x-ms-client-request-id": [ "85be8557-495d-4ef2-888c-069eea3fcc60" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,20 +149,20 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "a2d2259d-41f2-492e-9a6a-ce97d556552e" ], + "x-ms-client-request-id": [ "85be8557-495d-4ef2-888c-069eea3fcc60" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,19 +181,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "99b76276-e58e-4925-ac57-427341ca2885" ], + "x-ms-client-request-id": [ "64ffe9f2-2ecf-4a4a-9e60-20f4e5a5f1b5" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,19 +213,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "a4193440-9289-4cc8-a154-f8ec8036c194" ], + "x-ms-client-request-id": [ "e00a8d16-a9d2-4821-afee-c7152cd4b055" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 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/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/azps_test_cloudb092/clusters/l3cm9t/placementPolicies/policy1?api-version=2023-03-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "PATCH", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-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": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -272,19 +272,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "8af6f826-57d4-4999-9aed-aadae8bef7cc" ], + "x-ms-client-request-id": [ "a11e8974-cd2f-49c0-9680-cb3ee46ce0d3" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -304,10 +304,10 @@ "isContentBase64": false } }, - "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": { + "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-09-01+2": { "Request": { "Method": "PATCH", - "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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -321,7 +321,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -331,19 +331,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "6bd18da8-0edc-4b24-89a3-422fc0a7468f" ], + "x-ms-client-request-id": [ "85478a79-432d-4913-b9e9-f4ad6fab6fbe" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] @@ -362,19 +362,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "57d91cf8-67c3-4db0-aa81-4f9f34576002" ], + "x-ms-client-request-id": [ "d1ede119-8fbe-47ae-b6d4-fb3be45019db" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -384,7 +384,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -394,19 +394,19 @@ "isContentBase64": false } }, - "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": { + "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-09-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://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/clusters/cluster1/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "ec79fb03-ab0f-4e7c-81c4-6974b1269b48" ], + "x-ms-client-request-id": [ "ecbfb263-b951-4fa7-b522-b7a2f1e1b6dc" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:00 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Tests.ps1 index fb07a7ca3ff0..d3ca63f4c24e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Tests.ps1 @@ -17,7 +17,7 @@ Describe 'AzVMwarePlacementPolicy' { $config = New-AzVMwareCluster -Name $env.rstr1 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -ClusterSize 3 -SkuName av20 $config.Name | Should -Be "cluster1" - $config = New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"abc"="123"} + $config = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"abc"="123"} $config = New-AzVMwarePlacementPolicy -ClusterName $env.rstr1 -Name $env.policy1 -PrivateCloudName $env.privateCloudName1 -ResourceGroupName $env.resourceGroup1 -Property $config $config.Name | Should -Be "policy1" } | Should -Not -Throw diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json index afea0bcf9591..ad834678735e 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Recording.json @@ -1,9 +1,9 @@ { - "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": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", + "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,30 +16,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:23:41 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "1377" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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\"]},\"sku\":{\"name\":\"AV36\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "6c1a9bc7-2552-4c9b-ae70-65dcb5847336" ], + "x-ms-client-request-id": [ "1a93962b-52d4-4c9c-86f2-76502ee377b7" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -48,30 +48,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "6c1a9bc7-2552-4c9b-ae70-65dcb5847336" ], + "x-ms-client-request-id": [ "1a93962b-52d4-4c9c-86f2-76502ee377b7" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -80,29 +80,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-09-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://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "dbba201c-c843-4bd5-adbe-e2347bda2c1d" ], + "x-ms-client-request-id": [ "c279bc90-b55a-4b20-99a9-24508c57e7b5" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], - "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], + "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,29 +112,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1509" ] + "Content-Length": [ "1715" ] }, - "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\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\"},\"sku\":{\"name\":\"AV36\"}}]}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "448e7e05-97bf-43b2-9b4c-55fb059e743e" ], + "x-ms-client-request-id": [ "c6e7cb30-fcd2-45d8-9d2d-68a0a2558d30" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,29 +144,29 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/testgroupp9uh7g/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "a80c955e-704d-41b8-880f-766401fd3d2f" ], + "x-ms-client-request-id": [ "b3354cb2-0251-4543-b05b-565efbc57516" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], - "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], + "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -176,21 +176,21 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1654" ] + "Content-Length": [ "1860" ] }, - "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\"]}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"}}]}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "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}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -203,30 +203,30 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:08:32 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "1377" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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\"]},\"sku\":{\"name\":\"AV36\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "79018c20-51d1-45f7-9de6-ad4511a75afc" ], + "x-ms-client-request-id": [ "492d4e30-3b60-484f-a6da-db5048795c65" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -235,30 +235,153 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "79018c20-51d1-45f7-9de6-ad4511a75afc" ], + "x-ms-client-request-id": [ "492d4e30-3b60-484f-a6da-db5048795c65" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ] + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "2196" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "2196" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+2": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1104" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1377" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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\"]},\"sku\":{\"name\":\"AV36\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "2196" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] }, "ContentHeaders": { } @@ -267,83 +390,152 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1990" ] + "Content-Length": [ "2196" ] }, - "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\"}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"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/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupp9uh7g/providers/Microsoft.AVS/privateClouds/5krpza?api-version=2023-03-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+1": { "Request": { - "Method": "PATCH", - "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}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "Content": null, "isContentBase64": false, "Headers": { + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "87" ] + "Content-Length": [ "2196" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+2": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1104" ] } }, "Response": { "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1827" ] + "Content-Length": [ "1377" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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\"]},\"sku\":{\"name\":\"AV36\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+3": { "Request": { - "Method": "PATCH", - "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}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "92" ], + "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Server": [ "Rocket" ], + "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "87" ] + "Content-Length": [ "2196" ] + }, + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", + "isContentBase64": false + } + }, + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "CommandName": [ "Update-AzVMwarePrivateCloud" ], + "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ] + }, + "ContentHeaders": { } }, "Response": { "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1827" ] + "Content-Length": [ "2196" ] }, - "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\"]}}", + "Content": "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1\",\"name\":\"cloud1\",\"type\":\"Microsoft.AVS/privateClouds\",\"tags\":{},\"location\":\"eastus2\",\"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://nsx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"vcsa\":\"https://vc.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"hcxCloudManager\":\"https://hcx.290351365f5b41a19b77af.eastus.avslab.azure.com/\",\"nsxtManagerIp\":\"192.168.50.3\",\"vcenterIp\":\"192.168.50.2\",\"hcxCloudManagerIp\":\"192.168.50.4\"},\"networkBlock\":\"192.168.48.0/22\",\"externalCloudLinks\":[\"/subscriptions/12341234-1234-1234-1234-123412341234/resourceGroups/mygroup/providers/Microsoft.AVS/privateClouds/cloud2\"]},\"sku\":{\"name\":\"AV36\"},\"identity\":{\"principalId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"tenantId\":\"881e5573-063f-49e4-8c08-79d7df0169d8\",\"type\":\"SystemAssigned\"}}", "isContentBase64": false } }, - "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": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "d58fe77d-3d1f-4f50-a19e-773ee4e4fa33" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "7a5a49b8-03a3-4c0e-b426-b9ec899bde4d" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -353,7 +545,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloud.Tests.ps1 index 78695c58e5e5..ea30d0fecc74 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.rstr2 -ResourceGroupName $env.resourceGroup2 -ManagementClusterSize 4 + $config = Update-AzVMwarePrivateCloud -Name $env.rstr2 -ResourceGroupName $env.resourceGroup2 $config.ManagementClusterSize | Should -BeGreaterThan 0 } | Should -Not -Throw } @@ -53,7 +53,7 @@ Describe 'AzVMwarePrivateCloud' { It 'UpdateViaIdentityExpanded' { { $Id2 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup2)/providers/Microsoft.AVS/privateClouds/$($env.privateCloudName2)" - $config = Update-AzVMwarePrivateCloud -InputObject $Id2 -ManagementClusterSize 4 + $config = Update-AzVMwarePrivateCloud -InputObject $Id2 $config.ManagementClusterSize | Should -BeGreaterThan 0 } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json index 3b938678240d..bcd8b338905f 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudAdminCredential.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/listAdminCredentials?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/listAdminCredentials?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "6f1aa896-b5de-4a1a-9738-cac82b9dd4a1" ], + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "fc7fdbb1-eb74-4c93-9f90-c04c3dcf51b7" ], "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:02 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:42 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 b5328d5327d0..c1188fbf5c8d 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudNsxtPassword.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateNsxtPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateNsxtPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "436cacf4-5b03-4bb6-a386-e079722c88b5" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "89ea4234-e00a-4805-a105-50b63ee582be" ], "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:04 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:43 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 777d3111cbcc..16fa3a040356 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwarePrivateCloudVcenterPassword.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateVcenterPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateVcenterPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "6a48e146-4234-42ad-af61-4274e92e9796" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "98d6d4a0-cc56-4252-8277-70f1f38f1de4" ], "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:04 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 index a4e2bd0b48d6..3240299b8393 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareScriptSecureStringExecutionParameterObject.Tests.ps1 @@ -13,8 +13,9 @@ while(-not $mockingPath) { Describe 'AzVMwareScriptSecureStringExecutionParameterObject' { It 'Rotate' { - { - $config = New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" + { + $sourcePassword = ConvertTo-SecureString "pass123" -AsPlainText -Force + $config = New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue $sourcePassword $config.Type | Should -Be "SecureValue" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 similarity index 73% rename from src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 index d6fffcacd671..4f708780610b 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareVMPlacementPolicyPropertiesObject.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareVMPlacementPolicyPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,10 +11,10 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'New-AzVMwareVMPlacementPolicyPropertiesObject' { +Describe 'New-AzVMwareVMPlacementPolicyPropertyObject' { It '__AllParameterSets' { { - $config = New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} + $config = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"test"="test"} $config.AffinityType | Should -Be "Affinity" } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json index c7dfa430da12..d8768a5b076a 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareVirtualMachine.Recording.json @@ -1,17 +1,17 @@ { - "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": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "487d45e8-6a95-48fe-ac02-82b83d881a1f" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "b72b1d69-f203-4801-b0bd-6becb057ea27" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:06 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:46 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -31,19 +31,19 @@ "isContentBase64": false } }, - "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": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines/vm-209?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "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", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines/vm-209?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "5aee0f03-bbb5-4e4b-829f-711bd8e4771b" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "48ab41f7-89ce-46fd-8eec-4fd1a33e806f" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ], + "User-Agent": [ "AzurePowershell/v11.2.0", "PSVersion/v7.4.2", "Az.VMware/0.4.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 12 Jan 2024 19:09:06 GMT" ] + "Date": [ "Fri, 24 May 2024 21:25:46 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 similarity index 70% rename from src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 index 5ff2ef59d511..a17d7ba41d93 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareVmHostPlacementPolicyPropertiesObject.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'AzVMwareVmHostPlacementPolicyPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,10 +11,10 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'AzVMwareVmHostPlacementPolicyPropertiesObject' { +Describe 'AzVMwareVmHostPlacementPolicyPropertyObject' { It '__AllParameterSets' { { - $config = New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} + $config = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -VMMember @{"test"="test"} $config.AffinityType | Should -Be "AntiAffinity" } | 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 index b9f83fcc8b50..4c79524dab1c 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareAuthorization.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzVMwareAuthorization' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -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 index 40b8d172951f..991e5046978f 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareCloudLink.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzVMwareCloudLink' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -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 index d870ed58d75a..5aecd134a881 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareCluster.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzVMwareCluster' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -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 index 8f2d804ee08c..a28c0db7dbe8 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareDatastore.Tests.ps1 @@ -19,10 +19,18 @@ Describe 'Get-AzVMwareDatastore' { { 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 'GetViaIdentityCluster' -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 index 62670e437f16..497930dabfde 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareGlobalReachConnection.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzVMwareGlobalReachConnection' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 deleted file mode 100644 index 89311aa1af0c..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareHcxEnterpriseSite.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 index 1fb0d0d8ecdb..3cd36e656142 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwarePlacementPolicy.Tests.ps1 @@ -19,10 +19,18 @@ Describe 'Get-AzVMwarePlacementPolicy' { { 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 'GetViaIdentityCluster' -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 deleted file mode 100644 index e9655ace0b64..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptCmdlet.Tests.ps1 +++ /dev/null @@ -1,37 +0,0 @@ -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 deleted file mode 100644 index d9534a0a9a9a..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecution.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 3b46faa60259..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptExecutionLog.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 71c66d4f2cb0..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareScriptPackage.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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-AzVMwareVirtualMachine.Tests.ps1 b/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 index 91fdafccfba7..7c3fc48e9091 100644 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Get-AzVMwareVirtualMachine.Tests.ps1 @@ -19,10 +19,18 @@ Describe 'Get-AzVMwareVirtualMachine' { { 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 'GetViaIdentityCluster' -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 deleted file mode 100644 index dba14cba8e63..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDhcp.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 0e3c09332db1..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsService.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index a85c44c5a4d6..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 5df06083b2ad..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkGateway.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 7d59ec297aa4..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 9f363e639173..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index ef41313a2d72..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkSegment.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index b5fe2d005104..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVM.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index c74b41f06012..000000000000 --- a/src/VMware/VMware.Autorest/test/Get-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 97c749c0b9e6..000000000000 --- a/src/VMware/VMware.Autorest/test/Lock-AzVMwareVirtualMachineMovement.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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-AzVMwareAddonVrPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertyObject.Tests.ps1 similarity index 86% rename from src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertyObject.Tests.ps1 index 7f0950a8564a..bb037e1eefc9 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertyObject.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonVrPropertiesObject')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonSrmPropertyObject')) { $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' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAddonSrmPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonVrProperties . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzVMwareAddonVrPropertiesObject' { +Describe 'New-AzVMwareAddonSrmPropertyObject' { It '__AllParameterSets' -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-AzVMwareAddonVrPropertyObject.Tests.ps1 similarity index 86% rename from src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertyObject.Tests.ps1 index c2f9c645fdf3..5575b2c288f3 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareAddonSrmPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAddonVrPropertyObject.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonSrmPropertiesObject')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonVrPropertyObject')) { $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' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareAddonVrPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareAddonSrmPropertie . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzVMwareAddonSrmPropertiesObject' { +Describe 'New-AzVMwareAddonVrPropertyObject' { 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 index 5f72fd18b532..17f35c282005 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareAuthorization.Tests.ps1 @@ -18,4 +18,12 @@ Describe 'New-AzVMwareAuthorization' { 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-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 index 3bcd90c4a7ae..b6107526b955 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareCloudLink.Tests.ps1 @@ -18,4 +18,12 @@ Describe 'New-AzVMwareCloudLink' { 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-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 index 1d239bf3d5a0..177932488b12 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareCluster.Tests.ps1 @@ -18,4 +18,12 @@ Describe 'New-AzVMwareCluster' { 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-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 index 6e74a2482d2a..91b841d344a8 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareDatastore.Tests.ps1 @@ -18,4 +18,16 @@ Describe 'New-AzVMwareDatastore' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityClusterExpanded' -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-AzVMwareGlobalReachConnection.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 index a99199d781a0..4a64d75317a9 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareGlobalReachConnection.Tests.ps1 @@ -18,4 +18,12 @@ Describe 'New-AzVMwareGlobalReachConnection' { 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-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 deleted file mode 100644 index 9514254882e3..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareHcxEnterpriseSite.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 68b66358de65..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareIdentitySourceObject.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -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-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 index 2986a6bf884c..cfa75c185561 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwarePlacementPolicy.Tests.ps1 @@ -18,4 +18,16 @@ Describe 'New-AzVMwarePlacementPolicy' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } + + It 'CreateViaIdentityPrivateCloudExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityClusterExpanded' -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-AzVMwareScriptExecution.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 deleted file mode 100644 index 874c9928fea9..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareScriptExecution.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 b/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 similarity index 83% rename from src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 index cc7f8ece2fe3..a237adc1a06f 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareVMPlacementPolicyPropertyObject.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVMPlacementPolicyPropertiesObject')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVMPlacementPolicyPropertyObject')) { $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' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareVMPlacementPolicyPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVMPlacementPolicy . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzVMwareVMPlacementPolicyPropertiesObject' { +Describe 'New-AzVMwareVMPlacementPolicyPropertyObject' { 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-AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 similarity index 82% rename from src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 rename to src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 index df4744c45acf..b4cbf65fa14f 100644 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertiesObject.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/New-AzVMwareVmHostPlacementPolicyPropertyObject.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVmHostPlacementPolicyPropertiesObject')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVmHostPlacementPolicyPropertyObject')) { $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' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzVMwareVmHostPlacementPolicyPropertyObject.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzVMwareVmHostPlacementPo . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzVMwareVmHostPlacementPolicyPropertiesObject' { +Describe 'New-AzVMwareVmHostPlacementPolicyPropertyObject' { It '__AllParameterSets' -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 deleted file mode 100644 index 4368f0fb5a36..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDhcp.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 1ecfc96b3937..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsService.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 356e2cbb2821..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index b71f9b7f0f34..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 64888706de6f..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 8fb2beba215c..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkSegment.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 7b6982940eb6..000000000000 --- a/src/VMware/VMware.Autorest/test/New-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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-AzVMwareAuthorization.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 index e53c464fc286..e982050f297b 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareAuthorization.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzVMwareAuthorization' { { 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-AzVMwareCloudLink.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 index cf8dc30296d7..97beb9ad426f 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCloudLink.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzVMwareCloudLink' { { 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-AzVMwareCluster.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 index ce655606deff..ea311bf28304 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareCluster.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzVMwareCluster' { { 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-AzVMwareDatastore.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 index 7b4cfd389a6f..a4593753e11f 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareDatastore.Tests.ps1 @@ -19,6 +19,14 @@ Describe 'Remove-AzVMwareDatastore' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityCluster' -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 index d60f1d6c664d..8c4b28ff2e1c 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwareGlobalReachConnection.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzVMwareGlobalReachConnection' { { 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-AzVMwareHcxEnterpriseSite.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 deleted file mode 100644 index 1635ff2ada7b..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareHcxEnterpriseSite.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 index e10aec33a36a..79f7c64267b3 100644 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Remove-AzVMwarePlacementPolicy.Tests.ps1 @@ -19,6 +19,14 @@ Describe 'Remove-AzVMwarePlacementPolicy' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'DeleteViaIdentityPrivateCloud' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityCluster' -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 deleted file mode 100644 index c29e29a921b8..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareScriptExecution.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index acbbf49e1349..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDhcp.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 24d2e0700488..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsService.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 5d38d5bef198..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 19a0320abe20..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 7a04da91f302..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkPublicIP.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 1713e34a1b5a..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkSegment.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index d209b536fcf9..000000000000 --- a/src/VMware/VMware.Autorest/test/Remove-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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/Test-AzVMwareLocationTrialAvailability.Tests.ps1 b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 index c67a26942bfc..228fa3df9410 100644 --- a/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Test-AzVMwareLocationTrialAvailability.Tests.ps1 @@ -18,12 +18,4 @@ 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 index e7ac24812cf4..b1f2d0ddd476 100644 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwareCluster.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Update-AzVMwareCluster' { { 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-AzVMwarePlacementPolicy.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 index 310857e078d8..61038e03ed10 100644 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 +++ b/src/VMware/VMware.Autorest/test/Update-AzVMwarePlacementPolicy.Tests.ps1 @@ -19,6 +19,14 @@ Describe 'Update-AzVMwarePlacementPolicy' { { 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-AzVMwareWorkloadNetworkDhcp.Tests.ps1 b/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 deleted file mode 100644 index be8360833da0..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDhcp.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 803cc65ee578..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsService.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 45c273f985b0..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkDnsZone.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index b8ec8a149855..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkPortMirroring.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index e6c18c756cd1..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkSegment.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 12eaf3e48a0f..000000000000 --- a/src/VMware/VMware.Autorest/test/Update-AzVMwareWorkloadNetworkVMGroup.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -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 - } -} diff --git a/src/VMware/VMware.Autorest/test/env.json b/src/VMware/VMware.Autorest/test/env.json index 412e67e74c6f..e3937e594c93 100644 --- a/src/VMware/VMware.Autorest/test/env.json +++ b/src/VMware/VMware.Autorest/test/env.json @@ -1,18 +1,18 @@ { - "resourceGroup2": "testgroupp9uh7g", - "rstr4": "p9uh7g", + "resourceGroup1": "testgroupelpkca", "policy1": "policy1", - "privateCloudName2": "azps_test_cloudukel", - "rstr3": "2hlsk5", - "location1": "centralus", - "rstr1": "l3cm9t", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", - "resourceGroup3": "testgroupp9uh7g", - "rstr2": "5krpza", - "privateCloudName1": "azps_test_cloudb092", + "privateCloudName3": "azps_test_cloudj7m9", "policy2": "policy2", - "privateCloudName3": "azps_test_cloudaoz1", + "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "rstr4": "elpkca", + "location1": "centralus", + "rstr1": "i1dw9l", + "resourceGroup3": "testgroupelpkca", "location2": "westcentralus", - "resourceGroup1": "testgroupp9uh7g" + "resourceGroup2": "testgroupelpkca", + "privateCloudName2": "azps_test_cloud1y8q", + "rstr2": "3r1l6m", + "privateCloudName1": "azps_test_cloudhpqj", + "rstr3": "hqmn0c" } diff --git a/src/VMware/VMware.Autorest/test/loadEnv.ps1 b/src/VMware/VMware.Autorest/test/loadEnv.ps1 index 5f079e89615e..6a7c385c6b7d 100644 --- a/src/VMware/VMware.Autorest/test/loadEnv.ps1 +++ b/src/VMware/VMware.Autorest/test/loadEnv.ps1 @@ -25,5 +25,5 @@ if (Test-Path -Path (Join-Path $PSScriptRoot $envFile)) { $env = @{} if (Test-Path -Path $envFilePath) { $env = Get-Content (Join-Path $PSScriptRoot $envFile) | ConvertFrom-Json - $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant} + $PSDefaultParameterValues=@{"*:Tenant"=$env.Tenant} } \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/utils/Get-SubscriptionIdTestSafe.ps1 b/src/VMware/VMware.Autorest/utils/Get-SubscriptionIdTestSafe.ps1 new file mode 100644 index 000000000000..5319862d3372 --- /dev/null +++ b/src/VMware/VMware.Autorest/utils/Get-SubscriptionIdTestSafe.ps1 @@ -0,0 +1,7 @@ +param() +if ($env:AzPSAutorestTestPlaybackMode) { + $loadEnvPath = Join-Path $PSScriptRoot '..' 'test' 'loadEnv.ps1' + . ($loadEnvPath) + return $env.SubscriptionId +} +return (Get-AzContext).Subscription.Id \ No newline at end of file From e4f2fcd9a70982c50bb17ea17b1134c30807fc07 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Sun, 26 May 2024 23:21:27 -0400 Subject: [PATCH 6/7] fix example and docs errors and re-ran all recordings --- .../custom/New-AzVMwareAddon.ps1 | 2 +- .../VMware.Autorest/docs/New-AzVMwareAddon.md | 2 +- .../New-AzVMwareAddonSrmPropertyObject.md | 2 +- .../docs/New-AzVMwareAddonVrPropertyObject.md | 2 +- .../docs/New-AzVMwarePlacementPolicy.md | 4 +- ...AzVMwareVMPlacementPolicyPropertyObject.md | 2 +- ...wareVmHostPlacementPolicyPropertyObject.md | 2 +- .../docs/Remove-AzVMwareIscsiPath.md | 2 +- .../docs/Update-AzVMwarePrivateCloud.md | 4 +- .../examples/New-AzVMwareAddon.md | 2 +- .../New-AzVMwareAddonSrmPropertyObject.md | 2 +- .../New-AzVMwareAddonVrPropertyObject.md | 2 +- .../examples/New-AzVMwarePlacementPolicy.md | 4 +- ...AzVMwareVMPlacementPolicyPropertyObject.md | 2 +- ...wareVmHostPlacementPolicyPropertyObject.md | 2 +- .../examples/Remove-AzVMwareIscsiPath.md | 2 +- .../examples/Update-AzVMwarePrivateCloud.md | 4 +- .../test/AzVMwareAddon.Recording.json | 68 ++++----- .../test/AzVMwareAuthorization.Recording.json | 68 ++++----- .../test/AzVMwareCloudLink.Recording.json | 56 ++++---- .../test/AzVMwareCluster.Recording.json | 104 +++++++------- .../test/AzVMwareDatastore.Recording.json | 58 ++++---- ...VMwareGlobalReachConnection.Recording.json | 100 ++++++------- ...reLocationQuotaAvailability.Recording.json | 4 +- ...reLocationTrialAvailability.Recording.json | 2 +- .../AzVMwarePlacementPolicy.Recording.json | 96 ++++++------- .../test/AzVMwarePrivateCloud.Recording.json | 132 +++++++++--------- ...PrivateCloudAdminCredential.Recording.json | 8 +- ...arePrivateCloudNsxtPassword.Recording.json | 8 +- ...PrivateCloudVcenterPassword.Recording.json | 8 +- .../AzVMwareVirtualMachine.Recording.json | 16 +-- src/VMware/VMware.Autorest/test/env.json | 28 ++-- 32 files changed, 399 insertions(+), 399 deletions(-) diff --git a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 index 99e7da339f8c..94c369a2238b 100644 --- a/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 +++ b/src/VMware/VMware.Autorest/custom/New-AzVMwareAddon.ps1 @@ -20,7 +20,7 @@ Create or update a addon in a private cloud .Description Create or update a addon in a private cloud .Example -PS C:\> $data = New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +PS C:\> $data = New-AzVMwareAddonVrPropertyObject -VrsCount 2 PS C:\> New-AzVMwareAddon -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -Property $data Name Type ResourceGroupName diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md index c1247e910bd5..3cafc792f580 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddon.md @@ -25,7 +25,7 @@ Create or update a addon in a private cloud ### Example 1: Create an addon in a private cloud ```powershell -$data = New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +$data = New-AzVMwareAddonVrPropertyObject -VrsCount 2 New-AzVMwareAddon -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -Property $data ``` diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md index a74634f4dd8a..acd25cdcd408 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonSrmPropertyObject.md @@ -23,7 +23,7 @@ Create an in-memory object for AddonSrmProperties. ### Example 1: Create a local SRM object for the Addon Property parameter ```powershell -New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" +New-AzVMwareAddonSrmPropertyObject -LicenseKey "YourLicenseKeyValue" ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md index f91712be83ab..f9e7524efdb7 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareAddonVrPropertyObject.md @@ -23,7 +23,7 @@ Create an in-memory object for AddonVrProperties. ### Example 1: Create a local VR object for the Addon Property parameter ```powershell -New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +New-AzVMwareAddonVrPropertyObject -VrsCount 2 ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index 4869191fff67..b932f911b02c 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -46,7 +46,7 @@ Create a PlacementPolicy ### Example 1: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} +$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` @@ -60,7 +60,7 @@ Create or update a placement policy in a private cloud cluster ### Example 2: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md index 1eddb3bb348e..426d6b3e6896 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md @@ -24,7 +24,7 @@ Create an in-memory object for VMPlacementPolicyProperties. ### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell - New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} + New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md index a71d60c04608..3f85f50861d9 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md @@ -25,7 +25,7 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md index 7dd0344488bc..353b83ba64ca 100644 --- a/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/docs/Remove-AzVMwareIscsiPath.md @@ -38,7 +38,7 @@ Delete a IscsiPath in a private cloud ### Example 2: Delete a datastore in a private cloud cluster. ```powershell -Get-AzVMwareIscsiPath -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath +Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath ``` Delete a IscsiPath in a private cloud diff --git a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md index f6e9befc90ac..a26f8132f4d0 100644 --- a/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/docs/Update-AzVMwarePrivateCloud.md @@ -34,7 +34,7 @@ Update a PrivateCloud ### Example 1: Update size of private cloud by name ```powershell -Update-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group -ManagementClusterSize 4 +Update-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group ``` ```output @@ -47,7 +47,7 @@ Update size of private cloud by name ### Example 2: Update size of private cloud ```powershell -Get-AzVMwarePrivateCloud -ResourceGroupName azps_test_group -Name azps_test_cloud | Update-AzVMwarePrivateCloud -ManagementClusterSize 4 +Get-AzVMwarePrivateCloud -ResourceGroupName azps_test_group -Name azps_test_cloud | Update-AzVMwarePrivateCloud ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddon.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddon.md index 4e65325928e7..c4fb5758f0f1 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddon.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddon.md @@ -1,6 +1,6 @@ ### Example 1: Create an addon in a private cloud ```powershell -$data = New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +$data = New-AzVMwareAddonVrPropertyObject -VrsCount 2 New-AzVMwareAddon -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group -Property $data ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md index 1b7b51851942..81feefec697d 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonSrmPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create a local SRM object for the Addon Property parameter ```powershell -New-AzVMwareAddonSrmPropertiesObject -LicenseKey "YourLicenseKeyValue" +New-AzVMwareAddonSrmPropertyObject -LicenseKey "YourLicenseKeyValue" ``` ```output AddonType LicenseKey ProvisioningState diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md index 8873bbb02979..49532a46bb98 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareAddonVrPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create a local VR object for the Addon Property parameter ```powershell -New-AzVMwareAddonVrPropertiesObject -VrsCount 2 +New-AzVMwareAddonVrPropertyObject -VrsCount 2 ``` ```output AddonType ProvisioningState VrsCount diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md index 329999ea57bb..1228dbad29b8 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md @@ -1,6 +1,6 @@ ### Example 1: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} +$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` ```output @@ -13,7 +13,7 @@ Create or update a placement policy in a private cloud cluster ### Example 2: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md index bc8b5c2e2d77..6001f70a5671 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell - New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} + New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} ``` ```output AffinityType : Affinity diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md index db24ec7cc767..3cf8e40d426d 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -New-AzVMwareVmHostPlacementPolicyPropertiesObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} ``` ```output AffinityStrength : diff --git a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md index d25bfcf12975..2f5a04740741 100644 --- a/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md +++ b/src/VMware/VMware.Autorest/examples/Remove-AzVMwareIscsiPath.md @@ -7,7 +7,7 @@ Delete a IscsiPath in a private cloud ### Example 2: Delete a datastore in a private cloud cluster. ```powershell -Get-AzVMwareIscsiPath -ClusterName azps_test_cluster -Name azps_test_datastore -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath +Get-AzVMwareIscsiPath -PrivateCloudName azps_test_cloud -ResourceGroupName azps_test_group | Remove-AzVMwareIscsiPath ``` Delete a IscsiPath in a private cloud \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/Update-AzVMwarePrivateCloud.md b/src/VMware/VMware.Autorest/examples/Update-AzVMwarePrivateCloud.md index 1e03989ef823..e78424903998 100644 --- a/src/VMware/VMware.Autorest/examples/Update-AzVMwarePrivateCloud.md +++ b/src/VMware/VMware.Autorest/examples/Update-AzVMwarePrivateCloud.md @@ -1,6 +1,6 @@ ### Example 1: Update size of private cloud by name ```powershell -Update-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group -ManagementClusterSize 4 +Update-AzVMwarePrivateCloud -Name azps_test_cloud -ResourceGroupName azps_test_group ``` ```output Location Name Type ResourceGroupName @@ -12,7 +12,7 @@ Update size of private cloud by name ### Example 2: Update size of private cloud ```powershell -Get-AzVMwarePrivateCloud -ResourceGroupName azps_test_group -Name azps_test_cloud | Update-AzVMwarePrivateCloud -ManagementClusterSize 4 +Get-AzVMwarePrivateCloud -ResourceGroupName azps_test_group -Name azps_test_cloud | Update-AzVMwarePrivateCloud ``` ```output Location Name Type ResourceGroupName diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index bfeb52782caf..854061e9b2cd 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-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": [ "Fri, 24 May 2024 21:16:28 GMT" ] + "Date": [ "Mon, 27 May 2024 03:07:32 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "2bac7093-7886-4930-bd35-9c384ca5e675" ], + "x-ms-client-request-id": [ "a48e842b-f86d-4660-a3e9-41e103f1cd6b" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:02 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "2bac7093-7886-4930-bd35-9c384ca5e675" ], + "x-ms-client-request-id": [ "a48e842b-f86d-4660-a3e9-41e103f1cd6b" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:02 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons?api-version=2023-09-01+4": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "4f11dea9-853a-466e-a4bb-83dcdf107e90" ], + "x-ms-client-request-id": [ "c3d2c608-6fb8-4bd0-b3ba-06100f66075d" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:02 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/vr?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/addons/vr?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "20f42439-523f-4f97-ae6e-0a2adcc52758" ], + "x-ms-client-request-id": [ "9ce066da-88e3-47ef-927f-bdca6e4bafb0" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:16:59 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:02 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-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": [ "Fri, 24 May 2024 21:16:59 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:02 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "b454b631-7a2d-417c-afcd-14b29727d96d" ], + "x-ms-client-request-id": [ "d8cb5e14-f430-4eaa-9c3e-05e7c09f4cce" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:32 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "b454b631-7a2d-417c-afcd-14b29727d96d" ], + "x-ms-client-request-id": [ "d8cb5e14-f430-4eaa-9c3e-05e7c09f4cce" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:32 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/vr?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/addons/vr?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "79c133e6-214b-484a-bd9b-49bade12727c" ], + "x-ms-client-request-id": [ "ffc8a6e0-dbae-4bcf-92e8-695cab492465" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:17:29 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:32 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 eb6956022105..8dce9c16dc85 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:17:30 GMT" ] + "Date": [ "Mon, 27 May 2024 03:08:35 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+2": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "9fd6c61e-3476-4e6a-b34c-576f03cc7a09" ], + "x-ms-client-request-id": [ "8a13eace-06ca-41e8-979f-9f41f26fd9a1" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:06 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+3": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "9fd6c61e-3476-4e6a-b34c-576f03cc7a09" ], + "x-ms-client-request-id": [ "8a13eace-06ca-41e8-979f-9f41f26fd9a1" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations?api-version=2023-09-01+4": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "09e58e3e-116d-417b-b692-71cd89829ef5" ], + "x-ms-client-request-id": [ "0e4fb827-485c-4b91-9b83-01f79e71a8ff" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "05247bc3-1916-4aaa-bc9e-02830d9b2942" ], + "x-ms-client-request-id": [ "bd0214d6-9cab-4c51-b219-6dc3776ddfff" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:01 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,16 +181,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+2": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "2151bc7a-568d-4649-b399-b217ac5ed161" ], + "x-ms-client-request-id": [ "daca3a74-19c3-443f-a24c-7719e4a0da76" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01+3": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "2151bc7a-568d-4649-b399-b217ac5ed161" ], + "x-ms-client-request-id": [ "daca3a74-19c3-443f-a24c-7719e4a0da76" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,15 +245,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/hqmn0c?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/8kota3?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "045d6ff3-8ff0-4c4d-84e3-528c4cf13adf" ], + "x-ms-client-request-id": [ "9dc7a8e3-e857-4be2-89b0-97c55372d1bd" ], "CommandName": [ "Remove-AzVMwareAuthorization" ], "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 873ef0725904..03e73cac2dff 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:18:31 GMT" ] + "Date": [ "Mon, 27 May 2024 03:09:36 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+2": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "91aeabe7-703f-4323-8994-796b18a792a0" ], + "x-ms-client-request-id": [ "52a9a1d6-c9d8-4120-9f9b-fd02c62ceff2" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,15 +58,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks?api-version=2023-09-01+3": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "2bcda05b-da9d-4561-801c-d9059f566ad7" ], + "x-ms-client-request-id": [ "143719bd-80bd-4d15-931e-f331fe2e7d3c" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/cloudLink1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "7e405773-59e7-4aaa-bae0-23bbf9e33d1d" ], + "x-ms-client-request-id": [ "a44fb5e4-c39d-458c-a452-b01a3fd6b75d" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,11 +122,11 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:02 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,16 +149,16 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+2": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "d0b897eb-166f-4fb7-bed5-c677421aaab6" ], + "x-ms-client-request-id": [ "e039a395-78a7-4be8-921b-fa53ddec52b0" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:38 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,15 +181,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/cloudLinks/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "eba15e2e-9b16-4666-9332-fa56fbddb05f" ], + "x-ms-client-request-id": [ "59f97c87-a700-49f3-9609-10794775f658" ], "CommandName": [ "Remove-AzVMwareCloudLink" ], "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 5a5134ae09d7..30d98f3fece6 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:19:32 GMT" ] + "Date": [ "Mon, 27 May 2024 03:10:38 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "4cf87828-2fee-4018-a6a7-ab5f2f29b116" ], + "x-ms-client-request-id": [ "3f48da58-377b-4503-b9ac-4634e8f9669c" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:09 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "4cf87828-2fee-4018-a6a7-ab5f2f29b116" ], + "x-ms-client-request-id": [ "3f48da58-377b-4503-b9ac-4634e8f9669c" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:09 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters?api-version=2023-09-01+4": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "1302c284-39ec-4fdc-8180-418dc5417fa6" ], + "x-ms-client-request-id": [ "3089b3cc-b2d0-4a7e-9568-b7851edf907f" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:09 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "f0d8b380-499d-4219-9070-db8991161772" ], + "x-ms-client-request-id": [ "30c2b4bc-a24d-43b6-9796-f53c16c9f30f" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:09 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:03 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:09 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "7f022a6e-b16a-4851-9f91-773f256c0831" ], + "x-ms-client-request-id": [ "45d44f3d-5ba8-46db-a4d4-aa3bfe3ee365" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:40 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "7f022a6e-b16a-4851-9f91-773f256c0831" ], + "x-ms-client-request-id": [ "45d44f3d-5ba8-46db-a4d4-aa3bfe3ee365" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:40 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -262,7 +262,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:20:33 GMT" ] + "Date": [ "Mon, 27 May 2024 03:11:40 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "818f4fd8-4c96-4a3d-88d3-020e42bb1546" ], + "x-ms-client-request-id": [ "ba43b77d-726c-444e-a6e9-1ddfcc1f43ff" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:10 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "818f4fd8-4c96-4a3d-88d3-020e42bb1546" ], + "x-ms-client-request-id": [ "ba43b77d-726c-444e-a6e9-1ddfcc1f43ff" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -326,7 +326,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:10 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+4": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-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": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:10 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+5": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "fe76f84f-12ce-485b-8e87-afe52ebb2e05" ], + "x-ms-client-request-id": [ "cec6863a-cf96-42c4-a97c-22593f67d8d3" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -385,7 +385,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:10 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q/clusters/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "6d641800-14a5-4c9b-b8f4-a8bb8b2f3da5" ], + "x-ms-client-request-id": [ "668f18f3-9cea-4e5f-9993-bab905f6c5f5" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:10 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 3d9ae758c6ce..2ce26bc994ac 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-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": [ "Fri, 24 May 2024 21:21:04 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:11 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "f6f9bef6-be51-4e86-9604-034bf713acd6" ], + "x-ms-client-request-id": [ "c402571d-d64e-421c-b454-3039d733ae64" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "f6f9bef6-be51-4e86-9604-034bf713acd6" ], + "x-ms-client-request-id": [ "c402571d-d64e-421c-b454-3039d733ae64" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "6718c88c-5897-4906-98e2-7e1c8407c015" ], + "x-ms-client-request-id": [ "526ba72b-c2e3-45cb-aea4-fc459a2ab039" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "2cb69f78-8930-4490-b776-15730ea8c6bc" ], + "x-ms-client-request-id": [ "a3a01b5f-7c78-407c-9140-760aeb511689" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "16694b44-e944-40c5-9d3f-17ef5e9d0bb2" ], + "x-ms-client-request-id": [ "2ba21794-3ccd-4c5d-816a-ca4d632f2c12" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "1e7a1973-2ee7-4c64-a2ff-e4d03f3c43e0" ], + "x-ms-client-request-id": [ "fc6a4228-353e-436b-8ed7-923e05b7c406" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -207,7 +207,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -225,7 +225,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "18251603-f002-4fe8-9352-8309dc115aef" ], + "x-ms-client-request-id": [ "54635a60-1b8f-4b63-b007-79852bbad58a" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -239,7 +239,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:35 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:42 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 512842554c57..971cf146a41e 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "a9676555-81e5-4a75-89fc-b2b1c5b31645" ], + "x-ms-client-request-id": [ "53201bd2-d5be-4da1-9958-d0dd895685f2" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:36 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:43 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "224f73d9-3c37-4d05-aa04-18705ff9ad6a" ], + "x-ms-client-request-id": [ "ef4f7317-4f9c-472f-be29-584c68f465f7" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:21:36 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:43 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-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": [ "Fri, 24 May 2024 21:21:36 GMT" ] + "Date": [ "Mon, 27 May 2024 03:12:43 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "f2add5f2-3326-4ce4-8d26-5536919dee27" ], + "x-ms-client-request-id": [ "b5d16af5-a056-451d-b530-66204a9ee119" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "f2add5f2-3326-4ce4-8d26-5536919dee27" ], + "x-ms-client-request-id": [ "b5d16af5-a056-451d-b530-66204a9ee119" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections?api-version=2023-09-01+6": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "a3f70bc3-9551-4c50-bbcd-c8823e8b0842" ], + "x-ms-client-request-id": [ "f63aada7-d32d-4044-8aba-5f99ebf33532" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/hqmn0c?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "61fadc6f-02b9-4144-8c24-855f277872ca" ], + "x-ms-client-request-id": [ "68c34e03-6fe0-45f5-abf5-4f329bcc4210" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -208,7 +208,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/authorizations/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "713bc175-f1a1-4dea-9283-9201806fd1fa" ], + "x-ms-client-request-id": [ "d14ab42f-2e51-4b7e-be7b-b292a6e7ec4d" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -240,7 +240,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudj7m9?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "a1cfe41e-5fd3-4e8b-aa97-7d58242a5ebe" ], + "x-ms-client-request-id": [ "8c5d8bac-0368-4d09-9322-20a23ec8a66c" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -272,7 +272,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-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": [ "Fri, 24 May 2024 21:22:06 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:14 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "ef95f352-3897-487d-8857-2b4fc285cc54" ], + "x-ms-client-request-id": [ "8430b8ae-607a-4554-bcb1-1550d9b9f326" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -331,7 +331,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:44 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "ef95f352-3897-487d-8857-2b4fc285cc54" ], + "x-ms-client-request-id": [ "8430b8ae-607a-4554-bcb1-1550d9b9f326" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -363,7 +363,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:44 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/globalReachConnections/elpkca?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "08d33e4b-5228-4607-99ee-138943c67669" ], + "x-ms-client-request-id": [ "13075d61-3723-4de7-8c62-7ffe9d0b05c5" ], "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -395,7 +395,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:44 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 272457b40e5c..3b835eb6fd36 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -7,7 +7,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "2939ef12-07a5-429b-be30-08c55d180888" ], + "x-ms-client-request-id": [ "cc3d4c14-79ef-4100-a3d5-cbc58c776980" ], "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:37 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:44 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 ae27a187642d..071199bc2d2b 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": [ "Fri, 24 May 2024 21:22:38 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:46 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index 0e5c810d58e2..d3da2c2d45e4 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:22:38 GMT" ] + "Date": [ "Mon, 27 May 2024 03:13:46 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "55d80ded-8c08-41c9-90ba-a37f4c032b87" ], + "x-ms-client-request-id": [ "9b0eec99-59fb-411d-bec1-b15b10cab894" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:09 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:16 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "55d80ded-8c08-41c9-90ba-a37f4c032b87" ], + "x-ms-client-request-id": [ "9b0eec99-59fb-411d-bec1-b15b10cab894" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:09 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:16 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+4": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-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": [ "Fri, 24 May 2024 21:23:09 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:16 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "85be8557-495d-4ef2-888c-069eea3fcc60" ], + "x-ms-client-request-id": [ "1f640dcf-c946-4f34-be94-9c098bde41ab" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "85be8557-495d-4ef2-888c-069eea3fcc60" ], + "x-ms-client-request-id": [ "1f640dcf-c946-4f34-be94-9c098bde41ab" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "64ffe9f2-2ecf-4a4a-9e60-20f4e5a5f1b5" ], + "x-ms-client-request-id": [ "fd7dd6f5-8409-43d7-8d6f-c94d30564cb2" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "e00a8d16-a9d2-4821-afee-c7152cd4b055" ], + "x-ms-client-request-id": [ "163e6e68-18eb-4629-9f7c-785de282c727" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-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": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "a11e8974-cd2f-49c0-9680-cb3ee46ce0d3" ], + "x-ms-client-request-id": [ "e0f6318e-5e54-4744-93e9-bf1fc9e921d7" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -321,7 +321,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "85478a79-432d-4913-b9e9-f4ad6fab6fbe" ], + "x-ms-client-request-id": [ "9f7bbc19-3d51-4627-9f07-a083b3702371" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "d1ede119-8fbe-47ae-b6d4-fb3be45019db" ], + "x-ms-client-request-id": [ "79123496-d44d-4bde-93bb-e54d85e01b17" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -384,7 +384,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -402,7 +402,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "ecbfb263-b951-4fa7-b522-b7a2f1e1b6dc" ], + "x-ms-client-request-id": [ "5bfcec9e-4099-4d05-aebe-424e14ad0cae" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:39 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:47 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 ad834678735e..78010d67aecd 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:23:41 GMT" ] + "Date": [ "Mon, 27 May 2024 03:14:48 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "1a93962b-52d4-4c9c-86f2-76502ee377b7" ], + "x-ms-client-request-id": [ "0f99f21f-75b3-4de1-8475-186d334b6793" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "1a93962b-52d4-4c9c-86f2-76502ee377b7" ], + "x-ms-client-request-id": [ "0f99f21f-75b3-4de1-8475-186d334b6793" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -98,7 +98,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "c279bc90-b55a-4b20-99a9-24508c57e7b5" ], + "x-ms-client-request-id": [ "353093b6-f8e4-40c3-a6cb-774eee0c7f33" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/i1dw9l?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "c6e7cb30-fcd2-45d8-9d2d-68a0a2558d30" ], + "x-ms-client-request-id": [ "8b3cf1de-5abd-4145-994c-bc88d530ffaf" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "b3354cb2-0251-4543-b05b-565efbc57516" ], + "x-ms-client-request-id": [ "007bea3b-108d-4bb0-a349-946277b804ee" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:19 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "492d4e30-3b60-484f-a6da-db5048795c65" ], + "x-ms-client-request-id": [ "d9b77184-547f-4924-8296-611f1472ccd2" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:49 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "492d4e30-3b60-484f-a6da-db5048795c65" ], + "x-ms-client-request-id": [ "d9b77184-547f-4924-8296-611f1472ccd2" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -277,15 +277,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -299,7 +299,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -309,10 +309,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -326,7 +326,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:24:41 GMT" ] + "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -336,16 +336,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -358,7 +358,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -368,16 +368,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+4": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "c12634ed-3b95-416d-bbc9-9e184eefca80" ], + "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -390,7 +390,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -400,15 +400,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -422,7 +422,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -432,10 +432,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -449,7 +449,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:11 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -459,16 +459,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -481,7 +481,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -491,16 +491,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01+4": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloud1y8q?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "f1c892de-e54e-4065-a050-5f9b705d2fd9" ], + "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -513,7 +513,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -523,15 +523,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/3r1l6m?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "7a5a49b8-03a3-4c0e-b426-b9ec899bde4d" ], + "x-ms-client-request-id": [ "a8add9fa-3dbe-42ae-8e2f-b1a0885402d7" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -545,7 +545,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:50 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 bcd8b338905f..0d5a86ca5ca8 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/listAdminCredentials?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/listAdminCredentials?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/listAdminCredentials?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/listAdminCredentials?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "fc7fdbb1-eb74-4c93-9f90-c04c3dcf51b7" ], + "x-ms-client-request-id": [ "817ae4df-3ec7-4d42-b3d1-d96a0cea7f9e" ], "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:42 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:50 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 c1188fbf5c8d..7b37ec213d29 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateNsxtPassword?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateNsxtPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateNsxtPassword?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateNsxtPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "89ea4234-e00a-4805-a105-50b63ee582be" ], + "x-ms-client-request-id": [ "7336be8b-7d03-46a0-ae67-54c60b4af4d1" ], "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:43 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:52 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 16fa3a040356..021dbab808e2 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateVcenterPassword?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateVcenterPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/rotateVcenterPassword?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateVcenterPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "98d6d4a0-cc56-4252-8277-70f1f38f1de4" ], + "x-ms-client-request-id": [ "c711ca26-f35b-4269-aaaa-3dfff20e0743" ], "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:43 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:52 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 d8768a5b076a..5b12fd19e79a 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines?api-version=2023-09-01+1": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "b72b1d69-f203-4801-b0bd-6becb057ea27" ], + "x-ms-client-request-id": [ "1e76d7c0-fc3f-4939-b34c-ff0cfc1cfc5b" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:46 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:55 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/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines/vm-209?api-version=2023-09-01+1": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines/vm-209?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupelpkca/providers/Microsoft.AVS/privateClouds/azps_test_cloudhpqj/clusters/i1dw9l/virtualMachines/vm-209?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines/vm-209?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "48ab41f7-89ce-46fd-8eec-4fd1a33e806f" ], + "x-ms-client-request-id": [ "bd7c8526-2f15-4a6e-b449-2c937f87c1fb" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Fri, 24 May 2024 21:25:46 GMT" ] + "Date": [ "Mon, 27 May 2024 03:16:55 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 e3937e594c93..db4ebcb7db4b 100644 --- a/src/VMware/VMware.Autorest/test/env.json +++ b/src/VMware/VMware.Autorest/test/env.json @@ -1,18 +1,18 @@ { - "resourceGroup1": "testgroupelpkca", - "policy1": "policy1", - "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", - "privateCloudName3": "azps_test_cloudj7m9", + "resourceGroup3": "testgroupg38p9a", + "rstr3": "8kota3", + "rstr4": "g38p9a", "policy2": "policy2", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "rstr4": "elpkca", "location1": "centralus", - "rstr1": "i1dw9l", - "resourceGroup3": "testgroupelpkca", - "location2": "westcentralus", - "resourceGroup2": "testgroupelpkca", - "privateCloudName2": "azps_test_cloud1y8q", - "rstr2": "3r1l6m", - "privateCloudName1": "azps_test_cloudhpqj", - "rstr3": "hqmn0c" + "resourceGroup1": "testgroupg38p9a", + "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", + "rstr1": "nr1jsf", + "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceGroup2": "testgroupg38p9a", + "privateCloudName1": "azps_test_cloud1elg", + "privateCloudName2": "azps_test_cloudcu3n", + "privateCloudName3": "azps_test_cloudv60w", + "rstr2": "35mgwj", + "policy1": "policy1", + "location2": "westcentralus" } From 86587603ed1a729b9d8941e8aff4a6b0ee67e797 Mon Sep 17 00:00:00 2001 From: Ana Arias Rosales Date: Mon, 27 May 2024 03:10:41 -0400 Subject: [PATCH 7/7] fix some examples and docs --- ...arePSCredentialExecutionParameterObject.md | 9 +- .../docs/New-AzVMwarePlacementPolicy.md | 4 +- ...iptSecureStringExecutionParameterObject.md | 10 +- ...areScriptStringExecutionParameterObject.md | 6 +- ...AzVMwareVMPlacementPolicyPropertyObject.md | 2 +- ...wareVmHostPlacementPolicyPropertyObject.md | 2 +- ...arePSCredentialExecutionParameterObject.md | 9 +- .../examples/New-AzVMwarePlacementPolicy.md | 4 +- ...iptSecureStringExecutionParameterObject.md | 10 +- ...areScriptStringExecutionParameterObject.md | 6 +- ...AzVMwareVMPlacementPolicyPropertyObject.md | 2 +- ...wareVmHostPlacementPolicyPropertyObject.md | 2 +- .../test/AzVMwareAddon.Recording.json | 68 ++++----- .../test/AzVMwareAuthorization.Recording.json | 68 ++++----- .../test/AzVMwareCloudLink.Recording.json | 56 ++++---- .../test/AzVMwareCluster.Recording.json | 104 +++++++------- .../test/AzVMwareDatastore.Recording.json | 58 ++++---- ...VMwareGlobalReachConnection.Recording.json | 100 ++++++------- ...reLocationQuotaAvailability.Recording.json | 4 +- ...reLocationTrialAvailability.Recording.json | 2 +- .../AzVMwarePlacementPolicy.Recording.json | 96 ++++++------- .../test/AzVMwarePrivateCloud.Recording.json | 132 +++++++++--------- ...PrivateCloudAdminCredential.Recording.json | 8 +- ...arePrivateCloudNsxtPassword.Recording.json | 8 +- ...PrivateCloudVcenterPassword.Recording.json | 8 +- .../AzVMwareVirtualMachine.Recording.json | 16 +-- src/VMware/VMware.Autorest/test/env.json | 28 ++-- 27 files changed, 414 insertions(+), 408 deletions(-) diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md index 3ef8d421c763..790f84796c61 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -24,13 +24,14 @@ Create an in-memory object for PSCredentialExecutionParameter. ### Example 1: Create a local PS Credential Execution object ```powershell -New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" +$mypwd = ConvertTo-SecureString -String "1234" -Force -AsPlainText +New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password $mypwd -Username "usernameValue" ``` ```output -Name Password Type Username ----- -------- ---- -------- -azps_test_credentialvalue passwordValue Credential usernameValue +Name Password Type Username +---- -------- ---- -------- +azps_test_credentialvalue System.Security.SecureString Credential usernameValue ``` Create a local PS Credential Execution object diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md index b932f911b02c..202be534f214 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwarePlacementPolicy.md @@ -46,7 +46,7 @@ Create a PlacementPolicy ### Example 1: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} +$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` @@ -60,7 +60,7 @@ Create or update a placement policy in a private cloud cluster ### Example 2: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 0a64f00b1174..fcd7d16aef43 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -24,13 +24,15 @@ Create an in-memory object for ScriptSecureStringExecutionParameter. ### Example 1: Create a local Script Secure String Execution object ```powershell -New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" +$mypwd = ConvertTo-SecureString -String "1234" -Force -AsPlainText +New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue $mypwd ``` ```output -Name SecureValue Type ----- ----------- ---- -azps_test_securevalue passwordValue SecureValue + +Name SecureValue Type +---- ----------- ---- +azps_test_securevalue System.Security.SecureString SecureValue ``` Create a local Script Secure String Execution object diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md index 441b19a86d01..74000fa1889a 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareScriptStringExecutionParameterObject.md @@ -27,9 +27,9 @@ New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_value -Value "p ``` ```output -Name Value ----- ----------- -azps_test_value passwordValue +Name Type Value +---- ---- ----- +azps_test_value Value passwordValue ``` Create a local Script String Execution object diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md index 426d6b3e6896..697beb8f9b41 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVMPlacementPolicyPropertyObject.md @@ -24,7 +24,7 @@ Create an in-memory object for VMPlacementPolicyProperties. ### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell - New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} + New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"test"="test"} ``` ```output diff --git a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md index 3f85f50861d9..1f609654ee5e 100644 --- a/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/docs/New-AzVMwareVmHostPlacementPolicyPropertyObject.md @@ -25,7 +25,7 @@ Create an in-memory object for VmHostPlacementPolicyProperties. ### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -VMMember @{"test"="test"} ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md index 7414ca16f031..a34070cad73f 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePSCredentialExecutionParameterObject.md @@ -1,11 +1,12 @@ ### Example 1: Create a local PS Credential Execution object ```powershell -New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password "passwordValue" -Username "usernameValue" +$mypwd = ConvertTo-SecureString -String "1234" -Force -AsPlainText +New-AzVMwarePSCredentialExecutionParameterObject -Name azps_test_credentialvalue -Password $mypwd -Username "usernameValue" ``` ```output -Name Password Type Username ----- -------- ---- -------- -azps_test_credentialvalue passwordValue Credential usernameValue +Name Password Type Username +---- -------- ---- -------- +azps_test_credentialvalue System.Security.SecureString Credential usernameValue ``` Create a local PS Credential Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md b/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md index 1228dbad29b8..76084807b38e 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwarePlacementPolicy.md @@ -1,6 +1,6 @@ ### Example 1: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} +$abc = New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` ```output @@ -13,7 +13,7 @@ Create or update a placement policy in a private cloud cluster ### Example 2: Create or update a placement policy in a private cloud cluster ```powershell -$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +$abc = New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -VMMember @{"test"="test"} New-AzVMwarePlacementPolicy -ClusterName cluster1 -Name policy1 -PrivateCloudName cloud1 -ResourceGroupName group1 -Property $abc ``` ```output diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md index 92c3ce00ad68..aa36604ac5fd 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptSecureStringExecutionParameterObject.md @@ -1,11 +1,13 @@ ### Example 1: Create a local Script Secure String Execution object ```powershell -New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue "passwordValue" +$mypwd = ConvertTo-SecureString -String "1234" -Force -AsPlainText +New-AzVMwareScriptSecureStringExecutionParameterObject -Name azps_test_securevalue -SecureValue $mypwd ``` ```output -Name SecureValue Type ----- ----------- ---- -azps_test_securevalue passwordValue SecureValue + +Name SecureValue Type +---- ----------- ---- +azps_test_securevalue System.Security.SecureString SecureValue ``` 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 2a4af6b0f6d6..0f433f4de4d7 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareScriptStringExecutionParameterObject.md @@ -3,9 +3,9 @@ New-AzVMwareScriptStringExecutionParameterObject -Name azps_test_value -Value "passwordValue" ``` ```output -Name Value ----- ----------- -azps_test_value passwordValue +Name Type Value +---- ---- ----- +azps_test_value Value passwordValue ``` Create a local Script String Execution object \ No newline at end of file diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md index 6001f70a5671..c53c168875f4 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVMPlacementPolicyPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for VMPlacementPolicyProperties. ```powershell - New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"} + New-AzVMwareVMPlacementPolicyPropertyObject -AffinityType 'Affinity' -VMMember @{"test"="test"} ``` ```output AffinityType : Affinity diff --git a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md index 3cf8e40d426d..764a706387c4 100644 --- a/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md +++ b/src/VMware/VMware.Autorest/examples/New-AzVMwareVmHostPlacementPolicyPropertyObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for VmHostPlacementPolicyProperties. ```powershell -New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -Type 'VmHost' -VMMember @{"test"="test"} +New-AzVMwareVmHostPlacementPolicyPropertyObject -AffinityType 'AntiAffinity' -HostMember @{"test"="test"} -VMMember @{"test"="test"} ``` ```output AffinityStrength : diff --git a/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json index 854061e9b2cd..0dd7a9f7affd 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-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": [ "Mon, 27 May 2024 03:07:32 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:18 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+2": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "a48e842b-f86d-4660-a3e9-41e103f1cd6b" ], + "x-ms-client-request-id": [ "3d48c545-4f8b-46e6-ab7d-11b6841c3f9e" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:02 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:48 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01+3": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "a48e842b-f86d-4660-a3e9-41e103f1cd6b" ], + "x-ms-client-request-id": [ "3d48c545-4f8b-46e6-ab7d-11b6841c3f9e" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:02 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:48 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons?api-version=2023-09-01+4": { + "AzVMwareAddon+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "c3d2c608-6fb8-4bd0-b3ba-06100f66075d" ], + "x-ms-client-request-id": [ "c2f540f9-3218-44e8-890c-183740d68531" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:02 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:48 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/vr?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/addons/vr?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "9ce066da-88e3-47ef-927f-bdca6e4bafb0" ], + "x-ms-client-request-id": [ "5f659d4b-49fa-438b-84e5-390bd3470250" ], "CommandName": [ "Az.VMware.internal\\Get-AzVMwareAddon" ], "FullCommandName": [ "Get-AzVMwareAddon_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:02 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:48 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-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": [ "Mon, 27 May 2024 03:08:02 GMT" ] + "Date": [ "Mon, 27 May 2024 06:58:48 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+2": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "d8cb5e14-f430-4eaa-9c3e-05e7c09f4cce" ], + "x-ms-client-request-id": [ "3fbe1ed8-8af6-4a93-b1f4-2239df9ed09d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:32 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:19 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01+3": { + "AzVMwareAddon+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/SRM?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/SRM?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "d8cb5e14-f430-4eaa-9c3e-05e7c09f4cce" ], + "x-ms-client-request-id": [ "3fbe1ed8-8af6-4a93-b1f4-2239df9ed09d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwareAddon" ], "FullCommandName": [ "New-AzVMwareAddon_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:32 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:19 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/vr?api-version=2023-09-01+1": { + "AzVMwareAddon+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/vr?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/addons/vr?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/addons/vr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "ffc8a6e0-dbae-4bcf-92e8-695cab492465" ], + "x-ms-client-request-id": [ "25cb4cea-37c8-4a92-8979-ddb69ccd1cf3" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwareAddon" ], "FullCommandName": [ "Remove-AzVMwareAddon_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:32 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:19 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 8dce9c16dc85..d4768c957e4a 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:08:35 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:20 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+2": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "8a13eace-06ca-41e8-979f-9f41f26fd9a1" ], + "x-ms-client-request-id": [ "695a6678-63cb-47fd-b87e-1234dd2d65ba" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:50 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+3": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "8a13eace-06ca-41e8-979f-9f41f26fd9a1" ], + "x-ms-client-request-id": [ "695a6678-63cb-47fd-b87e-1234dd2d65ba" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations?api-version=2023-09-01+4": { + "AzVMwareAuthorization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "0e4fb827-485c-4b91-9b83-01f79e71a8ff" ], + "x-ms-client-request-id": [ "a25f6f3f-7d1c-49d3-bab2-1e12089da8d7" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,15 +122,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "bd0214d6-9cab-4c51-b219-6dc3776ddfff" ], + "x-ms-client-request-id": [ "cc8f3741-ab36-4bd2-af51-3672b5f39746" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -154,10 +154,10 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01", "Content": "{\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:06 GMT" ] + "Date": [ "Mon, 27 May 2024 06:59:50 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,16 +181,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+2": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "daca3a74-19c3-443f-a24c-7719e4a0da76" ], + "x-ms-client-request-id": [ "f6a33965-4606-436b-be08-ddf4871c69fd" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -213,16 +213,16 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01+3": { + "AzVMwareAuthorization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w/authorizations/authorization1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn/authorizations/authorization1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "daca3a74-19c3-443f-a24c-7719e4a0da76" ], + "x-ms-client-request-id": [ "f6a33965-4606-436b-be08-ddf4871c69fd" ], "CommandName": [ "New-AzVMwareAuthorization" ], "FullCommandName": [ "New-AzVMwareAuthorization_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -245,15 +245,15 @@ "isContentBase64": false } }, - "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/8kota3?api-version=2023-09-01+1": { + "AzVMwareAuthorization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/26fqx9?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "9dc7a8e3-e857-4be2-89b0-97c55372d1bd" ], + "x-ms-client-request-id": [ "7a61b8b4-1503-49af-bbf5-bb10b1c25d76" ], "CommandName": [ "Remove-AzVMwareAuthorization" ], "FullCommandName": [ "Remove-AzVMwareAuthorization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json index 03e73cac2dff..037d949795a4 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:09:36 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:21 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+2": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "52a9a1d6-c9d8-4120-9f9b-fd02c62ceff2" ], + "x-ms-client-request-id": [ "b80dc7ca-8e3d-46f3-9e1c-5a476420760e" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -58,15 +58,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks?api-version=2023-09-01+3": { + "AzVMwareCloudLink+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "143719bd-80bd-4d15-931e-f331fe2e7d3c" ], + "x-ms-client-request-id": [ "6a4d6a4b-c974-481f-b580-1c30376e771d" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -90,15 +90,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/cloudLink1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/cloudLink1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "a44fb5e4-c39d-458c-a452-b01a3fd6b75d" ], + "x-ms-client-request-id": [ "225e58e3-f0f8-4c4c-b511-edc01ec5b94d" ], "CommandName": [ "Get-AzVMwareCloudLink" ], "FullCommandName": [ "Get-AzVMwareCloudLink_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -122,11 +122,11 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", - "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01", + "Content": "{\r\n \"properties\": {\r\n \"linkedCloud\": \"/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:08 GMT" ] + "Date": [ "Mon, 27 May 2024 07:00:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,16 +149,16 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+2": { + "AzVMwareCloudLink+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "e039a395-78a7-4be8-921b-fa53ddec52b0" ], + "x-ms-client-request-id": [ "b1b4a895-4cef-4cf6-b2e4-81122edae86d" ], "CommandName": [ "New-AzVMwareCloudLink" ], "FullCommandName": [ "New-AzVMwareCloudLink_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:38 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:22 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -181,15 +181,15 @@ "isContentBase64": false } }, - "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01+1": { + "AzVMwareCloudLink+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/cloudLinks/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/cloudLinks/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "59f97c87-a700-49f3-9609-10794775f658" ], + "x-ms-client-request-id": [ "b1a40e69-01c4-4632-9b67-7fe4f1dd2210" ], "CommandName": [ "Remove-AzVMwareCloudLink" ], "FullCommandName": [ "Remove-AzVMwareCloudLink_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:38 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:22 GMT" ] }, "ContentHeaders": { "Content-Length": [ "0" ] diff --git a/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json index 30d98f3fece6..102dbccd0208 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:10:38 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:22 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "3f48da58-377b-4503-b9ac-4634e8f9669c" ], + "x-ms-client-request-id": [ "723f72aa-487d-4154-bee9-c14e5271ab37" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:09 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "3f48da58-377b-4503-b9ac-4634e8f9669c" ], + "x-ms-client-request-id": [ "723f72aa-487d-4154-bee9-c14e5271ab37" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:09 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters?api-version=2023-09-01+4": { + "AzVMwareCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "3089b3cc-b2d0-4a7e-9568-b7851edf907f" ], + "x-ms-client-request-id": [ "3d0e1c64-35f2-49f7-b681-40a498303387" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:09 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "30c2b4bc-a24d-43b6-9796-f53c16c9f30f" ], + "x-ms-client-request-id": [ "2322d753-9829-443d-8248-1f48c23f7d6a" ], "CommandName": [ "Get-AzVMwareCluster" ], "FullCommandName": [ "Get-AzVMwareCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:09 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:09 GMT" ] + "Date": [ "Mon, 27 May 2024 07:01:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "45d44f3d-5ba8-46db-a4d4-aa3bfe3ee365" ], + "x-ms-client-request-id": [ "9c76207d-03b3-4ea5-af53-409fbac01d25" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:40 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:23 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "45d44f3d-5ba8-46db-a4d4-aa3bfe3ee365" ], + "x-ms-client-request-id": [ "9c76207d-03b3-4ea5-af53-409fbac01d25" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:40 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:23 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -262,7 +262,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:11:40 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:23 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+2": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "ba43b77d-726c-444e-a6e9-1ddfcc1f43ff" ], + "x-ms-client-request-id": [ "b06ce854-ea4f-4474-8955-7d1e06723846" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:10 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+3": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "ba43b77d-726c-444e-a6e9-1ddfcc1f43ff" ], + "x-ms-client-request-id": [ "b06ce854-ea4f-4474-8955-7d1e06723846" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -326,7 +326,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:10 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+4": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-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": [ "Mon, 27 May 2024 03:12:10 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+5": { + "AzVMwareCluster+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "cec6863a-cf96-42c4-a97c-22593f67d8d3" ], + "x-ms-client-request-id": [ "f50c3232-2596-472a-acb0-cd7de41344af" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -385,7 +385,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:10 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01+1": { + "AzVMwareCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n/clusters/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98/clusters/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "668f18f3-9cea-4e5f-9993-bab905f6c5f5" ], + "x-ms-client-request-id": [ "d54489c9-c185-46a2-b0db-192c81bf22ec" ], "CommandName": [ "Remove-AzVMwareCluster" ], "FullCommandName": [ "Remove-AzVMwareCluster_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:10 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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 2ce26bc994ac..a71738d73701 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-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": [ "Mon, 27 May 2024 03:12:11 GMT" ] + "Date": [ "Mon, 27 May 2024 07:02:53 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+2": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "c402571d-d64e-421c-b454-3039d733ae64" ], + "x-ms-client-request-id": [ "3ff2e4e5-dbae-4d3b-b8f7-58949902fb11" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+3": { + "Get-AzVMwareDatastore+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "c402571d-d64e-421c-b454-3039d733ae64" ], + "x-ms-client-request-id": [ "3ff2e4e5-dbae-4d3b-b8f7-58949902fb11" ], "CommandName": [ "New-AzVMwareDatastore" ], "FullCommandName": [ "New-AzVMwareDatastore_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "526ba72b-c2e3-45cb-aea4-fc459a2ab039" ], + "x-ms-client-request-id": [ "839b20c5-ab83-470a-95ea-22e9a1b21572" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "a3a01b5f-7c78-407c-9140-760aeb511689" ], + "x-ms-client-request-id": [ "3f7be4cb-a468-4451-97ce-2ab3278956d3" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "2ba21794-3ccd-4c5d-816a-ca4d632f2c12" ], + "x-ms-client-request-id": [ "43dcb58f-a948-49a7-89db-d68fcd3c5fc4" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01+1": { + "Get-AzVMwareDatastore+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/datastores/datastore1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/datastores/datastore1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "fc6a4228-353e-436b-8ed7-923e05b7c406" ], + "x-ms-client-request-id": [ "6bbe0f16-2f27-4b1e-a45b-324bfd5b6e98" ], "CommandName": [ "Get-AzVMwareDatastore" ], "FullCommandName": [ "Get-AzVMwareDatastore_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -207,7 +207,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -225,7 +225,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "54635a60-1b8f-4b63-b007-79852bbad58a" ], + "x-ms-client-request-id": [ "2ebca9b9-f9dc-4fa6-9fe8-046572841469" ], "CommandName": [ "Remove-AzVMwareDatastore" ], "FullCommandName": [ "Remove-AzVMwareDatastore_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -239,7 +239,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:42 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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 971cf146a41e..3ff3b53fed91 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "53201bd2-d5be-4da1-9958-d0dd895685f2" ], + "x-ms-client-request-id": [ "dc73934b-fdfb-4aba-942f-80b8ac931a05" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:43 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "ef4f7317-4f9c-472f-be29-584c68f465f7" ], + "x-ms-client-request-id": [ "1a54f132-157f-4cec-aab4-02b84f4ddf32" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:12:43 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-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": [ "Mon, 27 May 2024 03:12:43 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:24 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "b5d16af5-a056-451d-b530-66204a9ee119" ], + "x-ms-client-request-id": [ "2484e09e-e7b7-4808-a38e-448205f573ea" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "b5d16af5-a056-451d-b530-66204a9ee119" ], + "x-ms-client-request-id": [ "2484e09e-e7b7-4808-a38e-448205f573ea" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections?api-version=2023-09-01+6": { + "AzVMwareGlobalReachConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "f63aada7-d32d-4044-8aba-5f99ebf33532" ], + "x-ms-client-request-id": [ "f467323f-84f2-4e4c-9a7a-eca1fdb1d587" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/8kota3?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/26fqx9?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "68c34e03-6fe0-45f5-abf5-4f329bcc4210" ], + "x-ms-client-request-id": [ "261934a7-efb2-49be-b050-381a278f96eb" ], "CommandName": [ "Get-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Get-AzVMwareGlobalReachConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -208,7 +208,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/authorizations/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/authorizations/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "d14ab42f-2e51-4b7e-be7b-b292a6e7ec4d" ], + "x-ms-client-request-id": [ "e2c7fb8f-88c2-40df-adaf-357fd9cf0f83" ], "CommandName": [ "Get-AzVMwareAuthorization" ], "FullCommandName": [ "Get-AzVMwareAuthorization_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -240,7 +240,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01+2": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudv60w?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudkojn?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "8c5d8bac-0368-4d09-9322-20a23ec8a66c" ], + "x-ms-client-request-id": [ "f88b1908-2ae8-41a5-87d6-ff4fa42668bf" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -272,7 +272,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+3": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-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": [ "Mon, 27 May 2024 03:13:14 GMT" ] + "Date": [ "Mon, 27 May 2024 07:03:55 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+4": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "8430b8ae-607a-4554-bcb1-1550d9b9f326" ], + "x-ms-client-request-id": [ "c9d00c7d-7ada-4244-ae86-83473037dc29" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -331,7 +331,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:44 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:25 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+5": { + "AzVMwareGlobalReachConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "8430b8ae-607a-4554-bcb1-1550d9b9f326" ], + "x-ms-client-request-id": [ "c9d00c7d-7ada-4244-ae86-83473037dc29" ], "CommandName": [ "New-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "New-AzVMwareGlobalReachConnection_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -363,7 +363,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:44 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:25 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01+1": { + "AzVMwareGlobalReachConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/globalReachConnections/g38p9a?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/globalReachConnections/ob3cse?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "13075d61-3723-4de7-8c62-7ffe9d0b05c5" ], + "x-ms-client-request-id": [ "93136850-46c0-4411-8411-d8d744e5de93" ], "CommandName": [ "Remove-AzVMwareGlobalReachConnection" ], "FullCommandName": [ "Remove-AzVMwareGlobalReachConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -395,7 +395,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:44 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:25 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 3b835eb6fd36..8e995a1a9e0c 100644 --- a/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json +++ b/src/VMware/VMware.Autorest/test/AzVMwareLocationQuotaAvailability.Recording.json @@ -7,7 +7,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "cc3d4c14-79ef-4100-a3d5-cbc58c776980" ], + "x-ms-client-request-id": [ "bcceb8ab-df30-466b-8857-e8993e4c1663" ], "CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ], "FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:44 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:25 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 071199bc2d2b..4b3fddf4ceaa 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": [ "Mon, 27 May 2024 03:13:46 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:25 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], diff --git a/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json b/src/VMware/VMware.Autorest/test/AzVMwarePlacementPolicy.Recording.json index d3da2c2d45e4..f4824b7ecbb4 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": "{\r\n \"properties\": {\r\n \"clusterSize\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:13:46 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+2": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "9b0eec99-59fb-411d-bec1-b15b10cab894" ], + "x-ms-client-request-id": [ "1292db29-85d4-4e37-89db-ad79aa392782" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:16 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:57 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01+3": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "9b0eec99-59fb-411d-bec1-b15b10cab894" ], + "x-ms-client-request-id": [ "1292db29-85d4-4e37-89db-ad79aa392782" ], "CommandName": [ "New-AzVMwareCluster" ], "FullCommandName": [ "New-AzVMwareCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:16 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:57 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+4": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-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": [ "Mon, 27 May 2024 03:14:16 GMT" ] + "Date": [ "Mon, 27 May 2024 07:04:57 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+5": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "1f640dcf-c946-4f34-be94-9c098bde41ab" ], + "x-ms-client-request-id": [ "d31d8140-9379-4c4f-bd7e-408b1a7775c9" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -139,7 +139,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+6": { + "AzVMwarePlacementPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "1f640dcf-c946-4f34-be94-9c098bde41ab" ], + "x-ms-client-request-id": [ "d31d8140-9379-4c4f-bd7e-408b1a7775c9" ], "CommandName": [ "New-AzVMwarePlacementPolicy" ], "FullCommandName": [ "New-AzVMwarePlacementPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -171,7 +171,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "fd7dd6f5-8409-43d7-8d6f-c94d30564cb2" ], + "x-ms-client-request-id": [ "da45c84c-7a6e-4955-8c51-2de6b66441e2" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "163e6e68-18eb-4629-9f7c-785de282c727" ], + "x-ms-client-request-id": [ "fb2a3470-7453-44a3-b517-0a5939fe41fb" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-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": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "e0f6318e-5e54-4744-93e9-bf1fc9e921d7" ], + "x-ms-client-request-id": [ "a1a5cbe6-535d-457b-b2f2-29670df5c0f4" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -294,7 +294,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -321,7 +321,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "9f7bbc19-3d51-4627-9f07-a083b3702371" ], + "x-ms-client-request-id": [ "5b0f2193-97f8-4395-8266-0aef86f85f54" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -353,7 +353,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01+1": { + "AzVMwarePlacementPolicy+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/placementPolicies/policy1?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/placementPolicies/policy1?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "79123496-d44d-4bde-93bb-e54d85e01b17" ], + "x-ms-client-request-id": [ "4aa447f5-f0c4-48b6-93b5-6637f1e9c8e6" ], "CommandName": [ "Get-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Get-AzVMwarePlacementPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -384,7 +384,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -402,7 +402,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "5bfcec9e-4099-4d05-aebe-424e14ad0cae" ], + "x-ms-client-request-id": [ "bc799a45-71e9-41f9-ba64-97183a7508fd" ], "CommandName": [ "Remove-AzVMwarePlacementPolicy" ], "FullCommandName": [ "Remove-AzVMwarePlacementPolicy_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,7 +416,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:47 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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 78010d67aecd..39b53d5f272b 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List1+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av36\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -16,7 +16,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:14:48 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:27 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "0f99f21f-75b3-4de1-8475-186d334b6793" ], + "x-ms-client-request-id": [ "a578e8cb-1fce-4cd2-b8a5-192239d5b9bc" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -48,7 +48,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "0f99f21f-75b3-4de1-8475-186d334b6793" ], + "x-ms-client-request-id": [ "a578e8cb-1fce-4cd2-b8a5-192239d5b9bc" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -80,7 +80,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -98,7 +98,7 @@ "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "353093b6-f8e4-40c3-a6cb-774eee0c7f33" ], + "x-ms-client-request-id": [ "144b24ca-fe92-4e84-849e-f881dceaf28f" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -112,7 +112,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/nr1jsf?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/z5ydkq?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "8b3cf1de-5abd-4145-994c-bc88d530ffaf" ], + "x-ms-client-request-id": [ "ae683227-dab5-4250-a04f-a442608f96e0" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -144,7 +144,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "007bea3b-108d-4bb0-a349-946277b804ee" ], + "x-ms-client-request-id": [ "ef8d8442-c573-476f-b912-ade20fc16d2d" ], "CommandName": [ "Get-AzVMwarePrivateCloud" ], "FullCommandName": [ "Get-AzVMwarePrivateCloud_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -176,7 +176,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 3\r\n },\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"av20\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -203,7 +203,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:19 GMT" ] + "Date": [ "Mon, 27 May 2024 07:05:58 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "d9b77184-547f-4924-8296-611f1472ccd2" ], + "x-ms-client-request-id": [ "f58c4cfc-a818-487b-8e7e-0f249451d13d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -235,7 +235,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:29 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "d9b77184-547f-4924-8296-611f1472ccd2" ], + "x-ms-client-request-id": [ "f58c4cfc-a818-487b-8e7e-0f249451d13d" ], "CommandName": [ "Az.VMware.internal\\New-AzVMwarePrivateCloud" ], "FullCommandName": [ "New-AzVMwarePrivateCloud_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -267,7 +267,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:29 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -277,15 +277,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], + "x-ms-client-request-id": [ "7a0d4424-200a-4ee4-b985-abe23c08619c" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -299,7 +299,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:29 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -309,10 +309,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -326,7 +326,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:15:49 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:29 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -336,16 +336,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], + "x-ms-client-request-id": [ "7a0d4424-200a-4ee4-b985-abe23c08619c" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -358,7 +358,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -368,16 +368,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+4": { + "AzVMwarePrivateCloud+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "8fe2b4f6-6b76-4678-847b-c666382900b6" ], + "x-ms-client-request-id": [ "7a0d4424-200a-4ee4-b985-abe23c08619c" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -390,7 +390,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -400,15 +400,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], + "x-ms-client-request-id": [ "cb67ff0a-55d0-420f-b91d-cdb366efe60d" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -422,7 +422,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -432,10 +432,10 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+2": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01", "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"managementCluster\": {\r\n \"clusterSize\": 4,\r\n \"hosts\": [ \"fakehost18.nyc1.kubernetes.center\", \"fakehost19.nyc1.kubernetes.center\", \"fakehost20.nyc1.kubernetes.center\", \"fakehost21.nyc1.kubernetes.center\" ]\r\n },\r\n \"availability\": {\r\n \"strategy\": \"SingleZone\",\r\n \"zone\": 1\r\n },\r\n \"encryption\": {\r\n \"keyVaultProperties\": {\r\n \"keyName\": \"keyname1\",\r\n \"keyVersion\": \"ver1.0\",\r\n \"keyVaultUrl\": \"https://keyvault1-kmip-kvault.vault.azure.net/\"\r\n },\r\n \"status\": \"Enabled\"\r\n },\r\n \"internet\": \"Disabled\",\r\n \"identitySources\": [\r\n {\r\n \"name\": \"group1\",\r\n \"alias\": \"groupAlias\",\r\n \"domain\": \"domain1\",\r\n \"baseUserDN\": \"ou=baseUser\",\r\n \"baseGroupDN\": \"ou=baseGroup\",\r\n \"primaryServer\": \"ldaps://1.1.1.1:636/\",\r\n \"secondaryServer\": \"ldaps://1.1.1.2:636/\",\r\n \"ssl\": \"Enabled\"\r\n }\r\n ],\r\n \"networkBlock\": \"192.168.48.0/22\"\r\n },\r\n \"sku\": {\r\n \"name\": \"AV36\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -449,7 +449,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:20 GMT" ] + "Date": [ "Mon, 27 May 2024 07:06:59 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -459,16 +459,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+3": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], + "x-ms-client-request-id": [ "cb67ff0a-55d0-420f-b91d-cdb366efe60d" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -481,7 +481,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -491,16 +491,16 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01+4": { + "AzVMwarePrivateCloud+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloudcu3n?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbo98?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "389b93b2-7f03-4a08-a75d-1193a83852d9" ], + "x-ms-client-request-id": [ "cb67ff0a-55d0-420f-b91d-cdb366efe60d" ], "CommandName": [ "Update-AzVMwarePrivateCloud" ], "FullCommandName": [ "Update-AzVMwarePrivateCloud_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -513,7 +513,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:30 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -523,15 +523,15 @@ "isContentBase64": false } }, - "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01+1": { + "AzVMwarePrivateCloud+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/35mgwj?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/0vmczr?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "a8add9fa-3dbe-42ae-8e2f-b1a0885402d7" ], + "x-ms-client-request-id": [ "6c3e65af-8234-4da2-ba9f-5915f5600995" ], "CommandName": [ "Az.VMware.internal\\Remove-AzVMwarePrivateCloud" ], "FullCommandName": [ "Remove-AzVMwarePrivateCloud_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -545,7 +545,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:30 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 0d5a86ca5ca8..8acb2bf52c4d 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/listAdminCredentials?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudAdminCredential+[NoContext]+List+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/listAdminCredentials?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/listAdminCredentials?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/listAdminCredentials?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "817ae4df-3ec7-4d42-b3d1-d96a0cea7f9e" ], + "x-ms-client-request-id": [ "654b3ef2-0118-4bf5-aa06-763f8c57288c" ], "CommandName": [ "Get-AzVMwarePrivateCloudAdminCredential" ], "FullCommandName": [ "Get-AzVMwarePrivateCloudAdminCredential_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:50 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:30 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 7b37ec213d29..da63e020396f 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateNsxtPassword?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudNsxtPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/rotateNsxtPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateNsxtPassword?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/rotateNsxtPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "7336be8b-7d03-46a0-ae67-54c60b4af4d1" ], + "x-ms-client-request-id": [ "4aee2e7d-0d64-405e-9a41-e3f90ba5b3f3" ], "CommandName": [ "New-AzVMwarePrivateCloudNsxtPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudNsxtPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:52 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:30 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 021dbab808e2..47461de1315d 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateVcenterPassword?api-version=2023-09-01+1": { + "AzVMwarePrivateCloudVcenterPassword+[NoContext]+Rotate+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/rotateVcenterPassword?api-version=2023-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/rotateVcenterPassword?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/rotateVcenterPassword?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "c711ca26-f35b-4269-aaaa-3dfff20e0743" ], + "x-ms-client-request-id": [ "45659d04-ef9e-48bc-83af-39db5d48e2c6" ], "CommandName": [ "New-AzVMwarePrivateCloudVcenterPassword" ], "FullCommandName": [ "New-AzVMwarePrivateCloudVcenterPassword_Rotate" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 204, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:52 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:31 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 5b12fd19e79a..0d91595182c0 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines?api-version=2023-09-01+1": { + "AzVMwareVirtualMachine+[NoContext]+List+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/virtualMachines?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/virtualMachines?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "1e76d7c0-fc3f-4939-b34c-ff0cfc1cfc5b" ], + "x-ms-client-request-id": [ "5b504176-5ffe-4937-b9c6-e116a788f578" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,7 +21,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:55 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:32 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/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines/vm-209?api-version=2023-09-01+1": { + "AzVMwareVirtualMachine+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/virtualMachines/vm-209?api-version=2023-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupg38p9a/providers/Microsoft.AVS/privateClouds/azps_test_cloud1elg/clusters/nr1jsf/virtualMachines/vm-209?api-version=2023-09-01", + "RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/resourceGroups/testgroupob3cse/providers/Microsoft.AVS/privateClouds/azps_test_cloudbe0c/clusters/z5ydkq/virtualMachines/vm-209?api-version=2023-09-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "bd7c8526-2f15-4a6e-b449-2c937f87c1fb" ], + "x-ms-client-request-id": [ "99d42ef9-6bd0-425c-94ee-f356db284741" ], "CommandName": [ "Get-AzVMwareVirtualMachine" ], "FullCommandName": [ "Get-AzVMwareVirtualMachine_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -53,7 +53,7 @@ "StatusCode": 200, "Headers": { "Server": [ "Rocket" ], - "Date": [ "Mon, 27 May 2024 03:16:55 GMT" ] + "Date": [ "Mon, 27 May 2024 07:07:32 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 db4ebcb7db4b..b24301382490 100644 --- a/src/VMware/VMware.Autorest/test/env.json +++ b/src/VMware/VMware.Autorest/test/env.json @@ -1,18 +1,18 @@ { - "resourceGroup3": "testgroupg38p9a", - "rstr3": "8kota3", - "rstr4": "g38p9a", + "policy1": "policy1", + "privateCloudName3": "azps_test_cloudkojn", + "rstr2": "0vmczr", + "privateCloudName1": "azps_test_cloudbe0c", + "rstr3": "26fqx9", + "privateCloudName2": "azps_test_cloudbo98", + "location2": "westcentralus", + "resourceGroup3": "testgroupob3cse", + "rstr4": "ob3cse", + "rstr1": "z5ydkq", "policy2": "policy2", - "location1": "centralus", - "resourceGroup1": "testgroupg38p9a", - "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", - "rstr1": "nr1jsf", "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "resourceGroup2": "testgroupg38p9a", - "privateCloudName1": "azps_test_cloud1elg", - "privateCloudName2": "azps_test_cloudcu3n", - "privateCloudName3": "azps_test_cloudv60w", - "rstr2": "35mgwj", - "policy1": "policy1", - "location2": "westcentralus" + "SubscriptionId": "cef41485-ad1e-4cc3-a652-4c2620b8a2d0", + "resourceGroup2": "testgroupob3cse", + "resourceGroup1": "testgroupob3cse", + "location1": "centralus" }