mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix additional azure state module doc errors
This commit is contained in:
parent
65d8f27d77
commit
6a1d06a751
4 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ Azure (ARM) Resource Execution Module
|
|||
:platform: linux
|
||||
|
||||
:configuration: This module requires Azure Resource Manager credentials to be passed as keyword arguments
|
||||
to every function in order to work properly.
|
||||
to every function in order to work properly.
|
||||
|
||||
Required provider parameters:
|
||||
|
||||
|
@ -37,7 +37,7 @@ to every function in order to work properly.
|
|||
|
||||
Optional provider parameters:
|
||||
|
||||
**cloud_environment**: Used to point the cloud driver to different API endpoints, such as Azure GovCloud.
|
||||
**cloud_environment**: Used to point the cloud driver to different API endpoints, such as Azure GovCloud.
|
||||
Possible values:
|
||||
* ``AZURE_PUBLIC_CLOUD`` (default)
|
||||
* ``AZURE_CHINA_CLOUD``
|
||||
|
|
|
@ -20,8 +20,8 @@ Azure (ARM) Compute State Module
|
|||
:platform: linux
|
||||
|
||||
:configuration: This module requires Azure Resource Manager credentials to be passed as a dictionary of
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
|
||||
Required provider parameters:
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ Azure (ARM) Network State Module
|
|||
:platform: linux
|
||||
|
||||
:configuration: This module requires Azure Resource Manager credentials to be passed as a dictionary of
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
|
||||
Required provider parameters:
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ Azure (ARM) Resource State Module
|
|||
:platform: linux
|
||||
|
||||
:configuration: This module requires Azure Resource Manager credentials to be passed as a dictionary of
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
keyword arguments to the ``connection_auth`` parameter in order to work properly. Since the authentication
|
||||
parameters are sensitive, it's recommended to pass them to the states via pillar.
|
||||
|
||||
Required provider parameters:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue