forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix tests #11
Open
jsntcy
wants to merge
2,139
commits into
dev
Choose a base branch
from
fix-tests
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* Update CODEOWNERS * Update test_dns.yaml * Update CODEOWNERS * Update test_dns.yaml * Update CODEOWNERS
* test part 1 * mgmt network version * network package version * test 2 * test 3
…roviding storage container metadata (Azure#17202) * add rdbms code owner * validate metadata * tests * test record
* Regenerate and modify * style * Add import
…Azure#17320) * Update describe for 'azure/cli/command_modules/vm/_help.py' * Update azure/cli/command_modules/vm/_help.py
* created all commands * latest form and recorded tests * pylint and style fix * adding preview and confirmaiton * add confirmation to tests * added show command, and now wait support * fixed style and help file * help fix * test updated Co-authored-by: Matija Bojovic <[email protected]>
…ownload` and `--target-operation` for command `az keyvault security-domain wait` (Azure#17263) * security-domain sync to async support * security-domain download async * fix polling bug * raise error when file operation fails * support --id to specify url and fix test * wait before polling
…#17271) * flexible server migration * single server migration draft * style fixed * allow large reponse for proxy test * singles server test fixed * minor bugs fixed * linter and style issues fixed * config files added * empty commit * empty commit * fix recording files for the migration code * fixed mariadb failing test case * fix for failing test cases * fixed typo * change datetime function to accomodate python 3.6 * takes care of two different time input * style fixed * restore source parameter added * bug fix auth, LRO polling commands, object create by dict * restore reverted to no source parameters * db for pg * added pg db tests * help text updated and recording files updated with the database change * empty commit * empty commit * revert resource module * id = child name fix * network module test failure fixed * remove and fix rdbms params file * fix typo
* fix for APIM backup * Fix live test
* Update history notes * Update src/azure-cli/HISTORY.rst
… or updating an IP-based backend pool of a load balancer. (Azure#17336) * feature subnet and test * issue Azure#16615 * Update _help.py * style * review * style * review * review * review * review
* [Compute] vm create: New parameter --count * vm publicip * nic * style * return value * style, help * comment * validator * validation * style * fix a bug * help * test * mode, help * help * validation, help * help
Co-authored-by: Milan Brkic <[email protected]>
…associated Service Principal exists for the App (Azure#17051)
* [Compute] vm create: Trusted Launch * update * update
* updated rdbms python sdk * deleting unused file * Fix MYSQL create, update key error due to location capabilities output change * change update yaml files and update sdk version * new python sdk updated * add iops create test back
…zure#17916) * {EventGrid}: Add tests to commands introduced in 2020-10-15-preview * Fix style errors + remove secret * Remove secret
…th invalid 'end' argument Azure#17988
…ys making slotsetting to true (Azure#17895) * fix:az cli update app setting command always making slotsetting to true * Fixed build failed issue.
…sonal access token (Azure#17826) * Get github token thru browser * Add comments * Use url way instead of opening browser * Fix linter issues * CLI linter fixes * Add PyGithub package for github actions use later on (it will be in CLI extensions repo) and github_action property in az webapp deployment source config command * add PyGithub to setup.py
….10 (Azure#17969) Co-authored-by: Ermir Hoxhaj <[email protected]>
…ile (Azure#17990) * Allow importing unicode strings from file * Catch YAMLError
…on the windows node (Azure#17933)
…onment from an ARM template (Azure#17959) * Changed parameters EnvironmentDeploymentProperties init from positional to named to fix error __init__() from init * Fixed CLI Style failure in CI build
* iops logic changed and updated iops tests * add high availability warning * list-skus table formatting bug fix * Added high availability tests * trigger CI * mysql test typo fixed * change existing subnet provision prefix test to nondefault address prefix
* migrate resource to track 2 * Add temporary work around to add custom polcies * Supplement missing cases from live test
…pport and update runtimes (Azure#17967) * Add dotnet 6 support * Update runtime stacks to be same as Portal * Change default back to .NET5
copilot:all |
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.
copilot:all
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.