Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[Hub Generated] Review request for Microsoft.Synapse to add version stable/2023-05-01" #23668

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
68 changes: 0 additions & 68 deletions specification/common-types/resource-management/v5/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,74 +624,6 @@
"type": "string"
}
}
},
"UsageName": {
"type": "object",
"description": "Name of the usage metrics",
"properties": {
"value": {
"type": "string",
"description": "The name of the usage metric."
},
"localizedValue": {
"type": "string",
"description": "The localized name of the usage metric."
}
}
},
"Usage": {
"type": "object",
"description": "Resource usage and limit.",
"properties": {
"unit": {
"readOnly": true,
"type": "string",
"description": "The unit of usage measurement."
},
"currentValue": {
"readOnly": true,
"type": "number",
"format": "double",
"description": "The current usage of the resource."
},
"limit": {
"readOnly": true,
"type": "number",
"format": "double",
"description": "The maximum permitted usage of the resource."
},
"name": {
"readOnly": true,
"$ref": "#/definitions/UsageName",
"description": "The name of the type of usage."
},
"nextResetTime": {
"type": "string",
"format": "date-time",
"description": "Optional.The time that the metric's value will reset."
},
"quotaPeriod": {
"type": "string",
"description": "Optional. The quota period that determines the length of time between value resets."
}
}
},
"ListUsagesResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/Usage"
},
"x-ms-identifiers": [],
"description": "The list of resource usages."
}
},
"required": [
"value"
],
"description": "The List Usages operation response."
}
},
"parameters": {
Expand Down

This file was deleted.

Loading