summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/azure
Commit message (Collapse)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-1626-31/+31
| | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit.
* Misc typo fixes (#49816)Abhijeet Kasurde2018-12-146-10/+10
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* support overprovision in azure_rm_vmss (#49806)Yuwei Zhou2018-12-142-1/+21
|
* fixing updating image reference in vmss (#49758)Zim Kalinowski2018-12-121-0/+9
|
* Support for generalizing VMs (#49704)Zim Kalinowski2018-12-102-7/+45
|
* Fix if the route table changed to none (#49533)Yuwei Zhou2018-12-101-1/+2
|
* azure_rm_image module's source can accept dict value (#48864)Yuwei Zhou2018-12-101-20/+66
|
* several vmss fixes (#49580)Zim Kalinowski2018-12-061-16/+17
|
* azure_rm_image: fix creation of image with data disks (#49394)James E. King III2018-12-051-1/+1
|
* Dont' attempt to remove drive if ID is "None" (#49423)Marcin2018-12-031-4/+5
|
* fix keyvault key secret not support cloud environment (#49182)Yunge Zhu2018-11-302-0/+2
|
* new module: azure_rm_rediscache (#47914)Yunge Zhu2018-11-281-0/+619
| | | | | | | | * add new redis cache module * fix version * fix lint
* Remove commented out author to attempt bot fix.Matt Clay2018-11-271-1/+0
|
* Fix author in azure_rm_virtualnetworkpeering.Matt Clay2018-11-271-1/+1
|
* Fix author GitHub id (#49228)Abhijeet Kasurde2018-11-281-2/+2
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* add module azure_rm_virtualnetworkpeering (#47045)Yunge Zhu2018-11-281-0/+402
|
* new module cdnendpoint (#46796)Yunge Zhu2018-11-281-0/+661
| | | | * new module cdnendpoint
* use explict conversion instead of as_dict (#49046)Yunge Zhu2018-11-231-2/+26
| | | | | | * use explict conversion instead of as_dict * fix typo
* fix keyvault doc (#49045)Yunge Zhu2018-11-231-1/+0
|
* Bulk module author 2 (#48955)John R Barker2018-11-217-14/+14
| | | * Bulk fix DOCUMENTATION.author (Part 2)
* Bulk fix DOCUMENTATION.author (Part 1) (#48934)John R Barker2018-11-205-5/+5
| | | * Bulk fix DOCUMENTATION.author
* BOTMETA.yml and module metadata: fix case authors (#46051)Pilou2018-11-192-2/+2
| | | | | | | | * botmeta: fix GitHub ID case * module authors: fix GitHub ID case * replace CloudEngine-Ansible by submitter GitHub ID
* fixed sample code (#48707)Zim Kalinowski2018-11-161-1/+1
|
* upgrading azure-mgmt-compute to the latest (#47601)Zim Kalinowski2018-11-154-15/+17
| | | * upgrading azure-mgmt-compute to the latest
* upgrading network packages (#47639)Zim Kalinowski2018-11-154-9/+9
|
* Adding missing idempotence support in load balancer (#45548)Zim Kalinowski2018-11-141-142/+57
| | | | idempotence
* Fixing issues with azure_rm_virtualmachine crashing (#45269)Zim Kalinowski2018-11-091-17/+17
| | | | * vm fixes
* adding enable_rbac option in aks (#47730)Zim Kalinowski2018-10-291-2/+19
| | | | | | | | * adding enable_rbac option in aks * fixes * addressed comments
* feat: support postgres 10 in azure_rm_postgresqlserver (#47003)Guido García2018-10-261-3/+3
| | | Add support to Azure Postgres 10.x (see [azure official docs](https://docs.microsoft.com/lv-lv/azure//postgresql/concepts-supported-versions)).
* adding subnet service endpoints (#47549)Zim Kalinowski2018-10-251-1/+39
| | | adding subnet service endpoints
* adding mysql firewall rule facts (#47342)Zim Kalinowski2018-10-251-0/+197
| | | | | | * adding mysql firewall rule facts * fixes
* upgrading sql package to newest (#47544)Zim Kalinowski2018-10-255-8/+7
| | | | | | * upgrading sql package to newest * LROPOller
* upgrading rdbms to the latest version (#47547)Zim Kalinowski2018-10-255-5/+0
|
* fix webapp test (#47546)Yunge Zhu2018-10-251-6/+38
|
* azure_rm_cdnprofile: Add 'standard_microsoft' to sku (#47309)richardlock2018-10-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | ##### SUMMARY The azure_rm_cdnprofile module was missing a valid sku 'standard_microsoft'. Added it to the list of valid choices. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME azure_rm_cdnprofile ##### ANSIBLE VERSION ``` ansible 2.8.0.dev0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/user/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible executable location = /usr/local/bin/ansible python version = 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0] ``` ##### ADDITIONAL INFORMATION It was not possible to deploy using the 'standard_microsoft' sku previously. This addition allows this.
* Adding postgresql firewall rule facts (#45078)Zim Kalinowski2018-10-191-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding postgresql firewall rule facts * fixed sanity * fixed sanity * updating tests * firewall rule facts updated * fixed test * fix crash * small updates * updated postgresql firewall rule * removed unnecessary type * fixed postgresql facts * fixed azure * one more fix * test fixes * fix class name
* Fix auto scale create with fix date without recurrence (#47186)Yuwei Zhou2018-10-181-2/+3
| | | | | | * Fix auto scale create with fix date without recurrence * fix indent
* adds redirect configurations and probes to azure_rm_appgateway (#46607)Matt Hoffman2018-10-161-0/+144
|
* adding postgresql firewall rule (#45077)Zim Kalinowski2018-10-151-0/+275
| | | | | | | | | | | | * adding postgresql firewall rule * fixed test problems * add state into the doc * use lropoller * updated samples and some naming
* Adding mysql firewall rule module (#45074)Zim Kalinowski2018-10-151-0/+274
| | | | | | | | | | | | | | * adding mysql firewall rule * fixed mysql firewall rule * use mgmtclient from common * fix pep8 * small updates * minor docs fix
* Fix spelling issue (#46982)Thomas Hughes2018-10-131-1/+1
| | | | | Corrects spelling from `fo` to `of` for `storage_blob_name` +label: docsite_pr
* remove cross-module importsMatt Davis2018-10-114-3/+103
| | | | * duplicated code instead; use module_utils if code-sharing needs increase
* all azure modules are community maintained (#46839)Alicia Cozine2018-10-1117-17/+17
|
* clean up doc - removed required: false (#46357)Zim Kalinowski2018-10-017-42/+6
|
* add azure_rm_cdnprofile and azure_rm_cdnprofile_facts (#45097)Yunge Zhu2018-09-272-0/+567
| | | | | | | | | | | | | | | | | | | | | | | | | | * add cdn profile with facts * fix merge issue * fix version * fix lint * move cdn client out of azure_rm_common * fix lint * fix helper * fix code bug * fix bug * fix import * fix typo * fix test
* [azure] Fix name for the symbol * in docs (#46119)José Maia2018-09-251-2/+2
| | | | | Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character! +label: docsite_pr
* fix for managed disk facts (#46021)Zim Kalinowski2018-09-261-1/+1
|
* Fix typo in Azure ARM module documentation (#46065)José Maia2018-09-241-1/+1
|
* fix premature exit when RG doesn't exist (#46013)Matt Davis2018-09-211-1/+2
| | | | * fixes #45941 * corrects regression introduced by #26104; when the resource group doesn't exist, the module exits prematurely with an error instead of creating it.
* Misc typo fixes (#45969)Abhijeet Kasurde2018-09-211-3/+3
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>