Skip to content

Commit 665326c

Browse files
[skip ci] Archive c9b14be (#28205)
1 parent dd5c97b commit 665326c

7 files changed

+34
-1
lines changed
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 - Authorization")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.1")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[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": "c1694601-4d35-40bd-94d8-1b26473b7708"
2+
"generate_Id": "8fe8fe69-a25b-4e80-bc00-40fc0d30dab6"
33
}

generated/Resources/Authorization.Autorest/generated/cmdlets/GetAzRoleManagementPolicy_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.Resources.Authorization.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRoleManagementPolicy_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"EffectiveRule[]","Rule[]"}, NewOutputProperties=new string[] {"List[EffectiveRule]","List[Rule]"})]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Description(@"Get the specified role management policy for a resource scope")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Generated]

generated/Resources/Authorization.Autorest/generated/cmdlets/GetAzRoleManagementPolicy_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.Resources.Authorization.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRoleManagementPolicy_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"EffectiveRule[]","Rule[]"}, NewOutputProperties=new string[] {"List[EffectiveRule]","List[Rule]"})]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Description(@"Get the specified role management policy for a resource scope")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Generated]

generated/Resources/Authorization.Autorest/generated/cmdlets/GetAzRoleManagementPolicy_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.Resources.Authorization.Cmdlets
1313
/// [OpenAPI] ListForScope=>GET:"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzRoleManagementPolicy_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"EffectiveRule[]","Rule[]"}, NewOutputProperties=new string[] {"List[EffectiveRule]","List[Rule]"})]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Description(@"Gets role management policies for a resource scope.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Generated]

generated/Resources/Authorization.Autorest/generated/cmdlets/UpdateAzRoleManagementPolicy_UpdateExpanded.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Cmdlets
1313
/// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzRoleManagementPolicy_UpdateExpanded", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"EffectiveRule[]","Rule[]"}, NewOutputProperties=new string[] {"List[EffectiveRule]","List[Rule]"})]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Description(@"Update a role management policy")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Generated]
@@ -157,6 +158,7 @@ public partial class UpdateAzRoleManagementPolicy_UpdateExpanded : global::Syste
157158
Description = @"The rule applied to the policy.",
158159
SerializedName = @"rules",
159160
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule) })]
161+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.ParameterBreakingChange("Rule", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")]
160162
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[] Rule { get => _parametersBody.Rule ?? null /* arrayOf */; set => _parametersBody.Rule = value; }
161163

162164
/// <summary>Backing field for <see cref="Scope" /> property.</summary>

generated/Resources/Authorization.Autorest/generated/cmdlets/UpdateAzRoleManagementPolicy_UpdateViaIdentityExpanded.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Cmdlets
1313
/// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzRoleManagementPolicy_UpdateViaIdentityExpanded", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"EffectiveRule[]","Rule[]"}, NewOutputProperties=new string[] {"List[EffectiveRule]","List[Rule]"})]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Description(@"Update a role management policy")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Generated]
@@ -150,6 +151,7 @@ public partial class UpdateAzRoleManagementPolicy_UpdateViaIdentityExpanded : gl
150151
Description = @"The rule applied to the policy.",
151152
SerializedName = @"rules",
152153
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule) })]
154+
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.ParameterBreakingChange("Rule", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")]
153155
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[] Rule { get => _parametersBody.Rule ?? null /* arrayOf */; set => _parametersBody.Rule = value; }
154156

155157
/// <summary>

0 commit comments

Comments
 (0)