Skip to content

Commit

Permalink
update reference config files to correct size update server
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Feb 5, 2024
1 parent a82649d commit cb005d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/resources/shm_blue_full_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"adminPasswordSecretName": "shm-blue-vm-admin-password-linux-update-server",
"disks": {
"os": {
"sizeGb": "32",
"sizeGb": "64",
"type": "Standard_LRS"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/shm_green_full_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"adminPasswordSecretName": "shm-green-vm-admin-password-linux-update-server",
"disks": {
"os": {
"sizeGb": "32",
"sizeGb": "64",
"type": "Standard_LRS"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/sre_bluet1guac_full_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"adminPasswordSecretName": "shm-blue-vm-admin-password-linux-update-server",
"disks": {
"os": {
"sizeGb": "32",
"sizeGb": "64",
"type": "Standard_LRS"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/sre_bluet3guac_full_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"adminPasswordSecretName": "shm-blue-vm-admin-password-linux-update-server",
"disks": {
"os": {
"sizeGb": "32",
"sizeGb": "64",
"type": "Standard_LRS"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/sre_greent2guac_full_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"adminPasswordSecretName": "shm-green-vm-admin-password-linux-update-server",
"disks": {
"os": {
"sizeGb": "32",
"sizeGb": "64",
"type": "Standard_LRS"
}
},
Expand Down

0 comments on commit cb005d7

Please sign in to comment.