Fix gender pronouns and the odd typo (#31709)
This commit is contained in:
parent
e2f16cfaf7
commit
1234a79349
6 changed files with 7 additions and 7 deletions
|
@ -102,7 +102,7 @@ Function Fail-Json($obj, $message = $null)
|
||||||
|
|
||||||
# Helper function to add warnings, even if the warnings attribute was
|
# Helper function to add warnings, even if the warnings attribute was
|
||||||
# not already set up. This is a convenience for the module developer
|
# not already set up. This is a convenience for the module developer
|
||||||
# so he does not have to check for the attribute prior to adding.
|
# so they do not have to check for the attribute prior to adding.
|
||||||
Function Add-Warning($obj, $message)
|
Function Add-Warning($obj, $message)
|
||||||
{
|
{
|
||||||
if (-not $obj.ContainsKey("warnings")) {
|
if (-not $obj.ContainsKey("warnings")) {
|
||||||
|
@ -116,7 +116,7 @@ Function Add-Warning($obj, $message)
|
||||||
|
|
||||||
# Helper function to add deprecations, even if the deprecations attribute was
|
# Helper function to add deprecations, even if the deprecations attribute was
|
||||||
# not already set up. This is a convenience for the module developer
|
# not already set up. This is a convenience for the module developer
|
||||||
# so he does not have to check for the attribute prior to adding.
|
# so they do not have to check for the attribute prior to adding.
|
||||||
Function Add-DeprecationWarning($obj, $message, $version = $null)
|
Function Add-DeprecationWarning($obj, $message, $version = $null)
|
||||||
{
|
{
|
||||||
if (-not $obj.ContainsKey("deprecations")) {
|
if (-not $obj.ContainsKey("deprecations")) {
|
||||||
|
|
|
@ -47,7 +47,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
mfa_serial_number:
|
mfa_serial_number:
|
||||||
description:
|
description:
|
||||||
- he identification number of the MFA device that is associated with the user who is making the AssumeRole call.
|
- The identification number of the MFA device that is associated with the user who is making the AssumeRole call.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
mfa_token:
|
mfa_token:
|
||||||
|
|
|
@ -68,7 +68,7 @@ options:
|
||||||
state:
|
state:
|
||||||
version_added: '2.3'
|
version_added: '2.3'
|
||||||
description:
|
description:
|
||||||
- This controls the current state of the user. C(present) will login in a user, C(absent) will log him out.
|
- This controls the current state of the user. C(present) will login in a user, C(absent) will log them out.
|
||||||
- To logout you only need the registry server, which defaults to DockerHub.
|
- To logout you only need the registry server, which defaults to DockerHub.
|
||||||
- Before 2.1 you could ONLY log in.
|
- Before 2.1 you could ONLY log in.
|
||||||
- docker does not support 'logout' with a custom config file.
|
- docker does not support 'logout' with a custom config file.
|
||||||
|
|
|
@ -71,7 +71,7 @@ methods:
|
||||||
|
|
||||||
# The build method builds the entity we want to create.
|
# The build method builds the entity we want to create.
|
||||||
# Always be sure to build only the parameters the user specified
|
# Always be sure to build only the parameters the user specified
|
||||||
# in his yaml file, so we don't change the values which we shouldn't
|
# in their yaml file, so we don't change the values which we shouldn't
|
||||||
# change. If you set the parameter to None, nothing will be changed.
|
# change. If you set the parameter to None, nothing will be changed.
|
||||||
def build_entity(self):
|
def build_entity(self):
|
||||||
return otypes.Cluster(
|
return otypes.Cluster(
|
||||||
|
|
|
@ -94,7 +94,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Sets the frequency at which the software sends IGMP host query
|
- Sets the frequency at which the software sends IGMP host query
|
||||||
messages. Values can range from 1 to 18000 seconds.
|
messages. Values can range from 1 to 18000 seconds.
|
||||||
he default is 125 seconds.
|
The default is 125 seconds.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
last_member_qrt:
|
last_member_qrt:
|
||||||
|
|
|
@ -25,7 +25,7 @@ description:
|
||||||
because you lack the authority to make it so, or because not everyone
|
because you lack the authority to make it so, or because not everyone
|
||||||
agrees to a common approach.
|
agrees to a common approach.
|
||||||
- If you cannot automate a specific step, but the step is non-blocking,
|
- If you cannot automate a specific step, but the step is non-blocking,
|
||||||
sending out an email to the responsible party to make him perform his
|
sending out an email to the responsible party to make them perform their
|
||||||
part of the bargain is an elegant way to put the responsibility in
|
part of the bargain is an elegant way to put the responsibility in
|
||||||
someone else's lap.
|
someone else's lap.
|
||||||
- Of course sending out a mail can be equally useful as a way to notify
|
- Of course sending out a mail can be equally useful as a way to notify
|
||||||
|
|
Loading…
Reference in a new issue