Skip to content
Closed
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 @@ -557,6 +557,19 @@
}
}
},
"ComputeModeOptions": {
"description": "Shared or dedicated app hosting.",
"enum": [
"Shared",
"Dedicated",
"Dynamic"
],
"type": "string",
"x-ms-enum": {
"name": "ComputeModeOptions",
"modelAsString": true
}
},
"ConnStringInfo": {
"description": "Database connection string information.",
"type": "object",
Expand Down Expand Up @@ -2228,6 +2241,10 @@
"description": "Family code of the resource SKU.",
"type": "string"
},
"computeMode": {
"$ref": "#/definitions/ComputeModeOptions",
"description": "Shared or dedicated app hosting."
},
"capacity": {
"format": "int32",
"description": "Current number of instances assigned to the resource.",
Expand Down Expand Up @@ -2371,17 +2388,8 @@
"type": "string"
},
"computeMode": {
"description": "Shared/dedicated workers.",
"enum": [
"Shared",
"Dedicated",
"Dynamic"
],
"type": "string",
"x-ms-enum": {
"name": "ComputeModeOptions",
"modelAsString": false
}
"$ref": "#/definitions/ComputeModeOptions",
"description": "Shared or dedicated app hosting."
},
"workerSize": {
"description": "Size of the machines.",
Expand Down Expand Up @@ -2742,17 +2750,8 @@
"type": "integer"
},
"computeMode": {
"description": "Shared or dedicated app hosting.",
"enum": [
"Shared",
"Dedicated",
"Dynamic"
],
"type": "string",
"x-ms-enum": {
"name": "ComputeModeOptions",
"modelAsString": false
}
"$ref": "#/definitions/ComputeModeOptions",
"description": "Shared or dedicated app hosting."
},
"workerSize": {
"description": "VM size of the worker pool instances.",
Expand Down Expand Up @@ -2792,4 +2791,4 @@
]
}
]
}
}