Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4628,44 +4628,24 @@
"DefaultDto": {
"description": "Base data transfer object implementation for default resources.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyDto"
}
],
"properties": {
"id": {
"description": "The resource id of the azure resource",
"type": "string",
"readOnly": true
},
"location": {
"description": "Location of the azure resource.",
"type": "string"
},
"name": {
"description": "Name of the azure resource",
"type": "string",
"readOnly": true
},
"systemData": {
"description": "System Data of the Azure resource.",
"allOf": [
{
"$ref": "#/definitions/SystemData"
}
],
"readOnly": true
},
"tags": {
"description": "Tags on the azure resource.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"type": {
"description": "Type of the azure resource",
"type": "string",
"readOnly": true
}
},
"x-ms-azure-resource": true
}
},
"DimensionProperties": {
"description": "properties for dimension",
Expand Down Expand Up @@ -4698,8 +4678,7 @@
"type": {
"description": "Identity Type",
"enum": [
"SystemAssigned",
"UserAssigned"
"SystemAssigned"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -5418,12 +5397,8 @@
"readOnly": true
},
"systemData": {
"$ref": "#/definitions/SystemData",
"description": "System Data of the Azure resource.",
"allOf": [
{
"$ref": "#/definitions/SystemData"
}
],
"readOnly": true
},
"type": {
Expand Down