@pulumi/azure 5.36.0 → 5.37.0-alpha.1678212926
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.
- package/apimanagement/emailTemplate.d.ts +1 -1
- package/apimanagement/emailTemplate.js +1 -1
- package/appconfiguration/configurationFeature.d.ts +1 -1
- package/appconfiguration/configurationFeature.js +1 -1
- package/appinsights/workbookTemplate.d.ts +2 -2
- package/appinsights/workbookTemplate.js +2 -2
- package/appservice/functionAppFunction.d.ts +2 -2
- package/appservice/functionAppFunction.js +2 -2
- package/automation/dscNodeConfiguration.d.ts +1 -1
- package/automation/dscNodeConfiguration.js +1 -1
- package/avs/cluster.d.ts +2 -2
- package/avs/cluster.js +2 -2
- package/avs/expressRouteAuthorization.d.ts +2 -2
- package/avs/expressRouteAuthorization.js +2 -2
- package/batch/pool.d.ts +1 -1
- package/batch/pool.js +1 -1
- package/compute/virtualMachineScaleSetExtension.d.ts +1 -1
- package/compute/virtualMachineScaleSetExtension.js +1 -1
- package/compute/windowsVirtualMachine.d.ts +1 -1
- package/compute/windowsVirtualMachine.js +1 -1
- package/core/resourceDeploymentScriptAzureCli.d.ts +1 -2
- package/core/resourceDeploymentScriptAzureCli.js +1 -2
- package/core/resourceDeploymentScriptAzureCli.js.map +1 -1
- package/devtest/windowsVirtualMachine.d.ts +1 -1
- package/devtest/windowsVirtualMachine.js +1 -1
- package/healthcare/service.d.ts +1 -1
- package/healthcare/service.js +1 -1
- package/iot/ioTHub.d.ts +1 -1
- package/iot/ioTHub.js +1 -1
- package/monitoring/dataCollectionRule.d.ts +1 -1
- package/monitoring/dataCollectionRule.js +1 -1
- package/monitoring/scheduledQueryRulesLog.d.ts +2 -2
- package/monitoring/scheduledQueryRulesLog.js +2 -2
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/policy/virtualMachineConfigurationAssignment.d.ts +1 -1
- package/policy/virtualMachineConfigurationAssignment.js +1 -1
- package/sql/failoverGroup.d.ts +2 -2
- package/sql/failoverGroup.js +2 -2
- package/streamanalytics/streamInputIotHub.d.ts +1 -1
- package/streamanalytics/streamInputIotHub.js +1 -1
|
@@ -20,7 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
20
|
* templateName: "ConfirmSignUpIdentityDefault",
|
|
21
21
|
* resourceGroupName: exampleResourceGroup.name,
|
|
22
22
|
* apiManagementName: exampleService.name,
|
|
23
|
-
* subject:
|
|
23
|
+
* subject: "Customized confirmation email for your new $OrganizationName API account",
|
|
24
24
|
* body: `<!DOCTYPE html >
|
|
25
25
|
* <html>
|
|
26
26
|
* <head>
|
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
* templateName: "ConfirmSignUpIdentityDefault",
|
|
27
27
|
* resourceGroupName: exampleResourceGroup.name,
|
|
28
28
|
* apiManagementName: exampleService.name,
|
|
29
|
-
* subject:
|
|
29
|
+
* subject: "Customized confirmation email for your new $OrganizationName API account",
|
|
30
30
|
* body: `<!DOCTYPE html >
|
|
31
31
|
* <html>
|
|
32
32
|
* <head>
|
|
@@ -18,7 +18,7 @@ import * as outputs from "../types/output";
|
|
|
18
18
|
* const test = new azure.appconfiguration.ConfigurationFeature("test", {
|
|
19
19
|
* configurationStoreId: appconf.id,
|
|
20
20
|
* description: "test description",
|
|
21
|
-
* label:
|
|
21
|
+
* label: "acctest-ackeylabel-%d",
|
|
22
22
|
* enabled: true,
|
|
23
23
|
* });
|
|
24
24
|
* ```
|
|
@@ -22,7 +22,7 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* const test = new azure.appconfiguration.ConfigurationFeature("test", {
|
|
23
23
|
* configurationStoreId: appconf.id,
|
|
24
24
|
* description: "test description",
|
|
25
|
-
* label:
|
|
25
|
+
* label: "acctest-ackeylabel-%d",
|
|
26
26
|
* enabled: true,
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
@@ -36,7 +36,7 @@ import * as outputs from "../types/output";
|
|
|
36
36
|
* name: "text - 2",
|
|
37
37
|
* }],
|
|
38
38
|
* styleSettings: {},
|
|
39
|
-
*
|
|
39
|
+
* $schema: "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json",
|
|
40
40
|
* }),
|
|
41
41
|
* localized: JSON.stringify({
|
|
42
42
|
* ar: [{
|
|
@@ -60,7 +60,7 @@ import * as outputs from "../types/output";
|
|
|
60
60
|
* name: "text - 2",
|
|
61
61
|
* }],
|
|
62
62
|
* styleSettings: {},
|
|
63
|
-
*
|
|
63
|
+
* $schema: "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json",
|
|
64
64
|
* },
|
|
65
65
|
* }],
|
|
66
66
|
* }),
|
|
@@ -40,7 +40,7 @@ const utilities = require("../utilities");
|
|
|
40
40
|
* name: "text - 2",
|
|
41
41
|
* }],
|
|
42
42
|
* styleSettings: {},
|
|
43
|
-
*
|
|
43
|
+
* $schema: "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json",
|
|
44
44
|
* }),
|
|
45
45
|
* localized: JSON.stringify({
|
|
46
46
|
* ar: [{
|
|
@@ -64,7 +64,7 @@ const utilities = require("../utilities");
|
|
|
64
64
|
* name: "text - 2",
|
|
65
65
|
* }],
|
|
66
66
|
* styleSettings: {},
|
|
67
|
-
*
|
|
67
|
+
* $schema: "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json",
|
|
68
68
|
* },
|
|
69
69
|
* }],
|
|
70
70
|
* }),
|
|
@@ -56,7 +56,7 @@ import * as outputs from "../types/output";
|
|
|
56
56
|
* },
|
|
57
57
|
* {
|
|
58
58
|
* direction: "out",
|
|
59
|
-
* name:
|
|
59
|
+
* name: "$return",
|
|
60
60
|
* type: "http",
|
|
61
61
|
* },
|
|
62
62
|
* ],
|
|
@@ -119,7 +119,7 @@ import * as outputs from "../types/output";
|
|
|
119
119
|
* },
|
|
120
120
|
* {
|
|
121
121
|
* direction: "out",
|
|
122
|
-
* name:
|
|
122
|
+
* name: "$return",
|
|
123
123
|
* type: "http",
|
|
124
124
|
* },
|
|
125
125
|
* ],
|
|
@@ -60,7 +60,7 @@ const utilities = require("../utilities");
|
|
|
60
60
|
* },
|
|
61
61
|
* {
|
|
62
62
|
* direction: "out",
|
|
63
|
-
* name:
|
|
63
|
+
* name: "$return",
|
|
64
64
|
* type: "http",
|
|
65
65
|
* },
|
|
66
66
|
* ],
|
|
@@ -123,7 +123,7 @@ const utilities = require("../utilities");
|
|
|
123
123
|
* },
|
|
124
124
|
* {
|
|
125
125
|
* direction: "out",
|
|
126
|
-
* name:
|
|
126
|
+
* name: "$return",
|
|
127
127
|
* type: "http",
|
|
128
128
|
* },
|
|
129
129
|
* ],
|
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ResourceID = "[File]bla";
|
|
29
29
|
* Ensure = "Present";
|
|
30
30
|
* Contents = "bogus Content";
|
|
31
|
-
* DestinationPath = "c
|
|
31
|
+
* DestinationPath = "c:\\\\bogus.txt";
|
|
32
32
|
* ModuleName = "PSDesiredStateConfiguration";
|
|
33
33
|
* SourceInfo = "::3::9::file";
|
|
34
34
|
* ModuleVersion = "1.0";
|
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
* ResourceID = "[File]bla";
|
|
35
35
|
* Ensure = "Present";
|
|
36
36
|
* Contents = "bogus Content";
|
|
37
|
-
* DestinationPath = "c
|
|
37
|
+
* DestinationPath = "c:\\\\bogus.txt";
|
|
38
38
|
* ModuleName = "PSDesiredStateConfiguration";
|
|
39
39
|
* SourceInfo = "::3::9::file";
|
|
40
40
|
* ModuleVersion = "1.0";
|
package/avs/cluster.d.ts
CHANGED
|
@@ -18,8 +18,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* },
|
|
19
19
|
* networkSubnetCidr: "192.168.48.0/22",
|
|
20
20
|
* internetConnectionEnabled: false,
|
|
21
|
-
* nsxtPassword:
|
|
22
|
-
* vcenterPassword:
|
|
21
|
+
* nsxtPassword: "QazWsx13$Edc",
|
|
22
|
+
* vcenterPassword: "WsxEdc23$Rfv",
|
|
23
23
|
* });
|
|
24
24
|
* const exampleCluster = new azure.avs.Cluster("exampleCluster", {
|
|
25
25
|
* vmwareCloudId: examplePrivateCloud.id,
|
package/avs/cluster.js
CHANGED
|
@@ -24,8 +24,8 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* },
|
|
25
25
|
* networkSubnetCidr: "192.168.48.0/22",
|
|
26
26
|
* internetConnectionEnabled: false,
|
|
27
|
-
* nsxtPassword:
|
|
28
|
-
* vcenterPassword:
|
|
27
|
+
* nsxtPassword: "QazWsx13$Edc",
|
|
28
|
+
* vcenterPassword: "WsxEdc23$Rfv",
|
|
29
29
|
* });
|
|
30
30
|
* const exampleCluster = new azure.avs.Cluster("exampleCluster", {
|
|
31
31
|
* vmwareCloudId: examplePrivateCloud.id,
|
|
@@ -18,8 +18,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* },
|
|
19
19
|
* networkSubnetCidr: "192.168.48.0/22",
|
|
20
20
|
* internetConnectionEnabled: false,
|
|
21
|
-
* nsxtPassword:
|
|
22
|
-
* vcenterPassword:
|
|
21
|
+
* nsxtPassword: "QazWsx13$Edc",
|
|
22
|
+
* vcenterPassword: "WsxEdc23$Rfv",
|
|
23
23
|
* });
|
|
24
24
|
* const exampleExpressRouteAuthorization = new azure.avs.ExpressRouteAuthorization("exampleExpressRouteAuthorization", {privateCloudId: examplePrivateCloud.id});
|
|
25
25
|
* ```
|
|
@@ -24,8 +24,8 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* },
|
|
25
25
|
* networkSubnetCidr: "192.168.48.0/22",
|
|
26
26
|
* internetConnectionEnabled: false,
|
|
27
|
-
* nsxtPassword:
|
|
28
|
-
* vcenterPassword:
|
|
27
|
+
* nsxtPassword: "QazWsx13$Edc",
|
|
28
|
+
* vcenterPassword: "WsxEdc23$Rfv",
|
|
29
29
|
* });
|
|
30
30
|
* const exampleExpressRouteAuthorization = new azure.avs.ExpressRouteAuthorization("exampleExpressRouteAuthorization", {privateCloudId: examplePrivateCloud.id});
|
|
31
31
|
* ```
|
package/batch/pool.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ import * as outputs from "../types/output";
|
|
|
65
65
|
* }],
|
|
66
66
|
* },
|
|
67
67
|
* startTask: {
|
|
68
|
-
* commandLine:
|
|
68
|
+
* commandLine: "echo 'Hello World from $env'",
|
|
69
69
|
* taskRetryMaximum: 1,
|
|
70
70
|
* waitForSuccess: true,
|
|
71
71
|
* commonEnvironmentProperties: {
|
package/batch/pool.js
CHANGED
|
@@ -69,7 +69,7 @@ const utilities = require("../utilities");
|
|
|
69
69
|
* }],
|
|
70
70
|
* },
|
|
71
71
|
* startTask: {
|
|
72
|
-
* commandLine:
|
|
72
|
+
* commandLine: "echo 'Hello World from $env'",
|
|
73
73
|
* taskRetryMaximum: 1,
|
|
74
74
|
* waitForSuccess: true,
|
|
75
75
|
* commonEnvironmentProperties: {
|
|
@@ -49,7 +49,7 @@ import * as outputs from "../types/output";
|
|
|
49
49
|
* location: exampleResourceGroup.location,
|
|
50
50
|
* size: "Standard_F2",
|
|
51
51
|
* adminUsername: "adminuser",
|
|
52
|
-
* adminPassword:
|
|
52
|
+
* adminPassword: "P@$$w0rd1234!",
|
|
53
53
|
* networkInterfaceIds: [exampleNetworkInterface.id],
|
|
54
54
|
* osDisk: {
|
|
55
55
|
* caching: "ReadWrite",
|
|
@@ -53,7 +53,7 @@ const utilities = require("../utilities");
|
|
|
53
53
|
* location: exampleResourceGroup.location,
|
|
54
54
|
* size: "Standard_F2",
|
|
55
55
|
* adminUsername: "adminuser",
|
|
56
|
-
* adminPassword:
|
|
56
|
+
* adminPassword: "P@$$w0rd1234!",
|
|
57
57
|
* networkInterfaceIds: [exampleNetworkInterface.id],
|
|
58
58
|
* osDisk: {
|
|
59
59
|
* caching: "ReadWrite",
|
|
@@ -24,8 +24,7 @@ import * as outputs from "../types/output";
|
|
|
24
24
|
* cleanupPreference: "OnSuccess",
|
|
25
25
|
* forceUpdateTag: "1",
|
|
26
26
|
* timeout: "PT30M",
|
|
27
|
-
* scriptContent:
|
|
28
|
-
* `,
|
|
27
|
+
* scriptContent: " echo \"{\\\"name\\\":{\\\"displayName\\\":\\\"$1 $2\\\"}}\" > $AZ_SCRIPTS_OUTPUT_PATH\n",
|
|
29
28
|
* identity: {
|
|
30
29
|
* type: "UserAssigned",
|
|
31
30
|
* identityIds: [exampleUserAssignedIdentity.id],
|
|
@@ -28,8 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* cleanupPreference: "OnSuccess",
|
|
29
29
|
* forceUpdateTag: "1",
|
|
30
30
|
* timeout: "PT30M",
|
|
31
|
-
* scriptContent:
|
|
32
|
-
* `,
|
|
31
|
+
* scriptContent: " echo \"{\\\"name\\\":{\\\"displayName\\\":\\\"$1 $2\\\"}}\" > $AZ_SCRIPTS_OUTPUT_PATH\n",
|
|
33
32
|
* identity: {
|
|
34
33
|
* type: "UserAssigned",
|
|
35
34
|
* identityIds: [exampleUserAssignedIdentity.id],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceDeploymentScriptAzureCli.js","sourceRoot":"","sources":["../../core/resourceDeploymentScriptAzureCli.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"resourceDeploymentScriptAzureCli.js","sourceRoot":"","sources":["../../core/resourceDeploymentScriptAzureCli.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,7 +32,7 @@ import * as outputs from "../types/output";
|
|
|
32
32
|
* location: exampleResourceGroup.location,
|
|
33
33
|
* size: "Standard_DS2",
|
|
34
34
|
* username: "exampleuser99",
|
|
35
|
-
* password:
|
|
35
|
+
* password: "Pa$w0rd1234!",
|
|
36
36
|
* labVirtualNetworkId: exampleVirtualNetwork.id,
|
|
37
37
|
* labSubnetName: exampleVirtualNetwork.subnet.apply(subnet => subnet.name),
|
|
38
38
|
* storageType: "Premium",
|
|
@@ -36,7 +36,7 @@ const utilities = require("../utilities");
|
|
|
36
36
|
* location: exampleResourceGroup.location,
|
|
37
37
|
* size: "Standard_DS2",
|
|
38
38
|
* username: "exampleuser99",
|
|
39
|
-
* password:
|
|
39
|
+
* password: "Pa$w0rd1234!",
|
|
40
40
|
* labVirtualNetworkId: exampleVirtualNetwork.id,
|
|
41
41
|
* labSubnetName: exampleVirtualNetwork.subnet.apply(subnet => subnet.name),
|
|
42
42
|
* storageType: "Premium",
|
package/healthcare/service.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as outputs from "../types/output";
|
|
|
22
22
|
* purpose: "AcceptanceTests",
|
|
23
23
|
* },
|
|
24
24
|
* authenticationConfiguration: {
|
|
25
|
-
* authority:
|
|
25
|
+
* authority: "https://login.microsoftonline.com/$%7Bdata.azurerm_client_config.current.tenant_id%7D",
|
|
26
26
|
* audience: "https://azurehealthcareapis.com/",
|
|
27
27
|
* smartProxyEnabled: true,
|
|
28
28
|
* },
|
package/healthcare/service.js
CHANGED
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
* purpose: "AcceptanceTests",
|
|
27
27
|
* },
|
|
28
28
|
* authenticationConfiguration: {
|
|
29
|
-
* authority:
|
|
29
|
+
* authority: "https://login.microsoftonline.com/$%7Bdata.azurerm_client_config.current.tenant_id%7D",
|
|
30
30
|
* audience: "https://azurehealthcareapis.com/",
|
|
31
31
|
* smartProxyEnabled: true,
|
|
32
32
|
* },
|
package/iot/ioTHub.d.ts
CHANGED
package/iot/ioTHub.js
CHANGED
|
@@ -64,7 +64,7 @@ import * as outputs from "../types/output";
|
|
|
64
64
|
* "Microsoft-InsightsMetrics",
|
|
65
65
|
* ],
|
|
66
66
|
* samplingFrequencyInSeconds: 10,
|
|
67
|
-
* counterSpecifiers: [
|
|
67
|
+
* counterSpecifiers: ["Processor(*)\\% Processor Time"],
|
|
68
68
|
* name: "test-datasource-perfcounter",
|
|
69
69
|
* }],
|
|
70
70
|
* windowsEventLogs: [{
|
|
@@ -68,7 +68,7 @@ const utilities = require("../utilities");
|
|
|
68
68
|
* "Microsoft-InsightsMetrics",
|
|
69
69
|
* ],
|
|
70
70
|
* samplingFrequencyInSeconds: 10,
|
|
71
|
-
* counterSpecifiers: [
|
|
71
|
+
* counterSpecifiers: ["Processor(*)\\% Processor Time"],
|
|
72
72
|
* name: "test-datasource-perfcounter",
|
|
73
73
|
* }],
|
|
74
74
|
* windowsEventLogs: [{
|
|
@@ -29,7 +29,7 @@ import * as outputs from "../types/output";
|
|
|
29
29
|
* const exampleMetricAlert = new azure.monitoring.MetricAlert("exampleMetricAlert", {
|
|
30
30
|
* resourceGroupName: exampleResourceGroup.name,
|
|
31
31
|
* scopes: [exampleAnalyticsWorkspace.id],
|
|
32
|
-
* description:
|
|
32
|
+
* description: "Action will be triggered when Average_% Idle Time metric is less than 10.",
|
|
33
33
|
* frequency: "PT1M",
|
|
34
34
|
* windowSize: "PT5M",
|
|
35
35
|
* criterias: [{
|
|
@@ -48,7 +48,7 @@ import * as outputs from "../types/output";
|
|
|
48
48
|
* location: exampleResourceGroup.location,
|
|
49
49
|
* resourceGroupName: exampleResourceGroup.name,
|
|
50
50
|
* criteria: {
|
|
51
|
-
* metricName:
|
|
51
|
+
* metricName: "Average_% Idle Time",
|
|
52
52
|
* dimensions: [{
|
|
53
53
|
* name: "Computer",
|
|
54
54
|
* operator: "Include",
|
|
@@ -33,7 +33,7 @@ const utilities = require("../utilities");
|
|
|
33
33
|
* const exampleMetricAlert = new azure.monitoring.MetricAlert("exampleMetricAlert", {
|
|
34
34
|
* resourceGroupName: exampleResourceGroup.name,
|
|
35
35
|
* scopes: [exampleAnalyticsWorkspace.id],
|
|
36
|
-
* description:
|
|
36
|
+
* description: "Action will be triggered when Average_% Idle Time metric is less than 10.",
|
|
37
37
|
* frequency: "PT1M",
|
|
38
38
|
* windowSize: "PT5M",
|
|
39
39
|
* criterias: [{
|
|
@@ -52,7 +52,7 @@ const utilities = require("../utilities");
|
|
|
52
52
|
* location: exampleResourceGroup.location,
|
|
53
53
|
* resourceGroupName: exampleResourceGroup.name,
|
|
54
54
|
* criteria: {
|
|
55
|
-
* metricName:
|
|
55
|
+
* metricName: "Average_% Idle Time",
|
|
56
56
|
* dimensions: [{
|
|
57
57
|
* name: "Computer",
|
|
58
58
|
* operator: "Include",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.37.0-alpha.1678212926+5324e608",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure v5.37.0-alpha.1678212926+5324e608"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@azure/eventgrid": "^4.6.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.37.0-alpha.1678212926+5324e608",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure v5.37.0-alpha.1678212926+5324e608"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@azure/eventgrid": "^4.6.0",
|
|
@@ -37,7 +37,7 @@ import * as outputs from "../types/output";
|
|
|
37
37
|
* location: exampleResourceGroup.location,
|
|
38
38
|
* size: "Standard_F2",
|
|
39
39
|
* adminUsername: "adminuser",
|
|
40
|
-
* adminPassword:
|
|
40
|
+
* adminPassword: "P@$$w0rd1234!",
|
|
41
41
|
* networkInterfaceIds: [exampleNetworkInterface.id],
|
|
42
42
|
* identity: {
|
|
43
43
|
* type: "SystemAssigned",
|
|
@@ -41,7 +41,7 @@ const utilities = require("../utilities");
|
|
|
41
41
|
* location: exampleResourceGroup.location,
|
|
42
42
|
* size: "Standard_F2",
|
|
43
43
|
* adminUsername: "adminuser",
|
|
44
|
-
* adminPassword:
|
|
44
|
+
* adminPassword: "P@$$w0rd1234!",
|
|
45
45
|
* networkInterfaceIds: [exampleNetworkInterface.id],
|
|
46
46
|
* identity: {
|
|
47
47
|
* type: "SystemAssigned",
|
package/sql/failoverGroup.d.ts
CHANGED
|
@@ -14,14 +14,14 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
* location: exampleResourceGroup.location,
|
|
15
15
|
* version: "12.0",
|
|
16
16
|
* administratorLogin: "sqladmin",
|
|
17
|
-
* administratorLoginPassword:
|
|
17
|
+
* administratorLoginPassword: "pa$$w0rd",
|
|
18
18
|
* });
|
|
19
19
|
* const secondary = new azure.sql.SqlServer("secondary", {
|
|
20
20
|
* resourceGroupName: exampleResourceGroup.name,
|
|
21
21
|
* location: exampleResourceGroup.location,
|
|
22
22
|
* version: "12.0",
|
|
23
23
|
* administratorLogin: "sqladmin",
|
|
24
|
-
* administratorLoginPassword:
|
|
24
|
+
* administratorLoginPassword: "pa$$w0rd",
|
|
25
25
|
* });
|
|
26
26
|
* const db1 = new azure.sql.Database("db1", {
|
|
27
27
|
* resourceGroupName: primary.resourceGroupName,
|
package/sql/failoverGroup.js
CHANGED
|
@@ -18,14 +18,14 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* location: exampleResourceGroup.location,
|
|
19
19
|
* version: "12.0",
|
|
20
20
|
* administratorLogin: "sqladmin",
|
|
21
|
-
* administratorLoginPassword:
|
|
21
|
+
* administratorLoginPassword: "pa$$w0rd",
|
|
22
22
|
* });
|
|
23
23
|
* const secondary = new azure.sql.SqlServer("secondary", {
|
|
24
24
|
* resourceGroupName: exampleResourceGroup.name,
|
|
25
25
|
* location: exampleResourceGroup.location,
|
|
26
26
|
* version: "12.0",
|
|
27
27
|
* administratorLogin: "sqladmin",
|
|
28
|
-
* administratorLoginPassword:
|
|
28
|
+
* administratorLoginPassword: "pa$$w0rd",
|
|
29
29
|
* });
|
|
30
30
|
* const db1 = new azure.sql.Database("db1", {
|
|
31
31
|
* resourceGroupName: primary.resourceGroupName,
|
|
@@ -27,7 +27,7 @@ import * as outputs from "../types/output";
|
|
|
27
27
|
* streamAnalyticsJobName: exampleJob.apply(exampleJob => exampleJob.name),
|
|
28
28
|
* resourceGroupName: exampleJob.apply(exampleJob => exampleJob.resourceGroupName),
|
|
29
29
|
* endpoint: "messages/events",
|
|
30
|
-
* eventhubConsumerGroupName:
|
|
30
|
+
* eventhubConsumerGroupName: "$Default",
|
|
31
31
|
* iothubNamespace: exampleIoTHub.name,
|
|
32
32
|
* sharedAccessPolicyKey: exampleIoTHub.sharedAccessPolicies.apply(sharedAccessPolicies => sharedAccessPolicies[0].primaryKey),
|
|
33
33
|
* sharedAccessPolicyName: "iothubowner",
|
|
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* streamAnalyticsJobName: exampleJob.apply(exampleJob => exampleJob.name),
|
|
32
32
|
* resourceGroupName: exampleJob.apply(exampleJob => exampleJob.resourceGroupName),
|
|
33
33
|
* endpoint: "messages/events",
|
|
34
|
-
* eventhubConsumerGroupName:
|
|
34
|
+
* eventhubConsumerGroupName: "$Default",
|
|
35
35
|
* iothubNamespace: exampleIoTHub.name,
|
|
36
36
|
* sharedAccessPolicyKey: exampleIoTHub.sharedAccessPolicies.apply(sharedAccessPolicies => sharedAccessPolicies[0].primaryKey),
|
|
37
37
|
* sharedAccessPolicyName: "iothubowner",
|