Skip to content

Commit 5e13036

Browse files
[skip ci] Archive 40d4dae (#27422)
1 parent fb55ee1 commit 5e13036

12 files changed

+38
-18
lines changed

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/Az.ManagedServiceIdentity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>ManagedServiceIdentity</PsModuleName>
44
<PsRootModuleName>ManagedServiceIdentity</PsRootModuleName>
5+
<PsModuleFolder>ManagedServiceIdentity.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
// ----------------------------------------------------------------------------------
2-
//
3-
// Copyright Microsoft Corporation
4-
// Licensed under the Apache License, Version 2.0 (the "License");
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
53
// you may not use this file except in compliance with the License.
64
// You may obtain a copy of the License at
75
// http://www.apache.org/licenses/LICENSE-2.0
86
// Unless required by applicable law or agreed to in writing, software
9-
// distributed under the License is distributed on an "AS IS" BASIS,
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
108
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119
// See the License for the specific language governing permissions and
1210
// limitations under the License.
13-
// ----------------------------------------------------------------------------------
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
1413

1514
using System;
1615
using System.Reflection;
16+
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyTitle("Microsoft Azure Powershell - ManagedServiceIdentity")]
20-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
21-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
22-
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
23-
24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("472e0b11-18bc-468f-aac2-126c200ae040")]
27-
[assembly: AssemblyVersion("1.3.0")]
28-
[assembly: AssemblyFileVersion("1.3.0")]
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 - ManagedServiceIdentityClient")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0")]
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": "a49fe6a8-f0da-4a38-9125-dfc83205dc31"
2+
"generate_Id": "240bd9aa-c1d4-41f6-8075-4cf2599cec9b"
33
}

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/GetAzFederatedIdentityCredential_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFederatedIdentityCredential_Get")]
1616
[global::System.Management.Automation.Alias("Get-AzFederatedIdentityCredentials")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Gets the federated identity credential.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/GetAzFederatedIdentityCredential_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFederatedIdentityCredential_GetViaIdentity")]
1616
[global::System.Management.Automation.Alias("Get-AzFederatedIdentityCredentials")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Gets the federated identity credential.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/GetAzFederatedIdentityCredential_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFederatedIdentityCredential_List")]
1818
[global::System.Management.Automation.Alias("Get-AzFederatedIdentityCredentials")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Lists all the federated identity credentials under the specified user assigned identity.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/NewAzFederatedIdentityCredential_CreateExpanded.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFederatedIdentityCredential_CreateExpanded", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.Alias("New-AzFederatedIdentityCredentials")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Create or update a federated identity credential under the specified user assigned identity.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]
@@ -50,6 +51,7 @@ public partial class NewAzFederatedIdentityCredential_CreateExpanded : global::S
5051
Description = @"The list of audiences that can appear in the issued token.",
5152
SerializedName = @"audiences",
5253
PossibleTypes = new [] { typeof(string) })]
54+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.ParameterBreakingChange("Audience", "14.0.0", "2.0.0", "2025/05/19", ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.", OldParamaterType="System.String[]", NewParameterType="System.Collections.Generic.List`1[System.String]")]
5355
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.DefaultInfo(
5456
Name = @"",
5557
Description =@"",

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/RemoveAzFederatedIdentityCredential_Delete.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFederatedIdentityCredential_Delete", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Remove-AzFederatedIdentityCredentials")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("bool", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1718
[global::System.Management.Automation.OutputType(typeof(bool))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Deletes the federated identity credential.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/RemoveAzFederatedIdentityCredential_DeleteViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFederatedIdentityCredential_DeleteViaIdentity", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.Alias("Remove-AzFederatedIdentityCredentials")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("bool", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1718
[global::System.Management.Automation.OutputType(typeof(bool))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Deletes the federated identity credential.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]

generated/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/generated/cmdlets/UpdateAzFederatedIdentityCredential_UpdateExpanded.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Cmdlets
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFederatedIdentityCredential_UpdateExpanded", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.Alias("Update-AzFederatedIdentityCredentials")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential", "14.0.0", "2.0.0", "2025/05/19", DeprecatedOutputProperties=new string[] {"Audience <System.String[]>"}, NewOutputProperties=new string[] {"Audience <System.Collections.Generic.List`1[System.String]>"}, ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20230131.IFederatedIdentityCredential))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Description(@"Create or update a federated identity credential under the specified user assigned identity.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Generated]
@@ -50,6 +51,7 @@ public partial class UpdateAzFederatedIdentityCredential_UpdateExpanded : global
5051
Description = @"The list of audiences that can appear in the issued token.",
5152
SerializedName = @"audiences",
5253
PossibleTypes = new [] { typeof(string) })]
54+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.ParameterBreakingChange("Audience", "14.0.0", "2.0.0", "2025/05/19", ChangeDescription="The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.", OldParamaterType="System.String[]", NewParameterType="System.Collections.Generic.List`1[System.String]")]
5355
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.DefaultInfo(
5456
Name = @"",
5557
Description =@"",

0 commit comments

Comments
 (0)