- Introduced secrets detection feature to safeguard sensitive data.
- Upgraded Azure.Core to 1.37.0.
- Fixed vulnerability https://github.com/advisories/GHSA-8g9c-28fc-mcx2
- Added exposeToken parameter for Connect-AzContainerRegistry to get token
- Fixed bug in
Get-AzContainerRegistryManifest
returns only 100 results [#22922]
- Upgraded Azure.Core to 1.35.0.
- Updated Azure.Core to 1.34.0.
- Updated Azure.Core to 1.33.0.
- Added new cmdlet
New-AzContainerRegistryCredentials
- Updated module to autorest based
- Updated Azure.Core to 1.31.0.
- Added breaking change attributes for cmdlets
- Updated Azure.Core to 1.28.0.
- Fixed bug in
Get-AzContainerRegistryTag
to show correct tags [#20528]
- Updated parameter types from bool to bool? for
Update-AzContainerRegistryRepository
[#17857]ReadEnabled
ListEnabled
WriteEnabled
DeleteEnabled
- Fixed username and password issue in
Import-AzContainerRegistryImage
[#14971] - Fixed data plane operations (repository, tag, manifest) failed cross registry in single Powershell session [#14849]
- Fixed bug in
Get-AzContainerRegistryManifest
showing incorrect image name
- Fixed authentication for
Connect-AzContainerRegistry
- Added cmdlets to supported repository, manifest, and tag operations:
Get-AzContainerRegistryRepository
Update-AzContainerRegistryRepository
Remove-AzContainerRegistryRepository
Get-AzContainerRegistryManifest
Update-AzContainerRegistryManifest
Remove-AzContainerRegistryManifest
Get-AzContainerRegistryTag
Update-AzContainerRegistryTag
Remove-AzContainerRegistryTag
- Supported parameter
Name
for and value from pipeline input forGet-AzContainerRegistryUsage
[#13605] - Polished exceptions for
Connect-AzContainerRegistry
- [Breaking Change] Updates API version to 2019-05-01
- [Breaking Change] Removed SKU "Classic" and parameter
StorageAccountName
fromNew-AzContainerRegistry
- Added New cmdlets:
Connect-AzContainerRegistry
,Import-AzContainerRegistry
,Get-AzContainerRegistryUsage
,New-AzContainerRegistryNetworkRule
,Set-AzContainerRegistryNetworkRule
- Added new parameter
NetworkRuleSet
toUpdate-AzContainerRegistry
- Update references in .psd1 to use relative path
- Fix typo in Remove-AzContainerRegistryReplication for Replication parameter
- More information here Azure#9633
- Update incorrect online help URLs
- General availability of
Az.ContainerRegistry
module