@pulumi/azure 6.1.0 → 6.3.0-alpha.1727698059
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/advisor/index.d.ts +3 -0
- package/advisor/index.js +16 -1
- package/advisor/index.js.map +1 -1
- package/advisor/suppression.d.ts +119 -0
- package/advisor/suppression.js +90 -0
- package/advisor/suppression.js.map +1 -0
- package/appplatform/springCloudGateway.d.ts +6 -6
- package/appservice/getStaticWebApp.d.ts +1 -0
- package/appservice/getStaticWebApp.js.map +1 -1
- package/appservice/staticWebApp.d.ts +12 -0
- package/appservice/staticWebApp.js +2 -0
- package/appservice/staticWebApp.js.map +1 -1
- package/arcmachine/arcMachine.d.ts +113 -0
- package/arcmachine/arcMachine.js +90 -0
- package/arcmachine/arcMachine.js.map +1 -0
- package/arcmachine/automanageConfigurationAssignment.d.ts +105 -0
- package/arcmachine/automanageConfigurationAssignment.js +96 -0
- package/arcmachine/automanageConfigurationAssignment.js.map +1 -0
- package/arcmachine/index.d.ts +6 -0
- package/arcmachine/index.js +11 -1
- package/arcmachine/index.js.map +1 -1
- package/compute/linuxVirtualMachineScaleSet.d.ts +9 -3
- package/compute/linuxVirtualMachineScaleSet.js.map +1 -1
- package/compute/orchestratedVirtualMachineScaleSet.d.ts +9 -3
- package/compute/orchestratedVirtualMachineScaleSet.js.map +1 -1
- package/compute/sharedImage.d.ts +12 -0
- package/compute/sharedImage.js +2 -0
- package/compute/sharedImage.js.map +1 -1
- package/compute/windowsVirtualMachineScaleSet.d.ts +9 -3
- package/compute/windowsVirtualMachineScaleSet.js.map +1 -1
- package/containerapp/customDomain.d.ts +8 -0
- package/containerapp/customDomain.js +2 -0
- package/containerapp/customDomain.js.map +1 -1
- package/containerservice/registry.d.ts +3 -3
- package/dataprotection/backupPolicyMysqlFlexibleServer.d.ts +196 -0
- package/dataprotection/backupPolicyMysqlFlexibleServer.js +154 -0
- package/dataprotection/backupPolicyMysqlFlexibleServer.js.map +1 -0
- package/dataprotection/backupVault.d.ts +18 -0
- package/dataprotection/backupVault.js +2 -0
- package/dataprotection/backupVault.js.map +1 -1
- package/dataprotection/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/index.js.map +1 -1
- package/eventhub/queue.d.ts +14 -14
- package/index.d.ts +1 -2
- package/index.js +2 -4
- package/index.js.map +1 -1
- package/keyvault/index.d.ts +3 -0
- package/keyvault/index.js +6 -1
- package/keyvault/index.js.map +1 -1
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.d.ts +115 -0
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.js +92 -0
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.js.map +1 -0
- package/loganalytics/linkedStorageAccount.d.ts +0 -6
- package/loganalytics/linkedStorageAccount.js.map +1 -1
- package/monitoring/alertPrometheusRuleGroup.d.ts +80 -0
- package/monitoring/alertPrometheusRuleGroup.js +80 -0
- package/monitoring/alertPrometheusRuleGroup.js.map +1 -1
- package/mssql/managedInstance.d.ts +12 -0
- package/mssql/managedInstance.js +2 -0
- package/mssql/managedInstance.js.map +1 -1
- package/network/getVpnServerConfiguration.d.ts +114 -0
- package/network/getVpnServerConfiguration.js +56 -0
- package/network/getVpnServerConfiguration.js.map +1 -0
- package/network/index.d.ts +3 -0
- package/network/index.js +6 -3
- package/network/index.js.map +1 -1
- package/nginx/deployment.d.ts +1 -1
- package/nginx/deployment.js +1 -1
- package/nginx/getDeployment.d.ts +1 -1
- package/package.json +2 -2
- package/pim/getRoleManagementPolicy.d.ts +2 -2
- package/pim/roleManagementPolicy.d.ts +3 -3
- package/sentinel/threatIntelligenceIndicator.d.ts +28 -0
- package/sentinel/threatIntelligenceIndicator.js +28 -0
- package/sentinel/threatIntelligenceIndicator.js.map +1 -1
- package/servicebus/queue.d.ts +14 -14
- package/stack/hciDeploymentSetting.d.ts +101 -0
- package/stack/hciDeploymentSetting.js +82 -0
- package/stack/hciDeploymentSetting.js.map +1 -0
- package/stack/hciStoragePath.d.ts +147 -0
- package/stack/hciStoragePath.js +101 -0
- package/stack/hciStoragePath.js.map +1 -0
- package/stack/index.d.ts +6 -0
- package/stack/index.js +11 -1
- package/stack/index.js.map +1 -1
- package/storage/blob.d.ts +3 -3
- package/types/input.d.ts +352 -21
- package/types/output.d.ts +468 -21
- package/media/accountFilter.d.ts +0 -56
- package/media/accountFilter.js +0 -65
- package/media/accountFilter.js.map +0 -1
- package/media/index.d.ts +0 -3
- package/media/index.js +0 -22
- package/media/index.js.map +0 -1
|
@@ -53,7 +53,7 @@ export interface GetRoleManagementPolicyArgs {
|
|
|
53
53
|
*/
|
|
54
54
|
roleDefinitionId: string;
|
|
55
55
|
/**
|
|
56
|
-
* The scope to which this Role Management Policy applies. Can refer to a management group, a subscription or a resource
|
|
56
|
+
* The scope to which this Role Management Policy applies. Can refer to a management group, a subscription, a resource group or a resource.
|
|
57
57
|
*/
|
|
58
58
|
scope: string;
|
|
59
59
|
}
|
|
@@ -145,7 +145,7 @@ export interface GetRoleManagementPolicyOutputArgs {
|
|
|
145
145
|
*/
|
|
146
146
|
roleDefinitionId: pulumi.Input<string>;
|
|
147
147
|
/**
|
|
148
|
-
* The scope to which this Role Management Policy applies. Can refer to a management group, a subscription or a resource
|
|
148
|
+
* The scope to which this Role Management Policy applies. Can refer to a management group, a subscription, a resource group or a resource.
|
|
149
149
|
*/
|
|
150
150
|
scope: pulumi.Input<string>;
|
|
151
151
|
}
|
|
@@ -95,7 +95,7 @@ export declare class RoleManagementPolicy extends pulumi.CustomResource {
|
|
|
95
95
|
*/
|
|
96
96
|
readonly roleDefinitionId: pulumi.Output<string>;
|
|
97
97
|
/**
|
|
98
|
-
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription or a resource
|
|
98
|
+
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription, a resource group or a resource. Changing this forces a new resource to be created.
|
|
99
99
|
*/
|
|
100
100
|
readonly scope: pulumi.Output<string>;
|
|
101
101
|
/**
|
|
@@ -140,7 +140,7 @@ export interface RoleManagementPolicyState {
|
|
|
140
140
|
*/
|
|
141
141
|
roleDefinitionId?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
|
-
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription or a resource
|
|
143
|
+
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription, a resource group or a resource. Changing this forces a new resource to be created.
|
|
144
144
|
*/
|
|
145
145
|
scope?: pulumi.Input<string>;
|
|
146
146
|
}
|
|
@@ -169,7 +169,7 @@ export interface RoleManagementPolicyArgs {
|
|
|
169
169
|
*/
|
|
170
170
|
roleDefinitionId: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
172
|
-
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription or a resource
|
|
172
|
+
* The scope to which this Role Management Policy will apply. Can refer to a management group, a subscription, a resource group or a resource. Changing this forces a new resource to be created.
|
|
173
173
|
*/
|
|
174
174
|
scope: pulumi.Input<string>;
|
|
175
175
|
}
|
|
@@ -4,6 +4,34 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Manages a Sentinel Threat Intelligence Indicator.
|
|
6
6
|
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as azure from "@pulumi/azure";
|
|
12
|
+
*
|
|
13
|
+
* const example = new azure.core.ResourceGroup("example", {
|
|
14
|
+
* name: "example-rg",
|
|
15
|
+
* location: "east us",
|
|
16
|
+
* });
|
|
17
|
+
* const exampleAnalyticsWorkspace = new azure.operationalinsights.AnalyticsWorkspace("example", {
|
|
18
|
+
* name: "example-law",
|
|
19
|
+
* location: example.location,
|
|
20
|
+
* resourceGroupName: example.name,
|
|
21
|
+
* sku: "PerGB2018",
|
|
22
|
+
* retentionInDays: 30,
|
|
23
|
+
* });
|
|
24
|
+
* const exampleLogAnalyticsWorkspaceOnboarding = new azure.sentinel.LogAnalyticsWorkspaceOnboarding("example", {workspaceId: exampleAnalyticsWorkspace.id});
|
|
25
|
+
* const exampleThreatIntelligenceIndicator = new azure.sentinel.ThreatIntelligenceIndicator("example", {
|
|
26
|
+
* workspaceId: exampleLogAnalyticsWorkspaceOnboarding.workspaceId,
|
|
27
|
+
* patternType: "domain-name",
|
|
28
|
+
* pattern: "http://example.com",
|
|
29
|
+
* source: "Microsoft Sentinel",
|
|
30
|
+
* validateFromUtc: "2022-12-14T16:00:00Z",
|
|
31
|
+
* displayName: "example-indicator",
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
7
35
|
* ## Import
|
|
8
36
|
*
|
|
9
37
|
* Sentinel Threat Intelligence Indicators can be imported using the `resource id`, e.g.
|
|
@@ -8,6 +8,34 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages a Sentinel Threat Intelligence Indicator.
|
|
10
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 = new azure.core.ResourceGroup("example", {
|
|
18
|
+
* name: "example-rg",
|
|
19
|
+
* location: "east us",
|
|
20
|
+
* });
|
|
21
|
+
* const exampleAnalyticsWorkspace = new azure.operationalinsights.AnalyticsWorkspace("example", {
|
|
22
|
+
* name: "example-law",
|
|
23
|
+
* location: example.location,
|
|
24
|
+
* resourceGroupName: example.name,
|
|
25
|
+
* sku: "PerGB2018",
|
|
26
|
+
* retentionInDays: 30,
|
|
27
|
+
* });
|
|
28
|
+
* const exampleLogAnalyticsWorkspaceOnboarding = new azure.sentinel.LogAnalyticsWorkspaceOnboarding("example", {workspaceId: exampleAnalyticsWorkspace.id});
|
|
29
|
+
* const exampleThreatIntelligenceIndicator = new azure.sentinel.ThreatIntelligenceIndicator("example", {
|
|
30
|
+
* workspaceId: exampleLogAnalyticsWorkspaceOnboarding.workspaceId,
|
|
31
|
+
* patternType: "domain-name",
|
|
32
|
+
* pattern: "http://example.com",
|
|
33
|
+
* source: "Microsoft Sentinel",
|
|
34
|
+
* validateFromUtc: "2022-12-14T16:00:00Z",
|
|
35
|
+
* displayName: "example-indicator",
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
11
39
|
* ## Import
|
|
12
40
|
*
|
|
13
41
|
* Sentinel Threat Intelligence Indicators can be imported using the `resource id`, e.g.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"threatIntelligenceIndicator.js","sourceRoot":"","sources":["../../sentinel/threatIntelligenceIndicator.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"threatIntelligenceIndicator.js","sourceRoot":"","sources":["../../sentinel/threatIntelligenceIndicator.ts"],"names":[],"mappings":"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"}
|
package/servicebus/queue.d.ts
CHANGED
|
@@ -53,9 +53,9 @@ export declare class Queue extends pulumi.CustomResource {
|
|
|
53
53
|
*/
|
|
54
54
|
static isInstance(obj: any): obj is Queue;
|
|
55
55
|
/**
|
|
56
|
-
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
56
|
+
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
57
57
|
*/
|
|
58
|
-
readonly autoDeleteOnIdle: pulumi.Output<string
|
|
58
|
+
readonly autoDeleteOnIdle: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
60
60
|
* Boolean flag which controls whether server-side batched operations are enabled. Defaults to `true`.
|
|
61
61
|
*/
|
|
@@ -65,9 +65,9 @@ export declare class Queue extends pulumi.CustomResource {
|
|
|
65
65
|
*/
|
|
66
66
|
readonly deadLetteringOnMessageExpiration: pulumi.Output<boolean | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
68
|
+
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
69
69
|
*/
|
|
70
|
-
readonly defaultMessageTtl: pulumi.Output<string
|
|
70
|
+
readonly defaultMessageTtl: pulumi.Output<string>;
|
|
71
71
|
/**
|
|
72
72
|
* The ISO 8601 timespan duration during which duplicates can be detected. Defaults to `PT10M` (10 Minutes).
|
|
73
73
|
*/
|
|
@@ -95,11 +95,11 @@ export declare class Queue extends pulumi.CustomResource {
|
|
|
95
95
|
*/
|
|
96
96
|
readonly maxDeliveryCount: pulumi.Output<number | undefined>;
|
|
97
97
|
/**
|
|
98
|
-
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
98
|
+
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
99
99
|
*/
|
|
100
100
|
readonly maxMessageSizeInKilobytes: pulumi.Output<number>;
|
|
101
101
|
/**
|
|
102
|
-
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
102
|
+
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
103
103
|
*/
|
|
104
104
|
readonly maxSizeInMegabytes: pulumi.Output<number>;
|
|
105
105
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class Queue extends pulumi.CustomResource {
|
|
|
144
144
|
*/
|
|
145
145
|
export interface QueueState {
|
|
146
146
|
/**
|
|
147
|
-
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
147
|
+
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
148
148
|
*/
|
|
149
149
|
autoDeleteOnIdle?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
@@ -156,7 +156,7 @@ export interface QueueState {
|
|
|
156
156
|
*/
|
|
157
157
|
deadLetteringOnMessageExpiration?: pulumi.Input<boolean>;
|
|
158
158
|
/**
|
|
159
|
-
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
159
|
+
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
160
160
|
*/
|
|
161
161
|
defaultMessageTtl?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
@@ -186,11 +186,11 @@ export interface QueueState {
|
|
|
186
186
|
*/
|
|
187
187
|
maxDeliveryCount?: pulumi.Input<number>;
|
|
188
188
|
/**
|
|
189
|
-
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
189
|
+
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
190
190
|
*/
|
|
191
191
|
maxMessageSizeInKilobytes?: pulumi.Input<number>;
|
|
192
192
|
/**
|
|
193
|
-
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
193
|
+
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
194
194
|
*/
|
|
195
195
|
maxSizeInMegabytes?: pulumi.Input<number>;
|
|
196
196
|
/**
|
|
@@ -227,7 +227,7 @@ export interface QueueState {
|
|
|
227
227
|
*/
|
|
228
228
|
export interface QueueArgs {
|
|
229
229
|
/**
|
|
230
|
-
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
230
|
+
* The ISO 8601 timespan duration of the idle interval after which the Queue is automatically deleted, minimum of 5 minutes.
|
|
231
231
|
*/
|
|
232
232
|
autoDeleteOnIdle?: pulumi.Input<string>;
|
|
233
233
|
/**
|
|
@@ -239,7 +239,7 @@ export interface QueueArgs {
|
|
|
239
239
|
*/
|
|
240
240
|
deadLetteringOnMessageExpiration?: pulumi.Input<boolean>;
|
|
241
241
|
/**
|
|
242
|
-
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
242
|
+
* The ISO 8601 timespan duration of the TTL of messages sent to this queue. This is the default value used when TTL is not set on message itself.
|
|
243
243
|
*/
|
|
244
244
|
defaultMessageTtl?: pulumi.Input<string>;
|
|
245
245
|
/**
|
|
@@ -269,11 +269,11 @@ export interface QueueArgs {
|
|
|
269
269
|
*/
|
|
270
270
|
maxDeliveryCount?: pulumi.Input<number>;
|
|
271
271
|
/**
|
|
272
|
-
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
272
|
+
* Integer value which controls the maximum size of a message allowed on the queue for Premium SKU. For supported values see the "Large messages support" section of [this document](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support-preview).
|
|
273
273
|
*/
|
|
274
274
|
maxMessageSizeInKilobytes?: pulumi.Input<number>;
|
|
275
275
|
/**
|
|
276
|
-
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
276
|
+
* Integer value which controls the size of memory allocated for the queue. For supported values see the "Queue or topic size" section of [Service Bus Quotas](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quotas).
|
|
277
277
|
*/
|
|
278
278
|
maxSizeInMegabytes?: pulumi.Input<number>;
|
|
279
279
|
/**
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Manages a Stack HCI Deployment Setting.
|
|
6
|
+
*
|
|
7
|
+
* > Note: Completion of the prerequisites of deploying the Azure Stack HCI in your environment is outside the scope of this document. For more details refer to the [Azure Stack HCI deployment sequence](https://learn.microsoft.com/en-us/azure-stack/hci/deploy/deployment-introduction#deployment-sequence). If you encounter issues completing the prerequisites, we'd recommend opening a ticket with Microsoft Support.
|
|
8
|
+
*
|
|
9
|
+
* > Note: During the deployment process, the service will generate additional resources, including a new Arc Bridge Appliance and a Custom Location containing several Stack HCI Storage Paths. The provider will attempt to remove these resources on the deletion or recreation of `azure.stack.HciDeploymentSetting`.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* Stack HCI Deployment Settings can be imported using the `resource id`, e.g.
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import azure:stack/hciDeploymentSetting:HciDeploymentSetting example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/group1/providers/Microsoft.AzureStackHCI/clusters/clus1/deploymentSettings/default
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class HciDeploymentSetting extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing HciDeploymentSetting resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HciDeploymentSettingState, opts?: pulumi.CustomResourceOptions): HciDeploymentSetting;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of HciDeploymentSetting. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is HciDeploymentSetting;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies a list of IDs of Azure ARC machine resource to be part of cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
37
|
+
*/
|
|
38
|
+
readonly arcResourceIds: pulumi.Output<string[]>;
|
|
39
|
+
/**
|
|
40
|
+
* One or more `scaleUnit` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
41
|
+
*/
|
|
42
|
+
readonly scaleUnits: pulumi.Output<outputs.stack.HciDeploymentSettingScaleUnit[]>;
|
|
43
|
+
/**
|
|
44
|
+
* The ID of the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
45
|
+
*/
|
|
46
|
+
readonly stackHciClusterId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The deployment template version. The format must be a set of numbers separated by dots such as `10.0.0.0`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
49
|
+
*/
|
|
50
|
+
readonly version: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Create a HciDeploymentSetting resource with the given unique name, arguments, and options.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resource.
|
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
57
|
+
*/
|
|
58
|
+
constructor(name: string, args: HciDeploymentSettingArgs, opts?: pulumi.CustomResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Input properties used for looking up and filtering HciDeploymentSetting resources.
|
|
62
|
+
*/
|
|
63
|
+
export interface HciDeploymentSettingState {
|
|
64
|
+
/**
|
|
65
|
+
* Specifies a list of IDs of Azure ARC machine resource to be part of cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
66
|
+
*/
|
|
67
|
+
arcResourceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
68
|
+
/**
|
|
69
|
+
* One or more `scaleUnit` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
70
|
+
*/
|
|
71
|
+
scaleUnits?: pulumi.Input<pulumi.Input<inputs.stack.HciDeploymentSettingScaleUnit>[]>;
|
|
72
|
+
/**
|
|
73
|
+
* The ID of the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
74
|
+
*/
|
|
75
|
+
stackHciClusterId?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The deployment template version. The format must be a set of numbers separated by dots such as `10.0.0.0`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
78
|
+
*/
|
|
79
|
+
version?: pulumi.Input<string>;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* The set of arguments for constructing a HciDeploymentSetting resource.
|
|
83
|
+
*/
|
|
84
|
+
export interface HciDeploymentSettingArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Specifies a list of IDs of Azure ARC machine resource to be part of cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
87
|
+
*/
|
|
88
|
+
arcResourceIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* One or more `scaleUnit` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
91
|
+
*/
|
|
92
|
+
scaleUnits: pulumi.Input<pulumi.Input<inputs.stack.HciDeploymentSettingScaleUnit>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* The ID of the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
95
|
+
*/
|
|
96
|
+
stackHciClusterId: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The deployment template version. The format must be a set of numbers separated by dots such as `10.0.0.0`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
99
|
+
*/
|
|
100
|
+
version: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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.HciDeploymentSetting = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a Stack HCI Deployment Setting.
|
|
10
|
+
*
|
|
11
|
+
* > Note: Completion of the prerequisites of deploying the Azure Stack HCI in your environment is outside the scope of this document. For more details refer to the [Azure Stack HCI deployment sequence](https://learn.microsoft.com/en-us/azure-stack/hci/deploy/deployment-introduction#deployment-sequence). If you encounter issues completing the prerequisites, we'd recommend opening a ticket with Microsoft Support.
|
|
12
|
+
*
|
|
13
|
+
* > Note: During the deployment process, the service will generate additional resources, including a new Arc Bridge Appliance and a Custom Location containing several Stack HCI Storage Paths. The provider will attempt to remove these resources on the deletion or recreation of `azure.stack.HciDeploymentSetting`.
|
|
14
|
+
*
|
|
15
|
+
* ## Import
|
|
16
|
+
*
|
|
17
|
+
* Stack HCI Deployment Settings can be imported using the `resource id`, e.g.
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import azure:stack/hciDeploymentSetting:HciDeploymentSetting example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/group1/providers/Microsoft.AzureStackHCI/clusters/clus1/deploymentSettings/default
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
class HciDeploymentSetting extends pulumi.CustomResource {
|
|
24
|
+
constructor(name, argsOrState, opts) {
|
|
25
|
+
let resourceInputs = {};
|
|
26
|
+
opts = opts || {};
|
|
27
|
+
if (opts.id) {
|
|
28
|
+
const state = argsOrState;
|
|
29
|
+
resourceInputs["arcResourceIds"] = state ? state.arcResourceIds : undefined;
|
|
30
|
+
resourceInputs["scaleUnits"] = state ? state.scaleUnits : undefined;
|
|
31
|
+
resourceInputs["stackHciClusterId"] = state ? state.stackHciClusterId : undefined;
|
|
32
|
+
resourceInputs["version"] = state ? state.version : undefined;
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
const args = argsOrState;
|
|
36
|
+
if ((!args || args.arcResourceIds === undefined) && !opts.urn) {
|
|
37
|
+
throw new Error("Missing required property 'arcResourceIds'");
|
|
38
|
+
}
|
|
39
|
+
if ((!args || args.scaleUnits === undefined) && !opts.urn) {
|
|
40
|
+
throw new Error("Missing required property 'scaleUnits'");
|
|
41
|
+
}
|
|
42
|
+
if ((!args || args.stackHciClusterId === undefined) && !opts.urn) {
|
|
43
|
+
throw new Error("Missing required property 'stackHciClusterId'");
|
|
44
|
+
}
|
|
45
|
+
if ((!args || args.version === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'version'");
|
|
47
|
+
}
|
|
48
|
+
resourceInputs["arcResourceIds"] = args ? args.arcResourceIds : undefined;
|
|
49
|
+
resourceInputs["scaleUnits"] = args ? args.scaleUnits : undefined;
|
|
50
|
+
resourceInputs["stackHciClusterId"] = args ? args.stackHciClusterId : undefined;
|
|
51
|
+
resourceInputs["version"] = args ? args.version : undefined;
|
|
52
|
+
}
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
|
+
super(HciDeploymentSetting.__pulumiType, name, resourceInputs, opts);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get an existing HciDeploymentSetting resource's state with the given name, ID, and optional extra
|
|
58
|
+
* properties used to qualify the lookup.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resulting resource.
|
|
61
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
62
|
+
* @param state Any extra arguments used during the lookup.
|
|
63
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
64
|
+
*/
|
|
65
|
+
static get(name, id, state, opts) {
|
|
66
|
+
return new HciDeploymentSetting(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Returns true if the given object is an instance of HciDeploymentSetting. This is designed to work even
|
|
70
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
71
|
+
*/
|
|
72
|
+
static isInstance(obj) {
|
|
73
|
+
if (obj === undefined || obj === null) {
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
76
|
+
return obj['__pulumiType'] === HciDeploymentSetting.__pulumiType;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.HciDeploymentSetting = HciDeploymentSetting;
|
|
80
|
+
/** @internal */
|
|
81
|
+
HciDeploymentSetting.__pulumiType = 'azure:stack/hciDeploymentSetting:HciDeploymentSetting';
|
|
82
|
+
//# sourceMappingURL=hciDeploymentSetting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hciDeploymentSetting.js","sourceRoot":"","sources":["../../stack/hciDeploymentSetting.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages an Azure Stack HCI Storage Path.
|
|
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 = new azure.core.ResourceGroup("example", {
|
|
12
|
+
* name: "example-rg",
|
|
13
|
+
* location: "West Europe",
|
|
14
|
+
* });
|
|
15
|
+
* const exampleHciStoragePath = new azure.stack.HciStoragePath("example", {
|
|
16
|
+
* name: "example-sp",
|
|
17
|
+
* resourceGroupName: example.name,
|
|
18
|
+
* location: example.location,
|
|
19
|
+
* customLocationId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ExtendedLocation/customLocations/cl1",
|
|
20
|
+
* path: "C:\\ClusterStorage\\UserStorage_2\\sp-example",
|
|
21
|
+
* tags: {
|
|
22
|
+
* foo: "bar",
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* Azure Stack HCI Storage Paths can be imported using the `resource id`, e.g.
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import azure:stack/hciStoragePath:HciStoragePath example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AzureStackHCI/storageContainers/storage1
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare class HciStoragePath extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Get an existing HciStoragePath resource's state with the given name, ID, and optional extra
|
|
38
|
+
* properties used to qualify the lookup.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resulting resource.
|
|
41
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
+
* @param state Any extra arguments used during the lookup.
|
|
43
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
+
*/
|
|
45
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HciStoragePathState, opts?: pulumi.CustomResourceOptions): HciStoragePath;
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of HciStoragePath. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj: any): obj is HciStoragePath;
|
|
51
|
+
/**
|
|
52
|
+
* The ID of Custom Location where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
53
|
+
*/
|
|
54
|
+
readonly customLocationId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The Azure Region where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
57
|
+
*/
|
|
58
|
+
readonly location: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The name which should be used for this Azure Stack HCI Storage Path. Changing this forces a new resource to be created.
|
|
61
|
+
*/
|
|
62
|
+
readonly name: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The file path on the disk to create the Storage Path. Changing this forces a new resource to be created.
|
|
65
|
+
*/
|
|
66
|
+
readonly path: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the Resource Group where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
69
|
+
*/
|
|
70
|
+
readonly resourceGroupName: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* A mapping of tags which should be assigned to the Azure Stack HCI Storage Path.
|
|
73
|
+
*/
|
|
74
|
+
readonly tags: pulumi.Output<{
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
} | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Create a HciStoragePath resource with the given unique name, arguments, and options.
|
|
79
|
+
*
|
|
80
|
+
* @param name The _unique_ name of the resource.
|
|
81
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
82
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
83
|
+
*/
|
|
84
|
+
constructor(name: string, args: HciStoragePathArgs, opts?: pulumi.CustomResourceOptions);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Input properties used for looking up and filtering HciStoragePath resources.
|
|
88
|
+
*/
|
|
89
|
+
export interface HciStoragePathState {
|
|
90
|
+
/**
|
|
91
|
+
* The ID of Custom Location where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
92
|
+
*/
|
|
93
|
+
customLocationId?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The Azure Region where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
96
|
+
*/
|
|
97
|
+
location?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The name which should be used for this Azure Stack HCI Storage Path. Changing this forces a new resource to be created.
|
|
100
|
+
*/
|
|
101
|
+
name?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The file path on the disk to create the Storage Path. Changing this forces a new resource to be created.
|
|
104
|
+
*/
|
|
105
|
+
path?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The name of the Resource Group where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
108
|
+
*/
|
|
109
|
+
resourceGroupName?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* A mapping of tags which should be assigned to the Azure Stack HCI Storage Path.
|
|
112
|
+
*/
|
|
113
|
+
tags?: pulumi.Input<{
|
|
114
|
+
[key: string]: pulumi.Input<string>;
|
|
115
|
+
}>;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* The set of arguments for constructing a HciStoragePath resource.
|
|
119
|
+
*/
|
|
120
|
+
export interface HciStoragePathArgs {
|
|
121
|
+
/**
|
|
122
|
+
* The ID of Custom Location where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
123
|
+
*/
|
|
124
|
+
customLocationId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The Azure Region where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
127
|
+
*/
|
|
128
|
+
location?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The name which should be used for this Azure Stack HCI Storage Path. Changing this forces a new resource to be created.
|
|
131
|
+
*/
|
|
132
|
+
name?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The file path on the disk to create the Storage Path. Changing this forces a new resource to be created.
|
|
135
|
+
*/
|
|
136
|
+
path: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The name of the Resource Group where the Azure Stack HCI Storage Path should exist. Changing this forces a new resource to be created.
|
|
139
|
+
*/
|
|
140
|
+
resourceGroupName: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* A mapping of tags which should be assigned to the Azure Stack HCI Storage Path.
|
|
143
|
+
*/
|
|
144
|
+
tags?: pulumi.Input<{
|
|
145
|
+
[key: string]: pulumi.Input<string>;
|
|
146
|
+
}>;
|
|
147
|
+
}
|