Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ManagedServices")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "a44353e0-7b2f-43c6-bfd0-09c44cfabaa5"
"generate_Id": "511731e3-01e0-46da-aeab-958f3336d646"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_Get")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_GetViaIdentity")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_List")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration assignments.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_Get")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_GetViaIdentity")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_List")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration definitions.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// </remarks>
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_Get")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Get the marketplace registration definition for the marketplace identifier.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// </remarks>
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_GetViaIdentity")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Get the marketplace registration definition for the marketplace identifier.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// </remarks>
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_List")]
[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'.")]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the marketplace registration definitions for the marketplace identifier.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzManagedServicesAssignment_CreateExpanded", SupportsShouldProcess = true)]
[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]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Creates or updates a registration assignment.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzManagedServicesDefinition_CreateExpanded", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to 'List'.")]
[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","DelegatedRoleDefinitionId[]","JustInTimeAccessPolicyManagedByTenantApprover[]"}, NewOutputProperties=new string[] {"List[Authorization]","List[EligibleAuthorization]","List[DelegatedRoleDefinitionId]","List[JustInTimeAccessPolicyManagedByTenantApprover]"})]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Creates or updates a registration definition.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down Expand Up @@ -56,6 +56,7 @@ public partial class NewAzManagedServicesDefinition_CreateExpanded : global::Sys
Description = @"The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.",
SerializedName = @"authorizations",
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization) })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChange("Authorization", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")]
public Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[] Authorization { get => _requestBody.Authorization ?? null /* arrayOf */; set => _requestBody.Authorization = value; }

/// <summary>Wait for .NET debugger to attach</summary>
Expand Down Expand Up @@ -100,6 +101,7 @@ public partial class NewAzManagedServicesDefinition_CreateExpanded : global::Sys
Description = @"The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.",
SerializedName = @"eligibleAuthorizations",
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization) })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChange("EligibleAuthorization", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")]
public Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[] EligibleAuthorization { get => _requestBody.EligibleAuthorization ?? null /* arrayOf */; set => _requestBody.EligibleAuthorization = value; }

/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Delete=>DELETE:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzManagedServicesDefinition_Delete", SupportsShouldProcess = true)]
[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'.")]
[global::System.Management.Automation.OutputType(typeof(bool))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Deletes the registration definition.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
/// [OpenAPI] Delete=>DELETE:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzManagedServicesDefinition_DeleteViaIdentity", SupportsShouldProcess = true)]
[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'.")]
[global::System.Management.Automation.OutputType(typeof(bool))]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Deletes the registration definition.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]
Expand Down