richardlock
39f3984ce4
azure_rm_cdnprofile: Add 'standard_microsoft' to sku ( #47309 )
...
##### 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.
2018-10-19 15:30:21 +08:00
Zim Kalinowski
b0c88ddab1
Adding postgresql firewall rule facts ( #45078 )
...
* 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
2018-10-19 15:13:45 +08:00
Yuwei Zhou
9258ffa478
Fix auto scale create with fix date without recurrence ( #47186 )
...
* Fix auto scale create with fix date without recurrence
* fix indent
2018-10-18 10:52:30 +08:00
Matt Hoffman
acbecd5f23
adds redirect configurations and probes to azure_rm_appgateway ( #46607 )
2018-10-16 10:34:24 +08:00
Zim Kalinowski
1c520ff70b
adding postgresql firewall rule ( #45077 )
...
* adding postgresql firewall rule
* fixed test problems
* add state into the doc
* use lropoller
* updated samples and some naming
2018-10-15 10:17:42 -07:00
Zim Kalinowski
ca5460dd86
Adding mysql firewall rule module ( #45074 )
...
* adding mysql firewall rule
* fixed mysql firewall rule
* use mgmtclient from common
* fix pep8
* small updates
* minor docs fix
2018-10-15 10:11:26 -07:00
Thomas Hughes
db304c27c7
Fix spelling issue ( #46982 )
...
Corrects spelling from `fo` to `of` for `storage_blob_name`
+label: docsite_pr
2018-10-13 09:38:07 +05:30
Matt Davis
3e18bbec34
remove cross-module imports
...
* duplicated code instead; use module_utils if code-sharing needs increase
2018-10-11 19:54:54 -07:00
Alicia Cozine
561a5b1adc
all azure modules are community maintained ( #46839 )
2018-10-11 15:37:42 -04:00
Zim Kalinowski
2a4bf670bb
clean up doc - removed required: false ( #46357 )
2018-10-01 15:39:40 -07:00
Yunge Zhu
69594c5370
add azure_rm_cdnprofile and azure_rm_cdnprofile_facts ( #45097 )
...
* 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
2018-09-27 10:10:01 +10:00
José Maia
923a7bd30f
[azure] Fix name for the symbol * in docs ( #46119 )
...
Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character!
+label: docsite_pr
2018-09-25 15:21:24 -04:00
Zim Kalinowski
6056b89675
fix for managed disk facts ( #46021 )
2018-09-26 00:48:22 +08:00
José Maia
9039002886
Fix typo in Azure ARM module documentation ( #46065 )
2018-09-24 09:57:23 -05:00
Matt Davis
3b52d968e6
fix premature exit when RG doesn't exist ( #46013 )
...
* 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.
2018-09-21 16:23:21 -07:00
Abhijeet Kasurde
0ecbd50c3b
Misc typo fixes ( #45969 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-21 14:43:22 +01:00
Michael Johnson
1a3bc7d746
Update azure_rm_virtualmachine.py ( #45325 )
...
* Update azure_rm_virtualmachine.py
A lot of Azure images are not cloud-init ready and need to be prepared manually before attempting to use the custom_data option of this module. Adding a line to the description to make others aware. If, like me, they are used to working with AWS AMIs that all seem to have cloud-init baked in, this could prevent some troubleshooting as to why their custom_data scripts aren't running in Azure.
* fixing addition to azure_rm_virtualmachine.py
* Update azure_rm_virtualmachine.py
* final update
* fixed url syntax
* nuked trailing whitespace
2018-09-21 02:22:53 +08:00
Zim Kalinowski
60979a96a9
Fixing azure_rm_containerregistry_facts ( #45897 )
...
* fixing cr facts
* final fix?
* fixed
* syntax
* sanity
2018-09-20 16:58:07 +08:00
Zim Kalinowski
83645963fb
Fixing assigning ssl certificate to http listener in app gateway ( #45830 )
...
* fixed ssl certificate reference
* modified test
2018-09-19 17:00:27 -07:00
Zim Kalinowski
16fa49a894
adding os disk name ( #45126 )
...
* adding os disk name
* fixed test
2018-09-19 16:51:37 -07:00
Deaton64
3782a236ba
Update azure_rm_trafficmanagerprofile.py examples ( #45649 )
...
Wrong module name used in examples. changed `azure_rm_trafficmanager` to `azure_rm_trafficmanagerprofile`
2018-09-14 09:48:11 -04:00
Michael Scherer
ede3a8cee1
Fix formatting for the error on azure_rm_appserviceplan_facts ( #45613 )
...
Since there is only 1 argument, {1} can't work since that's the
2nd argument for format. Flagged by lgmt.com
2018-09-13 17:00:21 -04:00
Zim Kalinowski
df768914a1
adding sql firewall rule facts ( #45059 )
2018-09-13 17:54:58 +08:00
Zim Kalinowski
73c8041ec0
Azure load balancer crash fix ( #45546 )
2018-09-12 16:25:35 +08:00
Zim Kalinowski
111febe62e
extended vmss facts ( #45535 )
2018-09-12 13:22:47 +08:00
Zim Kalinowski
821c27cefb
fixed tag support in autoscale facts ( #45533 )
...
* fixed tag support in autoscale facts
* forgot to add tags to arg spec
2018-09-11 23:00:58 -04:00
Matt Clay
ae4d5e3257
Avoid duplicate Azure storage account types.
2018-09-11 10:37:48 -07:00
Yuwei Zhou
fa04387550
fix the autoscale resource id ( #45477 )
...
* fix the autoscale resource id
* Update main.yml
2018-09-11 18:52:43 +08:00
Zim Kalinowski
8a221d81dd
fixing facts for mysql server ( #45374 )
2018-09-11 14:27:50 +08:00
Zim Kalinowski
0b029d6792
adding tags support to postgresql ( #45339 )
2018-09-11 10:20:27 +08:00
Zim Kalinowski
e203531735
fixing broken sql server tags ( #45378 )
2018-09-10 15:31:01 +08:00
Zim Kalinowski
6110163f99
Fixes in container registry documentation ( #45390 )
...
* adding tags to container registry
* fixed tags
2018-09-10 01:49:04 -04:00
Zim Kalinowski
6d0b0f8338
added missing facts in container instance ( #45380 )
...
* returning tags in container instance facts
* small fix
2018-09-10 01:10:40 -04:00
Zim Kalinowski
376082c37d
added tags to webapp documentation ( #45375 )
2018-09-10 09:51:17 +08:00
Yunge Zhu
2955d7cd1b
add publish url in webapp facts output ( #45131 )
...
* add publish url in webapp facts output
* update name
* fix test
2018-09-06 08:04:09 +08:00
Zim Kalinowski
a5e2b60870
adding tags to keyvault ( #45145 )
2018-09-05 16:21:15 +08:00
Zim Kalinowski
b1b90faf96
added missing resource_group description in return value ( #45143 )
2018-09-04 04:04:51 -04:00
Zim Kalinowski
e7ec1ef59c
adding tags to container instance ( #45142 )
2018-09-04 03:56:10 -04:00
Zim Kalinowski
1f8635fbd9
Virtual machine facts - retrieving instance view ( #45128 )
2018-09-04 11:25:01 +08:00
Zim Kalinowski
9bd702ef37
vm size idempotence ( #45108 )
2018-09-04 09:41:41 +08:00
Madhura-CSI
a4663d8e73
New module for azure custom image facts ( #42102 )
...
* new module for azure custom image facts
* added facts in aliases, corrected assertion
* simplified managed disk id struct
* updated ansible version
2018-09-04 02:28:01 +08:00
Zim Kalinowski
9b28319020
adding container instance facts ( #43326 )
2018-09-03 15:51:42 +08:00
vpopescu
b4c148b6ea
fixed boolean value for zone ( #41974 )
2018-09-03 10:20:16 +08:00
Matt Martz
f89d873698
Stub out modules scheduled for 2.8 removal ( #44985 )
...
* Remove modules scheduled for 2.8
* Add changelog and porting guide
* Skip docs test on removed modules
* Don't link to removed modules
2018-08-31 16:27:32 -05:00
Ubuntu
7d81de2516
updates to azure_rm_sqlfirewallrule
...
updates to azure_rm_sqlfirewallrule
small fixes
move sql client to common
adding state
fixed sample
fixed sanity
fixed aliases
removed unnecessary object
removed unused resource_group
changed group to less crowdy
tags
no tags on firewall rule
2018-08-30 21:54:58 -07:00
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
2018-08-30 21:18:56 -07:00
Yunge Zhu
ef8ce6b2f3
remove wrong alias on secret_value ( #44877 )
2018-08-31 09:36:52 +08:00
Zim Kalinowski
bd866ed69a
adding container registry facts ( #43325 )
2018-08-30 17:56:12 +08:00
Yunge Zhu
b731732616
add azure_rm_webapp_facts module ( #43631 )
...
* add webapp facts module
* remove certified
* remove useless argument
* add tests
* return curated output
* add description of return value, move test to webapp folder
* fix lint
* fix lint
* fix lint
* fix test
* fix bug
* fix test, will get all webapp with same tag created by previous test
* fix test
* fix test
* fix test
* add properties description, refine return name
* refine properties, add request_id when exception
* fix bug
* update doc, add publish profile
* fix error
* flatten properties, add option for return publish profile
2018-08-30 17:49:06 +08:00
Zim Kalinowski
78eb4724a0
Adding sql client to common ( #44825 )
2018-08-30 12:44:36 +08:00