Skip to content

[PS ManagedServices] Add breaking change announcement #27957

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
@@ -0,0 +1,26 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[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.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
36 changes: 36 additions & 0 deletions src/ManagedServices/ManagedServices.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,42 @@ use-extension:
"@autorest/powershell": "3.x"

directive:
- where:
verb: Get
subject: RegistrationAssignment
set:
breaking-change:
change-description: "The types of property 'Authorization' and 'EligibleAuthorization' have changed to 'List'."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
change-description: "The types of property 'Authorization' and 'EligibleAuthorization' have changed to 'List'."
change-description: "The types of property 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."

deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03

- where:
subject: RegistrationDefinition
set:
breaking-change:
change-description: "The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
- where:
verb: New
subject: RegistrationDefinition
set:
breaking-change:
change-description: "The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to List."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
change-description: "The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to List."
change-description: "The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to 'List'."

deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03

- where:
subject: MarketplaceRegistrationDefinition
set:
breaking-change:
change-description: "The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03

# Remove unnecessary cmdlet.
- where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#>
function New-AzManagedServicesEligibleAuthorizationObject {
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleAuthorization')]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The type of property 'DelegatedRoleDefinitionId' will be changed from Fixed Array to List.")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be updated to ""The type of the property 'DelegatedRoleDefinitionId' will be changed to 'List'."" to make them consistent. One question, is 'DelegatedRoleDefinitionId' a property or parameter?

[CmdletBinding(PositionalBinding=$false)]
Param(

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.ManagedServices
Module Guid: f3c1cabd-ba4d-4158-b4f3-9e037b7a2d62
Module Guid: 54366ec5-1955-4a40-b1df-da4057a89b87
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": "fe2e0617-9f16-4c71-8c5b-ac7cba032a37"
"generate_Id": "d8bb5ea2-4d51-4a67-a123-b5b8c90e74f6"
}
11 changes: 11 additions & 0 deletions src/ManagedServices/ManagedServices.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Resources
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.

## Info
- Modifiable: yes
- Generated: no
- Committed: yes
- Packaged: no

## Purpose
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.
89 changes: 80 additions & 9 deletions src/ManagedServices/ManagedServices.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedServices", "ManagedServices\ManagedServices.csproj", "{F18ADD45-27F3-48D1-98C9-632575DB58D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServices", "..\..\generated\ManagedServices\ManagedServices.Autorest\Az.ManagedServices.csproj", "{512150A7-69AC-455F-A775-8F88CE224CD2}"
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", "{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|x64.ActiveCfg = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|x64.Build.0 = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|x86.ActiveCfg = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Debug|x86.Build.0 = Debug|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|Any CPU.Build.0 = Release|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|x64.ActiveCfg = Release|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|x64.Build.0 = Release|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|x86.ActiveCfg = Release|Any CPU
{B940536F-36B2-485C-BBEC-0C82FAACFFC6}.Release|x86.Build.0 = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|x64.ActiveCfg = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|x64.Build.0 = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|x86.ActiveCfg = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Debug|x86.Build.0 = Debug|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|Any CPU.Build.0 = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|x64.ActiveCfg = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|x64.Build.0 = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|x86.ActiveCfg = Release|Any CPU
{BAB548CA-E33D-49A9-89A1-8A62C57BC0CE}.Release|x86.Build.0 = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|x64.ActiveCfg = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|x64.Build.0 = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|x86.ActiveCfg = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Debug|x86.Build.0 = Debug|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|Any CPU.Build.0 = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|x64.ActiveCfg = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|x64.Build.0 = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|x86.ActiveCfg = Release|Any CPU
{03208524-E2E7-4204-833F-3C2FB9BA18CC}.Release|x86.Build.0 = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|x64.ActiveCfg = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|x64.Build.0 = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|x86.ActiveCfg = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Debug|x86.Build.0 = Debug|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|Any CPU.Build.0 = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|x64.ActiveCfg = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|x64.Build.0 = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|x86.ActiveCfg = Release|Any CPU
{9C8C8F4B-359B-448F-88CB-7F4F1B94709E}.Release|x86.Build.0 = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|x64.ActiveCfg = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|x64.Build.0 = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|x86.ActiveCfg = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Debug|x86.Build.0 = Debug|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|Any CPU.Build.0 = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|x64.ActiveCfg = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|x64.Build.0 = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|x86.ActiveCfg = Release|Any CPU
{C7AE743C-7AA2-4D4C-B1C3-CBAA389F7431}.Release|x86.Build.0 = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|x64.Build.0 = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Debug|x86.Build.0 = Debug|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|Any CPU.Build.0 = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|x64.ActiveCfg = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|x64.Build.0 = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|x86.ActiveCfg = Release|Any CPU
{BA824808-A1F8-4F51-AADD-B0CEDB4215B7}.Release|x86.Build.0 = Release|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|x64.ActiveCfg = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|x64.Build.0 = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|x86.ActiveCfg = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Debug|x86.Build.0 = Debug|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|Any CPU.Build.0 = Release|Any CPU
{512150A7-69AC-455F-A775-8F88CE224CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{512150A7-69AC-455F-A775-8F88CE224CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{512150A7-69AC-455F-A775-8F88CE224CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{512150A7-69AC-455F-A775-8F88CE224CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{F18ADD45-27F3-48D1-98C9-632575DB58D9}.Release|x64.ActiveCfg = Release|Any CPU
{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
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|x64.ActiveCfg = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|x64.Build.0 = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|x86.ActiveCfg = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Debug|x86.Build.0 = Debug|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|Any CPU.Build.0 = Release|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|x64.ActiveCfg = Release|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|x64.Build.0 = Release|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|x86.ActiveCfg = Release|Any CPU
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B940536F-36B2-485C-BBEC-0C82FAACFFC6} = {3A8A3FE9-7C8D-43B9-AC12-8FAA83CD977C}
Expand All @@ -70,5 +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}
{61B48E2F-C39A-4F6B-B20A-7EA9DCC4E0AD} = {2D84CE50-F89B-94FD-0D1C-E1015598E8EB}
EndGlobalSection
EndGlobal
14 changes: 7 additions & 7 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: 1/9/2025
# Generated on: 6/13/2025
#

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

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

# 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'
FormatsToProcess = 'ManagedServices.Autorest/Az.ManagedServices.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('ManagedServices.Autorest/Az.ManagedServices.psm1')
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
9 changes: 9 additions & 0 deletions src/ManagedServices/ManagedServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
- Additional information about change #1
-->
## Upcoming Release
* Added breaking change announcement for below commands from Fixed Array to List and breaking change announcement for fixing one object to List.
- 'Get-AzManagedServicesAssignment'
- 'Get-AzManagedServicesDefinition'
- 'Get-AzManagedServicesMarketplaceDefinition'
- 'New-AzManagedServicesAssignment'
- 'New-AzManagedServicesAuthorizationObject'
- 'New-AzManagedServicesDefinition'
- 'New-AzManagedServicesEligibleApproverObject'
- 'New-AzManagedServicesEligibleAuthorizationObject'

## Version 3.1.0
* Upgraded nuget package to signed package.
Expand Down