-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Travis .yml file #3
Merged
Merged
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
fengzhou-msft
pushed a commit
that referenced
this pull request
Aug 10, 2020
* [ConnectedK8s] Added update command (#3) * Removed location parameter as it is taken from cc * Removed tags parameter * renamed --proxy-skip-destinations to --proxy-skip-range Co-authored-by: root <root@anshenoVM.da12rmhqn3xunlrjlf1ytzev1d.bx.internal.cloudapp.net>
changlong-liu
added a commit
to changlong-liu/azure-cli-extensions
that referenced
this pull request
Aug 24, 2020
changlong-liu
added a commit
to changlong-liu/azure-cli-extensions
that referenced
this pull request
Aug 24, 2020
This reverts commit 8a1df43.
swbae31
pushed a commit
to swbae31/azure-cli-extensions
that referenced
this pull request
Sep 10, 2020
changlong-liu
added a commit
to changlong-liu/azure-cli-extensions
that referenced
this pull request
Nov 27, 2020
* add option_list (Azure#3) * manual test * datafactory * kusto
qiaozha
pushed a commit
that referenced
this pull request
Dec 23, 2020
* add option_list (#3) * use example_steps
qiaozha
pushed a commit
that referenced
this pull request
Dec 23, 2020
* add option_list (#3) * use example_steps
qiaozha
added a commit
that referenced
this pull request
Dec 23, 2020
* add option_list (#3) * kusto gen * fix-datafactory-e2e-failure Co-authored-by: changlong-liu <[email protected]> Co-authored-by: Changlong Liu <[email protected]>
zmssp
pushed a commit
to zmssp/azure-cli-extensions
that referenced
this pull request
Feb 26, 2021
Sync with the official repo
calvinsID
referenced
this pull request
in calvinsID/azure-cli-extensions
Mar 5, 2021
Add `az webapp up` support
JunyiYi
pushed a commit
to JunyiYi/azure-cli-extensions
that referenced
this pull request
May 25, 2021
ninpan-ms
pushed a commit
to ninpan-ms/azure-cli-extensions
that referenced
this pull request
Jul 16, 2021
Sync with the official repo
zhoxing-ms
pushed a commit
that referenced
this pull request
Oct 27, 2021
* add appservice-kube extension * Retrieving function triggers from the function image * Retrieving function triggers from the function image * Fix appservice kube list by subscription * Fix transient error when loading arguments * Added az webapp up support * Handled code review comments * bump up version to 0.1.1 * Use custom sdk code for app service plan command sdk * Version 0.1.2 * Private registry image support and fixig windows to unix line feed char issue to retrive triggers from a function app * Removing debugpy.breaspoint() line * Update custom.py Removing trailing white spaces * Update custom.py Removing trailing white spaces * fixing the condition when the image is from the public registry with no user name and password supplied * Update sdk, add BYO AKS cluster to kube create command * Add version 0.1.3 * Copying getfunctionsjson.sh as part of appservice-kube extension and correcting the lookup path * Adding version 0.1.4 * fix * Update version to 0.1.5 * Update kube environments SDK * Add version 0.1.6 * Update kube environments SDK (using api version 2020-06-01), delete old parameters from commands * Add version 0.1.7 * remove azure-cli-core dependency * Add version 0.1.8 * Add latest changes from cli core (except az webapp up) * Bugfix: if ftp deployment profile doesn't exist, zip deploy fails * Bugfix: index.json had weird merge conflict * Bugfix: webapp config container set wasn't setting * Version 0.1.9 * Add functionapp config container set * Start referencing main cli * Functionapp deployment source config-zip command fix (copy over from main CLI for now) * Functions CLI should not pull docker image * Plan creation should drop --kube-environment and --kube-sku * Change kind to 'linux,kubernetes' * Help text changes * Publish extension v 0.1.10 * Version 0.1.11, since broke appservice plan create for non-k8se plans * Allow specifying custom location by name rather than resource ID * az appservice kube create command * Change ASP kind back to K8SE, reserved to None * Publish 0.1.12 whl * az webapp create doesn't require plan for k8se * Change app service plan kind to 'linux,kubernetes' and reserved=true if linux * Webapp create should pass with ASP kind=linux if SKU is a kube sku * az functionapp create without plan * Fix bug where if webapp/functionapp create called to update, if --plan isnt specified it creates new plan * fix webapp/functionapp create, if calling create again with new custom location/plan edge cases * Version 0.1.13 * Version 0.1.14 temporary change to stop doing the list in web/func app creates * Add better help text for appservice create with custom location * Update appservice SDK for kube extension to 2020-12-01 * Clean up az kube create * Update to version 0.1.15 * Fix dotnet5 bug * Converting skus for kubernetes ASPs to the new values * 0.1.16 version * Set number of workers to 1 when creating ASP * Add webapp scale command * Version 0.1.17 with az webapp scale * rename az webapp scale param * Move restart in from main CLI, since api returns 202 rather than 200. Need SDK update * Change SDK to have extended location envelope manually - need to see why generating SDK locally is failing * Pass ExtendedLocationEnvelope to web/functionapp, appservice plan and kube environment creates * Version 0.1.18 * Remove webapp up from extension * Use delete_app_settings function from cli core * Use webapp validator from core CLI * Use updated update_app_settings function from core CLI * 0.1.19 version * Fix regression when using main CLI validators * 0.1.20 version * az appservice kube create: better error message when conflict * Remove vsts_cd_manager * Version 0.1.21 * Update index.json * K8se master kube env create validations (#3) * az kube create: allow using custom location name. Also get location from custom location rather than resource group * Require cli core 2.26.0 or later * Version 0.2.0 * Use ExtendedLocation property ob object level (#4) * Static ip not required property in kube create * Version 0.2.1 * Fix NoneType object has no attribute custom_location error * Bugfix: Wrong custom location being used if multiple custom locations exist in diff rg (#5) * Fix NoneType object has no attribute custom_location error * If two custom locations with same name, in different resource group sometimes it uses wrong custom location * Version 0.2.2 * remove old SDK and start 'az appservice kube' rewrite * rewrite 'az appservice kube show' * rewrite 'az appservice kube list' * rewrite 'az appservice kube delete' * re-add appservice kube create checks and start appservice kube update impl * raise exception for 'az appservice kube update' * add 'az appservice kube wait' * add kube list pagination * fix 'az appservice create' * fix 'az appservice plan update' * fix 'az webapp create' * fix az webapp show/restart * remove 'az webapp config container set' * remove uneeded TODOs * format results of 'az appservice kube show/list' * remove TODOs and fix 'az webapp show -s' * add misc style fixes * fix more style issues * revert src/index.json to master version * add summary * fix linter issues * remove out-of-date test * fix appservice kube CLI linter issues * fix ASP sku validation * fix style * increment appservice-kube release number and fix service_name.json * fix hardcoded 'verify_linter.py' * add testing -- WIP * update codeowners and fix 'az appservice kube list' bug * remove unfinished tests * remove unnecessary branching * remove unnecessary options lists * use specific CLI error types * use more specific error type * fix more error types * use HttpResponseError * fix style * revert version and erase history Co-authored-by: Eben Carek <[email protected]> Co-authored-by: Satish Ranjan <[email protected]> Co-authored-by: Sanchit Mehta <[email protected]> Co-authored-by: Eben Carek <[email protected]> Co-authored-by: SatishRanjan <[email protected]> Co-authored-by: Calvin Chan <[email protected]>
am-lim
referenced
this pull request
in am-lim/azure-cli-extensions
Nov 18, 2021
Update wrong ops ref
HuangYT2000
pushed a commit
to HuangYT2000/azure-cli-extensions
that referenced
this pull request
Nov 23, 2021
Add more commands info
cormacpayne
pushed a commit
to cormacpayne/azure-cli-extensions
that referenced
this pull request
May 9, 2023
Fixed bug -- when multiple container apps are listed.
cormacpayne
pushed 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 * Integrated with Harry * Fixed bug * Fixed command usage text * Made managed env optional * Fixed identation * Fixed identation * Made env optional * Remove patch list --------- Co-authored-by: harrli <[email protected]> Co-authored-by: Harry Li <[email protected]>
wangzelin007
pushed a commit
to wangzelin007/azure-cli-extensions
that referenced
this pull request
Jul 11, 2023
* Draft create NFDV using python SDK * pushing this but then moving on to delete * start to move to bicep deployer * VNF generate and deploy bare bones, not working * predeployer maybe working * Fix up VNF generate and deploy * printing * artifact upload half broken * Artifact manifest stuff over to SDK * delete NFD function * linting * Fix up json config -> VNFConfiguration * artifact manifests separate * style * renames * style * lint and reverse some renames * dev instructions * oops. bad find and replace work. * undo friday afternoon bad changes * manifest optional * Basic README * delete publisher definition * unwanted constant * d * Update src/aosm/setup.py Suggestion from cyclam Co-authored-by: Cyclam <[email protected]> * markups * lint --------- Co-authored-by: Cyclam <[email protected]>
evelyn-ys
pushed a commit
that referenced
this pull request
Oct 13, 2023
…count container copy, api-version 2023-09-15-preview (#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]>
bgashirabake
pushed a commit
to bgashirabake/azure-cli-extensions
that referenced
this pull request
Oct 16, 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 (Azure#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]>
guanzhousongmicrosoft
pushed a commit
to guanzhousongmicrosoft/azure-cli-extensions
that referenced
this pull request
Mar 12, 2024
Online container copy
dingmeng-xue
pushed a commit
to dingmeng-xue/azure-cli-extensions
that referenced
this pull request
Apr 22, 2024
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)
deeksha345
added a commit
to deeksha345/azure-cli-extensions
that referenced
this pull request
Aug 6, 2024
add fixes for wif
cegraybl
added a commit
to AzureCR/azure-cli-extensions
that referenced
this pull request
Sep 26, 2024
* change parameter cadence to schedule, plus all references * change parameter flag from defer-run to run-immediately, flip the logic too * add extra validation to protect CSSC specific tags * fix unit tests, add unit tests related to '--run-immediately' changes * add output to create & update on when the next scheduled execution will happen based on the cron expression * add validations for version and edge case with update * improve config validation testcases, fix the schedule for update * bump version for integration testing
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.