Skip to content

Commit 646405d

Browse files
author
Joselyn Narvaez
committed
updating working branch with main
1 parent 8b130fb commit 646405d

File tree

63 files changed

+405
-2131
lines changed

Some content is hidden

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

63 files changed

+405
-2131
lines changed

src/NetworkCloud/NetworkCloud.Autorest/docs/Deploy-AzNetworkCloudCluster.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ Deploy-AzNetworkCloudCluster -Name <String> -ResourceGroupName <String> [-Subscr
1919
[-Confirm] [-WhatIf] [<CommonParameters>]
2020
```
2121

22-
### Deploy
23-
```
24-
Deploy-AzNetworkCloudCluster -Name <String> -ResourceGroupName <String>
25-
-ClusterDeployParameter <IClusterDeployParameters> [-SubscriptionId <String>] [-DefaultProfile <PSObject>]
26-
[-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
27-
```
28-
29-
### DeployViaIdentity
30-
```
31-
Deploy-AzNetworkCloudCluster -InputObject <INetworkCloudIdentity>
32-
-ClusterDeployParameter <IClusterDeployParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
33-
[-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
34-
```
35-
3622
### DeployViaIdentityExpanded
3723
```
3824
Deploy-AzNetworkCloudCluster -InputObject <INetworkCloudIdentity> [-SkipValidationsForMachine <String[]>]
@@ -88,21 +74,6 @@ Accept pipeline input: False
8874
Accept wildcard characters: False
8975
```
9076
91-
### -ClusterDeployParameter
92-
ClusterDeployParameters represents the body of the request to deploy cluster.
93-
94-
```yaml
95-
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterDeployParameters
96-
Parameter Sets: Deploy, DeployViaIdentity
97-
Aliases:
98-
99-
Required: True
100-
Position: Named
101-
Default value: None
102-
Accept pipeline input: True (ByValue)
103-
Accept wildcard characters: False
104-
```
105-
10677
### -DefaultProfile
10778
The DefaultProfile parameter is not functional.
10879
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
@@ -124,7 +95,7 @@ Identity Parameter
12495
12596
```yaml
12697
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
127-
Parameter Sets: DeployViaIdentity, DeployViaIdentityExpanded
98+
Parameter Sets: DeployViaIdentityExpanded
12899
Aliases:
129100

130101
Required: True
@@ -169,7 +140,7 @@ The name of the cluster.
169140
170141
```yaml
171142
Type: System.String
172-
Parameter Sets: Deploy, DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
143+
Parameter Sets: DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
173144
Aliases: ClusterName
174145

175146
Required: True
@@ -215,7 +186,7 @@ The name is case insensitive.
215186
216187
```yaml
217188
Type: System.String
218-
Parameter Sets: Deploy, DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
189+
Parameter Sets: DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
219190
Aliases:
220191

221192
Required: True
@@ -246,7 +217,7 @@ The value must be an UUID.
246217
247218
```yaml
248219
Type: System.String
249-
Parameter Sets: Deploy, DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
220+
Parameter Sets: DeployExpanded, DeployViaJsonFilePath, DeployViaJsonString
250221
Aliases:
251222

252223
Required: False
@@ -292,8 +263,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
292263
293264
## INPUTS
294265
295-
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterDeployParameters
296-
297266
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
298267
299268
## OUTPUTS

src/NetworkCloud/NetworkCloud.Autorest/docs/Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@ Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement -ResourceGroupName <
1919
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2020
```
2121

22-
### Enable
23-
```
24-
Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement -ResourceGroupName <String>
25-
-StorageApplianceName <String>
26-
-StorageApplianceEnableRemoteVendorManagementParameter <IStorageApplianceEnableRemoteVendorManagementParameters>
27-
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf]
28-
[<CommonParameters>]
29-
```
30-
31-
### EnableViaIdentity
32-
```
33-
Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement -InputObject <INetworkCloudIdentity>
34-
-StorageApplianceEnableRemoteVendorManagementParameter <IStorageApplianceEnableRemoteVendorManagementParameters>
35-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
36-
```
37-
3822
### EnableViaIdentityExpanded
3923
```
4024
Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement -InputObject <INetworkCloudIdentity>
@@ -106,7 +90,7 @@ Identity Parameter
10690
10791
```yaml
10892
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
109-
Parameter Sets: EnableViaIdentity, EnableViaIdentityExpanded
93+
Parameter Sets: EnableViaIdentityExpanded
11094
Aliases:
11195

11296
Required: True
@@ -182,7 +166,7 @@ The name is case insensitive.
182166
183167
```yaml
184168
Type: System.String
185-
Parameter Sets: Enable, EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
169+
Parameter Sets: EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
186170
Aliases:
187171

188172
Required: True
@@ -192,27 +176,12 @@ Accept pipeline input: False
192176
Accept wildcard characters: False
193177
```
194178
195-
### -StorageApplianceEnableRemoteVendorManagementParameter
196-
StorageApplianceEnableRemoteVendorManagementParameters represents the body of the request to enable remote vendor management of a storage appliance.
197-
198-
```yaml
199-
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceEnableRemoteVendorManagementParameters
200-
Parameter Sets: Enable, EnableViaIdentity
201-
Aliases:
202-
203-
Required: True
204-
Position: Named
205-
Default value: None
206-
Accept pipeline input: True (ByValue)
207-
Accept wildcard characters: False
208-
```
209-
210179
### -StorageApplianceName
211180
The name of the storage appliance.
212181
213182
```yaml
214183
Type: System.String
215-
Parameter Sets: Enable, EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
184+
Parameter Sets: EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
216185
Aliases:
217186

218187
Required: True
@@ -228,7 +197,7 @@ The value must be an UUID.
228197
229198
```yaml
230199
Type: System.String
231-
Parameter Sets: Enable, EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
200+
Parameter Sets: EnableExpanded, EnableViaJsonFilePath, EnableViaJsonString
232201
Aliases:
233202

234203
Required: False
@@ -293,8 +262,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
293262
294263
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
295264
296-
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceEnableRemoteVendorManagementParameters
297-
298265
## OUTPUTS
299266
300267
### System.Boolean

src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineCordon.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ Invoke-AzNetworkCloudBareMetalMachineCordon -BareMetalMachineName <String> -Reso
1919
[-Confirm] [-WhatIf] [<CommonParameters>]
2020
```
2121

22-
### Cordon
23-
```
24-
Invoke-AzNetworkCloudBareMetalMachineCordon -BareMetalMachineName <String> -ResourceGroupName <String>
25-
-BareMetalMachineCordonParameter <IBareMetalMachineCordonParameters> [-SubscriptionId <String>]
26-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
27-
```
28-
29-
### CordonViaIdentity
30-
```
31-
Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject <INetworkCloudIdentity>
32-
-BareMetalMachineCordonParameter <IBareMetalMachineCordonParameters> [-DefaultProfile <PSObject>] [-AsJob]
33-
[-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
34-
```
35-
3622
### CordonViaIdentityExpanded
3723
```
3824
Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject <INetworkCloudIdentity> [-Evacuate <String>]
@@ -82,27 +68,12 @@ Accept pipeline input: False
8268
Accept wildcard characters: False
8369
```
8470
85-
### -BareMetalMachineCordonParameter
86-
BareMetalMachineCordonParameters represents the body of the request to evacuate workloads from node on a bare metal machine.
87-
88-
```yaml
89-
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCordonParameters
90-
Parameter Sets: Cordon, CordonViaIdentity
91-
Aliases:
92-
93-
Required: True
94-
Position: Named
95-
Default value: None
96-
Accept pipeline input: True (ByValue)
97-
Accept wildcard characters: False
98-
```
99-
10071
### -BareMetalMachineName
10172
The name of the bare metal machine.
10273
10374
```yaml
10475
Type: System.String
105-
Parameter Sets: Cordon, CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
76+
Parameter Sets: CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
10677
Aliases:
10778

10879
Required: True
@@ -148,7 +119,7 @@ Identity Parameter
148119
149120
```yaml
150121
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
151-
Parameter Sets: CordonViaIdentity, CordonViaIdentityExpanded
122+
Parameter Sets: CordonViaIdentityExpanded
152123
Aliases:
153124

154125
Required: True
@@ -224,7 +195,7 @@ The name is case insensitive.
224195
225196
```yaml
226197
Type: System.String
227-
Parameter Sets: Cordon, CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
198+
Parameter Sets: CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
228199
Aliases:
229200

230201
Required: True
@@ -240,7 +211,7 @@ The value must be an UUID.
240211
241212
```yaml
242213
Type: System.String
243-
Parameter Sets: Cordon, CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
214+
Parameter Sets: CordonExpanded, CordonViaJsonFilePath, CordonViaJsonString
244215
Aliases:
245216

246217
Required: False
@@ -286,8 +257,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
286257
287258
## INPUTS
288259
289-
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCordonParameters
290-
291260
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
292261
293262
## OUTPUTS

src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,11 @@ The URL to storage account with the command execution results and the command ex
1313

1414
## SYNTAX
1515

16-
### RunViaIdentity (Default)
16+
### RunViaIdentityExpanded (Default)
1717
```
1818
Invoke-AzNetworkCloudBareMetalMachineDataExtract -InputObject <INetworkCloudIdentity>
19-
-BareMetalMachineRunDataExtractsParameter <IBareMetalMachineRunDataExtractsParameters>
20-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
21-
```
22-
23-
### Run
24-
```
25-
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName <String> -ResourceGroupName <String>
26-
-BareMetalMachineRunDataExtractsParameter <IBareMetalMachineRunDataExtractsParameters>
27-
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf]
28-
[<CommonParameters>]
19+
-Command <IBareMetalMachineCommandSpecification[]> -LimitTimeSecond <Int64> [-DefaultProfile <PSObject>]
20+
[-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2921
```
3022

3123
### RunExpanded
@@ -35,13 +27,6 @@ Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName <String>
3527
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
3628
```
3729

38-
### RunViaIdentityExpanded
39-
```
40-
Invoke-AzNetworkCloudBareMetalMachineDataExtract -InputObject <INetworkCloudIdentity>
41-
-Command <IBareMetalMachineCommandSpecification[]> -LimitTimeSecond <Int64> [-DefaultProfile <PSObject>]
42-
[-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
43-
```
44-
4530
### RunViaJsonFilePath
4631
```
4732
Invoke-AzNetworkCloudBareMetalMachineDataExtract -BareMetalMachineName <String> -ResourceGroupName <String>
@@ -98,7 +83,7 @@ The name of the bare metal machine.
9883
9984
```yaml
10085
Type: System.String
101-
Parameter Sets: Run, RunExpanded, RunViaJsonFilePath, RunViaJsonString
86+
Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString
10287
Aliases:
10388

10489
Required: True
@@ -108,21 +93,6 @@ Accept pipeline input: False
10893
Accept wildcard characters: False
10994
```
11095
111-
### -BareMetalMachineRunDataExtractsParameter
112-
BareMetalMachineRunDataExtractsParameters represents the body of request containing list of curated data extraction commands to run on the bare metal machine.
113-
114-
```yaml
115-
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineRunDataExtractsParameters
116-
Parameter Sets: Run, RunViaIdentity
117-
Aliases:
118-
119-
Required: True
120-
Position: Named
121-
Default value: None
122-
Accept pipeline input: True (ByValue)
123-
Accept wildcard characters: False
124-
```
125-
12696
### -Command
12797
The list of curated data extraction commands to be executed directly against the target machine.
12898
@@ -159,7 +129,7 @@ Identity Parameter
159129
160130
```yaml
161131
Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
162-
Parameter Sets: RunViaIdentity, RunViaIdentityExpanded
132+
Parameter Sets: RunViaIdentityExpanded
163133
Aliases:
164134

165135
Required: True
@@ -251,7 +221,7 @@ The name is case insensitive.
251221
252222
```yaml
253223
Type: System.String
254-
Parameter Sets: Run, RunExpanded, RunViaJsonFilePath, RunViaJsonString
224+
Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString
255225
Aliases:
256226

257227
Required: True
@@ -267,7 +237,7 @@ The value must be an UUID.
267237
268238
```yaml
269239
Type: System.String
270-
Parameter Sets: Run, RunExpanded, RunViaJsonFilePath, RunViaJsonString
240+
Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString
271241
Aliases:
272242

273243
Required: False
@@ -313,8 +283,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
313283
314284
## INPUTS
315285
316-
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineRunDataExtractsParameters
317-
318286
### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
319287
320288
## OUTPUTS

0 commit comments

Comments
 (0)