summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
| | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit.
* all azure modules are community maintained (#46839)Alicia Cozine2018-10-111-1/+1
|
* Update azure_rm_publicipaddress_facts.py example (#41833)Fred-sun2018-06-221-2/+2
| | | Example describe error
* Clean up module documentation (#36909)Dag Wieers2018-03-151-6/+0
| | | | | | | | | | | * Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
* Bulk autopep8 (modules)John Barker2017-12-071-1/+0
| | | | | | | | | | As agreed in 2017-12-07 Core meeting bulk fix pep8 issues Generated using: autopep8 1.3.3 (pycodestyle: 2.3.1) autopep8 -r --max-line-length 160 --in-place --ignore E305,E402,E722,E741 lib/ansible/modules Manually fix issues that autopep8 has introduced
* Update metadata to 1.1Toshio Kuratomi2017-08-151-2/+2
|
* Update conventions in azure modulesToshio Kuratomi2017-07-271-21/+7
| | | | | | * Remove wildcard imports * Update GPL header to the one-line form * Add from __future__ imports
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
| | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version
* Fix module names in module docs.Matt Clay2016-12-091-1/+1
|
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
|
* Update and pin to azure-2.0.0rc5chouseknecht2016-12-081-16/+20
|
* ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)John R Barker2016-12-081-1/+1
| | | | | | * Call ansible-validate-modules * Correct quotes + add newline
* Adding new module azure_rm_publicipaddress_facts (#3463)Chris Houseknecht2016-12-081-0/+197
* Adding new Azure module. * Updating based on PR comments