Skip to content

Commit ee2b715

Browse files
yoshi-automationsofisl
authored andcommitted
fix(oslogin): update the API
#### oslogin:v1alpha The following keys were changed: - schemas.SshPublicKey.properties.key.description #### oslogin:v1beta The following keys were changed: - schemas.SshPublicKey.properties.key.description #### oslogin:v1 The following keys were changed: - schemas.SshPublicKey.properties.key.description
1 parent ad14290 commit ee2b715

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

‎discovery/oslogin-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
}
350350
}
351351
},
352-
"revision": "20231217",
352+
"revision": "20250317",
353353
"rootUrl": "https://oslogin.googleapis.com/",
354354
"schemas": {
355355
"Empty": {
@@ -478,7 +478,7 @@
478478
"type": "string"
479479
},
480480
"key": {
481-
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
481+
"description": "Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.",
482482
"type": "string"
483483
},
484484
"name": {

‎discovery/oslogin-v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20250302",
545+
"revision": "20250317",
546546
"rootUrl": "https://oslogin.googleapis.com/",
547547
"schemas": {
548548
"Empty": {
@@ -773,7 +773,7 @@
773773
"type": "string"
774774
},
775775
"key": {
776-
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
776+
"description": "Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.",
777777
"type": "string"
778778
},
779779
"name": {

‎discovery/oslogin-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20250302",
515+
"revision": "20250317",
516516
"rootUrl": "https://oslogin.googleapis.com/",
517517
"schemas": {
518518
"Empty": {
@@ -743,7 +743,7 @@
743743
"type": "string"
744744
},
745745
"key": {
746-
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
746+
"description": "Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.",
747747
"type": "string"
748748
},
749749
"name": {

‎src/apis/oslogin/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export namespace oslogin_v1 {
220220
*/
221221
fingerprint?: string | null;
222222
/**
223-
* Public key text in SSH format, defined by RFC4253 section 6.6.
223+
* Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
224224
*/
225225
key?: string | null;
226226
/**

‎src/apis/oslogin/v1alpha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export namespace oslogin_v1alpha {
302302
*/
303303
fingerprint?: string | null;
304304
/**
305-
* Public key text in SSH format, defined by RFC4253 section 6.6.
305+
* Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
306306
*/
307307
key?: string | null;
308308
/**

‎src/apis/oslogin/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export namespace oslogin_v1beta {
302302
*/
303303
fingerprint?: string | null;
304304
/**
305-
* Public key text in SSH format, defined by RFC4253 section 6.6.
305+
* Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
306306
*/
307307
key?: string | null;
308308
/**

0 commit comments

Comments
 (0)