Skip to content

Commit

Permalink
[ReleasePR servicefabric] Service Fabric - Add missing property recre…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jul 22, 2021
2 parents 7f6414a + e4f3cd9 commit 8124e2f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
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

0 comments on commit 8124e2f

Please sign in to comment.