-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Dummy - Testing slack integration #4
Comments
derekbekoe
pushed a commit
that referenced
this issue
Feb 7, 2017
* Add batch data plane commands: -- Add custom commands -- Add auto execution data plane codes -- Import mgmt commands experience * Added file stream support * bug fixes * Fixed regex raw strings * Added support for JSON input * Custom and type validation (#4) * Additional validation and parsing * Some cleanups * Minor code refinements * Fix pylint errors and get rid unused codes. * List and type validation (#5) * list and type validation * Remove auth kwargs * Fixed typo * clean pylint error and add data plane command test. * Bug fixes (#6) * Remove auth kwargs * Bug fixes * Fixed kwargs * Move the update pool command to custom command. * Add custom commands test cases * Tests and delete confirmation (#7) * Added some tests * Bug fixes * Added tests to sln * Delete confirmation * Some pylint cleanup * More tests and fixes (#8) * Fix pylint and test errors. * Following PEP8 complaint. * Use this decroator on doc transfer * Deferred imports for performance (#9) * streamlined imports * pylint fixes * Renamed AzureDataPlaneCommand * PyLint and PEP8 clean up. * Use single parameter for storage account id and name. * Review feedback + help fixes (#10) * node-user -> node user * Review feedback * More feedback fixes * pep fixes * fixed underscore * More touch ups * Review fixes (#11) * Command refinements * More command feedback * Test fixes * More tests * Add enum list for vmsize and thumbprint algorithm. * Streamlined commands (#13) * streamlined commands * Updated tests * Fixed arg loading test * Further command refinements (#14) * support silent args * Fixed pool error message * Further command editing * last fixes * Fixed tests (#15) * Change the coding style.
vishrutshah
added a commit
that referenced
this issue
Mar 21, 2017
… plane (#2534) * Adding basic structure for monitor service * Adding list command for all azure monitor data plane * Adding help docs for az monitor data plane commands * Adding commands for management place of Azure monitor service * Updating azure-monitor-cli to azure-mgmt-monitor and azure-monitor sdk * Using nargs to input list of metric-names * Implement filter for metrics list command * Implement filter and select in activity-logs command * Implement filter and select for tenant-activity-logs command * Adding scaffold command in autoscale-settings (#4) * Adding unittests for custom monitor commands (#5) * Rename expanded params and resolve bugs * Fix expand parameters bug in util to support any parameters * Adding --filters into activity-logs & tenant-activity-logs * Adding --ids support into alert-rules & autoscale-settings' show and delete commands * ignoring filter for alert-rules and autoscale-settings list * Help docs for all monitor commands to review * rename activity-logs to activity-log * Removing tenant-activity-logs command * Removing event-categories commands as less useful * Update version to 0.0.1b1+dev * Renamed service-dignostic-settings to diagnostic-settings * update help for review * Update unittests for filters * Renaming parameter_abc into parameter * marking metric-names as required parameter for metrics list * Removing help.json from the review
jseely
added a commit
to jseely/azure-cli
that referenced
this issue
Sep 26, 2019
Currently the Azure CLI does not work in environments without public internet access when trying to use the managed disk image in Azure#5 of the _parse_image_argument function. This fix ignores the ConnectionError in Azure#4 when trying to lookup the aliases doc from `githubusercontent.com` and proceeds to Azure#5. If Azure#5 does not match then it will return the error message: ``` Failed to connect to remote source of image aliases. Invalid image "{}". Use a valid image URN, customer image name, customer image id, or VHD blob URI. See vm create -h for more information on specifying an image. ```
2 tasks
qwordy
pushed a commit
that referenced
this issue
Oct 10, 2019
…10658) * Continue parsing image argument if aliases doc unreachable Currently the Azure CLI does not work in environments without public internet access when trying to use the managed disk image in #5 of the _parse_image_argument function. This fix ignores the ConnectionError in #4 when trying to lookup the aliases doc from `githubusercontent.com` and proceeds to #5. If #5 does not match then it will return the error message: ``` Failed to connect to remote source of image aliases. Invalid image "{}". Use a valid image URN, customer image name, customer image id, or VHD blob URI. See vm create -h for more information on specifying an image. ``` * Updated to fix Check CLI Style * Don't override global ConnectionError
DaeunYim
referenced
this issue
in DaeunYim/azure-cli
Sep 8, 2020
Bug Fixes, new properties to Output and Updation within Create
Juliehzl
pushed a commit
to Juliehzl/azure-cli
that referenced
this issue
Jan 26, 2021
Merge from main repository
Closed
lakshmikotturu
pushed a commit
to lakshmikotturu/azure-cli
that referenced
this issue
Apr 7, 2022
{azure-cli} | az webapp config container set: make option --docker-cu…
marvcoa
pushed a commit
to marvcoa/azure-cli
that referenced
this issue
Apr 10, 2022
Replace subscription id with asterisk in vm list
alanenriqueo
pushed a commit
to alanenriqueo/azure-cli
that referenced
this issue
Oct 18, 2022
Rdbms test renovate
evelyn-ys
added a commit
that referenced
this issue
Jan 25, 2024
* Update SDK version * Update sdk version in setup * add flush command * test flush command * fix linting/code style failures * Add aad enablement test * Add access policy * Add access policy assignments * Add scneario test * Comment out update test * Comment edit * Adds update channel commands and tests (#3) * Add test for update channel * Add argument to cli * Az style fix * Update time for update channel test * Revert change to time for udpate channel * Kj/release 2023 08 01 (#4) * Add test for update channel * Add argument to cli * Az style fix * Update time for update channel test * Revert change to time for udpate channel * Add parameters for update channel * Redis scenario test * Fix spelling * Update test for update channel * Re run pipeline * Fix requirements for windows * Handle linter issues * Push recordings * Push aad recording * Add export import recording * Add update recordings * Cred scan * Cred scan * Add network recordings * Update help text * Update access policy assignment param * Update help text * Address review comments * Linter check Co-authored-by: Yishi Wang <[email protected]> * Update help text --------- Co-authored-by: Kanchan Joshi <[email protected]> Co-authored-by: Austin Tolani <[email protected]> Co-authored-by: Oscar Barbosa Aquino <[email protected]> Co-authored-by: Yishi Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test
The text was updated successfully, but these errors were encountered: