| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add automation account
* add test
* update sdk version
* fix doc
* Update azure_rm_automationaccount.py
* Update azure_rm_automationaccount_facts.py
* Update main.yml
* add type define (#64)
* add new (#67)
* change 'example' to 'sample'
* changed 'path' to 'ID'
|
|
|
|
|
| |
ansible-doc should probably be using subcommands for its
exclusive_options...
|
|
|
|
|
| |
The openSUSE project was always capitalized openSUSE, and SUSE does not
use the lowercase "u" since over 15 years. Let's update the docs for
this.
|
|
|
|
|
|
| |
* add xmltodict
* fix lint
|
|
|
| |
freebsd itself has maintained and up to date version of port
|
| |
|
|
|
|
|
|
|
|
| |
* Bump dependency versions to avoid conflicts
* Fix module code to support newer SDK packages
* Fix keyvault module are upgrading deps
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add workspace
* add other properties
* add facts modules
* add test
* add doc
* fix lint
* fix lint
* rename the module
* fix docs
|
| |
|
|
|
|
|
|
|
| |
* Add missing dict entry for changelog generation.
* Enforce str and list types on sections.
* Check type of section list items.
* Support non-ascii characters in changelogs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add role definition module
* fix sample
* fix lint
* fix lint
* add facts module
* fix lint
* disable test due to no owner permission
* use unsupported
* fix lint
* resolve comments
* fix not_xxx_actions
|
| |
|
| |
|
|
|
|
| |
(#49702)
|
| |
|
|
|
|
|
|
|
| |
One of the file path macros that we use in the rpm file list isn't being
defined on Fedora 29 in Jenkins which is causing it to fail to build
there. Change the potential problems so that we can tell which file
entry is causing the failures on its next rebuild
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
fixes to ansible-doc
- change json to always be type dependent
- change changelog generation to loop over the options
- warn about ignoring module path
|
|
|
|
|
|
|
|
| |
* add new redis cache module
* fix version
* fix lint
|
| |
|
|
|
|
| |
Prevents duplicate reference errors.
|
|
|
|
| |
This should work with at least bash, dash and zsh.
|
|
|
| |
* upgrading azure-mgmt-compute to the latest
|
| |
|
| |
|
|
|
|
| |
(#47729)
|
|
|
|
|
|
| |
* upgrading sql package to newest
* LROPOller
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This will cause `make sdist` to fail on platforms which create
hard links of symbolic links as regular files, such as MacOS (Darwin).
This prevents accidental creation of an sdist tarball without
the necessary symbolic links.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Update Arch packaging README.md with link and package mgr options
|
| |
|
| |
|
|
|
|
|
|
| |
* add autoscale modules
* add test alias
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add traffic manager client and models in azure_rm_common
- add traffic manager management client
- import traffic manager models to 'traffic_manager_models' proprety
- azure.mgmt.trafficmanager doesn't have models(), so use direct import
for now
* add traffic manager facts module
* add traffic manager module
* add integration test for two modules
* fix package info in requirements
* fix sanity check
* fix monitor config default value
* fix facts module doc
* move model import into module
* resolve comments except seprating endpoint
* remove endpoint operation
* fix test after removing endpoint operation
* change module name to azure_rm_trafficmanagerprofile/facts
* fix sanity test
* seperate endpoint into delegate module
* fix typo
* fix lint
* fix lint
* fix test
* fix test
* resolve comments
* fix test
* fix test
* fix test
* fix bug in return
* resolve comments
* fix lint
* fix lint
* add sample in endpoint module
|
|
|
|
|
| |
deploying paid marketplace images (#44701)
azure_rm_storageaccount: Add 'StandardSSD_LRS', and choices to correct unrelated sanity error
|
|
|
|
|
|
|
|
|
|
| |
* Remove use of simplejson throughout code base. Fixes #42761
* Address failing tests
* Remove simplejson from contrib and other outlying files
* Add changelog fragment for simplejson removal
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix keyvault tests
* missing keyvault requirement
* fix keyvault auth bug
* apply fix in secret
* fix lint
* enable keyvault key and secret tests
* add azure service principal object_id lookup plugin
* fix lint
* add dependency in integration test
* fix bug
* put azure sp lookup plugin into test
* fix lint
* move lookup plugin
* repath lookup plugin
* repath lookup plugin
* repath files
* put az sp lookup plugin to lookup_plugins folder
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* added warnings for newer-than-expected versions
* prevent passing api_version and profile for newer clients
|