Граф коммитов

3396 Коммитов

Автор SHA1 Сообщение Дата
Travis Prescott d479bd6a04 [Network] Add Load Balancer SKU support (#4292)
* Add SKU to LB create and VMSS create.

* Add SKU support to public-ip. Add VMSS create and LB create tests.

* Code review comments.

* Re-record tests and code review feedback.

* Code review comments.
2017-08-24 16:14:27 -07:00
Vishnu Priya Ananthu Sundaram 43114927d1 az help should hide unsupported content for Azure Stack profile (#4284)
* Update command modules to show in az help only in latest profile

* Fixing indentation issues

* Remove white space

* Update logic to supported_api_version
2017-08-24 13:25:50 -07:00
Matt Boersma 576faae94f Fix pythonPath reference in .vscode/launch.json (#4306) 2017-08-24 13:10:04 -07:00
Paymaun Heidari 47d740e688 [IOT] Fix for iot hub policy delete, deleting all policies. (#4266)
* [IOT] Fix for iot hub policy delete, deleting all policies.

Iot hub policy delete was still deleting all policies rather
than the specified policy.

Observing the policies once seems to release the resources,
setting the desired policy list to empty [].

The fix was to pass a deepcopy of the original policy list into
_is_policy_existed to not prematurely observe the original policies.

* Added new rest recording file.

* Update to history and setup.py based on feedback.

* Changes based on feedback.
2017-08-24 13:08:14 -07:00
georgechenchao bacaf80c2c [Docs CI] Fix the bug in the batch file make.bat for generating xml files with different profiles (#4290) 2017-08-24 11:06:16 -07:00
williexu 4dc34c38bb prevent further interactive shells in interactive mode (#4299)
* prevent further interactive shells in interactive mode

* refactored code to remove use of global variable and added new interactive toggle to Application.session

* modified print to stderr and changed toggle name

* fixed naming in main() as well
2017-08-24 08:49:56 -07:00
Travis Prescott 294f16ad6a [Network/Storage] Rename private access vnet and add network rule storage commands (#4269)
* Add command skeletons and help descriptions.

* Add NetworkACL support to storage account create/update.

* Tentative rename.

* Draft implementation of storage commands.

* Fix up commands and tests.

* Add storage command scenario tests.

* Remove VNET as a valid type for network rule.

* Re-record tests for API version 2017-08-01

* Update imports.

* Re-record compute tests.

* More re-records...
2017-08-24 08:43:26 -07:00
Yugang Wang 42a936dbf3 block login flows when inside the cloud console (#4268)
* block login flows when inside the cloud console

* address review feedback

* block logout as well
2017-08-23 11:05:16 -07:00
Mark Heath 0dc8eafd57 fix typos in help (#4297)
'container' and 'environment' spelled incorrectly
2017-08-23 08:40:45 -07:00
Jingtao Ren 64ba9073ea [ACS] Using progress bar and logger instead of sys.out.write (#4258)
* use spinner for add_role_assignment operation

* add spinner for build_service_principal

* HISTORY.rst

* use progress bar instead of spinner

* return False when service_principal creation failed

* add sleep to allow role assignment propagate

* use get_progress_controller

* scoped variable change to lower case
2017-08-23 08:39:02 -07:00
Paymaun Heidari a4f5b81e9a [SF] Refactored 'az sf compose create' params to be automation friendly. (#4267)
* Simplified registry user/pass rules for command.
* Fixed password prompt for user even after passing in the
param.
* Supports Null/None registry_cred.
* Incremented history + version.
2017-08-22 13:55:13 -07:00
Yugang Wang 5c0c2dda65 vm/vmss create: remove human names from the admin name blacklist (#4283) 2017-08-22 13:13:51 -07:00
Matt Boersma 1fd2fa60c0 [Docs] update developer commands for running linters and tests (#4293)
Thanks for the contribution!
2017-08-22 12:47:41 -07:00
williexu e85bbb9035 added --version to interactive and fixed failure to parse spaces around text (#4285) 2017-08-22 12:34:46 -07:00
Laurent Mazuel 4fc98caca7 Fix ACS test with new msrest (#4291) 2017-08-22 11:43:41 -07:00
Troy Dai ce10f47188
Enable customer managed key service encryption 2017-08-18 16:42:30 -07:00
Yugang Wang 966cbaa94a vm/vmss create: don't throw when failed to retrieve the image to extract out the plan information (#4265) 2017-08-18 15:10:37 -07:00
Derek Bekoe 7509c8777e [Release automation] Fix 'packaged release archive' creation step (#4270)
We now clone the repo again after pushing tags so we can use the new tags.
2017-08-18 14:45:35 -07:00
Derek Bekoe bfe5e34e2c Debian package: Pin cryptography version to 2.0 to fix WSL (#4251) 2017-08-18 14:00:22 -07:00
williexu 85c0e4c8fb changed docs for generate ssh key location (#4244)
* changed docs for generate ssh key location

* updated docs to be more definite
2017-08-18 11:48:24 -07:00
georgechenchao e4fae02ce9 [Docs CI] Fix the *.xml file generation command (#4261)
* Fix the *.xml file generation command

* check the errorlevel of robocopy command
2017-08-18 11:44:22 -07:00
Yugang Wang 72b58c0d3f webapp: bug fixes on output, logging, etc (#4234) 2017-08-18 10:06:54 -07:00
Yugang Wang 084fe310be vmss create: fix a crash when create a scale-set with an internal LB (#4254)
* vmss: fix a bug when create a vmss with ilb

* update history

* remove a minor comment
2017-08-17 14:37:48 -07:00
georgechenchao 4d23492ed0 Fix the environment parameter error in build (#4246) 2017-08-17 09:58:10 -07:00
Jingtao Ren ec2031401e [ACS] format default dns_name_prefix (#4237)
* format default dns_name_prefix in a way not breaking dns name rules

* add a help message for dns_name_prefix

* fix History.rst

* minor fix

* refactor and add test
2017-08-17 09:57:09 -07:00
Travis Prescott fcdf873c3b [VM] Fix --no-wait option on `availability-set create` (#4243)
* Fix issue with availset create --no-wait not working.

* Code review feedback.
2017-08-17 09:55:02 -07:00
Derek Bekoe bdeaa6eed0 Add legal note to --version (#4242)
* Add legal note to --version

Closes #3449

* modify HISTORY.rst
2017-08-16 15:44:48 -07:00
Vishnu Priya Ananthu Sundaram 3a8412bb69 az vmss list-instance-public-ips should be made available to 2017-03-09-profile (#4240)
and az vmss reimage command should be available only to latest
2017-08-16 13:33:33 -07:00
Travis Prescott 152a2fd65c Ensure template deploy succeeds if template is missing "parameters" or "resources". (#4236) 2017-08-16 13:32:47 -07:00
Sean McKenna 0d57807358 Fixing param name in private registry example (#4208) 2017-08-16 13:23:13 -07:00
Derek Bekoe d7eb69525a [CI] A simply script to verify the default module list (#4230) 2017-08-16 09:57:06 -07:00
Jingtao Ren 77ab298ff5 ACS: remove eastus out of acs preview regions (#4227) 2017-08-16 09:56:46 -07:00
Derek Bekoe 1eb2445ae7 [CLI Releaser] Update the history to reflect the update (#4228) 2017-08-16 09:50:52 -07:00
Derek Bekoe 73657b5078 Update HISTORY.md after latest release (#4226) 2017-08-15 16:29:12 -07:00
azuresdkci 9bfbc32c73 Release azure-cli-appservice 0.1.13 2017-08-15 22:57:24 +00:00
azuresdkci d39c9c98e9 Release azure-cli-acs 2.0.13 2017-08-15 22:57:24 +00:00
azuresdkci 22f1f1f78f Release azure-cli-eventgrid 0.1.2 2017-08-15 22:57:24 +00:00
azuresdkci 9e9e75679b Release azure-cli 2.0.14 2017-08-15 22:57:24 +00:00
J. Kalyana Sundaram c3d882492c Add SDK files to setup.py for EventGrid (#4221)
* First version of Azure EventGrid CLI

* Added azure_bdist_wheel.py, setup.cfg, and manifest.in files.

* Added license headers in 34 files, updated an example in the help file to include additional info.

* Aliased --is-subject-case-sensitive to --subject-case-sensitive.

* Add SDK, models and operations to setup.py

* Updated history to account for this change.
2017-08-15 15:14:40 -07:00
Yugang Wang 0b996d5eaf webapp: fix an exception when create a new git based linux webapp (#4218) 2017-08-15 13:29:36 -07:00
georgechenchao efae17db52 [Docs CI] Fix the command group duplication error (#4219) 2017-08-15 08:28:56 -07:00
Jingtao Ren 05556cc7c2 correct sshMaster0 port number (#4212)
* correct sshMaster0 port number for kubernetes

* correct typo
2017-08-14 15:12:58 -07:00
georgechenchao f84451e4ae Update CI for Azure CLI (#4198)
* Update CI for Azure CLI

* Fix the command sequence error when generating ind.xml file

* Fix the new line warning

* Fix the new line warning
2017-08-14 13:41:38 -07:00
Derek Bekoe 640b0e2841 Update HISTORY.md for release (#4205) 2017-08-11 12:27:38 -07:00
Derek Bekoe d00472d66a Fix deb release script - Single instead of double quotes (#4204) 2017-08-11 11:04:02 -07:00
azuresdkci 4e0d2348f4 Release azure-cli-dls 0.0.12 2017-08-11 16:59:19 +00:00
azuresdkci db43c8f217 Release azure-cli-acr 2.0.10 2017-08-11 16:59:19 +00:00
azuresdkci 644d0d948a Release azure-cli-container 0.1.8 2017-08-11 16:59:19 +00:00
azuresdkci 3a5cb3e951 Release azure-cli-sf 1.0.6 2017-08-11 16:59:19 +00:00
azuresdkci aa1bbd39b7 Release azure-cli-profile 2.0.10 2017-08-11 16:59:19 +00:00