Skip to content

Commit 0d8eb9e

Browse files
[skip ci] Archive 4950b7b (#27994)
1 parent 4950b7b commit 0d8eb9e

16 files changed

+39
-18
lines changed

generated/ManagedServices/ManagedServices.Autorest/Az.ManagedServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>ManagedServices</PsModuleName>
44
<PsRootModuleName>ManagedServices</PsRootModuleName>
5+
<PsModuleFolder>ManagedServices.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 - ManagedServices")]
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("652cc5f5-6d52-4ced-a3b9-5670b5a0c191")]
27-
[assembly: AssemblyVersion("3.1.0")]
28-
[assembly: AssemblyFileVersion("3.1.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 - ManagedServices")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("3.1.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": "fe2e0617-9f16-4c71-8c5b-ac7cba032a37"
2+
"generate_Id": "a44353e0-7b2f-43c6-bfd0-09c44cfabaa5"
33
}

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the details of the specified registration assignment.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesAssignment_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationAssignments"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesAssignment_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration assignments.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets the registration definition details.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesDefinition_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesDefinition_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Gets a list of the registration definitions.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

generated/ManagedServices/ManagedServices.Autorest/generated/cmdlets/GetAzManagedServicesMarketplaceDefinition_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.ManagedServices.Cmdlets
1414
/// </remarks>
1515
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.InternalExport]
1616
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzManagedServicesMarketplaceDefinition_Get")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0", "9.0.0", "2025/11/03", ChangeDescription="The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.")]
1718
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition))]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Description(@"Get the marketplace registration definition for the marketplace identifier.")]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Generated]

0 commit comments

Comments
 (0)