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
Original file line number Diff line number Diff line change
Expand Up @@ -851,37 +851,53 @@
"DeletedSite": {
"description": "A deleted app.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyOnlyResource"
}
],
"properties": {
"deletedSiteId": {
"format": "int32",
"description": "Numeric id for the deleted site",
"type": "integer",
"readOnly": true
},
"deletedTimestamp": {
"description": "Time in UTC when the app was deleted.",
"type": "string",
"readOnly": true
},
"subscription": {
"description": "Subscription containing the deleted site",
"type": "string",
"readOnly": true
},
"resourceGroup": {
"description": "ResourceGroup that contained the deleted site",
"type": "string",
"readOnly": true
},
"deletedSiteName": {
"description": "Name of the deleted site",
"type": "string",
"readOnly": true
},
"slot": {
"description": "Slot of the deleted site",
"type": "string",
"readOnly": true
"properties": {
"description": "DeletedSite resource specific properties",
"properties": {
"deletedSiteId": {
"format": "int32",
"description": "Numeric id for the deleted site",
"type": "integer",
"readOnly": true
},
"deletedTimestamp": {
"description": "Time in UTC when the app was deleted.",
"type": "string",
"readOnly": true
},
"subscription": {
"description": "Subscription containing the deleted site",
"type": "string",
"readOnly": true
},
"resourceGroup": {
"description": "ResourceGroup that contained the deleted site",
"type": "string",
"readOnly": true
},
"deletedSiteName": {
"description": "Name of the deleted site",
"type": "string",
"readOnly": true
},
"slot": {
"description": "Slot of the deleted site",
"type": "string",
"readOnly": true
},
"kind": {
"description": "Kind of site that was deleted",
"type": "string",
"readOnly": true
}
},
"x-ms-client-flatten": true
}
}
},
Expand Down Expand Up @@ -3010,4 +3026,4 @@
]
}
]
}
}
1 change: 1 addition & 0 deletions specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ input-file:
- Microsoft.Web/stable/2018-02-01/WebApps.json
- Microsoft.Web/stable/2018-02-01/AppServiceEnvironments.json
- Microsoft.Web/stable/2018-02-01/AppServicePlans.json
- Microsoft.Web/stable/2018-02-01/ResourceHealthMetadata.json
directive:
# suppress each RPC 3019 error
- where: $.definitions.Identifier.properties
Expand Down