@pulumi/azure 4.24.0 → 4.25.0-alpha.1635542568
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/appinsights/analyticsItem.d.ts +1 -1
- package/appinsights/analyticsItem.js +1 -1
- package/appinsights/apiKey.d.ts +1 -1
- package/appinsights/apiKey.js +1 -1
- package/appinsights/insights.d.ts +1 -1
- package/appinsights/insights.js +1 -1
- package/appinsights/smartDetectionRule.d.ts +1 -1
- package/appinsights/smartDetectionRule.js +1 -1
- package/appinsights/webTest.d.ts +1 -1
- package/appinsights/webTest.js +1 -1
- package/appplatform/springCloudJavaDeployment.d.ts +31 -10
- package/appplatform/springCloudJavaDeployment.js +6 -2
- package/appplatform/springCloudJavaDeployment.js.map +1 -1
- package/appservice/staticSite.d.ts +3 -3
- package/billing/getMpaAccountScope.d.ts +56 -0
- package/billing/getMpaAccountScope.js +41 -0
- package/billing/getMpaAccountScope.js.map +1 -0
- package/billing/index.d.ts +1 -0
- package/billing/index.js +1 -0
- package/billing/index.js.map +1 -1
- package/compute/extension.d.ts +12 -0
- package/compute/extension.js +2 -0
- package/compute/extension.js.map +1 -1
- package/compute/linuxVirtualMachineScaleSet.d.ts +1 -1
- package/compute/linuxVirtualMachineScaleSet.js +1 -1
- package/compute/managedDisk.d.ts +12 -0
- package/compute/managedDisk.js +2 -0
- package/compute/managedDisk.js.map +1 -1
- package/compute/virtualMachine.d.ts +1 -1
- package/compute/virtualMachine.js +1 -1
- package/compute/virtualMachineScaleSetExtension.d.ts +12 -0
- package/compute/virtualMachineScaleSetExtension.js +2 -0
- package/compute/virtualMachineScaleSetExtension.js.map +1 -1
- package/compute/windowsVirtualMachine.d.ts +1 -1
- package/compute/windowsVirtualMachine.js +1 -1
- package/compute/windowsVirtualMachineScaleSet.d.ts +1 -1
- package/compute/windowsVirtualMachineScaleSet.js +1 -1
- package/containerservice/kubernetesCluster.d.ts +11 -3
- package/containerservice/kubernetesCluster.js +2 -0
- package/containerservice/kubernetesCluster.js.map +1 -1
- package/containerservice/kubernetesClusterNodePool.d.ts +3 -3
- package/core/subscription.d.ts +19 -4
- package/core/subscription.js +16 -1
- package/core/subscription.js.map +1 -1
- package/cosmosdb/account.d.ts +4 -4
- package/datalake/store.d.ts +3 -1
- package/datalake/store.js +3 -1
- package/datalake/store.js.map +1 -1
- package/datalake/storeFile.d.ts +3 -1
- package/datalake/storeFile.js +3 -1
- package/datalake/storeFile.js.map +1 -1
- package/datalake/storeFirewallRule.d.ts +2 -0
- package/datalake/storeFirewallRule.js +2 -0
- package/datalake/storeFirewallRule.js.map +1 -1
- package/datalake/storeVirtualNetworkRule.d.ts +2 -0
- package/datalake/storeVirtualNetworkRule.js +2 -0
- package/datalake/storeVirtualNetworkRule.js.map +1 -1
- package/dataprotection/backupInstanceBlogStorage.d.ts +0 -1
- package/dataprotection/backupInstanceBlogStorage.js +0 -1
- package/dataprotection/backupInstanceBlogStorage.js.map +1 -1
- package/eventgrid/getSystemTopic.d.ts +41 -129
- package/eventgrid/getSystemTopic.js +21 -94
- package/eventgrid/getSystemTopic.js.map +1 -1
- package/eventgrid/index.js +0 -4
- package/eventgrid/index.js.map +1 -1
- package/eventgrid/systemTopic.js +0 -2
- package/eventgrid/systemTopic.js.map +1 -1
- package/eventhub/queue.d.ts +18 -0
- package/eventhub/queue.js +2 -0
- package/eventhub/queue.js.map +1 -1
- package/eventhub/topic.d.ts +18 -0
- package/eventhub/topic.js +2 -0
- package/eventhub/topic.js.map +1 -1
- package/iot/index.d.ts +1 -0
- package/iot/index.js +5 -0
- package/iot/index.js.map +1 -1
- package/iot/timeSeriesInsightsEventSourceEventhub.d.ts +244 -0
- package/iot/timeSeriesInsightsEventSourceEventhub.js +162 -0
- package/iot/timeSeriesInsightsEventSourceEventhub.js.map +1 -0
- package/kusto/index.d.ts +1 -0
- package/kusto/index.js +5 -0
- package/kusto/index.js.map +1 -1
- package/kusto/script.d.ts +179 -0
- package/kusto/script.js +141 -0
- package/kusto/script.js.map +1 -0
- package/machinelearning/computeInstance.d.ts +1 -1
- package/machinelearning/computeInstance.js +1 -1
- package/machinelearning/synapseSpark.d.ts +1 -1
- package/machinelearning/synapseSpark.js +1 -1
- package/network/applicationGateway.d.ts +3 -3
- package/network/getVirtualHub.d.ts +4 -0
- package/network/getVirtualHub.js.map +1 -1
- package/network/virtualHub.d.ts +8 -0
- package/network/virtualHub.js +2 -0
- package/network/virtualHub.js.map +1 -1
- package/network/vpnGateway.d.ts +15 -0
- package/network/vpnGateway.js +2 -0
- package/network/vpnGateway.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/purview/account.d.ts +3 -3
- package/sentinel/authomationRule.d.ts +178 -0
- package/sentinel/authomationRule.js +119 -0
- package/sentinel/authomationRule.js.map +1 -0
- package/sentinel/index.d.ts +1 -0
- package/sentinel/index.js +5 -0
- package/sentinel/index.js.map +1 -1
- package/servicebus/namespaceNetworkRuleSet.d.ts +12 -0
- package/servicebus/namespaceNetworkRuleSet.js +2 -0
- package/servicebus/namespaceNetworkRuleSet.js.map +1 -1
- package/servicebus/queue.d.ts +18 -0
- package/servicebus/queue.js +2 -0
- package/servicebus/queue.js.map +1 -1
- package/servicebus/topic.d.ts +18 -0
- package/servicebus/topic.js +2 -0
- package/servicebus/topic.js.map +1 -1
- package/streamanalytics/index.d.ts +2 -0
- package/streamanalytics/index.js +10 -0
- package/streamanalytics/index.js.map +1 -1
- package/streamanalytics/outputTable.d.ts +187 -0
- package/streamanalytics/outputTable.js +134 -0
- package/streamanalytics/outputTable.js.map +1 -0
- package/streamanalytics/referenceInputMssql.d.ts +216 -0
- package/streamanalytics/referenceInputMssql.js +143 -0
- package/streamanalytics/referenceInputMssql.js.map +1 -0
- package/synapse/workspace.d.ts +48 -0
- package/synapse/workspace.js +8 -0
- package/synapse/workspace.js.map +1 -1
- package/types/input.d.ts +112 -5
- package/types/output.d.ts +98 -5
|
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
27
27
|
* Application Insights Analytics Items can be imported using the `resource id`, e.g.
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
* $ pulumi import azure:appinsights/analyticsItem:AnalyticsItem example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
30
|
+
* $ pulumi import azure:appinsights/analyticsItem:AnalyticsItem example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/mycomponent1/analyticsItems/11111111-1111-1111-1111-111111111111
|
|
31
31
|
* ```
|
|
32
32
|
*
|
|
33
33
|
* To find the Analytics Item ID you can query the REST API using the [`az rest` CLI command](https://docs.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest#az-rest), e.g. az rest --method GET --uri "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.insights/components/appinsightstest/analyticsItems?api-version=2015-05-01"
|
|
@@ -33,7 +33,7 @@ const utilities = require("../utilities");
|
|
|
33
33
|
* Application Insights Analytics Items can be imported using the `resource id`, e.g.
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
* $ pulumi import azure:appinsights/analyticsItem:AnalyticsItem example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
36
|
+
* $ pulumi import azure:appinsights/analyticsItem:AnalyticsItem example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/mycomponent1/analyticsItems/11111111-1111-1111-1111-111111111111
|
|
37
37
|
* ```
|
|
38
38
|
*
|
|
39
39
|
* To find the Analytics Item ID you can query the REST API using the [`az rest` CLI command](https://docs.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest#az-rest), e.g. az rest --method GET --uri "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.insights/components/appinsightstest/analyticsItems?api-version=2015-05-01"
|
package/appinsights/apiKey.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
55
55
|
* Application Insights API keys can be imported using the `resource id`, e.g.
|
|
56
56
|
*
|
|
57
57
|
* ```sh
|
|
58
|
-
* $ pulumi import azure:appinsights/apiKey:ApiKey my_key /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
58
|
+
* $ pulumi import azure:appinsights/apiKey:ApiKey my_key /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/instance1/apiKeys/00000000-0000-0000-0000-000000000000
|
|
59
59
|
* ```
|
|
60
60
|
*/
|
|
61
61
|
export declare class ApiKey extends pulumi.CustomResource {
|
package/appinsights/apiKey.js
CHANGED
|
@@ -61,7 +61,7 @@ const utilities = require("../utilities");
|
|
|
61
61
|
* Application Insights API keys can be imported using the `resource id`, e.g.
|
|
62
62
|
*
|
|
63
63
|
* ```sh
|
|
64
|
-
* $ pulumi import azure:appinsights/apiKey:ApiKey my_key /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
64
|
+
* $ pulumi import azure:appinsights/apiKey:ApiKey my_key /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/instance1/apiKeys/00000000-0000-0000-0000-000000000000
|
|
65
65
|
* ```
|
|
66
66
|
*/
|
|
67
67
|
class ApiKey extends pulumi.CustomResource {
|
|
@@ -45,7 +45,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
45
45
|
* Application Insights instances can be imported using the `resource id`, e.g.
|
|
46
46
|
*
|
|
47
47
|
* ```sh
|
|
48
|
-
* $ pulumi import azure:appinsights/insights:Insights instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
48
|
+
* $ pulumi import azure:appinsights/insights:Insights instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/instance1
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
export declare class Insights extends pulumi.CustomResource {
|
package/appinsights/insights.js
CHANGED
|
@@ -51,7 +51,7 @@ const utilities = require("../utilities");
|
|
|
51
51
|
* Application Insights instances can be imported using the `resource id`, e.g.
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
|
-
* $ pulumi import azure:appinsights/insights:Insights instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
54
|
+
* $ pulumi import azure:appinsights/insights:Insights instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/instance1
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
class Insights extends pulumi.CustomResource {
|
|
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
25
|
* Application Insights Smart Detection Rules can be imported using the `resource id`, e.g.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
|
-
* $ pulumi import azure:appinsights/smartDetectionRule:SmartDetectionRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
28
|
+
* $ pulumi import azure:appinsights/smartDetectionRule:SmartDetectionRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/mycomponent1/smartDetectionRule/myrule1
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
31
|
export declare class SmartDetectionRule extends pulumi.CustomResource {
|
|
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* Application Insights Smart Detection Rules can be imported using the `resource id`, e.g.
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
|
-
* $ pulumi import azure:appinsights/smartDetectionRule:SmartDetectionRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
34
|
+
* $ pulumi import azure:appinsights/smartDetectionRule:SmartDetectionRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/components/mycomponent1/smartDetectionRule/myrule1
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
class SmartDetectionRule extends pulumi.CustomResource {
|
package/appinsights/webTest.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
42
42
|
* Application Insights Web Tests can be imported using the `resource id`, e.g.
|
|
43
43
|
*
|
|
44
44
|
* ```sh
|
|
45
|
-
* $ pulumi import azure:appinsights/webTest:WebTest my_test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
45
|
+
* $ pulumi import azure:appinsights/webTest:WebTest my_test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/webTests/my_test
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
export declare class WebTest extends pulumi.CustomResource {
|
package/appinsights/webTest.js
CHANGED
|
@@ -48,7 +48,7 @@ const utilities = require("../utilities");
|
|
|
48
48
|
* Application Insights Web Tests can be imported using the `resource id`, e.g.
|
|
49
49
|
*
|
|
50
50
|
* ```sh
|
|
51
|
-
* $ pulumi import azure:appinsights/webTest:WebTest my_test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
51
|
+
* $ pulumi import azure:appinsights/webTest:WebTest my_test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Insights/webTests/my_test
|
|
52
52
|
* ```
|
|
53
53
|
*/
|
|
54
54
|
class WebTest extends pulumi.CustomResource {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
2
3
|
/**
|
|
3
4
|
* Manages an Azure Spring Cloud Deployment with a Java runtime.
|
|
4
5
|
*
|
|
@@ -22,10 +23,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
23
|
* });
|
|
23
24
|
* const exampleSpringCloudJavaDeployment = new azure.appplatform.SpringCloudJavaDeployment("exampleSpringCloudJavaDeployment", {
|
|
24
25
|
* springCloudAppId: exampleSpringCloudApp.id,
|
|
25
|
-
* cpu: 2,
|
|
26
26
|
* instanceCount: 2,
|
|
27
27
|
* jvmOptions: "-XX:+PrintGC",
|
|
28
|
-
*
|
|
28
|
+
* quota: {
|
|
29
|
+
* cpu: "2",
|
|
30
|
+
* memory: "4Gi",
|
|
31
|
+
* },
|
|
29
32
|
* runtimeVersion: "Java_11",
|
|
30
33
|
* environmentVariables: {
|
|
31
34
|
* Foo: "Bar",
|
|
@@ -59,9 +62,11 @@ export declare class SpringCloudJavaDeployment extends pulumi.CustomResource {
|
|
|
59
62
|
*/
|
|
60
63
|
static isInstance(obj: any): obj is SpringCloudJavaDeployment;
|
|
61
64
|
/**
|
|
62
|
-
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are
|
|
65
|
+
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are `500m`, `1`, `2`, `3` and `4`. Defaults to `1` if not specified.
|
|
66
|
+
*
|
|
67
|
+
* @deprecated This field has been deprecated in favour of `cpu` within `quota` and will be removed in a future version of the provider
|
|
63
68
|
*/
|
|
64
|
-
readonly cpu: pulumi.Output<number
|
|
69
|
+
readonly cpu: pulumi.Output<number>;
|
|
65
70
|
/**
|
|
66
71
|
* Specifies the environment variables of the Spring Cloud Deployment as a map of key-value pairs.
|
|
67
72
|
*/
|
|
@@ -77,13 +82,17 @@ export declare class SpringCloudJavaDeployment extends pulumi.CustomResource {
|
|
|
77
82
|
*/
|
|
78
83
|
readonly jvmOptions: pulumi.Output<string | undefined>;
|
|
79
84
|
/**
|
|
80
|
-
*
|
|
85
|
+
* @deprecated This field has been deprecated in favour of `memory` within `quota` and will be removed in a future version of the provider
|
|
81
86
|
*/
|
|
82
|
-
readonly memoryInGb: pulumi.Output<number
|
|
87
|
+
readonly memoryInGb: pulumi.Output<number>;
|
|
83
88
|
/**
|
|
84
89
|
* Specifies the name of the Spring Cloud Deployment. Changing this forces a new resource to be created.
|
|
85
90
|
*/
|
|
86
91
|
readonly name: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* A `quota` block as defined below.
|
|
94
|
+
*/
|
|
95
|
+
readonly quota: pulumi.Output<outputs.appplatform.SpringCloudJavaDeploymentQuota>;
|
|
87
96
|
/**
|
|
88
97
|
* Specifies the runtime version of the Spring Cloud Deployment. Possible Values are `Java_8` and `Java_11`. Defaults to `Java_8`.
|
|
89
98
|
*/
|
|
@@ -106,7 +115,9 @@ export declare class SpringCloudJavaDeployment extends pulumi.CustomResource {
|
|
|
106
115
|
*/
|
|
107
116
|
export interface SpringCloudJavaDeploymentState {
|
|
108
117
|
/**
|
|
109
|
-
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are
|
|
118
|
+
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are `500m`, `1`, `2`, `3` and `4`. Defaults to `1` if not specified.
|
|
119
|
+
*
|
|
120
|
+
* @deprecated This field has been deprecated in favour of `cpu` within `quota` and will be removed in a future version of the provider
|
|
110
121
|
*/
|
|
111
122
|
cpu?: pulumi.Input<number>;
|
|
112
123
|
/**
|
|
@@ -124,13 +135,17 @@ export interface SpringCloudJavaDeploymentState {
|
|
|
124
135
|
*/
|
|
125
136
|
jvmOptions?: pulumi.Input<string>;
|
|
126
137
|
/**
|
|
127
|
-
*
|
|
138
|
+
* @deprecated This field has been deprecated in favour of `memory` within `quota` and will be removed in a future version of the provider
|
|
128
139
|
*/
|
|
129
140
|
memoryInGb?: pulumi.Input<number>;
|
|
130
141
|
/**
|
|
131
142
|
* Specifies the name of the Spring Cloud Deployment. Changing this forces a new resource to be created.
|
|
132
143
|
*/
|
|
133
144
|
name?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* A `quota` block as defined below.
|
|
147
|
+
*/
|
|
148
|
+
quota?: pulumi.Input<inputs.appplatform.SpringCloudJavaDeploymentQuota>;
|
|
134
149
|
/**
|
|
135
150
|
* Specifies the runtime version of the Spring Cloud Deployment. Possible Values are `Java_8` and `Java_11`. Defaults to `Java_8`.
|
|
136
151
|
*/
|
|
@@ -145,7 +160,9 @@ export interface SpringCloudJavaDeploymentState {
|
|
|
145
160
|
*/
|
|
146
161
|
export interface SpringCloudJavaDeploymentArgs {
|
|
147
162
|
/**
|
|
148
|
-
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are
|
|
163
|
+
* Specifies the required cpu of the Spring Cloud Deployment. Possible Values are `500m`, `1`, `2`, `3` and `4`. Defaults to `1` if not specified.
|
|
164
|
+
*
|
|
165
|
+
* @deprecated This field has been deprecated in favour of `cpu` within `quota` and will be removed in a future version of the provider
|
|
149
166
|
*/
|
|
150
167
|
cpu?: pulumi.Input<number>;
|
|
151
168
|
/**
|
|
@@ -163,13 +180,17 @@ export interface SpringCloudJavaDeploymentArgs {
|
|
|
163
180
|
*/
|
|
164
181
|
jvmOptions?: pulumi.Input<string>;
|
|
165
182
|
/**
|
|
166
|
-
*
|
|
183
|
+
* @deprecated This field has been deprecated in favour of `memory` within `quota` and will be removed in a future version of the provider
|
|
167
184
|
*/
|
|
168
185
|
memoryInGb?: pulumi.Input<number>;
|
|
169
186
|
/**
|
|
170
187
|
* Specifies the name of the Spring Cloud Deployment. Changing this forces a new resource to be created.
|
|
171
188
|
*/
|
|
172
189
|
name?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* A `quota` block as defined below.
|
|
192
|
+
*/
|
|
193
|
+
quota?: pulumi.Input<inputs.appplatform.SpringCloudJavaDeploymentQuota>;
|
|
173
194
|
/**
|
|
174
195
|
* Specifies the runtime version of the Spring Cloud Deployment. Possible Values are `Java_8` and `Java_11`. Defaults to `Java_8`.
|
|
175
196
|
*/
|
|
@@ -28,10 +28,12 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* });
|
|
29
29
|
* const exampleSpringCloudJavaDeployment = new azure.appplatform.SpringCloudJavaDeployment("exampleSpringCloudJavaDeployment", {
|
|
30
30
|
* springCloudAppId: exampleSpringCloudApp.id,
|
|
31
|
-
* cpu: 2,
|
|
32
31
|
* instanceCount: 2,
|
|
33
32
|
* jvmOptions: "-XX:+PrintGC",
|
|
34
|
-
*
|
|
33
|
+
* quota: {
|
|
34
|
+
* cpu: "2",
|
|
35
|
+
* memory: "4Gi",
|
|
36
|
+
* },
|
|
35
37
|
* runtimeVersion: "Java_11",
|
|
36
38
|
* environmentVariables: {
|
|
37
39
|
* Foo: "Bar",
|
|
@@ -60,6 +62,7 @@ class SpringCloudJavaDeployment extends pulumi.CustomResource {
|
|
|
60
62
|
inputs["jvmOptions"] = state ? state.jvmOptions : undefined;
|
|
61
63
|
inputs["memoryInGb"] = state ? state.memoryInGb : undefined;
|
|
62
64
|
inputs["name"] = state ? state.name : undefined;
|
|
65
|
+
inputs["quota"] = state ? state.quota : undefined;
|
|
63
66
|
inputs["runtimeVersion"] = state ? state.runtimeVersion : undefined;
|
|
64
67
|
inputs["springCloudAppId"] = state ? state.springCloudAppId : undefined;
|
|
65
68
|
}
|
|
@@ -74,6 +77,7 @@ class SpringCloudJavaDeployment extends pulumi.CustomResource {
|
|
|
74
77
|
inputs["jvmOptions"] = args ? args.jvmOptions : undefined;
|
|
75
78
|
inputs["memoryInGb"] = args ? args.memoryInGb : undefined;
|
|
76
79
|
inputs["name"] = args ? args.name : undefined;
|
|
80
|
+
inputs["quota"] = args ? args.quota : undefined;
|
|
77
81
|
inputs["runtimeVersion"] = args ? args.runtimeVersion : undefined;
|
|
78
82
|
inputs["springCloudAppId"] = args ? args.springCloudAppId : undefined;
|
|
79
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"springCloudJavaDeployment.js","sourceRoot":"","sources":["../../appplatform/springCloudJavaDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"springCloudJavaDeployment.js","sourceRoot":"","sources":["../../appplatform/springCloudJavaDeployment.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,7 +61,7 @@ export declare class StaticSite extends pulumi.CustomResource {
|
|
|
61
61
|
*/
|
|
62
62
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
63
63
|
/**
|
|
64
|
-
* Specifies the sku
|
|
64
|
+
* Specifies the sku size of the Static Web App. Possible values are "Free" or "Standard". Defaults to "Free".
|
|
65
65
|
*/
|
|
66
66
|
readonly skuSize: pulumi.Output<string | undefined>;
|
|
67
67
|
/**
|
|
@@ -108,7 +108,7 @@ export interface StaticSiteState {
|
|
|
108
108
|
*/
|
|
109
109
|
resourceGroupName?: pulumi.Input<string>;
|
|
110
110
|
/**
|
|
111
|
-
* Specifies the sku
|
|
111
|
+
* Specifies the sku size of the Static Web App. Possible values are "Free" or "Standard". Defaults to "Free".
|
|
112
112
|
*/
|
|
113
113
|
skuSize?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
@@ -139,7 +139,7 @@ export interface StaticSiteArgs {
|
|
|
139
139
|
*/
|
|
140
140
|
resourceGroupName: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
142
|
-
* Specifies the sku
|
|
142
|
+
* Specifies the sku size of the Static Web App. Possible values are "Free" or "Standard". Defaults to "Free".
|
|
143
143
|
*/
|
|
144
144
|
skuSize?: pulumi.Input<string>;
|
|
145
145
|
/**
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to access an ID for your MPA Account billing scope.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as azure from "@pulumi/azure";
|
|
10
|
+
*
|
|
11
|
+
* const example = azure.billing.getMpaAccountScope({
|
|
12
|
+
* billingAccountName: "e879cf0f-2b4d-5431-109a-f72fc9868693:024cabf4-7321-4cf9-be59-df0c77ca51de_2019-05-31",
|
|
13
|
+
* customerName: "2281f543-7321-4cf9-1e23-edb4Oc31a31c",
|
|
14
|
+
* });
|
|
15
|
+
* export const id = example.then(example => example.id);
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getMpaAccountScope(args: GetMpaAccountScopeArgs, opts?: pulumi.InvokeOptions): Promise<GetMpaAccountScopeResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getMpaAccountScope.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetMpaAccountScopeArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The Billing Account Name of the MPA account.
|
|
25
|
+
*/
|
|
26
|
+
billingAccountName: string;
|
|
27
|
+
/**
|
|
28
|
+
* The Customer Name in the above Billing Account.
|
|
29
|
+
*/
|
|
30
|
+
customerName: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getMpaAccountScope.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetMpaAccountScopeResult {
|
|
36
|
+
readonly billingAccountName: string;
|
|
37
|
+
readonly customerName: string;
|
|
38
|
+
/**
|
|
39
|
+
* The provider-assigned unique ID for this managed resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
}
|
|
43
|
+
export declare function getMpaAccountScopeOutput(args: GetMpaAccountScopeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMpaAccountScopeResult>;
|
|
44
|
+
/**
|
|
45
|
+
* A collection of arguments for invoking getMpaAccountScope.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetMpaAccountScopeOutputArgs {
|
|
48
|
+
/**
|
|
49
|
+
* The Billing Account Name of the MPA account.
|
|
50
|
+
*/
|
|
51
|
+
billingAccountName: pulumi.Input<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The Customer Name in the above Billing Account.
|
|
54
|
+
*/
|
|
55
|
+
customerName: pulumi.Input<string>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getMpaAccountScopeOutput = exports.getMpaAccountScope = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to access an ID for your MPA Account billing scope.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as azure from "@pulumi/azure";
|
|
16
|
+
*
|
|
17
|
+
* const example = azure.billing.getMpaAccountScope({
|
|
18
|
+
* billingAccountName: "e879cf0f-2b4d-5431-109a-f72fc9868693:024cabf4-7321-4cf9-be59-df0c77ca51de_2019-05-31",
|
|
19
|
+
* customerName: "2281f543-7321-4cf9-1e23-edb4Oc31a31c",
|
|
20
|
+
* });
|
|
21
|
+
* export const id = example.then(example => example.id);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getMpaAccountScope(args, opts) {
|
|
25
|
+
if (!opts) {
|
|
26
|
+
opts = {};
|
|
27
|
+
}
|
|
28
|
+
if (!opts.version) {
|
|
29
|
+
opts.version = utilities.getVersion();
|
|
30
|
+
}
|
|
31
|
+
return pulumi.runtime.invoke("azure:billing/getMpaAccountScope:getMpaAccountScope", {
|
|
32
|
+
"billingAccountName": args.billingAccountName,
|
|
33
|
+
"customerName": args.customerName,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getMpaAccountScope = getMpaAccountScope;
|
|
37
|
+
function getMpaAccountScopeOutput(args, opts) {
|
|
38
|
+
return pulumi.output(args).apply(a => getMpaAccountScope(a, opts));
|
|
39
|
+
}
|
|
40
|
+
exports.getMpaAccountScopeOutput = getMpaAccountScopeOutput;
|
|
41
|
+
//# sourceMappingURL=getMpaAccountScope.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMpaAccountScope.js","sourceRoot":"","sources":["../../billing/getMpaAccountScope.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AA4BD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
|
package/billing/index.d.ts
CHANGED
package/billing/index.js
CHANGED
|
@@ -15,4 +15,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
// Export members:
|
|
16
16
|
__exportStar(require("./getEnrollmentAccountScope"), exports);
|
|
17
17
|
__exportStar(require("./getMcaAccountScope"), exports);
|
|
18
|
+
__exportStar(require("./getMpaAccountScope"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
package/billing/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../billing/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,kBAAkB;AAClB,8DAA4C;AAC5C,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../billing/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,kBAAkB;AAClB,8DAA4C;AAC5C,uDAAqC;AACrC,uDAAqC"}
|
package/compute/extension.d.ts
CHANGED
|
@@ -119,6 +119,10 @@ export declare class Extension extends pulumi.CustomResource {
|
|
|
119
119
|
* the latest minor version update to the `typeHandlerVersion` specified.
|
|
120
120
|
*/
|
|
121
121
|
readonly autoUpgradeMinorVersion: pulumi.Output<boolean | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Should the Extension be automatically updated whenever the Publisher releases a new version of this VM Extension? Defaults to `false`.
|
|
124
|
+
*/
|
|
125
|
+
readonly automaticUpgradeEnabled: pulumi.Output<boolean | undefined>;
|
|
122
126
|
/**
|
|
123
127
|
* The name of the virtual machine extension peering. Changing
|
|
124
128
|
* this forces a new resource to be created.
|
|
@@ -176,6 +180,10 @@ export interface ExtensionState {
|
|
|
176
180
|
* the latest minor version update to the `typeHandlerVersion` specified.
|
|
177
181
|
*/
|
|
178
182
|
autoUpgradeMinorVersion?: pulumi.Input<boolean>;
|
|
183
|
+
/**
|
|
184
|
+
* Should the Extension be automatically updated whenever the Publisher releases a new version of this VM Extension? Defaults to `false`.
|
|
185
|
+
*/
|
|
186
|
+
automaticUpgradeEnabled?: pulumi.Input<boolean>;
|
|
179
187
|
/**
|
|
180
188
|
* The name of the virtual machine extension peering. Changing
|
|
181
189
|
* this forces a new resource to be created.
|
|
@@ -225,6 +233,10 @@ export interface ExtensionArgs {
|
|
|
225
233
|
* the latest minor version update to the `typeHandlerVersion` specified.
|
|
226
234
|
*/
|
|
227
235
|
autoUpgradeMinorVersion?: pulumi.Input<boolean>;
|
|
236
|
+
/**
|
|
237
|
+
* Should the Extension be automatically updated whenever the Publisher releases a new version of this VM Extension? Defaults to `false`.
|
|
238
|
+
*/
|
|
239
|
+
automaticUpgradeEnabled?: pulumi.Input<boolean>;
|
|
228
240
|
/**
|
|
229
241
|
* The name of the virtual machine extension peering. Changing
|
|
230
242
|
* this forces a new resource to be created.
|
package/compute/extension.js
CHANGED
|
@@ -111,6 +111,7 @@ class Extension extends pulumi.CustomResource {
|
|
|
111
111
|
if (opts.id) {
|
|
112
112
|
const state = argsOrState;
|
|
113
113
|
inputs["autoUpgradeMinorVersion"] = state ? state.autoUpgradeMinorVersion : undefined;
|
|
114
|
+
inputs["automaticUpgradeEnabled"] = state ? state.automaticUpgradeEnabled : undefined;
|
|
114
115
|
inputs["name"] = state ? state.name : undefined;
|
|
115
116
|
inputs["protectedSettings"] = state ? state.protectedSettings : undefined;
|
|
116
117
|
inputs["publisher"] = state ? state.publisher : undefined;
|
|
@@ -135,6 +136,7 @@ class Extension extends pulumi.CustomResource {
|
|
|
135
136
|
throw new Error("Missing required property 'virtualMachineId'");
|
|
136
137
|
}
|
|
137
138
|
inputs["autoUpgradeMinorVersion"] = args ? args.autoUpgradeMinorVersion : undefined;
|
|
139
|
+
inputs["automaticUpgradeEnabled"] = args ? args.automaticUpgradeEnabled : undefined;
|
|
138
140
|
inputs["name"] = args ? args.name : undefined;
|
|
139
141
|
inputs["protectedSettings"] = args ? args.protectedSettings : undefined;
|
|
140
142
|
inputs["publisher"] = args ? args.publisher : undefined;
|
package/compute/extension.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extension.js","sourceRoot":"","sources":["../../compute/extension.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkGG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"extension.js","sourceRoot":"","sources":["../../compute/extension.ts"],"names":[],"mappings":"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"}
|
|
@@ -66,7 +66,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
66
66
|
* Linux Virtual Machine Scale Sets can be imported using the `resource id`, e.g.
|
|
67
67
|
*
|
|
68
68
|
* ```sh
|
|
69
|
-
* $ pulumi import azure:compute/linuxVirtualMachineScaleSet:LinuxVirtualMachineScaleSet example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/Microsoft.Compute/virtualMachineScaleSets/scaleset1
|
|
69
|
+
* $ pulumi import azure:compute/linuxVirtualMachineScaleSet:LinuxVirtualMachineScaleSet example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/virtualMachineScaleSets/scaleset1
|
|
70
70
|
* ```
|
|
71
71
|
*/
|
|
72
72
|
export declare class LinuxVirtualMachineScaleSet extends pulumi.CustomResource {
|
|
@@ -71,7 +71,7 @@ const utilities = require("../utilities");
|
|
|
71
71
|
* Linux Virtual Machine Scale Sets can be imported using the `resource id`, e.g.
|
|
72
72
|
*
|
|
73
73
|
* ```sh
|
|
74
|
-
* $ pulumi import azure:compute/linuxVirtualMachineScaleSet:LinuxVirtualMachineScaleSet example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/Microsoft.Compute/virtualMachineScaleSets/scaleset1
|
|
74
|
+
* $ pulumi import azure:compute/linuxVirtualMachineScaleSet:LinuxVirtualMachineScaleSet example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/virtualMachineScaleSets/scaleset1
|
|
75
75
|
* ```
|
|
76
76
|
*/
|
|
77
77
|
class LinuxVirtualMachineScaleSet extends pulumi.CustomResource {
|
package/compute/managedDisk.d.ts
CHANGED
|
@@ -162,6 +162,10 @@ export declare class ManagedDisk extends pulumi.CustomResource {
|
|
|
162
162
|
* The disk performance tier to use. Possible values are documented [here](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-change-performance). This feature is currently supported only for premium SSDs.
|
|
163
163
|
*/
|
|
164
164
|
readonly tier: pulumi.Output<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Specifies if Trusted Launch is enabled for the Managed Disk. Defaults to `false`.
|
|
167
|
+
*/
|
|
168
|
+
readonly trustedLaunchEnabled: pulumi.Output<boolean | undefined>;
|
|
165
169
|
/**
|
|
166
170
|
* A collection containing the availability zone to allocate the Managed Disk in.
|
|
167
171
|
*/
|
|
@@ -265,6 +269,10 @@ export interface ManagedDiskState {
|
|
|
265
269
|
* The disk performance tier to use. Possible values are documented [here](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-change-performance). This feature is currently supported only for premium SSDs.
|
|
266
270
|
*/
|
|
267
271
|
tier?: pulumi.Input<string>;
|
|
272
|
+
/**
|
|
273
|
+
* Specifies if Trusted Launch is enabled for the Managed Disk. Defaults to `false`.
|
|
274
|
+
*/
|
|
275
|
+
trustedLaunchEnabled?: pulumi.Input<boolean>;
|
|
268
276
|
/**
|
|
269
277
|
* A collection containing the availability zone to allocate the Managed Disk in.
|
|
270
278
|
*/
|
|
@@ -360,6 +368,10 @@ export interface ManagedDiskArgs {
|
|
|
360
368
|
* The disk performance tier to use. Possible values are documented [here](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-change-performance). This feature is currently supported only for premium SSDs.
|
|
361
369
|
*/
|
|
362
370
|
tier?: pulumi.Input<string>;
|
|
371
|
+
/**
|
|
372
|
+
* Specifies if Trusted Launch is enabled for the Managed Disk. Defaults to `false`.
|
|
373
|
+
*/
|
|
374
|
+
trustedLaunchEnabled?: pulumi.Input<boolean>;
|
|
363
375
|
/**
|
|
364
376
|
* A collection containing the availability zone to allocate the Managed Disk in.
|
|
365
377
|
*/
|
package/compute/managedDisk.js
CHANGED
|
@@ -92,6 +92,7 @@ class ManagedDisk extends pulumi.CustomResource {
|
|
|
92
92
|
inputs["storageAccountType"] = state ? state.storageAccountType : undefined;
|
|
93
93
|
inputs["tags"] = state ? state.tags : undefined;
|
|
94
94
|
inputs["tier"] = state ? state.tier : undefined;
|
|
95
|
+
inputs["trustedLaunchEnabled"] = state ? state.trustedLaunchEnabled : undefined;
|
|
95
96
|
inputs["zones"] = state ? state.zones : undefined;
|
|
96
97
|
}
|
|
97
98
|
else {
|
|
@@ -126,6 +127,7 @@ class ManagedDisk extends pulumi.CustomResource {
|
|
|
126
127
|
inputs["storageAccountType"] = args ? args.storageAccountType : undefined;
|
|
127
128
|
inputs["tags"] = args ? args.tags : undefined;
|
|
128
129
|
inputs["tier"] = args ? args.tier : undefined;
|
|
130
|
+
inputs["trustedLaunchEnabled"] = args ? args.trustedLaunchEnabled : undefined;
|
|
129
131
|
inputs["zones"] = args ? args.zones : undefined;
|
|
130
132
|
}
|
|
131
133
|
if (!opts.version) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managedDisk.js","sourceRoot":"","sources":["../../compute/managedDisk.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"managedDisk.js","sourceRoot":"","sources":["../../compute/managedDisk.ts"],"names":[],"mappings":"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"}
|
|
@@ -76,7 +76,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
76
76
|
* Virtual Machines can be imported using the `resource id`, e.g.
|
|
77
77
|
*
|
|
78
78
|
* ```sh
|
|
79
|
-
* $ pulumi import azure:compute/virtualMachine:VirtualMachine example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
79
|
+
* $ pulumi import azure:compute/virtualMachine:VirtualMachine example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/virtualMachines/machine1
|
|
80
80
|
* ```
|
|
81
81
|
*/
|
|
82
82
|
export declare class VirtualMachine extends pulumi.CustomResource {
|
|
@@ -81,7 +81,7 @@ const utilities = require("../utilities");
|
|
|
81
81
|
* Virtual Machines can be imported using the `resource id`, e.g.
|
|
82
82
|
*
|
|
83
83
|
* ```sh
|
|
84
|
-
* $ pulumi import azure:compute/virtualMachine:VirtualMachine example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/
|
|
84
|
+
* $ pulumi import azure:compute/virtualMachine:VirtualMachine example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/virtualMachines/machine1
|
|
85
85
|
* ```
|
|
86
86
|
*/
|
|
87
87
|
class VirtualMachine extends pulumi.CustomResource {
|