Skip to content

Commit 2811b67

Browse files
fix(netapp): update the API
#### netapp:v1beta1 The following keys were changed: - schemas.KmsConfig.properties.cryptoKeyName.description #### netapp:v1 The following keys were changed: - schemas.KmsConfig.properties.cryptoKeyName.description
1 parent fb093d2 commit 2811b67

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/netapp-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@
25152515
}
25162516
}
25172517
},
2518-
"revision": "20251009",
2518+
"revision": "20251018",
25192519
"rootUrl": "https://netapp.googleapis.com/",
25202520
"schemas": {
25212521
"ActiveDirectory": {
@@ -3323,7 +3323,7 @@
33233323
"type": "string"
33243324
},
33253325
"cryptoKeyName": {
3326-
"description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.",
3326+
"description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.",
33273327
"type": "string"
33283328
},
33293329
"description": {

discovery/netapp-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@
25432543
}
25442544
}
25452545
},
2546-
"revision": "20251009",
2546+
"revision": "20251018",
25472547
"rootUrl": "https://netapp.googleapis.com/",
25482548
"schemas": {
25492549
"ActiveDirectory": {
@@ -3377,7 +3377,7 @@
33773377
"type": "string"
33783378
},
33793379
"cryptoKeyName": {
3380-
"description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.",
3380+
"description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.",
33813381
"type": "string"
33823382
},
33833383
"description": {

src/apis/netapp/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ export namespace netapp_v1 {
668668
*/
669669
createTime?: string | null;
670670
/**
671-
* Required. Customer managed crypto key resource full name. Format: projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{key\}.
671+
* Required. Customer managed crypto key resource full name. Format: projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{crypto_key\}.
672672
*/
673673
cryptoKeyName?: string | null;
674674
/**

src/apis/netapp/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ export namespace netapp_v1beta1 {
689689
*/
690690
createTime?: string | null;
691691
/**
692-
* Required. Customer managed crypto key resource full name. Format: projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{key\}.
692+
* Required. Customer managed crypto key resource full name. Format: projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{crypto_key\}.
693693
*/
694694
cryptoKeyName?: string | null;
695695
/**

0 commit comments

Comments
 (0)