Skip to content

Commit

Permalink
Change format to long for installer success codes (#1533)
Browse files Browse the repository at this point in the history
* change format to long for installer success codes

* update singleton
  • Loading branch information
ryfu-msft authored Sep 30, 2021
1 parent a2f368e commit 5a97e26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"type": [ "array", "null" ],
"items": {
"type": "integer",
"format": "long",
"not": {
"enum": [ 0 ]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"type": [ "array", "null" ],
"items": {
"type": "integer",
"format": "long",
"not": {
"enum": [ 0 ]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
},
"InstallerReturnCode": {
"type": "integer",
"format": "long",
"not": {
"enum": [ 0 ]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
},
"InstallerReturnCode": {
"type": "integer",
"format": "long",
"not": {
"enum": [ 0 ]
},
Expand Down

0 comments on commit 5a97e26

Please sign in to comment.