* Adding base AZ CLI for ComputeFleet
* Updating Test files.
* Update the commands to compute-fleet
* list-Vmss recording with error.
* Test updates.
* Test Updates.
* Test Update.
* Test Parameters Updates
* Parameter Issue, resolved. Fixing network resource creation.
* Network config resolved, Now working on - virtualMachines/TempValidation_d1ff9529_f0f737c1. Please attach standard load balancer or public IP address to VM, create NAT gateway or configure user-defined routes (UDR) in the subnet. Learn more at aka.ms/defaultoutboundaccess.
E Code: OutboundConnectivityNotEnabledOnVM
E Message: No outbound connectivity configured for virtual machine /subscriptions/ac302a10-6fb1-4308-baf6-ad855c4d7f3d/resourceGroups/FLEET_TEST_PF2CBELADKKNDSHONVRVEXMAPS7FAIOACVDYLBSXOA4Q7GD6NYTSPTCSPUR73PVD/providers/Microsoft.Compute/virtualMachines/TempValidation_d1ff9529_f0f737c1. Please attach standard load balancer or public IP address to VM, create NAT gateway or configure user-defined routes (UDR) in the subnet. Learn more at aka.ms/defaultoutboundaccess.
* Fixed networkProfile issues. Noe --compute-profile' argument: Model 'AAZObjectArg' has no field named 'publicIpAddress' left
* few updates based on Copilot, still same issue!
* Tests working.
* Test recordings and tests working.
* uploading the recordings again.
* Update default Subscription id for playback and new test recording.
* Adding compute fleet to service_name.json. Making test live_only()
* adding compute-fleet to doc_source_map.json.
* Adding aliases as suggested.
Added test for aliases.
* Updated test for aliases.
* Updated commands - Remove fleet as a group.
* Updates based on CLI.
* Upcoming Breaking Change Pre-announce
* Fix style
* Remove next breaking change version fallback logic
* Add method to get version number from `TargetVersion`
* Update doc
* Rephrase the part about ad-hoc breaking changes.
* Add parts about azdev tool.
* Update doc/how_to_introduce_breaking_changes.md
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Rename breaking change related classes
* Rename Breaking Change related classes
* Support Breaking Change warning in `--help`
* Update Next Breaking Change Release Version
* Use logger.warning to print breaking change message
* Update doc/how_to_introduce_breaking_changes.md
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Abstract doc_link message into a reusable constant.
* Update title
* Insert Upcoming Breaking Change in deprecate_info field
* Support option deprecation declare in upcoming breaking change
* Add `always_display=True` for BeRequired and DefaultChange breaking changes
* Change interface to call method instead of defining dict
* Fix None and string action.
* Change ` to '
* Support option deprecate execution message
* Update target_version field
* Fix default value breaking change display
* Add support for multiple breaking changes in one command/command group.
Add support for manual breaking change.
* Refactor function name and custom bc key
* Fix some style problems
* Fix style
* Fix style
* Update upcoming breaking change document
* Rename fn and fix style problem
* Unflatten closure function & fix conditional breaking change
* Add Unit Tests & Fix edge case.
* Add License for new test file
* Add some comments
* Add deprecation recommendation
* Update doc/how_to_introduce_breaking_changes.md
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Apply Document suggestion from jeremy
* Apply suggestions from the meeting
* Update src/azure-cli-core/azure/cli/core/breaking_change.py
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Fix unit test failure caused by tag name change
---------
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Updated references in documentation
* Updated references in documentation
* Updated references in documentation
* Updated references in documentation
* mysql module initialize
* add common comands
* add mysql custom code
* add unit test for mysql
* remove mysql flexible server from rdbms
* update setup.py to fix package load error
* import mysql help doc
* revert geo_redundant_backup for byok test case
* insert in alphabetical order
* init yaml
* typo
* step:update version files
* relative path
* fix bash
* pipeline name
* activate venv
* debug log
* fix file replacer
* live run recordings
* task name and debug variable
* git config
* git checkout
* use azclibot repo
* fetch azclibot
* azdev test arguments
* az login to run live tests
* use junit_family=xunit1
* byte to str
* git pull before push
* error_flag
* git pull --rebase
* test results and PR
* xml path
* commit message
* PR body
* bash null
* doc
* test result
* fix version update in setup.py
* combine `run_git_command` and `run_azdev`
* simplify the escape character usage
* update docs
* update tests of shorthand syntax
* fix style issues
* simplify the function name in AAZShortHandSyntaxParser