Skip to content

Commit

Permalink
fix typo in changelog and false required assemblies in az.containerre…
Browse files Browse the repository at this point in the history
…gistry.psd1 (#13273)

Force merge it because CI passed and cannot wait update branch

* fix changelog and psd1

* Update Az.ContainerRegistry.psd1
  • Loading branch information
VeryEarly authored Oct 21, 2020
1 parent ad622e9 commit 42727bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.5'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll', 'Microsoft.Azure.ContainerRegistry.dll', 'System.IdentityModel.Tokens.Jwt'
RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll', 'Microsoft.Azure.ContainerRegistry.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerRegistry/ContainerRegistry/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Upcoming Release
* [Breaking Change] Updates API version to 2020-05-01
* [Breaking Change] Removed SKU "Classic" and parameter `StorageAccountName` from `New-AzContainerRegistry`
* Added New cmdlets: `Connect-AzContainerRegistry`, `Import-AzContainerRigstryImage`, `Get-AzContainerRegistryUsage`, `New-AzContainerRegistryNetworkRule`, `Set-AzContainerRegistryNetworkRule`
* Added New cmdlets: `Connect-AzContainerRegistry`, `Import-AzContainerRegistry`, `Get-AzContainerRegistryUsage`, `New-AzContainerRegistryNetworkRule`, `Set-AzContainerRegistryNetworkRule`
* Added new parameter `NetworkRuleSet` to `Update-AzContainerRegistry`


Expand Down

0 comments on commit 42727bb

Please sign in to comment.