Skip to content

Commit e802815

Browse files
Xynoclafegiromm2ms
authored andcommitted
Re-order parameters in swagger spec to avoid breaking change in SDK (Azure#11883)
1 parent bdd7adc commit e802815

File tree

1 file changed

+4
-4
lines changed
  • specification/resources/resource-manager/Microsoft.Resources/stable/2020-10-01

1 file changed

+4
-4
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2020-10-01/resources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,13 +4479,13 @@
44794479
"type": "string",
44804480
"description": "The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs"
44814481
},
4482-
"queryString": {
4483-
"type": "string",
4484-
"description": "The query string (for example, a SAS token) to be used with the templateLink URI."
4485-
},
44864482
"contentVersion": {
44874483
"type": "string",
44884484
"description": "If included, must match the ContentVersion in the template."
4485+
},
4486+
"queryString": {
4487+
"type": "string",
4488+
"description": "The query string (for example, a SAS token) to be used with the templateLink URI."
44894489
}
44904490
},
44914491
"description": "Entity representing the reference to the template."

0 commit comments

Comments
 (0)