Commit cf52c11
Add support for managing the 'Firewall and virtual networks' settings of a Storage Account. (#108)
* Add support for managing the 'Firewall and virtual networks' settings of
a Storage Account.
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Update azure_rm_publicipaddress
add test sample
codebase cleanup: update format (#131)
* Update format
refine azure devops pipeline (#138)
* refine azure devops pipeline
enable single module test (#144)
* enable single module test
bug fixing in azure_rm_aks module(#170)
* bug fixing in azure_rm_aks module
For Test( 2.9 to 2.10) (#140)
* adding more testing dimensions
Add FileEndpoint to azure_rm_storageaccount_info (#102)
* Add FileEndpoint to azure_rm_storageaccount_info
Use hasattr instead of dir (#75)
Add ephemeral OS disk for azure_rm_virtualmachine (#124)
* Add ephemeral OS disk support for azure_rm_virtualmachine
Add ephemeral OS disk for azure_rm_virtualmachinescaleset (#128)
* Add ephemeral OS disk support for azure_rm_virtualmachinescaleset
Change network_client api_version to match latest default api_version (#157)
* #Fixes 156
Change network_client api_version to match latest default api_version
* #Fixes 156
Update azure-mgmt-network to 10.2.0
Update 'latest' version listing and default version for Network Client to 2018-08-01
Add ability to remove all Subnet Service Endpoints when supplying an empty list. (#148)
New azure_rm_privatednszone module with tests (#122)
* New azure_rm_privatednszone module with tests
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Co-authored-by: Fred-sun <xiuxi.sun@qq.com>
Add new azure active directory related modules (#179)
* add ad related modules
* release v0.2.0 preparation and minor ad module bug fixing
fixing sanity testing errors in ad related modules (#182)
* disable ad relate module test
* fixing sanity testing errors in ad related modules
Fixing issues in azure_rm_deployment_info.py (#180)
- Fixing getting the template_link when it does not exist.
- Feature: Return the correlation_id
Co-authored-by: Steve Kieu <steve.kieu@xvt.com.au>
azure_rm_virtualmachine: Protect against no diskSizeGB (#185)
Disks `diskSizeGB` is not reported if the Virtual Machine is
deallocated. Trying to fetch it is causing a `KeyError`. This guards
against that KeyError and then nulls out the key so it isn't set
incorrectly in the update call.
Fix wrong module deprecate statement format (#176)
* fix wrong module deprecate statement format
update doc
add batch upload feature in azure_rm_storageblob (#203)
Co-authored-by: haiyuazhang <haiyuan.zhang1982@gmaile.com>
fixing status code issue in azure_rm_deployment (#204)
Co-authored-by: haiyuazhang <haiyuan.zhang1982@gmaile.com>
fixing update check bug in azure_rm_adserviceprincipal (#205)
Bump version to v0.3.0
update doc
change service_url to service_uri (#212)
Storageaccount tlsversion (#207)
* add support for minimum_tls_version
fix(vm): fix boot diagnistics option "no" caused an error (#200)
Fix the issue #158 (#214)
* fix issue #158 and add tests
azure_rm_appgateway.py: Support Version 2 SKUs (#198)
fix sanity test issues (#223)
Bump version to v0.4.0
lift v0.4.0 to v1.0.0
update new pr-pipeline (#229)
Add execution environment metadata (#220)
Storage account allow blob public access parameter (#219)
* Storage account allow blob public access parameter
* Change name of test to match correct attribute.
Update azure_rm_virtualmachine boot_diagnostics resource group config… (#208)
* Update azure_rm_virtualmachine boot_diagnostics resource group configuration
Update azure_rm_storageaccount.py file (#233)
* Uneatable parameters do not need to set default values
fix the problem of disk lun self-increment (#237)
Fixing rule_type reference (#99)
Reference to ev instead of item is preventing the expected rule_type values from functioning
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
add load_balancer_sku option for aks (#199)
* added load_balancer_sku option for aks
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Improve OS detection when VM has no osProfile (#197)
We have VM without OS profile (checked on https://resources.azure.com/) and they appear as "unknown" os :-/
This appear to be a known issue: https://support.microsoft.com/en-ph/help/4018140/computer-names-of-specialized-virtual-machines-are-missing-or-blank-in
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Add IPv6 address for azure_rm_subnet (#240)
* Add IPv6 address for azure_rm_subnet
Get address_prefixes info from virtualnetwork (#239)
* Add new parameter for get subnet IPv6 info
Support azure cli credentials with multiple `subscription_id`s (#195)
* feat: Support azure cli credentials with multiple `subscription_id`s
If the `subscription_id` is specified as module parameter or in the
environment then try to find that subscription in either the MSI (existing) or
CLI credentials (new). This patch brings those two scenarios in line.
* docs: Improve documentation on auth_source
* refactor: Move defaults up to class
Just trying to make the `__init__` fn a bit slimmer and easier to
reason about.
* refactor: Use python kwargs instead of passing dict
This is an isomorphic change, just using python syntax to accomplish
the exact same thing.
* refactor: Use ansible builtin `env_fallback` for `auth_source`
Ansible modules have a pattern for looking up a module parameter in
the environment with precedence of explicit param -> env -> default.
Use this pattern to simplify our code here.
This shouldn't change any behavior of `auth_source`, just using
standard ansible patterns to accomplish it.
* style: Split long line
No semantic change, just wrapping a long line to be a bit more
readable.
* refactor: helper fun _get_env
Somewhat frequently there is a lookup in the environment for the key that
matches a module parameter. This simple helper just encapsulates that
to make it a bit easier elsewhere-- lookup the same key in params,
credentials, env
* fix: typo in log message
Co-authored-by: Justin Ossevoort <justin.ossevoort@tesorion.nl>
Add 10.3 version for azure_rm_mariadbserver module (#244)
* add new version for azure_rm_mariadbserver
Update azure_rm_storageaccount yaml (#226)
* update azure_rm_storageaccount test
* update pipeline file1 parent 5f7c079 commit cf52c11
243 files changed
Lines changed: 5027 additions & 797 deletions
File tree
- meta
- plugins
- doc_fragments
- inventory
- module_utils
- modules
- tests
- integration/targets
- azure_rm_adpassword
- meta
- tasks
- azure_rm_adserviceprincipal
- meta
- tasks
- azure_rm_aks
- tasks
- azure_rm_automationaccount/tasks
- azure_rm_deployment/tasks
- azure_rm_functionapp
- azure_rm_keyvaultkey/tasks
- azure_rm_keyvaultsecret/tasks
- azure_rm_keyvault/tasks
- azure_rm_mariadbserver/tasks
- azure_rm_mysqlserver/tasks
- azure_rm_networkinterface
- tasks
- azure_rm_postgresqlserver/tasks
- azure_rm_privatednszone
- meta
- tasks
- azure_rm_publicipaddress/tasks
- azure_rm_rediscache/tasks
- azure_rm_resource/tasks
- azure_rm_roledefinition
- meta
- tasks
- azure_rm_routetable/tasks
- azure_rm_servicebus/tasks
- azure_rm_sqlserver/tasks
- azure_rm_storageaccount/tasks
- azure_rm_subnet/tasks
- azure_rm_trafficmanagerprofile/tasks
- azure_rm_virtualmachineextension/tasks
- azure_rm_virtualmachinescaleset/tasks
- azure_rm_virtualmachine/tasks
- azure_rm_virtualnetworkpeering/tasks
- azure_rm_virtualnetwork/tasks
- azure_rm_webapp/tasks
- azure_rm_workspace/tasks
- inventory_azure/playbooks
- sanity
- utils
- ado
- shippable
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
2 | 45 | | |
3 | 46 | | |
4 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | | - | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | | - | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
535 | 541 | | |
536 | 542 | | |
537 | 543 | | |
| |||
0 commit comments