Skip to content

Commit 2c7e079

Browse files
committed
changed the entity name
1 parent 78bca1d commit 2c7e079

File tree

1 file changed

+3
-3
lines changed
  • specification/azsadmin/resource-manager/deployment/Microsoft.Deployment.Admin/preview/2019-01-01

1 file changed

+3
-3
lines changed

specification/azsadmin/resource-manager/deployment/Microsoft.Deployment.Admin/preview/2019-01-01/Locations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"200": {
4141
"description": "OK",
4242
"schema": {
43-
"$ref": "#/definitions/LocationEntity"
43+
"$ref": "#/definitions/LocationProp"
4444
}
4545
},
4646
"default": {
@@ -100,7 +100,7 @@
100100
"description": "Array of locations.",
101101
"type": "array",
102102
"items": {
103-
"$ref": "#/definitions/LocationEntity"
103+
"$ref": "#/definitions/LocationProp"
104104
}
105105
},
106106
"nextLink": {
@@ -109,7 +109,7 @@
109109
}
110110
}
111111
},
112-
"LocationEntity": {
112+
"LocationProp": {
113113
"type": "object",
114114
"description": "Location Entity",
115115
"properties": {

0 commit comments

Comments
 (0)