Skip to content

Commit 84274b2

Browse files
[skip ci] Archive 26e9c88 (#28283)
Co-authored-by: YanaXu <sheshouxy@gmail.com>
1 parent db09246 commit 84274b2

File tree

140 files changed

+2031
-9478
lines changed

Some content is hidden

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

140 files changed

+2031
-9478
lines changed

generated/Compute/Compute.Autorest/Az.Compute.format.ps1xml

Lines changed: 22 additions & 298 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Compute")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("10.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("10.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/Compute/Compute.Autorest/exports/Get-AzGalleryApplication.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
4343
[Id <String>]: Resource identity path
4444
[InstanceId <String>]: The instance ID of the virtual machine.
4545
[Location <String>]: The location upon which run commands is queried.
46-
[OperationId <String>]: The ID of an ongoing async operation.
4746
[ResourceGroupName <String>]: The name of the resource group.
4847
[RunCommandName <String>]: The name of the virtual machine run command.
4948
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

generated/Compute/Compute.Autorest/exports/Get-AzGalleryApplicationVersion.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
4343
[Id <String>]: Resource identity path
4444
[InstanceId <String>]: The instance ID of the virtual machine.
4545
[Location <String>]: The location upon which run commands is queried.
46-
[OperationId <String>]: The ID of an ongoing async operation.
4746
[ResourceGroupName <String>]: The name of the resource group.
4847
[RunCommandName <String>]: The name of the virtual machine run command.
4948
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

generated/Compute/Compute.Autorest/exports/Invoke-AzSpotPlacementScore.ps1

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ $response = Invoke-AzSpotPlacementScore -Location eastus -SpotPlacementScoresInp
6161
$response.PlacementScore
6262
6363
.Inputs
64-
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput
64+
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput
6565
.Inputs
6666
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity
6767
.Outputs
68-
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse
68+
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse
6969
.Notes
7070
COMPLEX PARAMETER PROPERTIES
7171
@@ -84,7 +84,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
8484
[Id <String>]: Resource identity path
8585
[InstanceId <String>]: The instance ID of the virtual machine.
8686
[Location <String>]: The location upon which run commands is queried.
87-
[OperationId <String>]: The ID of an ongoing async operation.
8887
[ResourceGroupName <String>]: The name of the resource group.
8988
[RunCommandName <String>]: The name of the virtual machine run command.
9089
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -102,7 +101,7 @@ https://learn.microsoft.com/powershell/module/az.compute/invoke-azspotplacements
102101
#>
103102
function Invoke-AzSpotPlacementScore {
104103
[Alias('Invoke-AzSpotPlacementRecommender')]
105-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse])]
104+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse])]
106105
[CmdletBinding(DefaultParameterSetName='PostExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
107106
param(
108107
[Parameter(ParameterSetName='Post', Mandatory)]
@@ -133,7 +132,7 @@ param(
133132
[Parameter(ParameterSetName='PostViaIdentity', Mandatory, ValueFromPipeline)]
134133
[Alias('SpotPlacementRecommenderInput')]
135134
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Category('Body')]
136-
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput]
135+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput]
137136
# SpotPlacementScores API Input.
138137
# To construct, see NOTES section for SPOTPLACEMENTSCORESINPUT properties and create a hash table.
139138
${SpotPlacementScoresInput},
@@ -164,7 +163,7 @@ param(
164163
[Parameter(ParameterSetName='PostViaIdentityExpanded')]
165164
[AllowEmptyCollection()]
166165
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Category('Body')]
167-
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]]
166+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.IResourceSize[]]
168167
# The desired resource SKUs.
169168
# To construct, see NOTES section for DESIREDSIZE properties and create a hash table.
170169
${DesiredSize},

