File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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 {
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" : {
You can’t perform that action at this time.
0 commit comments