forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Patch list updates #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
Merged
snehapar9
merged 6 commits into
snehapar9:snehapar/patch-list
from
harryli0108:patchList
May 4, 2023
Merged
Patch list updates #1
snehapar9
merged 6 commits into
snehapar9:snehapar/patch-list
from
harryli0108:patchList
May 4, 2023
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
…re#6249) * update python sdk * sdk version 10-15 * crud tests * minor changes * rename test files * minor changes * minor change * minor cleanup * fix tests failure * create test * delete and shw commands * working test * firewall changes * minor update * update sdk with 03-01 version * add tests * fix update and tests * minor cleanup * added test case * added param source_backup_location * update sdk * mayank public network access changes * burst capacity changes * update shard-node-sku to shard-node-tier * address review comments * address built issues * fix static analysis errors * updates to crossregionrestore * reverted models_py3 changes - not needed, this is for sdk * added validation for location in test case * multi region account * addressed comments * Fixing merge conflicts * mayank public network access changes * update implementation and test records * update test records * cross region restore fixes and clean run * address review comments * addressed comments, removed mayanks changes as his seperate PR got merged. * style fixes from azdev style * updated comments * resolve static analysis issues * address review comments * address revie comments * address revie comments * added single region account cross region scenario fixes * minor changes, updated comments, changed region to eastus and westus * updated region for batch1. batch2, cross region restore test * updating recordings * resolve linter issues * added recordings * azdev style update * update recordings * update recordings for mongocluster operations * minor changes * update test recordings * added recording for burst capacity * recordings * update recordings * update recordings * address review comments * address review comments * wip for inaccount restore suggestions * update assertions for inaccount restore tests * address review comments * updated readme and history --------- Co-authored-by: Ashwini Singh <[email protected]> Co-authored-by: Ashwini Singh <[email protected]> Co-authored-by: dsapaliga <[email protected]> Co-authored-by: Mayank Katwal <[email protected]> Co-authored-by: Dinesh Kumar Dhamotharan <[email protected]> Co-authored-by: mayankkatwal <[email protected]>
* Update fabricbot.json * Update fabricbot.json
snehapar9
added a commit
that referenced
this pull request
May 8, 2023
* Adding patch list * Added patch list command * Revert thumbprint arg * Fix bugs * Release ML 2.16.0 (Azure#6259) * Adds IoT Extension Release v0.21.2 (Azure#6264) * Integrated with Harry * Use buildpacks for 'az containerapp up --source' no Dockerfile scenario * Fixed bug * Fixed command usage text * Add warning when Docker client cannot be instantiated --------- Co-authored-by: snehapar9 <[email protected]> Co-authored-by: Neehar Duvvuri <[email protected]> Co-authored-by: snehapar9 <[email protected]> Co-authored-by: Ryan K <[email protected]> Co-authored-by: daniv-msft <[email protected]> Co-authored-by: Cormac McCarthy <[email protected]>
snehapar9
pushed a commit
that referenced
this pull request
May 12, 2023
containerapp patch list demo
snehapar9
pushed a commit
that referenced
this pull request
Apr 29, 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 checklist is used to make sure that common guidelines for a pull request are followed.
Related command
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.