Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions src/VMware/VMware.Autorest/docs/New-AzVMwareCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@ Create a cluster in a private cloud

### CreateExpanded (Default)
```
New-AzVMwareCluster -Name <String> -PrivateCloudName <String> -ResourceGroupName <String> -SkuName <String>
[-SubscriptionId <String>] [-ClusterSize <Int32>] [-PropertiesHost <String[]>] [-DefaultProfile <PSObject>]
[-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
New-AzVMwareCluster -Name <String> -PrivateCloudName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-ClusterSize <Int32>] [-PropertiesHost <String[]>] [-SkuName <String>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
```

### CreateViaIdentityExpanded
```
New-AzVMwareCluster -InputObject <IVMwareIdentity> -SkuName <String> [-ClusterSize <Int32>]
[-PropertiesHost <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
[<CommonParameters>]
New-AzVMwareCluster -InputObject <IVMwareIdentity> [-ClusterSize <Int32>] [-PropertiesHost <String[]>]
[-SkuName <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
```

### CreateViaIdentityPrivateCloudExpanded
```
New-AzVMwareCluster -Name <String> -PrivateCloudInputObject <IVMwareIdentity> -SkuName <String>
[-ClusterSize <Int32>] [-PropertiesHost <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-Confirm] [-WhatIf] [<CommonParameters>]
New-AzVMwareCluster -Name <String> -PrivateCloudInputObject <IVMwareIdentity> [-ClusterSize <Int32>]
[-PropertiesHost <String[]>] [-SkuName <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm]
[-WhatIf] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -215,7 +214,7 @@ Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Return trial status for subscription by region
## SYNTAX

```
Test-AzVMwareLocationTrialAvailability -Location <String> -Name <String> [-SubscriptionId <String>]
Test-AzVMwareLocationTrialAvailability -Location <String> [-SubscriptionId <String>] [-Name <String>]
[-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
```

Expand Down Expand Up @@ -76,7 +76,7 @@ Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Expand Down
206 changes: 67 additions & 139 deletions src/VMware/VMware.Autorest/test/AzVMwareAddon.Recording.json

Large diffs are not rendered by default.

545 changes: 220 additions & 325 deletions src/VMware/VMware.Autorest/test/AzVMwareAuthorization.Recording.json

Large diffs are not rendered by default.

5,703 changes: 181 additions & 5,522 deletions src/VMware/VMware.Autorest/test/AzVMwareCloudLink.Recording.json

Large diffs are not rendered by default.

226 changes: 112 additions & 114 deletions src/VMware/VMware.Autorest/test/AzVMwareCluster.Recording.json

Large diffs are not rendered by default.

133 changes: 64 additions & 69 deletions src/VMware/VMware.Autorest/test/AzVMwareDatastore.Recording.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,42 +1,34 @@
{
"AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/canadacentral/checkQuotaAvailability?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "1" ],
"x-ms-client-request-id": [ "fa0cec7c-8a25-412d-aa28-ffcf68f9941c" ],
"CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ],
"FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ],
"ParameterSetName": [ "__AllParameterSets" ],
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
"AzVMwareLocationQuotaAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://localhost/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/westcentralus/checkQuotaAvailability?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "59" ],
"x-ms-client-request-id": [ "bcdf9051-13cc-435a-bf47-2bc1571ae3dd" ],
"CommandName": [ "Test-AzVMwareLocationQuotaAvailability" ],
"FullCommandName": [ "Test-AzVMwareLocationQuotaAvailability_Check" ],
"ParameterSetName": [ "__AllParameterSets" ],
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.9", "Az.VMware/0.4.0" ],
"Authorization": [ "[Filtered]" ]
},
"Response": {
"StatusCode": 200,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
"x-ms-request-id": [ "14715dd3-1a1c-4cf2-9541-ca0af4e5a1b7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"x-ms-correlation-request-id": [ "b69540d3-f3b8-43e5-afde-efa8432da8b3" ],
"x-ms-routing-request-id": [ "EASTUS:20231221T164555Z:b69540d3-f3b8-43e5-afde-efa8432da8b3" ],
"X-Content-Type-Options": [ "nosniff" ],
"Date": [ "Thu, 21 Dec 2023 16:45:55 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "83" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
"Content": "{\"hostsRemaining\":{\"av64\":0,\"gp\":0,\"he\":0,\"he2\":1,\"hv\":0},\"quotaEnabled\":\"Enabled\"}",
"isContentBase64": false
"ContentHeaders": {
}
},
"Response": {
"StatusCode": 200,
"Headers": {
"Server": [ "Rocket" ],
"Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ]
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
"Content-Length": [ "65" ]
},
"Content": "{\"hostsRemaining\":{\"AV20\":0,\"AV36\":999},\"quotaEnabled\":\"Enabled\"}",
"isContentBase64": false
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,37 +1,29 @@
{
"AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/33b83be5-faf7-42ea-a712-320a5f9dd111/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01",
"Content": "{\r\n \"name\": \"av36\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
"Content-Length": [ "22" ]
}
"AzVMwareLocationTrialAvailability+[NoContext]+Check+$POST+https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/cef41485-ad1e-4cc3-a652-4c2620b8a2d0/providers/Microsoft.AVS/locations/eastus2/checkTrialAvailability?api-version=2023-03-01",
"Content": "{\r\n \"name\": \"av36\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"Response": {
"StatusCode": 200,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
"x-ms-request-id": [ "60327107-8c3c-415a-9f6c-4a64b4f751c1" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"x-ms-correlation-request-id": [ "167c4a26-12d7-43e0-9eaf-ac577762c477" ],
"x-ms-routing-request-id": [ "EASTUS:20231221T164724Z:167c4a26-12d7-43e0-9eaf-ac577762c477" ],
"X-Content-Type-Options": [ "nosniff" ],
"Date": [ "Thu, 21 Dec 2023 16:47:23 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "45" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
"Content": "{\"availableHosts\":0,\"status\":\"TrialDisabled\"}",
"isContentBase64": false
"ContentHeaders": {
"Content-Type": [ "application/json" ],
"Content-Length": [ "22" ]
}
},
"Response": {
"StatusCode": 200,
"Headers": {
"Server": [ "Rocket" ],
"Date": [ "Thu, 11 Jan 2024 23:07:10 GMT" ]
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
"Content-Length": [ "46" ]
},
"Content": "{\"status\":\"TrialAvailable\",\"availableHosts\":4}",
"isContentBase64": false
}
}
}
}
Loading