Skip to content

Commit ffc410c

Browse files
Az VMware Powershell Version new 2024-09-01 (#27955)
Co-authored-by: Copilot <[email protected]>
1 parent a82eb74 commit ffc410c

File tree

104 files changed

+5816
-681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+5816
-681
lines changed

src/VMware/VMware.Autorest/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.7.2")]
2424
[assembly: System.Reflection.AssemblyVersionAttribute("0.7.2")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26-
[assembly: System.CLSCompliantAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/VMware/VMware.Autorest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ In this directory, run AutoRest:
4444
> see https://aka.ms/autorest
4545
4646
``` yaml
47-
commit: f1546dc981fa5d164d7ecd13588520457462c22c
47+
commit: a8db86234cec7d3f4f6139db0230f22f234af675
4848
require:
4949
- $(this-folder)/../../readme.azure.noprofile.md
5050
input-file:
51-
- $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-09-01/vmware.json
51+
- $(repo)/specification/vmware/resource-manager/Microsoft.AVS/stable/2024-09-01/vmware.json
5252

5353
module-version: 0.4.0
5454
title: VMware

src/VMware/VMware.Autorest/UX/Microsoft.AVS/locations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "locations",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-authorizations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/authorizations",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-cloudLinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/cloudLinks",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-datastores.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/clusters/datastores",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"resourceType": "privateClouds/clusters/hosts",
3+
"apiVersion": "2024-09-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzVMwareHost",
10+
"description": "Get a Host",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/hosts/{hostId}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwarehost"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-ClusterName <String>",
20+
"-Id <String>",
21+
"-PrivateCloudName <String>",
22+
"-ResourceGroupName <String>",
23+
"[-SubscriptionId <String[]>]"
24+
]
25+
}
26+
]
27+
},
28+
"examples": [
29+
{
30+
"description": "Get a Host",
31+
"parameters": [
32+
{
33+
"name": "-ClusterName",
34+
"value": "[Path.clusterName]"
35+
},
36+
{
37+
"name": "-Id",
38+
"value": "[Path.hostId]"
39+
},
40+
{
41+
"name": "-PrivateCloudName",
42+
"value": "[Path.privateCloudName]"
43+
},
44+
{
45+
"name": "-ResourceGroupName",
46+
"value": "[Path.resourceGroupName]"
47+
},
48+
{
49+
"name": "-SubscriptionId",
50+
"value": "[Path.subscriptionId]"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
]
57+
}

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-placementPolicies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/clusters/placementPolicies",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters-virtualMachines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/clusters/virtualMachines",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

src/VMware/VMware.Autorest/UX/Microsoft.AVS/privateClouds-clusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/clusters",
3-
"apiVersion": "2023-09-01",
3+
"apiVersion": "2024-09-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
66
},

0 commit comments

Comments
 (0)