Skip to content

Commit 05218dd

Browse files
[skip ci] Archive 70e6ee7 (#28184)
1 parent 70e6ee7 commit 05218dd

15 files changed

+16
-15
lines changed

generated/ManagedServices/ManagedServices.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ManagedServices")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "a44353e0-7b2f-43c6-bfd0-09c44cfabaa5"
2+
"generate_Id": "511731e3-01e0-46da-aeab-958f3336d646"
33
}

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_Get.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_Get")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_GetViaIdentity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_GetViaIdentity")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_List.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_List")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration assignments.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_Get.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_Get")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_GetViaIdentity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_GetViaIdentity")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_List.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_List")]
16-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1717
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration definitions.")]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesMarketplaceDefinition_Get.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1414
/// </remarks>
1515
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
1616
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_Get")]
17-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Get the marketplace registration definition for the marketplace identifier.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesMarketplaceDefinition_GetViaIdentity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1414
/// </remarks>
1515
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
1616
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_GetViaIdentity")]
17-
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Authorization[]","EligibleAuthorization[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]"})]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Get the marketplace registration definition for the marketplace identifier.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

0 commit comments

Comments
 (0)