mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Fixes in container registry documentation (#45390)
* adding tags to container registry * fixed tags
This commit is contained in:
parent
6d0b0f8338
commit
6110163f99
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,7 @@ registries:
|
||||||
- The resource ID.
|
- The resource ID.
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registr
|
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registr
|
||||||
ies/myRegistry"
|
ies/myRegistry"
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
@ -130,6 +130,10 @@ registries:
|
||||||
returned: when registry exists and C(admin_user_enabled) is set
|
returned: when registry exists and C(admin_user_enabled) is set
|
||||||
type: str
|
type: str
|
||||||
sample: pass2value
|
sample: pass2value
|
||||||
|
tags:
|
||||||
|
description: Tags assigned to the resource. Dictionary of string:string pairs.
|
||||||
|
type: dict
|
||||||
|
sample: { "tag1": "abc" }
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from ansible.module_utils.azure_rm_common import AzureRMModuleBase
|
from ansible.module_utils.azure_rm_common import AzureRMModuleBase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue