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 @@ -719,7 +719,8 @@
},
"id": {
"type": "string",
"description": "The id of the created account"
"description": "The id of the created account",
"readOnly": true
},
"kind": {
"type": "string",
Expand All @@ -731,7 +732,8 @@
},
"name": {
"type": "string",
"description": "The name of the created account"
"description": "The name of the created account",
"readOnly": true
},
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -751,7 +753,8 @@
},
"type": {
"type": "string",
"description": "Resource type"
"description": "Resource type",
"readOnly": true
}
},
"x-ms-azure-resource": true
Expand Down