-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ACR] Updates for new RP data models (#1198)
* Updates to support switching environment 1. Updated acr client to support adding/switching environment using cloud/context command modules. 2. Updated repository return value to support table format. * Updates for new RP date models 1. Updated SDK. 2. Changed storage account update as part of "az acr update" command. Removed storage subgroup. 3. Removed client side validation on registry name and storage account. Added a separate "az acr check-name" command to check name availability. 4. Updated format to match new models. 5. Changed "az acr list" command from ARM list to RP list. 6. Added regenerate admin user credental command.
- Loading branch information
1 parent
f83233d
commit fe871a5
Showing
42 changed files
with
1,158 additions
and
1,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
187 changes: 0 additions & 187 deletions
187
src/command_modules/azure-cli-acr/azure/cli/command_modules/acr/_arm_utils.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.