* index.html
* history
* Commit mode condition
* fix date and time
* azdev
* azdev
* module db
* db
* db
* db
* db
* add retry
* retry
* revert
* Remove iotcentral
* Support testing Azure CLI extensions
* fix syntax error
* log
* command order
* Improve index.html. Move report link inside table.
* Display number of tests in link name.
* remove duplicate reports
* decrease maxParallel to 5
* Fix a small problem of job condition.
* add acl recursive support
* try to ad callback
* recursive pass
* add test
* refine test but still failed
* add failed entries
* test pass for set recursive
* add update-recursive but test failed
* test pass
* refine help
* update doc
* fix style
* fix style
* test
* test pass
* test pass
* refine help
* update error message when providing incorrect key for locations parameter
* ignore lines that are too long
* allow removing ip range filter during update
* sql analytical storage
* fixing help text typo
* fix linter
Co-authored-by: Sam Hurd <sahurd@microsoft.com>
Co-authored-by: Zunli Hu <zuh@microsoft.com>
* {Docs} Remove stale reference in README to closed issue about extensions (#12771)
* Preliminary changes made to add support for template-specs
* Reconfiguration
* validate function error rectified
* validate command works for template-uri
* Template-specs deployment works at resource-group level
* Group deployment updated to function with 2020 SDK
* validate with template specs added
* Management scope and tenant scope errors fixed
* Template-Specs Deployment Added
* Template-Specs Deployment Added
* Updated test cases and removed unnecessary comments
* Removed test cases from launch.json
* Uncommented test case
* Cleaned up repo
* Cleaned up repo
* Style checks complete, template_spec parameter placed at the end, time stamp added to deployment_name, excess file removed in commit, launch,json reverted
* Fixed failing CLI Check Test
* Fix getting resource API version in ARM cmdlt
Latest swagger updates added the 'defaultApiVersion' property to the GET resource providers response.
The old code was trying to use the default API version and only than fall back to the API versions specified in the manifest.
This was wrong because:
1. default API version was not part of the response (until the latest SDK update), so this code was not doing anything
2. default API versions can be null
3. default API version is mostly used for internal purposes and must be included in the list of available API versions.
This change address this issue.
* reset
* Added confirmation for az ts create
* Launch.json restored
* Testing files updated
* Testing files updated
* Unique value in sub deployment, ts parameter name updated
* Unique value in sub deployment updated
Co-authored-by: Daniel Miller <daniel.keegan.miller@gmail.com>
Co-authored-by: Azure CLI Team <AzPyCLI@microsoft.com>
Co-authored-by: Dania Etienne <daetienn@microsoft.com>
Co-authored-by: Elad Perets <elpere@microsoft.com>
* adding aad-only
* adding server
* committing old code
* adding help notes
* final bugfix
* fixing style and linting
* more styel fixes
* undoing mistake
* final style fix... I promise
* making requested changes
* adding tests
* adding style changes
* finalized style
* fixing live only
* validate with list-skus info
* style fixed
* validate with list-skus info
* style fixed
* move validators to command body to speed up
* test code for validator and restored mgmt testcode
* minor fix
* flexible mgmt mysql test
* new test recording files
* deleting arguments and recording files modified
* style fixed, location changed, linter fixed
* Adding az {} flexible-server connect capability
* Styling and linter fixes
* firewall rule name generation and end-ip-address rule changed
* style fixed
* restore removed sterling test
* Fixing tests for renaming of parameters
* post public preview changes
* remove point in time param name change
* Fixing linter/style issues and connect libraries in setup.py
* Removing connect capability due to package issue
* Removing connect packages from windows.txt
* Minor fixes for description
* flexible server tests and new recording files
* adding create test with different tiers and sku
* style issue fixed
* Trigger pipeline
* Trigger pipeline
Co-authored-by: Daeun Yim <daeunyim@microsoft.com>
Co-authored-by: Aritra De <arde@microsoft.com>
Co-authored-by: arde0708 <63367896+arde0708@users.noreply.github.com>
Co-authored-by: Daeun Yim <69321306+DaeunYim@users.noreply.github.com>