forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from upstream #42
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
Merged
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
* add azdev scan - Pro task * test * error msg style * continue on failure * echo -> printf * revert test change * rename task * fix
…ure#8362) * Updating api version and changing namespace commands to scheduler Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Updating some docs and upgrading version Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Expanding sku into 2 separate arguments Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> --------- Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=111969271&view=results Last commit: Azure@a4d59c7
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=111975412&view=results Last commit: Azure@744f874
…hen cloud is not AzureCloud (Azure#8405)
…orts | debug mode | copy artifacts sas url | high scale test config | convert to jmx | baseline trends | sas download (Azure#8350) * [load] support multi-region load test configuration * refactor * update recordings * azdev style load * refactor yaml keys to constants file * refactor test load test * update recordings * azdev style load * update help text * update help text * action on comments * refactor test regional-load autostop * check for valid region names client-side * [load] support advanced url tests * action on comments * action on comments * action on comments * update recordings * action on comments * update test and recordings * refactor test exception scenarios * azdev style load * [load] dashboard reports | debug mode | copy artifacts sas url * action on comments * update recordings * set copy artifacts ut live-only * change copy-artifacts to get-artifacts * update recordings * [load] download-files high scale test update console message * [load] download-files high scale test update console message * remove unused import * update texts * update texts * [load] convert test to jmx * update comment * update prompt text * [load] baseline trends | sas download * unit tests and recordings * trends aggregate param,unit tests, recordings * update HISTORY.rst * remove faulty recording * action copilot review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * undo faulty commit by copilot * test instruction * action on comments * azdev mask recordings --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112054032&view=results Last commit: Azure@205a6b1
…zure#8402) * add azdev scan - Pro task * test * error msg style * continue on failure * echo -> printf * revert test change * rename task * fix * refine error guidance
…8389) * playwright testing cli entension added * added service name changes * updated readme * updated readme
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112087075&view=results Last commit: Azure@6157ea5
…zure#8370) * Eventgrid: Remove old commands * version * fix test
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112160020&view=results Last commit: Azure@d3e0d51
* create release tag * update * update * update * update
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112174665&view=results Last commit: Azure@9f68094
…guration parameters on java component (Azure#8320) * Support new configuration parameters on java component * Add test file * Add recording * remove cred * test fix * test fix * Fix lint * convert recording * Fix * Update recording * udpate recording * Update * resolve comments * format update * Update * Update * Add --bind --unbind in gateway create/update * Fix error help message * Update according to comments * Update according to comments * fix typo * Update * Add examples * Remove duplicated examples --------- Co-authored-by: Wenhao Zhang <wenhaozhang@microsoft.com>
…8403) * Change live tests to recorded tests for maintenance extension * Update version * Revert extension version change --------- Co-authored-by: Sethuram S <sethurams@microsoft.com>
* [load] update min required cli core version * limit the scope of offending import
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112358790&view=results Last commit: Azure@f20b92f
* Switch to stable API 2024-09-20 * Added details to history and version 1.1.0 change * Conforming to version rules patch only so 1.0.1 * Re-recorded deidservice test with updated azcli 2.67
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112415747&view=results Last commit: Azure@0c80c4b
* updating genpolicy version * updating python layers
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112430400&view=results Last commit: Azure@f3adbc9
…recated command groups, remove preview tags for commands that have been GA in main repo (Azure#8416) * remove deprecated command groups `az storage blob access`, `az storage blob directory`, `az storage blob move` since the `az storage fs` command group has been GA since 2021 * `az storage account local-user` only mark some params in `create/update` as preview as the rest have been GA in main repo * remove is_preview tags for params that have been GA already * update version * remove deprecated tests, also remove vendered sdk, client factory and help, lint * remove CUSTOM_DATA_STORAGE_ADLS
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112535437&view=results Last commit: Azure@f5008af
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112740044&view=results Last commit: Azure@381efc4
* build: add cicd pipeline (#7) * build: move update version logic to workflow (#8) * build: Run CI on multiple python version (#38) * build: Run CI in Python 3.8-3.11 * build: remove pull request event for CI to avoid duplicate runs * feat: enable openapi spec from url in api register (Azure#74) * feat: enable openapi spec from url in api register * refactor: set spec definition as link format when link provided * fix: fix style * test: add error handling case for testing invalid spec url * fix: fix test case * fix: use 404 response url * test: update case * test: update test case * refactor: update error logic * test: update test case to setup live test pipeline (Azure#76) * test: update test case to setup live test pipeline (Azure#75) * test: update test case * update * . * . * . * . * . * . * . * . * . * . * . * test: update test case * refactor: enable both identity * fix: bad if else * fix: fix bad parameter * refactor: add example (Azure#77) * refactor: add example * fix: update params * fix: bad api id * refactor: add @filename.json examples (Azure#78) * refactor: add example * fix: update params * fix: bad api id * refactor: add @filename.json examples * refactor: update * refactor: add error handling (Azure#79) * refactor: add error handling * refactor: catch internal error * fix: revert the change * feat: support APIM/APIC sync (Azure#80) * feat: add APIM/APIC sync commands * feat: rename apim to azure-api-management * style: fix code style * fix: sync property names with new API spec * Revert "fix: sync property names with new API spec" This reverts commit 04da67e. --------- Co-authored-by: frankqianms <frankqian@microsoft.com> * feat: resolve feedback and fix examples (Azure#82) * feat: resolve feedback and fix examples * style: fix code style * feat: amazon api gateway sync (Azure#81) * feat: add APIM/APIC sync commands * feat: rename apim to azure-api-management * style: fix code style * fix: sync property names with new API spec * feat: add aws api gateway sync command * Revert "fix: sync property names with new API spec" This reverts commit 04da67e. * refactor: add amazonApiGatewaySource * refactor: refactoring apim sync and amazon sync * refactor: refactor cmd structure to make apim and aws sync seperated * fix: remove log print * chore: generate new cmds * refactor: update version and remove import * feat: add `apic integration create amazon-api-gateway` * fix: style * fix: change query param api-version * revert changes in _delete.py * fix: some neede fixs * fix: add the help sentence * refactor: make params clear * refactor: handle msi-resource-id * refacor: revert flatten of apim resource * fix: use 06-01-preiew currently * fix: style * refactor: arg groups * fix: bad short param name * chore: re-generate * fix: old resource_id name * chore: arg group * chore: naming * fix: fix according to comments * chore: update * fix: style --------- Co-authored-by: Chaoyi Yuan <chyuan@microsoft.com> * feat: add import amazon-api-gateway cmd (Azure#83) * feat: add import amazon-api-gateway cmd * feat: change arg group and update parameter name --------- Co-authored-by: Chaoyi Yuan <chyuan@microsoft.com> * fix: use older version API (Azure#84) * feat: rename command and param names (Azure#85) * feat: rename command and param names * doc: update comments * doc: update sample * test: add test case for sync cmd `apic integration create apim` and `apic integration create aws` (Azure#86) * test: add test case for apim sync * refactor: refactor for apim preparer * refactor: refactoring case and utils, optimize checkers * chore: remove print and add explaination * refactor: rename file * fix: try to fix error determing the version * revert: Remove specific azure-cli and azure-core installations * test: add aws sync testcase (Azure#87) * test: add test case for aws sync command * fix: remove key value * fix: remove pip install * chore: renaming constants * refactor: update the utils and test case * refactor: updated * fix: workaround for urllib3 package (Azure#88) * Revert "fix: workaround for urllib3 package (Azure#88)" (Azure#90) This reverts commit 1d508f4. * build: 1.2.0 beta 1 release * build: remove CI and CD files * doc: improve history * fix: set extention version to be preview * refactor: integration examples and bad example for `apic update` (Azure#91) * refactor: integration examples * fix: apic update example * chore: update log * test: add import-aws case and modify region --------- Co-authored-by: Chaoyi Yuan <blackchoey@gmail.com> Co-authored-by: Chaoyi Yuan <chyuan@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=112754499&view=results Last commit: Azure@7f9035b
* [DataFactory]Support new features in ADF 1.0.4 * fix * fix * fix
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113083554&view=results Last commit: Azure@01d4390
…t is already registered (Azure#8357)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113109511&view=results Last commit: Azure@d6552fa
… Aks AzureCore on Arc. (Azure#8428)
* 2024-09-01-preview update * fix linter * updated history * synced test with latest dev * use newest az version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113215772&view=results Last commit: Azure@40c5b3f
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113312897&view=results Last commit: Azure@628bf37
* Adding custom SDK from azure-rest-api-specs PR * Recordings * Changes to add "sql container throughput" commands * Added throughput type to sql container throughput migrate * Added throughput bucket param * Changes to add "sql container throughput" commands * Added throughput type to sql container throughput migrate * Added throughput bucket param * Removed unused imports * Remaining test recordings * Fixed linters * Fixed examples * Flake8 changes * Updated to --throughput-buckets and rerecorded test * Added final recording --------- Co-authored-by: Achint-Agrawal <45819170+Achint-Agrawal@users.noreply.github.com>
* removing extra hyphen in some command examples Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Adding short hand annotations for CLI args Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Changing default string for resources to be --name Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> --------- Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* 2024-11-01-preview * added help
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113591211&view=results Last commit: Azure@14f09d3
…0-01-preview (Azure#8415) * Azure cli extension updates for Networkcloud Api 2024-10-01-preview * updated cluster/VM paramters to have short name for options * update unit tests to resolve CI errors --------- Co-authored-by: priya shet <priyashet@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113601860&view=results Last commit: Azure@0fb0740
…zure#8431) * Update project env type parameters * Fix environment def example and update style * Fix show logs * Fix spacing * Fix style error * Fix integraion tests * Fix gallery test * Fix gallery test * Fix gallery compute * Update * Update control plane * Update tests and vendored sdk for data plane API * Updates * Update tests * Update version * Update tests * Update log command to support escape characters * Update control plane to 2024-10-01-preview * Changes for force delete only * update api version * remove preview flag * Fix linter errors * Update control plane tests * Update tests * Update commands * Add project policy test * Update * add missing override * Update response * Add tests * Fix image name regex * Update version for Ignite * Update data plane tests * Update control plane tests * Fix control plane tests * Fix nsg * Update params * Update release version * Update data plane 2024-10-01-preview * Remove old dp code * Add devbox list * Add project,pool,schedule * Add devbox * Fix post, add snapshots * Fix post LRO * Add environments * Add additional cmds * Fix help * Fix params * Fix customization task validate * Linter and style fixes * Update version * Update version2 * Update dp tests * Add dev box tests * Add repair test * Add snapshot test * Add customization task test * Add customization group test * Add environment test * Update tests * Update help * Fix tests * Fix examples and show logs output --------- Co-authored-by: Erica Guthan <ericaguthan@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=113804780&view=results Last commit: Azure@f0157c7
|
am-lim
pushed a commit
that referenced
this pull request
Nov 11, 2025
* Upstream Merge * Merge from workload-orchestration : Added Example in Description (#34) * Merge from workload-orchestration : Fixed Example * Fixed Example for SolutionTemplateVersion * Made Changes for command-change CI fix' * Reset Version 1.0.0b1 * Added Bulk and Diagnostics Back (#35) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added Bulk Solution Example (#36) * Added Bulk and Diagnostics Back * Changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Fixed Solution Template Linter Issue * Added Integration Tests Framework for WorkloadOrchestration #37 Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added ServiceName (#38) * Added Tests * Made Changes on ServiceName --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added Full Target Solution Tests (#39) * Added Tests * Made Changes on ServiceName * Nit Changes * Made Changes for ContextLookup --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added E2E workflow Tests (#40) * Added Tests * Made Changes on ServiceName * Nit Changes * Made Changes for ContextLookup * Added complete workflow * Add Licence * Added License --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added Readme (#41) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Bulk Deployemnent LRO changes (#42) * made changes * Added change * Added Changes in Test * Added CLi Changes * Added Setup --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Added Changes For Backward Compitablity (#43) * Added Changes For Backward Compitablity * Made changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Made changes (#44) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Target Operations API refractoring (Azure#47) * Changes I made * Make changes * Made chnages * Make changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Stable API 2025-06-01 (Azure#48) * Made changes * Made Changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Change in ID in Targets (Azure#50) * Made changes * changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Remove Id and Name from Target Review (Azure#51) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * final bulk (Azure#52) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Changes in ARG * Added Linter Exception * Added ITTests (Azure#53) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Standardize CLI (Azure#54) * Made Changes * Made Changes * Made changes * Added Change * Made changes * Made changes * Made changes * Made Changes --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Linter FIxes and Remove Preview * Removed Resolved from CLI * change in version * made changes (Azure#55) Co-authored-by: Atharva Udapure <audapure@microsoft.com> * Fixed history --------- Co-authored-by: Atharva Udapure <audapure@microsoft.com>
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? (pip install wheel==0.30.0required)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.