Skip to content

Commit 24b965b

Browse files
roytan-microsoftjosuh
authored andcommitted
[Hub Generated] Review request for Microsoft.MixedReality to add version preview/2019-12-02-preview (Azure#11769)
* fix for swagger completeness * forgot curly brace * fix example
1 parent 09bdc9c commit 24b965b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/examples/proxy/CheckNameAvailabilityForLocalUniqueness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"responses": {
1212
"200": {
1313
"body": {
14-
"nameAvailable": "false",
14+
"nameAvailable": false,
1515
"reason": "AlreadyExists",
1616
"message": "..."
1717
}

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/proxy.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"properties": {
142142
"nameAvailable": {
143143
"description": "if name Available",
144-
"$ref": "#/definitions/NameAvailability"
144+
"type": "boolean"
145145
},
146146
"reason": {
147147
"description": "Resource Name To Verify",
@@ -164,6 +164,10 @@
164164
"display": {
165165
"description": "The object that represents the operation.",
166166
"$ref": "#/definitions/OperationDisplay"
167+
},
168+
"isDataAction": {
169+
"description": "Whether or not this is a data plane operation",
170+
"type": "boolean"
167171
}
168172
}
169173
},
@@ -195,18 +199,6 @@
195199
}
196200
}
197201
},
198-
"NameAvailability": {
199-
"description": "Whether or not the name is available.",
200-
"type": "string",
201-
"enum": [
202-
"true",
203-
"false"
204-
],
205-
"x-ms-enum": {
206-
"name": "NameAvailability",
207-
"modelAsString": true
208-
}
209-
},
210202
"NameUnavailableReason": {
211203
"description": "reason of name unavailable.",
212204
"type": "string",

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/remote-rendering.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@
390390
"x-ms-client-flatten": true,
391391
"description": "Property bag.",
392392
"$ref": "./common.json#/definitions/MixedRealityAccountProperties"
393+
},
394+
"identity": {
395+
"description": "The identity associated with this account",
396+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
393397
}
394398
}
395399
},

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/spatial-anchors.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@
390390
"x-ms-client-flatten": true,
391391
"description": "Property bag.",
392392
"$ref": "./common.json#/definitions/MixedRealityAccountProperties"
393+
},
394+
"identity": {
395+
"description": "The identity associated with this account",
396+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
393397
}
394398
}
395399
},

0 commit comments

Comments
 (0)