Skip to content

Commit b88948e

Browse files
authored
chore(serverless): deprecate CreateToken (#2620)
1 parent 3b27c85 commit b88948e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages_generated/container/src/v1beta1/api.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r
569569

570570

571571
/**
572-
* Create a new revocable token.
572+
* Create a new revocable token. Deprecated in favor of IAM authentication.
573573
*
574+
* @deprecated
574575
* @param request - The request {@link CreateTokenRequest}
575576
* @returns A Promise of Token
576577
*/

packages_generated/function/src/v1beta1/api.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r
629629

630630

631631
/**
632-
* Create a new revocable token.
632+
* Create a new revocable token. Deprecated in favor of IAM authentication.
633633
*
634+
* @deprecated
634635
* @param request - The request {@link CreateTokenRequest}
635636
* @returns A Promise of Token
636637
*/

0 commit comments

Comments
 (0)