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
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds/globalReachConnections",
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: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"resourceType": "privateClouds/provisionedNetworks",
3+
"apiVersion": "2024-09-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzVMwareProvisionedNetwork",
10+
"description": "Get a ProvisionedNetwork",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/provisionedNetworks/{provisionedNetworkName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwareprovisionednetwork"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-PrivateCloudName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Get a ProvisionedNetwork",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.provisionedNetworkName]"
34+
},
35+
{
36+
"name": "-PrivateCloudName",
37+
"value": "[Path.privateCloudName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
}
51+
]
52+
}
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"resourceType": "privateClouds/pureStoragePolicies",
3+
"apiVersion": "2024-09-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.vmware"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzVMwarePureStoragePolicy",
10+
"description": "Get a PureStoragePolicy",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/pureStoragePolicies/{storagePolicyName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.vmware/get-azvmwarepurestoragepolicy"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-PrivateCloudName <String>",
20+
"-ResourceGroupName <String>",
21+
"-StoragePolicyName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Get a PureStoragePolicy",
30+
"parameters": [
31+
{
32+
"name": "-PrivateCloudName",
33+
"value": "[Path.privateCloudName]"
34+
},
35+
{
36+
"name": "-ResourceGroupName",
37+
"value": "[Path.resourceGroupName]"
38+
},
39+
{
40+
"name": "-StoragePolicyName",
41+
"value": "[Path.storagePolicyName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"name": "Remove-AzVMwarePureStoragePolicy",
53+
"description": "Delete a PureStoragePolicy",
54+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/pureStoragePolicies/{storagePolicyName}",
55+
"help": {
56+
"learnMore": {
57+
"url": "https://learn.microsoft.com/powershell/module/az.vmware/remove-azvmwarepurestoragepolicy"
58+
},
59+
"parameterSets": [
60+
{
61+
"parameters": [
62+
"-PrivateCloudName <String>",
63+
"-ResourceGroupName <String>",
64+
"-StoragePolicyName <String>",
65+
"[-SubscriptionId <String>]"
66+
]
67+
}
68+
]
69+
},
70+
"examples": [
71+
{
72+
"description": "Delete a PureStoragePolicy",
73+
"parameters": [
74+
{
75+
"name": "-PrivateCloudName",
76+
"value": "[Path.privateCloudName]"
77+
},
78+
{
79+
"name": "-ResourceGroupName",
80+
"value": "[Path.resourceGroupName]"
81+
},
82+
{
83+
"name": "-StoragePolicyName",
84+
"value": "[Path.storagePolicyName]"
85+
},
86+
{
87+
"name": "-SubscriptionId",
88+
"value": "[Path.subscriptionId]"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "privateClouds",
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)