Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions src/Azs.ContainerRegistry.Admin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This directory contains the PowerShell module for the ContainerRegistryAdmin ser
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.

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

## Authentication
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
Expand Down Expand Up @@ -69,7 +69,33 @@ psm1: Azs.ContainerRegistry.Admin.psm1
### Parameter default values
``` yaml
directive:

# Prepend ContainerRegistry for the Quota cmdlets
- where:
subject: Quota
set:
subject-prefix: ContainerRegistry

# Rename Set-AzsContainerRegistryQuota to Update-AzsContainerRegistryQuota
- where:
verb: Set
subject: ContainerRegistryQuota
set:
verb: Update

# Rename Set-AzsContainerRegistryConfiguration to Update-AzsContainerRegistryConfiguration
- where:
verb: Set
subject: ContainerRegistryConfiguration
set:
verb: Update

# Rename Get-AzsContainerRegistry to Read-AzsContainerRegistry
- where:
verb: Get
subject: ContainerRegistry
set:
verb: Read

# Add release notes
- from: Azs.ContainerRegistry.Admin.nuspec
where: $
Expand Down