Skip to content
Open
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.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.2")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
24 changes: 12 additions & 12 deletions src/ManagedServices/ManagedServices.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines 61 to +63
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change-effective-date is set to "May 2026" here. Other AutoRest module READMEs use numeric YYYY/MM/DD dates for breaking change effective dates; please update this to a specific YYYY/MM/DD value to keep the breaking-change metadata consistent.

Copilot uses AI. Check for mistakes.
- where:
verb: New
subject: RegistrationDefinition
Expand All @@ -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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change-effective-date uses "May 2026" here; please use a concrete YYYY/MM/DD date (with day) to match the format used across the repo for breaking-change metadata and avoid ambiguity.

Copilot uses AI. Check for mistakes.
- where:
verb: Get
subject: RegistrationDefinition
Expand All @@ -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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change-effective-date is specified as "May 2026". Please change this to YYYY/MM/DD (with a specific day) to align with the breaking change date format used in other modules.

Copilot uses AI. Check for mistakes.
- where:
verb: New|Get
subject: MarketplaceRegistrationDefinition
Expand All @@ -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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change-effective-date is set to "May 2026" in this block as well. Please update to a specific YYYY/MM/DD date for consistency with the repository’s breaking-change metadata format.

Copilot uses AI. Check for mistakes.
- 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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change-effective-date is using "May 2026". Please update to a concrete YYYY/MM/DD date so the breaking change record has an unambiguous effective date.

Copilot uses AI. Check for mistakes.
- 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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change-effective-date value is "May 2026". Please switch it to the repo’s standard YYYY/MM/DD format with a specific day (and keep it consistent with the corresponding breaking-change attribute dates in custom cmdlets).

Copilot uses AI. Check for mistakes.

# Remove unnecessary cmdlet.
- where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ParameterBreakingChangeAttribute change-effective date is now set to "May 2026". In this repo, breaking change effective dates are consistently recorded in numeric YYYY/MM/DD format (e.g., 2025/11/03) to avoid ambiguity and keep tooling/messages consistent. Please switch this to a concrete YYYY/MM/DD date.

Copilot uses AI. Check for mistakes.
[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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ParameterBreakingChangeAttribute change-effective date is now set to "May 2026". Please use the repo’s standard YYYY/MM/DD date format with a specific day (e.g., 2026/05/01) so the breaking-change message is unambiguous and consistent.

Copilot uses AI. Check for mistakes.
[Parameter(HelpMessage="The list of managedByTenant approvers for the eligible authorization.")]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]]
$JustInTimeAccessPolicyManagedByTenantApprover,
Expand Down
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
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation front-matter Module Guid no longer matches the module manifest GUID (Az.ManagedServices.psd1 has GUID f3c1cabd-ba4d-4158-b4f3-9e037b7a2d62). Please keep the docs Module Guid aligned with the manifest GUID to avoid inconsistent module metadata.

Suggested change
Module Guid: df85bc10-3067-4698-954b-7c4948d51456
Module Guid: f3c1cabd-ba4d-4158-b4f3-9e037b7a2d62

Copilot uses AI. Check for mistakes.
Download Help Link: https://learn.microsoft.com/powershell/module/az.managedservices
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "511731e3-01e0-46da-aeab-958f3336d646"
"generate_Id": "cda1a974-0acf-420f-b1ec-fd2ed950fa76"
}
28 changes: 14 additions & 14 deletions src/ManagedServices/ManagedServices.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedServices", "ManagedS
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServices.Autorest", "ManagedServices.Autorest", "{2D84CE50-F89B-94FD-0D1C-E1015598E8EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServices", "..\..\generated\ManagedServices\ManagedServices.Autorest\Az.ManagedServices.csproj", "{EAAF3FF5-C462-450B-9156-FFDB3899DA62}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServices", "..\..\generated\ManagedServices\ManagedServices.Autorest\Az.ManagedServices.csproj", "{80BA68B3-236E-47FF-8BCA-5D53888A25AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,18 +117,18 @@ Global
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|x64.Build.0 = Release|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|x86.ActiveCfg = Release|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|x86.Build.0 = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|x64.ActiveCfg = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|x64.Build.0 = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|x86.ActiveCfg = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Debug|x86.Build.0 = Debug|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|Any CPU.Build.0 = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|x64.ActiveCfg = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|x64.Build.0 = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|x86.ActiveCfg = Release|Any CPU
{EAAF3FF5-C462-450B-9156-FFDB3899DA62}.Release|x86.Build.0 = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|x64.ActiveCfg = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|x64.Build.0 = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Debug|x86.Build.0 = Debug|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|Any CPU.Build.0 = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|x64.ActiveCfg = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|x64.Build.0 = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|x86.ActiveCfg = Release|Any CPU
{80BA68B3-236E-47FF-8BCA-5D53888A25AA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -140,6 +140,6 @@ Global
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E} = {3A8A3FE9-7C8D-43B9-AC12-8FAA83CD977C}
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431} = {3A8A3FE9-7C8D-43B9-AC12-8FAA83CD977C}
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7} = {3A8A3FE9-7C8D-43B9-AC12-8FAA83CD977C}
{EAAF3FF5-C462-450B-9156-FFDB3899DA62} = {2D84CE50-F89B-94FD-0D1C-E1015598E8EB}
{80BA68B3-236E-47FF-8BCA-5D53888A25AA} = {2D84CE50-F89B-94FD-0D1C-E1015598E8EB}
EndGlobalSection
EndGlobal
12 changes: 6 additions & 6 deletions src/ManagedServices/ManagedServices/Az.ManagedServices.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/30/2025
# Generated on: 11-Feb-26
#

@{
Expand Down Expand Up @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ManagedServices.Autorest/bin/Az.ManagedServices.private.dll'

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

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'ManagedServices.Autorest/Az.ManagedServices.format.ps1xml'
Expand Down Expand Up @@ -104,7 +104,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','PSModule','ManagedServices'
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ManagedServices'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -129,7 +129,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
1 change: 1 addition & 0 deletions src/ManagedServices/ManagedServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.

## Version 3.1.2
* Update the outputs of breaking change announcements.
Expand Down