Skip to content

Commit

Permalink
Revert "[Hub Generated] Review request for Microsoft.Synapse to add v…
Browse files Browse the repository at this point in the history
…ersion stable/2023-05-01 (#23376)" (#23668)

This reverts commit 5b79bd5.
  • Loading branch information
vishnumathi authored and suxi-ms committed Apr 24, 2023
1 parent b95bd66 commit e3bdd21
Show file tree
Hide file tree
Showing 215 changed files with 6 additions and 28,034 deletions.
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

0 comments on commit e3bdd21

Please sign in to comment.