-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[BC] ManagedServices Module Breaking Changes Announcement Date Update #29162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,8 +59,8 @@ directive: | |
| - List[Authorization] | ||
| - List[EligibleAuthorization] | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
| - where: | ||
| verb: New | ||
| subject: RegistrationDefinition | ||
|
|
@@ -77,8 +77,8 @@ directive: | |
| - List[DelegatedRoleDefinitionId] | ||
| - List[JustInTimeAccessPolicyManagedByTenantApprover] | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
|
Comment on lines
79
to
+81
|
||
| - where: | ||
| verb: Get | ||
| subject: RegistrationDefinition | ||
|
|
@@ -91,8 +91,8 @@ directive: | |
| - List[Authorization] | ||
| - List[EligibleAuthorization] | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
|
Comment on lines
93
to
+95
|
||
| - where: | ||
| verb: New|Get | ||
| subject: MarketplaceRegistrationDefinition | ||
|
|
@@ -105,26 +105,26 @@ directive: | |
| - List[Authorization] | ||
| - List[EligibleAuthorization] | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
|
Comment on lines
107
to
+109
|
||
| - where: | ||
| parameter-name: Authorization | ||
| set: | ||
| breaking-change: | ||
| old-parameter-type: Array | ||
| new-parameter-type: List | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
|
Comment on lines
116
to
+118
|
||
| - where: | ||
| parameter-name: EligibleAuthorization | ||
| set: | ||
| breaking-change: | ||
| old-parameter-type: Array | ||
| new-parameter-type: List | ||
| deprecated-by-version: 9.0.0 | ||
| deprecated-by-azversion: 15.0.0 | ||
| change-effective-date: 2025/11/03 | ||
| deprecated-by-azversion: 16.0.0 | ||
| change-effective-date: May 2026 | ||
|
Comment on lines
125
to
+127
|
||
|
|
||
| # Remove unnecessary cmdlet. | ||
| - where: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,7 +29,7 @@ function New-AzManagedServicesAuthorizationObject { | |
| [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.Authorization')] | ||
| [CmdletBinding(PositionalBinding=$false)] | ||
| Param( | ||
| [Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChangeAttribute("DelegatedRoleDefinitionId", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")] | ||
| [Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChangeAttribute("DelegatedRoleDefinitionId", "16.0.0", "9.0.0", "May 2026", OldParamaterType="Array", NewParameterType="List")] | ||
|
||
| [Parameter(HelpMessage="The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other principals.")] | ||
| [string[]] | ||
| $DelegatedRoleDefinitionId, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ | |
| [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleAuthorization')] | ||
| [CmdletBinding(PositionalBinding=$false)] | ||
| Param( | ||
| [Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChangeAttribute("JustInTimeAccessPolicyManagedByTenantApprover", "15.0.0", "9.0.0", "2025/11/03", OldParamaterType="Array", NewParameterType="List")] | ||
| [Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.ParameterBreakingChangeAttribute("JustInTimeAccessPolicyManagedByTenantApprover", "16.0.0", "9.0.0", "May 2026", OldParamaterType="Array", NewParameterType="List")] | ||
|
||
| [Parameter(HelpMessage="The list of managedByTenant approvers for the eligible authorization.")] | ||
| [Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]] | ||
| $JustInTimeAccessPolicyManagedByTenantApprover, | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| --- | ||||||
| Module Name: Az.ManagedServices | ||||||
| Module Guid: 61496bfd-6bc7-48fb-8803-05ad306368f3 | ||||||
| Module Guid: df85bc10-3067-4698-954b-7c4948d51456 | ||||||
|
||||||
| Module Guid: df85bc10-3067-4698-954b-7c4948d51456 | |
| Module Guid: f3c1cabd-ba4d-4158-b4f3-9e037b7a2d62 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "generate_Id": "511731e3-01e0-46da-aeab-958f3336d646" | ||
| "generate_Id": "7ca2b7b0-9036-43c2-8b66-f137d05b02e7" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change-effective-dateis set to "May 2026" here. Other AutoRest module READMEs use numericYYYY/MM/DDdates for breaking change effective dates; please update this to a specificYYYY/MM/DDvalue to keep the breaking-change metadata consistent.