forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Bug fix update test config #3
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
Open
Himanshu49
wants to merge
11
commits into
main
Choose a base branch
from
bug-fix-update-test-config
base: main
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.
Open
Conversation
This file contains hidden or 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
Himanshu49
pushed a commit
that referenced
this pull request
Dec 26, 2023
…count container copy, api-version 2023-09-15-preview (Azure#6703) * init changes for 20230915-preview api * Changes to add enablePriorityBasedExecution and defaultPriorityLevel * Removed isPreview flag from CMK related properties and added key-uri to cosmosdb update operation. * Added test and test recording for priority based execution * corrected resource group name and whitespace corrections * white space corrections * Add cosmosdb copy command * Add tests * Dts/cross account copy (#3) * Deprecate old command * Add test recording for dts --------- Co-authored-by: Nitesh Vijay <[email protected]> * Fix build error * Fix Static Analysis * Use boolean type * Change help text * Update help text * Updated Vendored SDK * Updated test account name in test_cosmosdb-merge-scenario.py * Whitespace correction and added linter exclution for enable pbe * Updated linter_exclusions * Remove id part * Corrected account name in test_cosmosdb-merge-scenario.py and generated test recordings * Generated test recording for test_cosmosdb_materializedview * Add support for MI Cassandra in 2023-09-15 * Add -n for jobname * Fix breaking change * Modified setup.py and history.rst * Fix static check * Whitespace correction * Re-recorded tests * rerecorded test test_cosmosdb_sql_materializedview_scenario * removed linter exclusion for enable_priority_based_execution * Rerecorded all tests * Updated HISTORY.rst * Rerecorded tests * rerecorded test_cosmosdb_sql_materializedview_scenario * rerecorded test_cosmosdb_sql_materializedview_scenario * rerecorded tests --------- Co-authored-by: Achint Agrawal <[email protected]> Co-authored-by: AdrianSibajaRetana <[email protected]> Co-authored-by: Nitesh Vijay <[email protected]> Co-authored-by: Nitesh Vijay <[email protected]> Co-authored-by: Guanzhou <[email protected]>
Himanshu49
pushed a commit
that referenced
this pull request
Nov 5, 2024
* fix: --title --kind --custom-property parameters (#1) * feat: support yaml file in register command (#3) * fix: workspace parameter should not be required (#2) * style: fix lint issues (#6) * chore: update codeowner for apic-extension (#5) * feat: revert changes to min cli version (#4) * feat: resolve comments to CLI experience (Azure#10) * feat: mark "apic api register" command as preview (Azure#13) * feat: remove --terms-of-service parameter (Azure#12) * feat: remove --workspace-name parameter (Azure#11) * feat: support python 3.8 and 3.9 (Azure#14) * feat: fix command descriptions (Azure#17) * tests: add test cases for 'apic service' commands (Azure#16) * feat: Use 03-01 spec from azure-rest-api-specs repo to regenerate CLI (Azure#19) * fix: CLI errors (Azure#20) * fix: import error when run CLI command * fix: no workspace name error when run import specification command * feat: mark some parameters as required (Azure#21) * feat: mark --assignments parameter required for metadata commands * doc: update sample commands * feat: mark --source-resource-ids parameter as required for import-from-apim command * doc: update description for import-from-apim command * feat: bump version to 1.0.0b5 and update changelog (Azure#18) * build: fix ci (Azure#22) * style: fix style warnings * test:fix test cases * fix: service update command failure (Azure#28) * doc: fix command samples (Azure#30) * doc: update changelog per feedback (Azure#29) * doc: remove extra spaces in register command help message (Azure#34) * doc: update api definition and metadata command samples (Azure#36)
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 PR is for bug fixes in our existing extension for Azure Load Testing service under "load" extension.
Changes in this PR:
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
Changes will be reflected for following commands "az load test create" and "az load test update".
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.