Skip to content

Commit d40995a

Browse files
authored
Merge pull request #1 from larisaborodina/release/acrchanges
ACR auto-generating cmdlets.
2 parents e71e750 + e953c3d commit d40995a

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

src/Azs.ContainerRegistry.Admin/readme.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This directory contains the PowerShell module for the ContainerRegistryAdmin ser
1717
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
1818

1919
## Module Requirements
20-
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.6.0 or greater
20+
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater
2121

2222
## Authentication
2323
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
@@ -69,7 +69,33 @@ psm1: Azs.ContainerRegistry.Admin.psm1
6969
### Parameter default values
7070
``` yaml
7171
directive:
72-
72+
# Prepend ContainerRegistry for the Quota cmdlets
73+
- where:
74+
subject: Quota
75+
set:
76+
subject-prefix: ContainerRegistry
77+
78+
# Rename Set-AzsContainerRegistryQuota to Update-AzsContainerRegistryQuota
79+
- where:
80+
verb: Set
81+
subject: ContainerRegistryQuota
82+
set:
83+
verb: Update
84+
85+
# Rename Set-AzsContainerRegistryConfiguration to Update-AzsContainerRegistryConfiguration
86+
- where:
87+
verb: Set
88+
subject: ContainerRegistryConfiguration
89+
set:
90+
verb: Update
91+
92+
# Rename Get-AzsContainerRegistry to Read-AzsContainerRegistry
93+
- where:
94+
verb: Get
95+
subject: ContainerRegistry
96+
set:
97+
verb: Read
98+
7399
# Add release notes
74100
- from: Azs.ContainerRegistry.Admin.nuspec
75101
where: $

0 commit comments

Comments
 (0)