Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"deprecated": false,
"x-ms-pageable": {
"nextLinkName": "NextLink",
"itemName": "Value"
"nextLinkName": "nextLink",
"itemName": "value"
},
"x-ms-examples": {
"ListOperations": {
Expand All @@ -56,20 +56,20 @@
"description": "Localized display information of an operation.",
"type": "object",
"properties": {
"Provider": {
"provider": {
"description": "Name of the provider for display purposes",
"type": "string"
},
"Resource": {
"description": "Name of the resource type for display purposes",
"resource": {
"description": "ResourceType for which this Operation can be performed.",
"type": "string"
},
"Operation": {
"description": "Name of the operation for display purposes",
"operation": {
"description": "Operations Name itself.",
"type": "string"
},
"Description": {
"description": "Description of the operation for display purposes",
"description": {
"description": "Description of the operation having details of what operation is about.",
"type": "string"
}
}
Expand All @@ -79,15 +79,15 @@
"type": "object",
"properties": {
"name": {
"description": "Name",
"description": "Name for shoebox log specification.",
"type": "string"
},
"displayName": {
"description": "Localized display name",
"type": "string"
},
"blobDuration": {
"description": "blob duration",
"description": "blob duration of shoebox log specification",
"type": "string"
}
}
Expand Down Expand Up @@ -119,15 +119,15 @@
"description": "Operations List response which contains list of available APIs.",
"type": "object",
"properties": {
"Value": {
"value": {
"description": "List of available operationss.",
"type": "array",
"items": {
"$ref": "#/definitions/ClientDiscoveryValueForSingleApi"
}
},
"NextLink": {
"description": "NextLink",
"nextLink": {
"description": "Link to the next chunk of Response.",
"type": "string"
}
}
Expand All @@ -136,21 +136,21 @@
"description": "Available operation details.",
"type": "object",
"properties": {
"Name": {
"description": "Name",
"name": {
"description": "Name of the Operation.",
"type": "string"
},
"Display": {
"display": {
"$ref": "#/definitions/ClientDiscoveryDisplay",
"description": "Contains the localized display information for this particular operation"
},
"Origin": {
"origin": {
"description": "The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX",
"type": "string"
},
"Properties": {
"properties": {
"$ref": "#/definitions/ClientDiscoveryForProperties",
"description": "Properties"
"description": "ShoeBox properties for the given operation."
}
}
}
Expand Down
Loading