Skip to content

Commit e471f24

Browse files
[skip ci] Archive Schedule (#28420)
1 parent 04798dc commit e471f24

File tree

69 files changed

+117
-39
lines changed

Some content is hidden

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

69 files changed

+117
-39
lines changed

generated/Compute/Compute.Autorest/exports/Set-AzVMRunCommand.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The operation to create or update the run command.
2020
.Description
2121
The operation to create or update the run command.
2222
.Example
23-
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"
23+
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=******"
2424
.Example
2525
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1"
2626
.Example
2727
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVML -RunCommandName MyRunCommand2 -Location EastUS2EUAP -SourceScript "id; echo HelloWorld"
2828
.Example
2929
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceCommandId DisableWindowsUpdate
3030
.Example
31-
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"
31+
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=******"
3232
.Example
3333
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -RunAsUser myusername -RunAsPassword mypassword
3434

generated/Compute/Compute.Autorest/exports/Set-AzVmssVMRunCommand.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The operation to create or update the VMSS VM run command.
2020
.Description
2121
The operation to create or update the VMSS VM run command.
2222
.Example
23-
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"
23+
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=******"
2424
.Example
2525
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1"
2626
.Example
2727
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSSL -InstanceId 1 -RunCommandName MyRunCommand2 -Location EastUS2EUAP -SourceScript "id; echo HelloWorld"
2828
.Example
2929
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceCommandId DisableWindowsUpdate
3030
.Example
31-
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"
31+
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=******"
3232
.Example
3333
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 1 -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -RunAsUser myusername -RunAsPassword mypassword
3434
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "926fc75a-f3b2-4f73-aff1-e949e3a4023d"
2+
"generate_Id": "721e76b4-562a-4c6c-a968-79a86bbb3336"
33
}

generated/Compute/Compute.Autorest/generated/cmdlets/GetAzGalleryApplicationVersion_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzGalleryApplicationVersion_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, NewOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, ChangeDescription="The types of the properties 'PublishingProfileTargetExtendedLocation', 'ReplicationStatusSummary' and 'TargetRegion' will be changed from single object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Retrieves information about a gallery Application Version.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/GetAzGalleryApplicationVersion_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzGalleryApplicationVersion_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, NewOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, ChangeDescription="The types of the properties 'PublishingProfileTargetExtendedLocation', 'ReplicationStatusSummary' and 'TargetRegion' will be changed from single object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Retrieves information about a gallery Application Version.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/GetAzGalleryApplicationVersion_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1313
/// [OpenAPI] ListByGalleryApplication=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzGalleryApplicationVersion_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, NewOutputProperties=new string[] {"PublishingProfileTargetExtendedLocation","ReplicationStatusSummary","TargetRegion"}, ChangeDescription="The types of the properties 'PublishingProfileTargetExtendedLocation', 'ReplicationStatusSummary' and 'TargetRegion' will be changed from single object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"List gallery Application Versions in a gallery Application Definition.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/InvokeAzSpotPlacementScore_Post.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzSpotPlacementScore_Post", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Invoke-AzSpotPlacementRecommender")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, NewOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, ChangeDescription="The types of the properties 'PlacementScore', 'DesiredSize' and 'DesiredLocation' will be changed from single object to 'List'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Generates placement scores for Spot VM skus.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/InvokeAzSpotPlacementScore_PostExpanded.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzSpotPlacementScore_PostExpanded", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Invoke-AzSpotPlacementRecommender")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, NewOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, ChangeDescription="The types of the properties 'PlacementScore', 'DesiredSize' and 'DesiredLocation' will be changed from single object to 'List'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Generates placement scores for Spot VM skus.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/InvokeAzSpotPlacementScore_PostViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzSpotPlacementScore_PostViaIdentity", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Invoke-AzSpotPlacementRecommender")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, NewOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, ChangeDescription="The types of the properties 'PlacementScore', 'DesiredSize' and 'DesiredLocation' will be changed from single object to 'List'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Generates placement scores for Spot VM skus.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

generated/Compute/Compute.Autorest/generated/cmdlets/InvokeAzSpotPlacementScore_PostViaIdentityExpanded.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Compute.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzSpotPlacementScore_PostViaIdentityExpanded", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Invoke-AzSpotPlacementRecommender")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, NewOutputProperties=new string[] {"PlacementScore","DesiredSize","DesiredLocation"}, ChangeDescription="The types of the properties 'PlacementScore', 'DesiredSize' and 'DesiredLocation' will be changed from single object to 'List'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Description(@"Generates placement scores for Spot VM skus.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Compute.Generated]

0 commit comments

Comments
 (0)