Skip to content

Commit 372cb45

Browse files
author
Nelson Wu
committed
changes from latest rebase\
1 parent e4bd9ac commit 372cb45

File tree

1 file changed

+23
-0
lines changed
  • specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview

1 file changed

+23
-0
lines changed

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/containerregistry.json

+23
Original file line numberDiff line numberDiff line change
@@ -4519,6 +4519,10 @@
45194519
"$ref": "#/definitions/ExportPolicy",
45204520
"description": "The export policy for a container registry."
45214521
},
4522+
"azureADAuthenticationAsArmPolicy": {
4523+
"$ref": "#/definitions/AzureADAuthenticationAsArmPolicy",
4524+
"description": "The policy for using ARM audienced token for a container registry."
4525+
},
45224526
"softDeletePolicy": {
45234527
"$ref": "#/definitions/SoftDeletePolicy",
45244528
"description": "The soft delete policy for a container registry."
@@ -4687,6 +4691,25 @@
46874691
}
46884692
}
46894693
},
4694+
"AzureADAuthenticationAsArmPolicy": {
4695+
"description": "The policy for using ARM audienced token for a container registry.",
4696+
"type": "object",
4697+
"properties": {
4698+
"status": {
4699+
"description": "The value that indicates whether the policy is enabled or not.",
4700+
"default": "enabled",
4701+
"enum": [
4702+
"enabled",
4703+
"disabled"
4704+
],
4705+
"type": "string",
4706+
"x-ms-enum": {
4707+
"name": "AzureADAuthenticationAsArmPolicyStatus",
4708+
"modelAsString": true
4709+
}
4710+
}
4711+
}
4712+
},
46904713
"SoftDeletePolicy": {
46914714
"description": "The soft delete policy for a container registry",
46924715
"type": "object",

0 commit comments

Comments
 (0)