Skip to content

Commit c09e232

Browse files
OAS Update
1 parent 615e0c0 commit c09e232

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,11 +1020,13 @@
10201020
"type": "array"
10211021
},
10221022
"integrityAlgorithms": {
1023+
"description": "Supported integrity algorithms.\nSHA1 is deprecated and will be removed on 2026-12-31.\n",
10231024
"example": [
10241025
"sha2_384"
10251026
],
10261027
"items": {
10271028
"enum": [
1029+
"sha1",
10281030
"sha2_256",
10291031
"sha2_384",
10301032
"sha2_512"

services/vpn/v1alpha1/vpn.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,11 +710,13 @@
710710
"type": "array"
711711
},
712712
"integrityAlgorithms": {
713+
"description": "Supported integrity algorithms.\nSHA1 is deprecated and will be removed on 2026-12-31.\n",
713714
"example": [
714715
"sha2_384"
715716
],
716717
"items": {
717718
"enum": [
719+
"sha1",
718720
"sha2_256",
719721
"sha2_384",
720722
"sha2_512"

services/vpn/v1beta1/vpn.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,11 +710,13 @@
710710
"type": "array"
711711
},
712712
"integrityAlgorithms": {
713+
"description": "Supported integrity algorithms.\nSHA1 is deprecated and will be removed on 2026-12-31.\n",
713714
"example": [
714715
"sha2_384"
715716
],
716717
"items": {
717718
"enum": [
719+
"sha1",
718720
"sha2_256",
719721
"sha2_384",
720722
"sha2_512"

0 commit comments

Comments
 (0)