Merged
Conversation
mmyyrroonn
pushed a commit
that referenced
this pull request
Feb 24, 2020
changlong-liu
pushed a commit
to changlong-liu/azure-cli-extensions
that referenced
this pull request
Aug 19, 2020
* update generated test for adf * update generated test for adf * change back generated test
qiaozha
added a commit
that referenced
this pull request
Sep 11, 2020
* update generated test for adf * update generated test for adf * change back generated test
qwordy
pushed a commit
that referenced
this pull request
Jan 14, 2021
* Push updates to k8sconfiguration keys and fix issue with known hosts * Remove print statement * Increase CLI version and add to changelog * Remove deprecated CLIError and reduce history.rst text * Joinnis/add validators (#1) * Push updates to k8sconfiguration keys and fix issue with known hosts * Add validations for naming * Remove print statement * Add validator testing to the set of tests * Add unit testing and greater scenario test coverage * Delete test_kubernetesconfiguration_scenario.py * Remove dots from the regex for naming * Add the scenario tests back * Add good key scenario test to scenarios * Remove numeric checks for configurations * Reduce scneario testing * Move validation of configuration name into creation command * Add table formatting for list and show * Update version * Update the error message for validation failure * Update the test cases for the new error messages * Change error message and regex check * Add proper formatting to code files * Updated final formatting checks * Updated error messages * Update error message and help text * Final update to error messaging * Update test_validators.py * Update based on PR comments Co-authored-by: Jonathan Innis <jonathaninnis@Jonathans-MacBook-Pro.local>
JunyiYi
pushed a commit
to JunyiYi/azure-cli-extensions
that referenced
this pull request
May 25, 2021
00Kai0
pushed a commit
to 00Kai0/azure-cli-extensions
that referenced
this pull request
Jun 22, 2021
update based on feedback
am-lim
referenced
this pull request
in am-lim/azure-cli-extensions
Nov 11, 2021
add control plane, edits to data plane
Jing-song
referenced
this pull request
in Jing-song/azure-cli-extensions
Nov 22, 2021
Refine the framework of az init
cormacpayne
pushed a commit
to cormacpayne/azure-cli-extensions
that referenced
this pull request
May 5, 2023
Patch list updates
cormacpayne
pushed a commit
to cormacpayne/azure-cli-extensions
that referenced
this pull request
May 5, 2023
containerapp patch list demo
cormacpayne
added a commit
to cormacpayne/azure-cli-extensions
that referenced
this pull request
May 15, 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 <snehapar@microsoft.com> Co-authored-by: Neehar Duvvuri <40341266+needuv@users.noreply.github.com> Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com> Co-authored-by: Ryan K <ryan.k@outlook.com> Co-authored-by: daniv-msft <48293037+daniv-msft@users.noreply.github.com> Co-authored-by: Cormac McCarthy <corm@microsoft.com>
wangzelin007
pushed a commit
to wangzelin007/azure-cli-extensions
that referenced
this pull request
Jul 11, 2023
VNF NFD generator
guanzhousongmicrosoft
pushed a commit
to guanzhousongmicrosoft/azure-cli-extensions
that referenced
this pull request
Mar 12, 2024
…re_with_ttl_disabled Introduce disable_ttl parameter
kairu-ms
pushed a commit
that referenced
this pull request
Apr 28, 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 (#10) * feat: mark "apic api register" command as preview (#13) * feat: remove --terms-of-service parameter (#12) * feat: remove --workspace-name parameter (#11) * feat: support python 3.8 and 3.9 (#14) * feat: fix command descriptions (#17) * tests: add test cases for 'apic service' commands (#16) * feat: Use 03-01 spec from azure-rest-api-specs repo to regenerate CLI (#19) * fix: CLI errors (#20) * fix: import error when run CLI command * fix: no workspace name error when run import specification command * feat: mark some parameters as required (#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 (#18) * build: fix ci (#22) * style: fix style warnings * test:fix test cases * fix: service update command failure (#28) * doc: fix command samples (#30) * doc: update changelog per feedback (#29) * doc: remove extra spaces in register command help message (#34) * doc: update api definition and metadata command samples (#36)
olivertowers
pushed a commit
to olivertowers/azure-cli-extensions
that referenced
this pull request
May 28, 2024
Capacity Mode changes
ShreyaAnand
pushed a commit
to ShreyaAnand/azure-cli-extensions
that referenced
this pull request
Dec 31, 2024
Add command models for Change Analysis CLI
ShreyaAnand
pushed a commit
to ShreyaAnand/azure-cli-extensions
that referenced
this pull request
Dec 31, 2024
[devcenter] Add devcenter 2022-11-11-preview
zhoxing-ms
pushed a commit
that referenced
this pull request
Mar 21, 2025
* add pester tests for k8s-configuration * Add api version 2024-11-01 with provider support for git repository (#1) * Delete testing directory --------- Co-authored-by: Bavneet Singh <bavneetsingh@microsoft.com>
shanefujs
added a commit
to shanefujs/azure-cli-extensions
that referenced
this pull request
Jul 10, 2025
4 tasks
BlairBriggs
pushed a commit
to BlairBriggs/azure-cli-extensions
that referenced
this pull request
Oct 13, 2025
- Use shlex.quote() to properly escape tag values - Handles edge case where tag values contain spaces - Example: Project='VM Repair' correctly quoted - Code review Issue Azure#1 fix
4 tasks
wangzelin007
pushed a commit
that referenced
this pull request
Dec 31, 2025
…ommands for replication (#9493) * Adding "Migrate" folder to the project * Added migrate command * Adding preview tag for commands, moving migration to a seperate folder & update help text. * Addressing style issues * addressing the styles and removing the duplicate key * addressing style issues * addesssing more style issues * addressing inline disable at the specific line * Added R1702 to the pylint disable comment on the function definition. * Addressing to disable too many nested blocks R1702 * Fixing test cases and updating version changes * Add cli fixes (#1) * Create extension * Update src/migrate/azext_migrate/__init__.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix import issues * Update src/migrate/setup.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Small * Small lint * Small * disable lint for this check * Add json * Fix licesnse issue * fix small * Small * Get rid of unused variables * Add service name and code owner * New version * Style * Small * Update * Follow standard * Add suggestions * Small * Not preview * Add flag to become experimental * Update history * Fix * small * Create get job and remove replication commands * Add better error handling for jobs command * Add better messages to remove protected item * Return job id in remove command * Move helpers * Rename get discovered server helper * Refactor _initialize_replication_infrastructure_helpers * Refactor new replication * Refactor jobs * Refactor delete protected item * Fix lint issues * Change release version * Fix lint issues * Add fix * Updae correct version * Put beta version before * Fix * Update * Fix bifurcation tool issue * Update amh correctly if not proper * Use current subscription id if not passed in * Fix correct location and target resource group creation * Create list protected items command * Update versions * Add __init__.py to all folders * Create unit tests for get replication * Update readme with accurate description of commands * Update readme * Create tests for jobs and remove commands * Add more tests to increase coverage to 74% * Add start migration command * Address fixes * Remove doc strings from custom.py * Add init * Remove old file locations * fix failing tests * Fix secret test * Fix test * Fix secret detection * Fix duplicates --------- Co-authored-by: Saif Al-Din Ali <saifaldinali@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Saif Al-Din Ali <saif-canada@hotmail.com> Co-authored-by: Saif Al-Din Ali <saifaldinali@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
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.
No description provided.