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
11 changes: 11 additions & 0 deletions schemas/2019-11-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,17 @@
],
"description": "If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data)."
},
"recreateApplication": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed and it will result in availability loss."
},
"rollingUpgradeMonitoringPolicy": {
"oneOf": [
{
Expand Down
11 changes: 11 additions & 0 deletions schemas/2020-03-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,17 @@
],
"description": "If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data)."
},
"recreateApplication": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed and it will result in availability loss."
},
"rollingUpgradeMonitoringPolicy": {
"oneOf": [
{
Expand Down
11 changes: 11 additions & 0 deletions schemas/2020-12-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,17 @@
],
"description": "If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data)."
},
"recreateApplication": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed and it will result in availability loss."
},
"rollingUpgradeMonitoringPolicy": {
"oneOf": [
{
Expand Down
11 changes: 11 additions & 0 deletions schemas/2021-06-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,17 @@
],
"description": "If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data)."
},
"recreateApplication": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed and it will result in availability loss."
},
"rollingUpgradeMonitoringPolicy": {
"oneOf": [
{
Expand Down