Skip to content

Commit 04419da

Browse files
Dev orbital microsoft.orbital 2021 04 04 preview (#5491)
* operation IDs updated * updated OperationListResult definition * review points implemented Co-authored-by: Devanshu Singh <[email protected]>
1 parent 4331ff3 commit 04419da

File tree

1 file changed

+1
-55
lines changed
  • specification/orbital/resource-manager/Microsoft.Orbital/preview/2021-04-04-preview

1 file changed

+1
-55
lines changed

specification/orbital/resource-manager/Microsoft.Orbital/preview/2021-04-04-preview/orbital.json

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"200": {
5252
"description": "OK. The request has succeeded.",
5353
"schema": {
54-
"$ref": "#/definitions/OperationListResult"
54+
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult"
5555
}
5656
},
5757
"default": {
@@ -1203,60 +1203,6 @@
12031203
}
12041204
}
12051205
},
1206-
"OperationListResult": {
1207-
"type": "object",
1208-
"description": "Result of the request to list Orbital operations. It contains a list of operations and a URL link to get the next set of results.",
1209-
"properties": {
1210-
"value": {
1211-
"type": "array",
1212-
"items": {
1213-
"$ref": "#/definitions/Operation"
1214-
},
1215-
"description": "List of Orbital operations supported by the Orbital resource provider."
1216-
}
1217-
}
1218-
},
1219-
"Operation": {
1220-
"description": "Orbital REST API operation definition.",
1221-
"type": "object",
1222-
"properties": {
1223-
"name": {
1224-
"description": "Operation name: {provider}/{resource}/{operation}",
1225-
"type": "string"
1226-
},
1227-
"isDataAction": {
1228-
"type": "boolean",
1229-
"default": false,
1230-
"description": "Indicates whether the operation applies to data-plane."
1231-
},
1232-
"display": {
1233-
"type": "object",
1234-
"description": "Display metadata associated with the operation.",
1235-
"properties": {
1236-
"provider": {
1237-
"description": "Service provider: Microsoft Orbital.",
1238-
"type": "string"
1239-
},
1240-
"resource": {
1241-
"description": "Resource on which the operation is performed etc.",
1242-
"type": "string"
1243-
},
1244-
"operation": {
1245-
"description": "Type of operation: get, read, delete, etc.",
1246-
"type": "string"
1247-
},
1248-
"description": {
1249-
"description": "Description of the operation.",
1250-
"type": "string"
1251-
}
1252-
}
1253-
},
1254-
"origin": {
1255-
"type": "string",
1256-
"description": "The origin of operations."
1257-
}
1258-
}
1259-
},
12601206
"EndPoint": {
12611207
"type": "object",
12621208
"required": [

0 commit comments

Comments
 (0)