forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registry SDK changes for get/list/create operations (Azure#26448)
* Implement registry creation in sdk * Replace missing files from ADO migration * Add additional unittest * Print existing registries until UPDATE implemented * regenerate 10-01-preview autorest with manual fix * registry schema feedback changes * Registry entity class yaml conversion fixes * fix unit tests * un-hardcode acr and storage configs * Fix test setup * spelling corrections * correct invalid syntax * more syntax corrections * more robust conditionals in to/from rest functions * Add recording files. * Set e2e test to use recording. * remove unused import * Apply suggestions from code review Co-authored-by: Neehar Duvvuri <[email protected]> * display identity and sub-resource ids properly * Code review changes. * Code review edits. * Test migrate to git logic. * remove curses from code * Update recording jsons. * Missing param. * Undo unintentionally committed edit. * Delete underscores from registry name. * Correct yaml format. * add yaml ref link and fix test registry yaml * Update recordings * fix last unit test * add experimental tag everywhere * add back in short circuit to create and update tests * Code review edits. * Do not handle existing registries differently. * Change identity class to reference _credentials. * make sdk and cli registries be a bit more similar * publicize registry constants * actually do what I said, and remove unnessessarily public constant * Address pylint errors. * Additional pylint errors. * Additional pylint errors. * Additional pylint. * Revert deleted param. Co-authored-by: Georgia Fitzgerald <[email protected]> Co-authored-by: gfitzgerald42 <[email protected]> Co-authored-by: Neehar Duvvuri <[email protected]>
- Loading branch information
1 parent
7956455
commit cfb56f4
Showing
112 changed files
with
5,552 additions
and
4,623 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
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.