From 8704a4f440710a8d2e121fea10ab598dabd8347c Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Fri, 15 Aug 2025 16:00:10 +0800 Subject: [PATCH 1/2] [Az.ContainerRegistry] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement --- .../Properties/AssemblyInfo.cs | 26 ++++ .../ContainerRegistry.Autorest/README.md | 91 ++++++++++++++ .../custom/Get-AzContainerRegistry.ps1 | 1 + .../Get-AzContainerRegistryCredential.ps1 | 1 + .../Get-AzContainerRegistryReplication.ps1 | 1 + .../custom/Get-AzContainerRegistryWebhook.ps1 | 1 + .../Get-AzContainerRegistryWebhookEvent.ps1 | 1 + .../New-AzContainerRegistryCredentials.ps1 | 1 + .../New-AzContainerRegistryReplication.ps1 | 1 + .../custom/New-AzContainerRegistryWebhook.ps1 | 1 + .../Test-AzContainerRegistryWebhook.ps1 | 1 + .../Update-AzContainerRegistryCredential.ps1 | 1 + .../docs/Az.ContainerRegistry.md | 2 +- .../generate-info.json | 2 +- .../resources/README.md | 11 ++ src/ContainerRegistry/ContainerRegistry.sln | 113 ++++++++++++++++-- .../Az.ContainerRegistry.psd1 | 14 +-- .../ContainerRegistry/ChangeLog.md | 25 ++++ 18 files changed, 276 insertions(+), 18 deletions(-) create mode 100644 src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs create mode 100644 src/ContainerRegistry/ContainerRegistry.Autorest/resources/README.md diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs b/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..947eca3b6b27 --- /dev/null +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs @@ -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 - ContainerRegistry")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("4.3.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("4.3.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/README.md b/src/ContainerRegistry/ContainerRegistry.Autorest/README.md index e31b1eed325e..9006d4263b79 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/README.md +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/README.md @@ -324,3 +324,94 @@ directive: set: preview-announcement: preview-message: This is a preview version of ContainerRegistry. Let us know if you run into any issues. + +- where: + verb: New|Update + subject: Registry + set: + breaking-change: + deprecated-output-properties: + - NetworkRuleSetIPRule + - PrivateEndpointConnection + - DataEndpointHostName + - IdentityType + - IdentityUserAssignedIdentity + new-output-properties: + - NetworkRuleSetIPRule + - PrivateEndpointConnection + - DataEndpointHostName + - IdentityType + - IdentityUserAssignedIdentity + change-description: (1) The types of the properties 'NetworkRuleSetIPRule', 'PrivateEndpointConnection' and 'DataEndpointHostName' will be changed from single object to 'List'. (2) IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + +- where: + verb: Get|New|Update + subject: ScopeMap|Webhook + set: + breaking-change: + deprecated-output-properties: + - Action + new-output-properties: + - Action + change-description: The types of the properties 'Action' will be changed from single object to 'List'. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + +- where: + verb: Update + subject: RegistryCredentials + variant: Regenerate + set: + breaking-change: + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + +- where: + verb: Get|New + subject: ExportPipeline|ImportPipeline + set: + breaking-change: + deprecated-output-properties: + - Option + - IdentityType + - IdentityUserAssignedIdentity + new-output-properties: + - Option + - IdentityType + - IdentityUserAssignedIdentity + change-description: (1) The types of the properties 'NetworkRuleSetIPRule', 'PrivateEndpointConnection' and 'DataEndpointHostName' will be changed from single object to 'List'. (2) IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + +- where: + verb: Get|New|Update + subject: Token + set: + breaking-change: + deprecated-output-properties: + - CredentialsCertificate + - CredentialsPassword + new-output-properties: + - CredentialsCertificate + - CredentialsPassword + change-description: The types of the properties 'CredentialsCertificate' and 'CredentialsPassword' will be changed from single object to 'List'. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + +- where: + verb: Import + subject: RegistryImage + variant: Import + set: + breaking-change: + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 +``` diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistry.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistry.ps1 index 032f972f3314..daa3e276d010 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistry.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistry.ps1 @@ -61,6 +61,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/get-azcontain #> function Get-AzContainerRegistry { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IRegistry", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='List2', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryCredential.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryCredential.ps1 index 124a8c6f82cb..4d5372f4fa60 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryCredential.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryCredential.ps1 @@ -30,6 +30,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/get-azcontain #> function Get-AzContainerRegistryCredential { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.PSContainerRegistryCredential", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='List', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryReplication.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryReplication.ps1 index 9b16cffb7f8b..f49a77b6cad7 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryReplication.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryReplication.ps1 @@ -59,6 +59,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/get-azcontain #> function Get-AzContainerRegistryReplication { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IReplication", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhook.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhook.ps1 index d281e776263f..916a1cbb8014 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhook.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhook.ps1 @@ -60,6 +60,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/get-azcontain #> function Get-AzContainerRegistryWebhook { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IWebhook", DeprecatedOutputProperties = ("Action, NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("Action, NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhookEvent.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhookEvent.ps1 index 2117320dba29..6d6193a60914 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhookEvent.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Get-AzContainerRegistryWebhookEvent.ps1 @@ -29,6 +29,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/get-azcontain #> function Get-AzContainerRegistryWebhookEvent { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEvent])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEvent", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IEvent", DeprecatedOutputProperties = ("ContentTimestamp, TargetSize, TargetLength, TargetTag, TargetRepository, TargetName, TargetMediaType, TargetDigest, SourceInstanceId, SourceAddr, ActorName, RequestUseragent, RequestMethod, RequestId, RequestHost, RequestAddr, ContentId, ContentAction, TargetUrl, TargetVersion, Action"), NewOutputProperties = ("ContentTimestamp, TargetSize, TargetLength, TargetTag, TargetRepository, TargetName, TargetMediaType, TargetDigest, SourceInstanceId, SourceAddr, ActorName, RequestUseragent, RequestMethod, RequestId, RequestHost, RequestAddr, ContentId, ContentAction, TargetUrl, TargetVersion, Action. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='List', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryCredentials.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryCredentials.ps1 index 517d6aaed598..f36c439bd9f6 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryCredentials.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryCredentials.ps1 @@ -56,6 +56,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/new-azcontain #> function New-AzContainerRegistryCredentials { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential])] + [Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.PSContainerRegistryCredential", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='GenerateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='GenerateExpanded', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryReplication.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryReplication.ps1 index fcca309d145d..f8906f8715b4 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryReplication.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryReplication.ps1 @@ -29,6 +29,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/new-azcontain #> function New-AzContainerRegistryReplication { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IReplication", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter()] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryWebhook.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryWebhook.ps1 index 47fb2fef85e0..50140c8eff83 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryWebhook.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/New-AzContainerRegistryWebhook.ps1 @@ -29,6 +29,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/new-azcontain #> function New-AzContainerRegistryWebhook { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IWebhook", DeprecatedOutputProperties = ("Action, NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("Action, NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Test-AzContainerRegistryWebhook.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Test-AzContainerRegistryWebhook.ps1 index 9d248a804645..4421071be63d 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Test-AzContainerRegistryWebhook.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Test-AzContainerRegistryWebhook.ps1 @@ -29,6 +29,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/test-azcontai #> function Test-AzContainerRegistryWebhook { [OutputType([System.String])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("System.String", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "System.String", DeprecatedOutputProperties = ("Action"), NewOutputProperties = ("Action. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='Ping', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Ping',Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Update-AzContainerRegistryCredential.ps1 b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Update-AzContainerRegistryCredential.ps1 index 4a28c57a8a5f..0b3fb2ec1356 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Update-AzContainerRegistryCredential.ps1 +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/custom/Update-AzContainerRegistryCredential.ps1 @@ -64,6 +64,7 @@ https://learn.microsoft.com/powershell/module/az.containerregistry/update-azcont #> function Update-AzContainerRegistryCredential { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential])] +[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.PSContainerRegistryCredential", DeprecatedOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName"), NewOutputProperties = ("NetworkRuleSetIPRule, PrivateEndpointConnection, DataEndpointHostName. This parameter will be changed from single object to 'List'."))] [CmdletBinding(DefaultParameterSetName='RegenerateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Regenerate', Mandatory)] diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/docs/Az.ContainerRegistry.md b/src/ContainerRegistry/ContainerRegistry.Autorest/docs/Az.ContainerRegistry.md index 2ef97bdbe27e..beddee07cea8 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/docs/Az.ContainerRegistry.md +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/docs/Az.ContainerRegistry.md @@ -1,6 +1,6 @@ --- Module Name: Az.ContainerRegistry -Module Guid: 3dce2f0c-9968-453b-86b0-45b7c2e51740 +Module Guid: ba2b4f71-7ef5-4e22-a608-1409b0437e90 Download Help Link: https://learn.microsoft.com/powershell/module/az.containerregistry Help Version: 1.0.0.0 Locale: en-US diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/generate-info.json b/src/ContainerRegistry/ContainerRegistry.Autorest/generate-info.json index 7aebf3403cfb..308222ca20d0 100644 --- a/src/ContainerRegistry/ContainerRegistry.Autorest/generate-info.json +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "f1828383-d3a2-43c1-8859-d06cd16d0b8e" + "generate_Id": "3874fa5f-681a-4a45-9b35-bcd45e00677a" } diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/resources/README.md b/src/ContainerRegistry/ContainerRegistry.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/ContainerRegistry/ContainerRegistry.Autorest/resources/README.md @@ -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. \ No newline at end of file diff --git a/src/ContainerRegistry/ContainerRegistry.sln b/src/ContainerRegistry/ContainerRegistry.sln index 3ec72d119a9b..f315c7ad9f7f 100644 --- a/src/ContainerRegistry/ContainerRegistry.sln +++ b/src/ContainerRegistry/ContainerRegistry.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -29,61 +29,155 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Network", "..\Network\Netwo EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerRegistry", "..\..\generated\ContainerRegistry\ContainerRegistry.Autorest\Az.ContainerRegistry.csproj", "{EEBDF680-AB69-4605-963A-5564203D2CD4}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ContainerRegistry.Autorest", "ContainerRegistry.Autorest", "{CE80D62D-3036-FFED-08C8-F26FB8866286}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerRegistry", "..\..\generated\ContainerRegistry\ContainerRegistry.Autorest\Az.ContainerRegistry.csproj", "{368DC605-B6C0-4BC3-85A9-9838768DD515}" 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 {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|x64.ActiveCfg = Debug|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|x64.Build.0 = Debug|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|x86.ActiveCfg = Debug|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Debug|x86.Build.0 = Debug|Any CPU {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|Any CPU.Build.0 = Release|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|x64.ActiveCfg = Release|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|x64.Build.0 = Release|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|x86.ActiveCfg = Release|Any CPU + {97AC9DC0-F400-455C-96DE-36BD1B13D1CB}.Release|x86.Build.0 = Release|Any CPU {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|x64.ActiveCfg = Debug|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|x64.Build.0 = Debug|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|x86.ActiveCfg = Debug|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Debug|x86.Build.0 = Debug|Any CPU {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|Any CPU.Build.0 = Release|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|x64.ActiveCfg = Release|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|x64.Build.0 = Release|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|x86.ActiveCfg = Release|Any CPU + {FAF744D3-4BF9-40E9-9473-242F90B1BD4C}.Release|x86.Build.0 = Release|Any CPU {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|x64.ActiveCfg = Debug|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|x64.Build.0 = Debug|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|x86.ActiveCfg = Debug|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Debug|x86.Build.0 = Debug|Any CPU {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|Any CPU.ActiveCfg = Release|Any CPU {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|Any CPU.Build.0 = Release|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|x64.ActiveCfg = Release|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|x64.Build.0 = Release|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|x86.ActiveCfg = Release|Any CPU + {A50B7BDE-5289-4A5B-B4C6-E046A1531792}.Release|x86.Build.0 = Release|Any CPU {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|x64.ActiveCfg = Debug|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|x64.Build.0 = Debug|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|x86.ActiveCfg = Debug|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Debug|x86.Build.0 = Debug|Any CPU {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|Any CPU.ActiveCfg = Release|Any CPU {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|Any CPU.Build.0 = Release|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|x64.ActiveCfg = Release|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|x64.Build.0 = Release|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|x86.ActiveCfg = Release|Any CPU + {CE825F26-DF93-46F3-B0AB-A8D05980B921}.Release|x86.Build.0 = Release|Any CPU {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|x64.ActiveCfg = Debug|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|x64.Build.0 = Debug|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|x86.ActiveCfg = Debug|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Debug|x86.Build.0 = Debug|Any CPU {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|Any CPU.ActiveCfg = Release|Any CPU {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|Any CPU.Build.0 = Release|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|x64.ActiveCfg = Release|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|x64.Build.0 = Release|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|x86.ActiveCfg = Release|Any CPU + {10696F82-B5BF-40E1-89C0-59BFC57D166F}.Release|x86.Build.0 = Release|Any CPU {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|x64.ActiveCfg = Debug|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|x64.Build.0 = Debug|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|x86.ActiveCfg = Debug|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Debug|x86.Build.0 = Debug|Any CPU {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|Any CPU.ActiveCfg = Release|Any CPU {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|Any CPU.Build.0 = Release|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|x64.ActiveCfg = Release|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|x64.Build.0 = Release|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|x86.ActiveCfg = Release|Any CPU + {F57D77CD-9C04-4731-9E33-AB9254AC4076}.Release|x86.Build.0 = Release|Any CPU {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|x64.ActiveCfg = Debug|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|x64.Build.0 = Debug|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|x86.ActiveCfg = Debug|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Debug|x86.Build.0 = Debug|Any CPU {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|Any CPU.ActiveCfg = Release|Any CPU {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|Any CPU.Build.0 = Release|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|x64.ActiveCfg = Release|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|x64.Build.0 = Release|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|x86.ActiveCfg = Release|Any CPU + {B137CF3E-3489-4049-BC45-BE39AE5523BE}.Release|x86.Build.0 = Release|Any CPU {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|x64.ActiveCfg = Debug|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|x64.Build.0 = Debug|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|x86.ActiveCfg = Debug|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Debug|x86.Build.0 = Debug|Any CPU {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|Any CPU.Build.0 = Release|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|x64.ActiveCfg = Release|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|x64.Build.0 = Release|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|x86.ActiveCfg = Release|Any CPU + {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7}.Release|x86.Build.0 = Release|Any CPU {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|x64.ActiveCfg = Debug|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|x64.Build.0 = Debug|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|x86.ActiveCfg = Debug|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Debug|x86.Build.0 = Debug|Any CPU {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|Any CPU.ActiveCfg = Release|Any CPU {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|Any CPU.Build.0 = Release|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|x64.ActiveCfg = Release|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|x64.Build.0 = Release|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|x86.ActiveCfg = Release|Any CPU + {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E}.Release|x86.Build.0 = Release|Any CPU {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|x64.ActiveCfg = Debug|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|x64.Build.0 = Debug|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|x86.ActiveCfg = Debug|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Debug|x86.Build.0 = Debug|Any CPU {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|Any CPU.ActiveCfg = Release|Any CPU {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|Any CPU.Build.0 = Release|Any CPU - {EEBDF680-AB69-4605-963A-5564203D2CD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EEBDF680-AB69-4605-963A-5564203D2CD4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EEBDF680-AB69-4605-963A-5564203D2CD4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EEBDF680-AB69-4605-963A-5564203D2CD4}.Release|Any CPU.Build.0 = Release|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|x64.ActiveCfg = Release|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|x64.Build.0 = Release|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|x86.ActiveCfg = Release|Any CPU + {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8}.Release|x86.Build.0 = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|Any CPU.Build.0 = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|x64.ActiveCfg = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|x64.Build.0 = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|x86.ActiveCfg = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Debug|x86.Build.0 = Debug|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|Any CPU.ActiveCfg = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|Any CPU.Build.0 = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|x64.ActiveCfg = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|x64.Build.0 = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|x86.ActiveCfg = Release|Any CPU + {368DC605-B6C0-4BC3-85A9-9838768DD515}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {97AC9DC0-F400-455C-96DE-36BD1B13D1CB} = {84FB336F-95F1-4DE9-976E-1C2F993F0DC0} @@ -96,5 +190,6 @@ Global {E7A02021-95B6-4CFC-BD45-3ED4FB357CC7} = {77D6948A-FDE0-42B7-830D-FDED2B2AB4F4} {AC03D97B-3F9B-44C5-BB7C-DA544BD0099E} = {77D6948A-FDE0-42B7-830D-FDED2B2AB4F4} {9C8309D3-EAAC-4608-ACAC-50A300BB1EB8} = {C850B312-F84B-4089-A9D5-C74F8C76FDBD} + {368DC605-B6C0-4BC3-85A9-9838768DD515} = {CE80D62D-3036-FFED-08C8-F26FB8866286} EndGlobalSection EndGlobal diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index 9354aaba0264..3901b9db3273 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-08-15 # @{ @@ -53,7 +53,7 @@ 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.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Azure.Containers.ContainerRegistry.dll', @@ -61,13 +61,13 @@ RequiredAssemblies = 'Azure.Containers.ContainerRegistry.dll', 'Microsoft.Azure.ContainerRegistry.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 = 'ContainerRegistry.Autorest\Az.ContainerRegistry.format.ps1xml', +FormatsToProcess = 'ContainerRegistry.Autorest/Az.ContainerRegistry.format.ps1xml', 'ContainerRegistry.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess @@ -140,7 +140,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','Registry','ContainerRegistry' + Tags = 'Azure', 'ResourceManager', 'ARM', 'Registry', 'ContainerRegistry' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -166,7 +166,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md index 3310ead714e8..59b24ee6ef23 100644 --- a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md +++ b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md @@ -18,6 +18,31 @@ - Additional information about change #1 --> ## Upcoming Release +* Added breaking change announcement for below commands from array or single object to list. + * `Get-AzContainerRegistry` + * `New-AzContainerRegistry` + * `Update-AzContainerRegistry` + * `Get-AzContainerRegistryCredential` + * `New-AzContainerRegistryCredential` + * `Update-AzContainerRegistryCredential` + * `Get-AzContainerRegistryExportPipeline` + * `New-AzContainerRegistryExportPipeline` + * `Get-AzContainerRegistryImportPipeline` + * `New-AzContainerRegistryImportPipeline` + * `Get-AzContainerRegistryReplication` + * `New-AzContainerRegistryReplication` + * `Get-AzContainerRegistryScopeMap` + * `New-AzContainerRegistryScopeMap` + * `Update-AzContainerRegistryScopeMap` + * `Get-AzContainerRegistryToken` + * `New-AzContainerRegistryToken` + * `Update-AzContainerRegistryToken` + * `Get-AzContainerRegistryWebhook` + * `New-AzContainerRegistryWebhook` + * `Test-AzContainerRegistryWebhook` + * `Update-AzContainerRegistryWebhook` + * `Get-AzContainerRegistryWebhookEvent` + * `Import-AzContainerRegistryImage` ## Version 4.3.0 * Upgraded nuget package to signed package. From 2e7a2a71987b5ca6841e77e074df06da8a447c3e Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 18 Aug 2025 16:04:59 +0800 Subject: [PATCH 2/2] Update changelog --- src/ContainerRegistry/ContainerRegistry/ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md index 59b24ee6ef23..73851501f3ac 100644 --- a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md +++ b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md @@ -18,7 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release -* Added breaking change announcement for below commands from array or single object to list. +* Added BreakingChange announcements for commands below: * `Get-AzContainerRegistry` * `New-AzContainerRegistry` * `Update-AzContainerRegistry`