You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/resources/resource-manager/Microsoft.Resources/stable/2022-09-01/resources.json
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4615,6 +4615,9 @@
4615
4615
},
4616
4616
"parameters": {
4617
4617
"type": "object",
4618
+
"additionalProperties": {
4619
+
"$ref": "#/definitions/DeploymentParameter"
4620
+
},
4618
4621
"description": "Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string."
0 commit comments