Skip to content

Commit 085bcca

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 8eed5b7 commit 085bcca

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

schemas/2020-06-01/Microsoft.Resources.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,17 @@
500500
],
501501
"description": "The debug setting."
502502
},
503+
"expressionEvaluationOptions": {
504+
"oneOf": [
505+
{
506+
"$ref": "#/definitions/ExpressionEvaluationOptions"
507+
},
508+
{
509+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
510+
}
511+
],
512+
"description": "Specifies whether template expressions are evaluated within the scope of the parent template or nested template."
513+
},
503514
"mode": {
504515
"oneOf": [
505516
{
@@ -564,6 +575,28 @@
564575
],
565576
"description": "Deployment properties."
566577
},
578+
"ExpressionEvaluationOptions": {
579+
"type": "object",
580+
"properties": {
581+
"scope": {
582+
"oneOf": [
583+
{
584+
"type": "string",
585+
"enum": [
586+
"NotSpecified",
587+
"Outer",
588+
"Inner"
589+
]
590+
},
591+
{
592+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
593+
}
594+
],
595+
"description": "The scope to be used for evaluation of parameters, variables and functions in a nested template."
596+
}
597+
},
598+
"description": "Specifies whether template expressions are evaluated within the scope of the parent template or nested template."
599+
},
567600
"OnErrorDeployment": {
568601
"type": "object",
569602
"properties": {

0 commit comments

Comments
 (0)