diff --git a/sdk/dotnet/TokenAuth/AuthBackendRole.cs b/sdk/dotnet/TokenAuth/AuthBackendRole.cs
index fa8757c85..463e9f813 100644
--- a/sdk/dotnet/TokenAuth/AuthBackendRole.cs
+++ b/sdk/dotnet/TokenAuth/AuthBackendRole.cs
@@ -108,8 +108,6 @@ public partial class AuthBackendRole : global::Pulumi.CustomResource
///
/// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- ///
- /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
///
[Output("pathSuffix")]
public Output PathSuffix { get; private set; } = null!;
@@ -303,8 +301,6 @@ public InputList DisallowedPoliciesGlobs
///
/// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- ///
- /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
///
[Input("pathSuffix")]
public Input? PathSuffix { get; set; }
@@ -472,8 +468,6 @@ public InputList DisallowedPoliciesGlobs
///
/// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- ///
- /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
///
[Input("pathSuffix")]
public Input? PathSuffix { get; set; }
diff --git a/sdk/go/vault/tokenauth/authBackendRole.go b/sdk/go/vault/tokenauth/authBackendRole.go
index 97c645ade..027412672 100644
--- a/sdk/go/vault/tokenauth/authBackendRole.go
+++ b/sdk/go/vault/tokenauth/authBackendRole.go
@@ -85,8 +85,6 @@ type AuthBackendRole struct {
// If true, tokens created against this policy will be orphan tokens.
Orphan pulumi.BoolPtrOutput `pulumi:"orphan"`
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- //
- // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
PathSuffix pulumi.StringPtrOutput `pulumi:"pathSuffix"`
// Whether to disable the ability of the token to be renewed past its initial TTL.
Renewable pulumi.BoolPtrOutput `pulumi:"renewable"`
@@ -163,8 +161,6 @@ type authBackendRoleState struct {
// If true, tokens created against this policy will be orphan tokens.
Orphan *bool `pulumi:"orphan"`
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- //
- // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
PathSuffix *string `pulumi:"pathSuffix"`
// Whether to disable the ability of the token to be renewed past its initial TTL.
Renewable *bool `pulumi:"renewable"`
@@ -209,8 +205,6 @@ type AuthBackendRoleState struct {
// If true, tokens created against this policy will be orphan tokens.
Orphan pulumi.BoolPtrInput
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- //
- // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
PathSuffix pulumi.StringPtrInput
// Whether to disable the ability of the token to be renewed past its initial TTL.
Renewable pulumi.BoolPtrInput
@@ -259,8 +253,6 @@ type authBackendRoleArgs struct {
// If true, tokens created against this policy will be orphan tokens.
Orphan *bool `pulumi:"orphan"`
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- //
- // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
PathSuffix *string `pulumi:"pathSuffix"`
// Whether to disable the ability of the token to be renewed past its initial TTL.
Renewable *bool `pulumi:"renewable"`
@@ -306,8 +298,6 @@ type AuthBackendRoleArgs struct {
// If true, tokens created against this policy will be orphan tokens.
Orphan pulumi.BoolPtrInput
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
- //
- // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
PathSuffix pulumi.StringPtrInput
// Whether to disable the ability of the token to be renewed past its initial TTL.
Renewable pulumi.BoolPtrInput
@@ -459,8 +449,6 @@ func (o AuthBackendRoleOutput) Orphan() pulumi.BoolPtrOutput {
}
// Tokens created against this role will have the given suffix as part of their path in addition to the role name.
-//
-// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
func (o AuthBackendRoleOutput) PathSuffix() pulumi.StringPtrOutput {
return o.ApplyT(func(v *AuthBackendRole) pulumi.StringPtrOutput { return v.PathSuffix }).(pulumi.StringPtrOutput)
}
diff --git a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java
index 1efe20d47..bfbe9e958 100644
--- a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java
+++ b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java
@@ -185,8 +185,6 @@ public Output> orphan() {
/**
* Tokens created against this role will have the given suffix as part of their path in addition to the role name.
*
- * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
- *
*/
@Export(name="pathSuffix", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> pathSuffix;
@@ -194,8 +192,6 @@ public Output> orphan() {
/**
* @return Tokens created against this role will have the given suffix as part of their path in addition to the role name.
*
- * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
- *
*/
public Output> pathSuffix() {
return Codegen.optional(this.pathSuffix);
diff --git a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java
index 9df4a3c76..07ed47a0d 100644
--- a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java
+++ b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java
@@ -133,8 +133,6 @@ public Optional