Skip to content
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
24 changes: 23 additions & 1 deletion arm-web/2016-03-01/DeletedWebApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,10 @@
"description": "Version of Node.js.",
"type": "string"
},
"linuxFxVersion": {
"description": "Linux App Framework and version",
"type": "string"
},
"requestTracingEnabled": {
"description": "<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.",
"type": "boolean"
Expand Down Expand Up @@ -858,8 +862,26 @@
},
"scmType": {
"description": "SCM type.",
"enum": [
"None",
"Dropbox",
"Tfs",
"LocalGit",
"GitHub",
"CodePlexGit",
"CodePlexHg",
"BitbucketGit",
"BitbucketHg",
"ExternalGit",
"ExternalHg",
"OneDrive",
"VSO"
],
"type": "string",
"readOnly": true
"x-ms-enum": {
"name": "ScmType",
"modelAsString": true
}
},
"use32BitWorkerProcess": {
"description": "<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.",
Expand Down
27 changes: 25 additions & 2 deletions arm-web/2016-09-01/AppServiceEnvironments.json
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,8 @@
"defaultFrontEndScaleFactor": {
"format": "int32",
"description": "Default Scale Factor for FrontEnds.",
"type": "integer"
"type": "integer",
"readOnly": true
},
"apiManagementAccountId": {
"description": "API Management Account associated with the App Service Environment.",
Expand Down Expand Up @@ -3456,6 +3457,10 @@
"description": "Version of Node.js.",
"type": "string"
},
"linuxFxVersion": {
"description": "Linux App Framework and version",
"type": "string"
},
"requestTracingEnabled": {
"description": "<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.",
"type": "boolean"
Expand Down Expand Up @@ -3522,8 +3527,26 @@
},
"scmType": {
"description": "SCM type.",
"enum": [
"None",
"Dropbox",
"Tfs",
"LocalGit",
"GitHub",
"CodePlexGit",
"CodePlexHg",
"BitbucketGit",
"BitbucketHg",
"ExternalGit",
"ExternalHg",
"OneDrive",
"VSO"
],
"type": "string",
"readOnly": true
"x-ms-enum": {
"name": "ScmType",
"modelAsString": true
}
},
"use32BitWorkerProcess": {
"description": "<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.",
Expand Down
28 changes: 25 additions & 3 deletions arm-web/2016-09-01/AppServicePlans.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "OK."
}
}
}
Expand Down Expand Up @@ -2587,6 +2587,10 @@
"description": "Version of Node.js.",
"type": "string"
},
"linuxFxVersion": {
"description": "Linux App Framework and version",
"type": "string"
},
"requestTracingEnabled": {
"description": "<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.",
"type": "boolean"
Expand Down Expand Up @@ -2653,8 +2657,26 @@
},
"scmType": {
"description": "SCM type.",
"enum": [
"None",
"Dropbox",
"Tfs",
"LocalGit",
"GitHub",
"CodePlexGit",
"CodePlexHg",
"BitbucketGit",
"BitbucketHg",
"ExternalGit",
"ExternalHg",
"OneDrive",
"VSO"
],
"type": "string",
"readOnly": true
"x-ms-enum": {
"name": "ScmType",
"modelAsString": true
}
},
"use32BitWorkerProcess": {
"description": "<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.",
Expand Down