Skip to content

Commit 1b0b8ef

Browse files
OAS Update
1 parent 1b60c8c commit 1b0b8ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,9 +1025,9 @@
10251025
],
10261026
"items": {
10271027
"enum": [
1028-
"sha1",
10291028
"sha2_256",
1030-
"sha2_384"
1029+
"sha2_384",
1030+
"sha2_512"
10311031
],
10321032
"type": "string"
10331033
},

services/vpn/v1alpha1/vpn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,9 @@
715715
],
716716
"items": {
717717
"enum": [
718-
"sha1",
719718
"sha2_256",
720-
"sha2_384"
719+
"sha2_384",
720+
"sha2_512"
721721
],
722722
"type": "string"
723723
},

services/vpn/v1beta1/vpn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,9 @@
715715
],
716716
"items": {
717717
"enum": [
718-
"sha1",
719718
"sha2_256",
720-
"sha2_384"
719+
"sha2_384",
720+
"sha2_512"
721721
],
722722
"type": "string"
723723
},

0 commit comments

Comments
 (0)