generated/Compute/Compute.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
4343
[Id <String>]: Resource identity path
4444
[InstanceId <String>]: The instance ID of the virtual machine.
4545
[Location <String>]: The location upon which run commands is queried.
46-
[OperationId <String>]: The ID of an ongoing async operation.
4746
[ResourceGroupName <String>]: The name of the resource group.
4847
[RunCommandName <String>]: The name of the virtual machine run command.
4948
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -275,7 +274,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
275274
[Id <String>]: Resource identity path
276275
[InstanceId <String>]: The instance ID of the virtual machine.
277276
[Location <String>]: The location upon which run commands is queried.
278-
[OperationId <String>]: The ID of an ongoing async operation.
279277
[ResourceGroupName <String>]: The name of the resource group.
280278
[RunCommandName <String>]: The name of the virtual machine run command.
281279
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -510,11 +508,11 @@ $response = Invoke-AzSpotPlacementScore -Location eastus -SpotPlacementScoresInp
510508
$response.PlacementScore
511509
512510
.Inputs
513-
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput
511+
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput
514512
.Inputs
515513
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity
516514
.Outputs
517-
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse
515+
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse
518516
.Notes
519517
COMPLEX PARAMETER PROPERTIES
520518
@@ -533,7 +531,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
533531
[Id <String>]: Resource identity path
534532
[InstanceId <String>]: The instance ID of the virtual machine.
535533
[Location <String>]: The location upon which run commands is queried.
536-
[OperationId <String>]: The ID of an ongoing async operation.
537534
[ResourceGroupName <String>]: The name of the resource group.
538535
[RunCommandName <String>]: The name of the virtual machine run command.
539536
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -551,7 +548,7 @@ https://learn.microsoft.com/powershell/module/az.compute/invoke-azspotplacements
551548
#>
552549
function Invoke-AzSpotPlacementScore {
553550
[Alias('Invoke-AzSpotPlacementRecommender')]
554-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse])]
551+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse])]
555552
[CmdletBinding(DefaultParameterSetName='PostExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
556553
param(
557554
[Parameter(ParameterSetName='Post', Mandatory)]
@@ -582,7 +579,7 @@ param(
582579
[Parameter(ParameterSetName='PostViaIdentity', Mandatory, ValueFromPipeline)]
583580
[Alias('SpotPlacementRecommenderInput')]
584581
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Category('Body')]
585-
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput]
582+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput]
586583
# SpotPlacementScores API Input.
587584
# To construct, see NOTES section for SPOTPLACEMENTSCORESINPUT properties and create a hash table.
588585
${SpotPlacementScoresInput},
@@ -613,7 +610,7 @@ param(
613610
[Parameter(ParameterSetName='PostViaIdentityExpanded')]
614611
[AllowEmptyCollection()]
615612
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Category('Body')]
616-
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]]
613+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.IResourceSize[]]
617614
# The desired resource SKUs.
618615
# To construct, see NOTES section for DESIREDSIZE properties and create a hash table.
619616
${DesiredSize},
@@ -784,7 +781,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
784781
[Id <String>]: Resource identity path
785782
[InstanceId <String>]: The instance ID of the virtual machine.
786783
[Location <String>]: The location upon which run commands is queried.
787-
[OperationId <String>]: The ID of an ongoing async operation.
788784
[ResourceGroupName <String>]: The name of the resource group.
789785
[RunCommandName <String>]: The name of the virtual machine run command.
790786
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -1019,7 +1015,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
10191015
[Id <String>]: Resource identity path
10201016
[InstanceId <String>]: The instance ID of the virtual machine.
10211017
[Location <String>]: The location upon which run commands is queried.
1022-
[OperationId <String>]: The ID of an ongoing async operation.
10231018
[ResourceGroupName <String>]: The name of the resource group.
10241019
[RunCommandName <String>]: The name of the virtual machine run command.
10251020
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -1248,7 +1243,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
12481243
[Id <String>]: Resource identity path
12491244
[InstanceId <String>]: The instance ID of the virtual machine.
12501245
[Location <String>]: The location upon which run commands is queried.
1251-
[OperationId <String>]: The ID of an ongoing async operation.
12521246
[ResourceGroupName <String>]: The name of the resource group.
12531247
[RunCommandName <String>]: The name of the virtual machine run command.
12541248
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -1476,7 +1470,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
14761470
[Id <String>]: Resource identity path
14771471
[InstanceId <String>]: The instance ID of the virtual machine.
14781472
[Location <String>]: The location upon which run commands is queried.
1479-
[OperationId <String>]: The ID of an ongoing async operation.
14801473
[ResourceGroupName <String>]: The name of the resource group.
14811474
[RunCommandName <String>]: The name of the virtual machine run command.
14821475
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -1689,15 +1682,15 @@ The operation to create or update the run command.
16891682
.Description
16901683
The operation to create or update the run command.
16911684
.Example
1692-
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri "https://myst.blob.core.windows.net/mycontainer/myscript.ps1?sp=r&st=2022-10-27T21:02:35Z&se=2022-10-28T05:02:35Z&spr=https&sv=2021-06-08&sr=b&sig=0I%2FIiYayRwHasfasasfdasdfasdeTsQjLnpZjA%3D"
1685+
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri "https://myst.blob.core.windows.net/mycontainer/myscript.ps1?sp=r&st=2022-10-27T21:02:35Z&se=2022-10-28T05:02:35Z&spr=https&sv=2021-06-08&sr=b&sig=******"
16931686
.Example
16941687
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1"
16951688
.Example
16961689
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVML -RunCommandName MyRunCommand2 -Location EastUS2EUAP -SourceScript "id; echo HelloWorld"
16971690
.Example
16981691
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceCommandId DisableWindowsUpdate
16991692
.Example
1700-
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVML -RunCommandName MyRunCommand3 -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -OutputBlobUri "https://vivst.blob.core.windows.net/vivcontainer/output.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=HQAu3Bl%2BKMofYTjMo8o5hasfadsfasdF4jIkRJra4S5FlEo%3D" -ErrorBlobUri "https://vivst.blob.core.windows.net/vivcontainer/error.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=HQAu3Bl%2BKMofYTjMo8o5h%asfasdfgdT%2F4jasfasdf5FlEo%3D"
1693+
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVML -RunCommandName MyRunCommand3 -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -OutputBlobUri "https://vivst.blob.core.windows.net/vivcontainer/output.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=******" -ErrorBlobUri "https://vivst.blob.core.windows.net/vivcontainer/error.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=******"
17011694
.Example
17021695
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -RunAsUser myusername -RunAsPassword mypassword
17031696
@@ -2048,15 +2041,15 @@ The operation to create or update the VMSS VM run command.
20482041
.Description
20492042
The operation to create or update the VMSS VM run command.
20502043
.Example
2051-
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri "https://myst.blob.core.windows.net/mycontainer/myscript.ps1?sp=r&st=2022-10-27T21:02:35Z&se=2022-10-28T05:02:35Z&spr=https&sv=2021-06-08&sr=b&sig=0I%2FIiYayRwHasfasasfdasdfasdeTsQjLnpZjA%3D"
2044+
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri "https://myst.blob.core.windows.net/mycontainer/myscript.ps1?sp=r&st=2022-10-27T21:02:35Z&se=2022-10-28T05:02:35Z&spr=https&sv=2021-06-08&sr=b&sig=******"
20522045
.Example
20532046
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1"
20542047
.Example
20552048
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSSL -InstanceId 1 -RunCommandName MyRunCommand2 -Location EastUS2EUAP -SourceScript "id; echo HelloWorld"
20562049
.Example
20572050
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceCommandId DisableWindowsUpdate
20582051
.Example
2059-
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 1 -RunCommandName MyRunCommand3 -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -OutputBlobUri "https://vivst.blob.core.windows.net/vivcontainer/output.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=HQAu3Bl%2BKMofYTjMo8o5hasfadsfasdF4jIkRJra4S5FlEo%3D" -ErrorBlobUri "https://vivst.blob.core.windows.net/vivcontainer/error.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=HQAu3Bl%2BKMofYTjMo8o5h%asfasdfgdT%2F4jasfasdf5FlEo%3D"
2052+
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 1 -RunCommandName MyRunCommand3 -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -OutputBlobUri "https://vivst.blob.core.windows.net/vivcontainer/output.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=******" -ErrorBlobUri "https://vivst.blob.core.windows.net/vivcontainer/error.txt?sp=racw&st=2022-10-27T22:18:36Z&se=2022-10-28T06:18:36Z&spr=https&sv=2021-06-08&sr=b&sig=******"
20602053
.Example
20612054
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 1 -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -RunAsUser myusername -RunAsPassword mypassword
20622055
@@ -2434,7 +2427,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
24342427
[Id <String>]: Resource identity path
24352428
[InstanceId <String>]: The instance ID of the virtual machine.
24362429
[Location <String>]: The location upon which run commands is queried.
2437-
[OperationId <String>]: The ID of an ongoing async operation.
24382430
[ResourceGroupName <String>]: The name of the resource group.
24392431
[RunCommandName <String>]: The name of the virtual machine run command.
24402432
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
@@ -3228,7 +3220,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
32283220
[Id <String>]: Resource identity path
32293221
[InstanceId <String>]: The instance ID of the virtual machine.
32303222
[Location <String>]: The location upon which run commands is queried.
3231-
[OperationId <String>]: The ID of an ongoing async operation.
32323223
[ResourceGroupName <String>]: The name of the resource group.
32333224
[RunCommandName <String>]: The name of the virtual machine run command.
32343225
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

generated/Compute/Compute.Autorest/exports/Remove-AzGalleryApplication.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
4141
[Id <String>]: Resource identity path
4242
[InstanceId <String>]: The instance ID of the virtual machine.
4343
[Location <String>]: The location upon which run commands is queried.
44-
[OperationId <String>]: The ID of an ongoing async operation.
4544
[ResourceGroupName <String>]: The name of the resource group.
4645
[RunCommandName <String>]: The name of the virtual machine run command.
4746
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

generated/Compute/Compute.Autorest/exports/Remove-AzGalleryApplicationVersion.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ INPUTOBJECT <IComputeIdentity>: Identity Parameter
4141
[Id <String>]: Resource identity path
4242
[InstanceId <String>]: The instance ID of the virtual machine.
4343
[Location <String>]: The location upon which run commands is queried.
44-
[OperationId <String>]: The ID of an ongoing async operation.
4544
[ResourceGroupName <String>]: The name of the resource group.
4645
[RunCommandName <String>]: The name of the virtual machine run command.
4746
[SubscriptionId <String>]: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

0 commit comments

Comments
 (0)