Skip to content

Commit 40d4dae

Browse files
JoyerJinnotyashhh
andauthored
[PS] ManagedserviceIdentity breaking change announcement (#27389)
Co-authored-by: Yash <[email protected]>
1 parent 8b6fd9b commit 40d4dae

19 files changed

+325
-37
lines changed

src/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ generated
55
internal
66
exports
77
tools
8+
custom/autogen-model-cmdlets
89
test/*-TestResults.xml
910
license.txt
1011
/*.ps1
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 - 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)]

src/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,29 @@ directive:
195195
- Name
196196
- Location
197197
- ResourceGroupName
198+
199+
#breaking change message
200+
- where:
201+
parameter-name: Audience
202+
set:
203+
breaking-change:
204+
old-parameter-type: System.String[]
205+
new-parameter-type: System.Collections.Generic.List`1[System.String]
206+
change-description: "The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'."
207+
deprecated-by-version: 2.0.0
208+
deprecated-by-azversion: 14.0.0
209+
change-effective-date: 2025/05/19
210+
211+
- where:
212+
subject: FederatedIdentityCredential
213+
set:
214+
breaking-change:
215+
deprecated-output-properties:
216+
- Audience <System.String[]>
217+
new-output-properties:
218+
- Audience <System.Collections.Generic.List`1[System.String]>
219+
change-description: "The type of property 'Audience' of type 'FederatedIdentityCredential' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'."
220+
deprecated-by-version: 2.0.0
221+
deprecated-by-azversion: 14.0.0
222+
change-effective-date: 2025/05/19
198223
```

src/ManagedServiceIdentity/ManagedServiceIdentity.Autorest/docs/Az.ManagedServiceIdentity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.ManagedServiceIdentity
3-
Module Guid: 1f09fbda-2563-4cfc-9098-100c27b52fa1
3+
Module Guid: 07ea637c-d665-40b4-9ced-fc0bdd913dde
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.managedserviceidentity
55
Help Version: 1.0.0.0
66
Locale: en-US
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
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.

src/ManagedServiceIdentity/ManagedServiceIdentity.sln

Lines changed: 80 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedServiceIdentity", "ManagedServiceIdentity\ManagedServiceIdentity.csproj", "{F429738A-84A4-4CA0-A80A-D15F0192372A}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServiceIdentity", "..\..\generated\ManagedServiceIdentity\ManagedServiceIdentity.Autorest\Az.ManagedServiceIdentity.csproj", "{B5218D1A-30BB-45D8-8706-6E12F5E18BD6}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServiceIdentity.Autorest", "ManagedServiceIdentity.Autorest", "{A63937E3-13AC-7783-42EF-1101A758218B}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServiceIdentity", "..\..\generated\ManagedServiceIdentity\ManagedServiceIdentity.Autorest\Az.ManagedServiceIdentity.csproj", "{FBFB706F-FC62-4869-9A43-5022BB6528B7}"
2325
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
Debug|Any CPU = Debug|Any CPU
29+
Debug|x64 = Debug|x64
30+
Debug|x86 = Debug|x86
2731
Release|Any CPU = Release|Any CPU
28-
EndGlobalSection
29-
GlobalSection(SolutionProperties) = preSolution
30-
HideSolutionNode = FALSE
32+
Release|x64 = Release|x64
33+
Release|x86 = Release|x86
3134
EndGlobalSection
3235
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3336
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3437
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|x64.Build.0 = Debug|Any CPU
40+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Debug|x86.Build.0 = Debug|Any CPU
3542
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
3643
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|x64.ActiveCfg = Release|Any CPU
45+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|x64.Build.0 = Release|Any CPU
46+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|x86.ActiveCfg = Release|Any CPU
47+
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6}.Release|x86.Build.0 = Release|Any CPU
3748
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3849
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|x64.Build.0 = Debug|Any CPU
52+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Debug|x86.Build.0 = Debug|Any CPU
3954
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
4055
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|x64.ActiveCfg = Release|Any CPU
57+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|x64.Build.0 = Release|Any CPU
58+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|x86.ActiveCfg = Release|Any CPU
59+
{B969A9CF-474D-444E-98B8-C844B1953C59}.Release|x86.Build.0 = Release|Any CPU
4160
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4261
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|x64.ActiveCfg = Debug|Any CPU
63+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|x64.Build.0 = Debug|Any CPU
64+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|x86.ActiveCfg = Debug|Any CPU
65+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Debug|x86.Build.0 = Debug|Any CPU
4366
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
4467
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|x64.ActiveCfg = Release|Any CPU
69+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|x64.Build.0 = Release|Any CPU
70+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|x86.ActiveCfg = Release|Any CPU
71+
{1057099B-DF12-4022-BB18-5AEA108134C8}.Release|x86.Build.0 = Release|Any CPU
4572
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4673
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|x64.ActiveCfg = Debug|Any CPU
75+
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|x64.Build.0 = Debug|Any CPU
76+
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|x86.ActiveCfg = Debug|Any CPU
77+
{D99FEED4-0438-4FC7-939B-780846138F67}.Debug|x86.Build.0 = Debug|Any CPU
4778
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
4879
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|x64.ActiveCfg = Release|Any CPU
81+
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|x64.Build.0 = Release|Any CPU
82+
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|x86.ActiveCfg = Release|Any CPU
83+
{D99FEED4-0438-4FC7-939B-780846138F67}.Release|x86.Build.0 = Release|Any CPU
4984
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5085
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|x64.Build.0 = Debug|Any CPU
88+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Debug|x86.Build.0 = Debug|Any CPU
5190
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
5291
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|x64.ActiveCfg = Release|Any CPU
93+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|x64.Build.0 = Release|Any CPU
94+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|x86.ActiveCfg = Release|Any CPU
95+
{31E817F2-B3A4-4146-9020-59AF97767C77}.Release|x86.Build.0 = Release|Any CPU
5396
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5497
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|x64.ActiveCfg = Debug|Any CPU
99+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|x64.Build.0 = Debug|Any CPU
100+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|x86.ActiveCfg = Debug|Any CPU
101+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Debug|x86.Build.0 = Debug|Any CPU
55102
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
56103
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|x64.ActiveCfg = Release|Any CPU
105+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|x64.Build.0 = Release|Any CPU
106+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|x86.ActiveCfg = Release|Any CPU
107+
{04FFFB98-0F4F-4A11-B884-6F3639F91D48}.Release|x86.Build.0 = Release|Any CPU
57108
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58109
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|Any CPU.Build.0 = Debug|Any CPU
110+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|x64.ActiveCfg = Debug|Any CPU
111+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|x64.Build.0 = Debug|Any CPU
112+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|x86.ActiveCfg = Debug|Any CPU
113+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Debug|x86.Build.0 = Debug|Any CPU
59114
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|Any CPU.ActiveCfg = Release|Any CPU
60115
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{B5218D1A-30BB-45D8-8706-6E12F5E18BD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{B5218D1A-30BB-45D8-8706-6E12F5E18BD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{B5218D1A-30BB-45D8-8706-6E12F5E18BD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{B5218D1A-30BB-45D8-8706-6E12F5E18BD6}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|x64.ActiveCfg = Release|Any CPU
117+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|x64.Build.0 = Release|Any CPU
118+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|x86.ActiveCfg = Release|Any CPU
119+
{F429738A-84A4-4CA0-A80A-D15F0192372A}.Release|x86.Build.0 = Release|Any CPU
120+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|x64.Build.0 = Debug|Any CPU
124+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Debug|x86.Build.0 = Debug|Any CPU
126+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|x64.ActiveCfg = Release|Any CPU
129+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|x64.Build.0 = Release|Any CPU
130+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|x86.ActiveCfg = Release|Any CPU
131+
{FBFB706F-FC62-4869-9A43-5022BB6528B7}.Release|x86.Build.0 = Release|Any CPU
132+
EndGlobalSection
133+
GlobalSection(SolutionProperties) = preSolution
134+
HideSolutionNode = FALSE
65135
EndGlobalSection
66136
GlobalSection(NestedProjects) = preSolution
67137
{B7490FC8-1F3B-4693-BDBD-79B1B5DAE4E6} = {2371439F-EAAF-4232-8519-AA9A995D1A8B}
@@ -70,5 +140,6 @@ Global
70140
{D99FEED4-0438-4FC7-939B-780846138F67} = {2371439F-EAAF-4232-8519-AA9A995D1A8B}
71141
{31E817F2-B3A4-4146-9020-59AF97767C77} = {2371439F-EAAF-4232-8519-AA9A995D1A8B}
72142
{04FFFB98-0F4F-4A11-B884-6F3639F91D48} = {2371439F-EAAF-4232-8519-AA9A995D1A8B}
143+
{FBFB706F-FC62-4869-9A43-5022BB6528B7} = {A63937E3-13AC-7783-42EF-1101A758218B}
73144
EndGlobalSection
74145
EndGlobal

src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 3/24/2025
77
#
88

99
@{
@@ -51,21 +51,21 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies =
5858
'ManagedServiceIdentity.Autorest/bin/Az.ManagedServiceIdentity.private.dll'
5959

6060
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61-
# ScriptsToProcess = @()
61+
ScriptsToProcess = @()
6262

6363
# Type files (.ps1xml) to be loaded when importing this module
64-
# TypesToProcess = @()
64+
TypesToProcess = @()
6565

6666
# Format files (.ps1xml) to be loaded when importing this module
6767
FormatsToProcess =
68-
'ManagedServiceIdentity.Autorest\Az.ManagedServiceIdentity.format.ps1xml'
68+
'ManagedServiceIdentity.Autorest/Az.ManagedServiceIdentity.format.ps1xml'
6969

7070
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7171
NestedModules = @('ManagedServiceIdentity.Autorest/Az.ManagedServiceIdentity.psm1')
@@ -107,7 +107,7 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure','ResourceManager','ARM','PSModule','ManagedServiceIdentity'
110+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ManagedServiceIdentity'
111111

112112
# A URL to the license for this module.
113113
LicenseUri = 'https://aka.ms/azps-license'
@@ -132,7 +132,7 @@ PrivateData = @{
132132

133133
} # End of PSData hashtable
134134

135-
} # End of PrivateData hashtable
135+
} # End of PrivateData hashtable
136136

137137
# HelpInfo URI of this module
138138
# HelpInfoURI = ''

src/ManagedServiceIdentity/ManagedServiceIdentity/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added breaking change announcement for the following cmdlets due to migrating autorest from v3 to v4.
22+
* `Get-AzFederatedIdentityCredential`
23+
* `New-AzFederatedIdentityCredential`
24+
* `Update-AzFederatedIdentityCredential`
2125

2226
## Version 1.3.0
2327
* Upgraded nuget package to signed package.

src/ManagedServiceIdentity/ManagedServiceIdentity/help/Get-AzFederatedIdentityCredential.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Gets the federated identity credential.
1616
```
1717
Get-AzFederatedIdentityCredential -IdentityName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String[]>] [-Skiptoken <String>] [-Top <Int32>] [-DefaultProfile <PSObject>]
19-
[<CommonParameters>]
19+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
2020
```
2121

2222
### Get
2323
```
2424
Get-AzFederatedIdentityCredential -IdentityName <String> -Name <String> -ResourceGroupName <String>
25-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
25+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
2626
[<CommonParameters>]
2727
```
2828

2929
### GetViaIdentity
3030
```
3131
Get-AzFederatedIdentityCredential -InputObject <IManagedServiceIdentity> [-DefaultProfile <PSObject>]
32-
[<CommonParameters>]
32+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -143,6 +143,21 @@ Accept pipeline input: False
143143
Accept wildcard characters: False
144144
```
145145
146+
### -ProgressAction
147+
{{ Fill ProgressAction Description }}
148+
149+
```yaml
150+
Type: System.Management.Automation.ActionPreference
151+
Parameter Sets: (All)
152+
Aliases: proga
153+
154+
Required: False
155+
Position: Named
156+
Default value: None
157+
Accept pipeline input: False
158+
Accept wildcard characters: False
159+
```
160+
146161
### -ResourceGroupName
147162
The name of the resource group.
148163
The name is case insensitive.

0 commit comments

Comments
 (0)