Skip to content

Commit

Permalink
Fix S360 item for FSPG swagger by adding default value to backupReten…
Browse files Browse the repository at this point in the history
…tionDays and maintenanceWindow (#16502)

* Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview

* Change enum first letter to lower case

* Change to upper case

* Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs

* Fix S360 item by adding default value to backupRetentionDays and maintenanceWindow
  • Loading branch information
xunsun-commits authored Nov 1, 2021
1 parent 920e768 commit 9dc61b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@
},
"maintenanceWindow": {
"$ref": "#/definitions/MaintenanceWindow",
"default": null,
"description": "Maintenance window properties of a server.",
"x-ms-mutability": [
"update",
Expand Down Expand Up @@ -1525,6 +1526,7 @@
},
"maintenanceWindow": {
"$ref": "#/definitions/MaintenanceWindow",
"default": null,
"description": "Maintenance window properties of a server.",
"x-ms-mutability": [
"update",
Expand Down Expand Up @@ -1631,6 +1633,7 @@
"backupRetentionDays": {
"type": "integer",
"format": "int32",
"default": 7,
"description": "Backup retention days for the server."
},
"geoRedundantBackup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@
},
"maintenanceWindow": {
"$ref": "#/definitions/MaintenanceWindow",
"default": null,
"description": "Maintenance window properties of a server.",
"x-ms-mutability": [
"update",
Expand Down Expand Up @@ -1525,6 +1526,7 @@
},
"maintenanceWindow": {
"$ref": "#/definitions/MaintenanceWindow",
"default": null,
"description": "Maintenance window properties of a server.",
"x-ms-mutability": [
"update",
Expand Down Expand Up @@ -1631,6 +1633,7 @@
"backupRetentionDays": {
"type": "integer",
"format": "int32",
"default": 7,
"description": "Backup retention days for the server."
},
"geoRedundantBackup": {
Expand Down

0 comments on commit 9dc61b3

Please sign in to comment.