@pulumi/confluentcloud 2.74.0-alpha.1783666068 → 2.74.0-alpha.1783750801

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ export interface GetRoleBindingArgs {
37
37
  */
38
38
  export interface GetRoleBindingResult {
39
39
  /**
40
- * (Required String) A [Confluent Resource Name(CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
40
+ * (Required String) A [Confluent Resource Name(CRN)](<https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)>) that specifies the scope and resource patterns necessary for the role to bind.
41
41
  */
42
42
  readonly crnPattern: string;
43
43
  readonly id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "2.74.0-alpha.1783666068",
3
+ "version": "2.74.0-alpha.1783750801",
4
4
  "description": "A Pulumi package for creating and managing Confluent cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "confluentcloud",
27
- "version": "2.74.0-alpha.1783666068"
27
+ "version": "2.74.0-alpha.1783750801"
28
28
  }
29
29
  }
@@ -141,8 +141,8 @@ import * as outputs from "./types/output";
141
141
  *
142
142
  * 1. **Get the multi-tenant app ID** from the Terraform outputs
143
143
  * 2. **Grant admin consent** (if you have Global Admin rights):
144
- * 4. **Grant permissions** in Azure Portal → Enterprise Applications
145
- * 5. **Re-run `pulumi up`** to validate the connection
144
+ * 3. **Grant permissions** in Azure Portal → Enterprise Applications
145
+ * 4. **Re-run `pulumi up`** to validate the connection
146
146
  *
147
147
  * ## GCP Setup Process
148
148
  *
@@ -168,8 +168,8 @@ const utilities = __importStar(require("./utilities"));
168
168
  *
169
169
  * 1. **Get the multi-tenant app ID** from the Terraform outputs
170
170
  * 2. **Grant admin consent** (if you have Global Admin rights):
171
- * 4. **Grant permissions** in Azure Portal → Enterprise Applications
172
- * 5. **Re-run `pulumi up`** to validate the connection
171
+ * 3. **Grant permissions** in Azure Portal → Enterprise Applications
172
+ * 4. **Re-run `pulumi up`** to validate the connection
173
173
  *
174
174
  * ## GCP Setup Process
175
175
  *
package/roleBinding.d.ts CHANGED
@@ -191,7 +191,7 @@ export declare class RoleBinding extends pulumi.CustomResource {
191
191
  */
192
192
  static isInstance(obj: any): obj is RoleBinding;
193
193
  /**
194
- * A [Confluent Resource Name (CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
194
+ * A [Confluent Resource Name (CRN)](<https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)>) that specifies the scope and resource patterns necessary for the role to bind.
195
195
  */
196
196
  readonly crnPattern: pulumi.Output<string>;
197
197
  /**
@@ -228,7 +228,7 @@ export declare class RoleBinding extends pulumi.CustomResource {
228
228
  */
229
229
  export interface RoleBindingState {
230
230
  /**
231
- * A [Confluent Resource Name (CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
231
+ * A [Confluent Resource Name (CRN)](<https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)>) that specifies the scope and resource patterns necessary for the role to bind.
232
232
  */
233
233
  crnPattern?: pulumi.Input<string | undefined>;
234
234
  /**
@@ -257,7 +257,7 @@ export interface RoleBindingState {
257
257
  */
258
258
  export interface RoleBindingArgs {
259
259
  /**
260
- * A [Confluent Resource Name (CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
260
+ * A [Confluent Resource Name (CRN)](<https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)>) that specifies the scope and resource patterns necessary for the role to bind.
261
261
  */
262
262
  crnPattern: pulumi.Input<string>;
263
263
  /**