@pulumi/azure 6.20.0-alpha.1739289558 → 6.20.0-alpha.1739600281

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.
@@ -19,7 +19,7 @@ import * as outputs from "../types/output";
19
19
  * roleDefinitionId: roleDefinitionId,
20
20
  * scope: primary.id,
21
21
  * }));
22
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
22
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
23
23
  * name: name,
24
24
  * scope: primary.id,
25
25
  * }));
@@ -99,7 +99,7 @@ export interface GetRoleDefinitionResult {
99
99
  * roleDefinitionId: roleDefinitionId,
100
100
  * scope: primary.id,
101
101
  * }));
102
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
102
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
103
103
  * name: name,
104
104
  * scope: primary.id,
105
105
  * }));
@@ -24,7 +24,7 @@ const utilities = require("../utilities");
24
24
  * roleDefinitionId: roleDefinitionId,
25
25
  * scope: primary.id,
26
26
  * }));
27
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
27
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
28
28
  * name: name,
29
29
  * scope: primary.id,
30
30
  * }));
@@ -64,7 +64,7 @@ exports.getRoleDefinition = getRoleDefinition;
64
64
  * roleDefinitionId: roleDefinitionId,
65
65
  * scope: primary.id,
66
66
  * }));
67
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
67
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
68
68
  * name: name,
69
69
  * scope: primary.id,
70
70
  * }));
@@ -30,7 +30,7 @@ import * as outputs from "../types/output";
30
30
  * virtualNetworkId: example.then(example => example.id),
31
31
  * ipAddress: "10.0.0.1",
32
32
  * });
33
- * const backend-pool-cr = exampleGetLB.then(exampleGetLB => azure.lb.getBackendAddressPool({
33
+ * const backend_pool_cr = exampleGetLB.then(exampleGetLB => azure.lb.getBackendAddressPool({
34
34
  * name: "globalLBBackendPool",
35
35
  * loadbalancerId: exampleGetLB.id,
36
36
  * }));
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
34
34
  * virtualNetworkId: example.then(example => example.id),
35
35
  * ipAddress: "10.0.0.1",
36
36
  * });
37
- * const backend-pool-cr = exampleGetLB.then(exampleGetLB => azure.lb.getBackendAddressPool({
37
+ * const backend_pool_cr = exampleGetLB.then(exampleGetLB => azure.lb.getBackendAddressPool({
38
38
  * name: "globalLBBackendPool",
39
39
  * loadbalancerId: exampleGetLB.id,
40
40
  * }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure",
3
- "version": "6.20.0-alpha.1739289558",
3
+ "version": "6.20.0-alpha.1739600281",
4
4
  "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -30,6 +30,6 @@
30
30
  "pulumi": {
31
31
  "resource": true,
32
32
  "name": "azure",
33
- "version": "6.20.0-alpha.1739289558"
33
+ "version": "6.20.0-alpha.1739600281"
34
34
  }
35
35
  }
@@ -19,7 +19,7 @@ import * as outputs from "../types/output";
19
19
  * roleDefinitionId: roleDefinitionId,
20
20
  * scope: primary.id,
21
21
  * }));
22
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
22
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
23
23
  * name: name,
24
24
  * scope: primary.id,
25
25
  * }));
@@ -100,7 +100,7 @@ export interface GetRoleDefinitionResult {
100
100
  * roleDefinitionId: roleDefinitionId,
101
101
  * scope: primary.id,
102
102
  * }));
103
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
103
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
104
104
  * name: name,
105
105
  * scope: primary.id,
106
106
  * }));
@@ -24,7 +24,7 @@ const utilities = require("../utilities");
24
24
  * roleDefinitionId: roleDefinitionId,
25
25
  * scope: primary.id,
26
26
  * }));
27
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
27
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
28
28
  * name: name,
29
29
  * scope: primary.id,
30
30
  * }));
@@ -66,7 +66,7 @@ exports.getRoleDefinition = getRoleDefinition;
66
66
  * roleDefinitionId: roleDefinitionId,
67
67
  * scope: primary.id,
68
68
  * }));
69
- * const custom-byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
69
+ * const custom_byname = pulumi.all([customRoleDefinition.name, primary]).apply(([name, primary]) => azure.authorization.getRoleDefinitionOutput({
70
70
  * name: name,
71
71
  * scope: primary.id,
72
72
  * }));