Skip to content

Commit 96d6b7f

Browse files
lenalasarangan12
authored andcommitted
Revert AccessUri description to make it correspond to server response (#3433)
1 parent c4c8e6d commit 96d6b7f

File tree

1 file changed

+20
-0
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01

1 file changed

+20
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/disk.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,26 @@
10381038
"description": "Data used for requesting a SAS."
10391039
},
10401040
"AccessUri": {
1041+
"properties": {
1042+
"properties": {
1043+
"x-ms-client-flatten": true,
1044+
"$ref": "#/definitions/AccessUriOutput",
1045+
"description": "Operation output data (raw JSON)"
1046+
}
1047+
},
1048+
"description": "A disk access SAS uri."
1049+
},
1050+
"AccessUriOutput": {
1051+
"properties": {
1052+
"output": {
1053+
"x-ms-client-flatten": true,
1054+
"$ref": "#/definitions/AccessUriRaw",
1055+
"description": "Operation output data (raw JSON)"
1056+
}
1057+
},
1058+
"description": "Azure properties, including output."
1059+
},
1060+
"AccessUriRaw": {
10411061
"properties": {
10421062
"accessSAS": {
10431063
"readOnly": true,

0 commit comments

Comments
 (0)