forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get latest from azure dev #24
Merged
Merged
Conversation
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
* Azure CLI Nat Gateway contract changes (#9071) * Azure CLI Nat Gateway contract changes * Update help text to nat gateway sku * Update setup files * Make azure-cli-natgateway installable. * Re-record tests for 2018-02-01. * Re-record tests. * Re-record tests. Remove accidentally committed files. * Nat Gateway Resource (#9147) * Azure CLI Nat Gateway contract changes * Update help text to nat gateway sku * Update setup files * Add Get,Create,Remove commands for Nat Gateway and Test for Create,Remove NatGateway * Update PR comments and tests * Update Recordings * Update recordings. * Nat Gateway Resource (#9330) * Azure CLI Nat Gateway contract changes * Update help text to nat gateway sku * Update setup files * Add Get,Create,Remove commands for Nat Gateway and Test for Create,Remove NatGateway * Update PR comments and tests * Update Recordings * Update linter, style changes, convert update from regular to properties * Update help examples and natgateway properties update * Add ID support * Update Recordings and merge branch to local * Update azure cli pyproj * Attach subnet to Nat Gateway (#9333) * Azure CLI Nat Gateway contract changes * Update help text to nat gateway sku * Update setup files * Add Get,Create,Remove commands for Nat Gateway and Test for Create,Remove NatGateway * Update PR comments and tests * Update Recordings * Update linter, style changes, convert update from regular to properties * Update help examples and natgateway properties update * Add ID support * Update Recordings and merge branch to local * Update azure cli pyproj * Subnet attached to managed nat * Update PR comments * Nat Gateway (#9373) * Azure CLI Nat Gateway contract changes * Update help text to nat gateway sku * Update setup files * Add Get,Create,Remove commands for Nat Gateway and Test for Create,Remove NatGateway * Update PR comments and tests * Update Recordings * Update linter, style changes, convert update from regular to properties * Update help examples and natgateway properties update * Add ID support * Update Recordings and merge branch to local * Update azure cli pyproj * Subnet attached to managed nat * Update PR comments * Updates to NAT gateway module. * Update tests and validator' * Update Params * Rerecord tests. * Re-record tests. * Convert AKS tests to live only. * Convert SQL test to live only. * Final fixes. * Disable flaky security test. * Convert `network nat-gateway` group to `network nat gateway`. * Code review feedback.
* add new command * add support for manual-failover * update help content * re-record test session * Bump SDK version
* [core] Fix bug where --query cannot be used with --output yaml * Add comment explaining yaml formatter error handling logic.
…ing addon (#9434) * add cluster spn with metric publisher role to aks cluster resource * refactor the code * fix default workspace issue in china cloud * add metrics publisher role assignment only in public cloud * fix pr feedback * fix build error * fix lint error * update region mapping * order regions in sortorder * fix trailing whitespaces
Curl must follow redirects. Fixes #9435
* add friendly msg when sub is not whitelisted for GA API * bump version and add history
* role: update the help of --assignee-object-id * fix grammar
* Update error logging for reported unclear issues * Combine error messages * fix ci
* Disable/Enable kube-dashboard addon * Minor fixes * change HISTORY.rst
* Added acr pack command scaffold * Added acr pack test * Fixed command registration * Consolidated value * Added command module scaffold * Extracted method * Added linux assertion * Fixed params * Moved validation to be earlier No need to upload sources if the build cannot proceed * Removed --file, added --image * Improved docstring * Added builder flag * Fixed flake9 errors in run.py * Fixed flake8 erros in pack.py * Added registry name env var to build * Removed test * Unused * CR remark * Merge remote-tracking branch 'refs/remotes/Azure/dev' into dev # Conflicts: # src/command_modules/azure-cli-acr/azure/cli/command_modules/acr/run.py * Added task version * Removed unnecessary doc * Removed unused imports * Added no-pull arg * Flipped arg * Added automatic registry prefix * CR
* Add python3 macro to RPM spec * fixing missed raw python use * fixing another missed raw python use * Don't look for el7, look for el* * Try removing duplicate dependencies in Runtime and buildtime requirements * Declare dependency on virtualenv instead of downloading it * Disable python-devel requirement * WIP * More fixes * Exclude hardlinks created by virtualenv In reality, all we need from virtualenv is an easy way to build up an alternate site-packages directory. Infact, what this is doing just emulates how a virtualenv works, but without the hardlinks that were confusing rpmbuild! * Ignore user site-packages
* Return patch response directly for acr repository update * fix ci * Remove deprecated classic registry error handling
Corrected a small typo.
* Added Error Message when no TTY is available Fix #3876 When performing a resource group deployment, if no TTY is available, a CLIError will be raised detailing the parameters that were not provided. * Fixes for python2 compatibility
* initial work. * WAF Policy progress. * Progress. * WAF policy commands and test. * Fix and re-record test. * Closes #9255. * Fix test issue. * Code review feedback. * Fix update logic. * Fix CI
* Added acr pack command scaffold * Added acr pack test * Fixed command registration * Consolidated value * Added command module scaffold * Extracted method * Added linux assertion * Fixed params * Moved validation to be earlier No need to upload sources if the build cannot proceed * Removed --file, added --image * Improved docstring * Added builder flag * Fixed flake9 errors in run.py * Fixed flake8 erros in pack.py * Added registry name env var to build * Removed test * Unused * CR remark * Merge remote-tracking branch 'refs/remotes/Azure/dev' into dev # Conflicts: # src/command_modules/azure-cli-acr/azure/cli/command_modules/acr/run.py * Added task version * Removed unnecessary doc * Removed unused imports * Added no-pull arg * Flipped arg * Added automatic registry prefix * CR * Fixed registry prefix * Updated history.rst
* Initial work. * Update preview references. * Additional work to wire up preview arguments. * Update for knack changes. * Update dependencies. Remove command suggestion code. Deprecate BatchAI. Hide ACS. * Restore CLI-specific spellchecker. * Update history entries.
* Fix for Issue - 9319 * updated version in histroy and setup files * updated code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.