@pulumi/azure 6.2.0 → 6.3.0
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/automanageConfigurationAssignment.d.ts +1 -1
- package/arcmachine/automanageConfigurationAssignment.js +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/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/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/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/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 +349 -3
- package/types/output.d.ts +465 -3
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
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.HciStoragePath = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages an Azure Stack HCI Storage Path.
|
|
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: "West Europe",
|
|
20
|
+
* });
|
|
21
|
+
* const exampleHciStoragePath = new azure.stack.HciStoragePath("example", {
|
|
22
|
+
* name: "example-sp",
|
|
23
|
+
* resourceGroupName: example.name,
|
|
24
|
+
* location: example.location,
|
|
25
|
+
* customLocationId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ExtendedLocation/customLocations/cl1",
|
|
26
|
+
* path: "C:\\ClusterStorage\\UserStorage_2\\sp-example",
|
|
27
|
+
* tags: {
|
|
28
|
+
* foo: "bar",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* ## Import
|
|
34
|
+
*
|
|
35
|
+
* Azure Stack HCI Storage Paths can be imported using the `resource id`, e.g.
|
|
36
|
+
*
|
|
37
|
+
* ```sh
|
|
38
|
+
* $ pulumi import azure:stack/hciStoragePath:HciStoragePath example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AzureStackHCI/storageContainers/storage1
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
class HciStoragePath extends pulumi.CustomResource {
|
|
42
|
+
constructor(name, argsOrState, opts) {
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (opts.id) {
|
|
46
|
+
const state = argsOrState;
|
|
47
|
+
resourceInputs["customLocationId"] = state ? state.customLocationId : undefined;
|
|
48
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
49
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
50
|
+
resourceInputs["path"] = state ? state.path : undefined;
|
|
51
|
+
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
52
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
const args = argsOrState;
|
|
56
|
+
if ((!args || args.customLocationId === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'customLocationId'");
|
|
58
|
+
}
|
|
59
|
+
if ((!args || args.path === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'path'");
|
|
61
|
+
}
|
|
62
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
64
|
+
}
|
|
65
|
+
resourceInputs["customLocationId"] = args ? args.customLocationId : undefined;
|
|
66
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
67
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
68
|
+
resourceInputs["path"] = args ? args.path : undefined;
|
|
69
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
70
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(HciStoragePath.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Get an existing HciStoragePath resource's state with the given name, ID, and optional extra
|
|
77
|
+
* properties used to qualify the lookup.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resulting resource.
|
|
80
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
81
|
+
* @param state Any extra arguments used during the lookup.
|
|
82
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
83
|
+
*/
|
|
84
|
+
static get(name, id, state, opts) {
|
|
85
|
+
return new HciStoragePath(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Returns true if the given object is an instance of HciStoragePath. This is designed to work even
|
|
89
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
90
|
+
*/
|
|
91
|
+
static isInstance(obj) {
|
|
92
|
+
if (obj === undefined || obj === null) {
|
|
93
|
+
return false;
|
|
94
|
+
}
|
|
95
|
+
return obj['__pulumiType'] === HciStoragePath.__pulumiType;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.HciStoragePath = HciStoragePath;
|
|
99
|
+
/** @internal */
|
|
100
|
+
HciStoragePath.__pulumiType = 'azure:stack/hciStoragePath:HciStoragePath';
|
|
101
|
+
//# sourceMappingURL=hciStoragePath.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hciStoragePath.js","sourceRoot":"","sources":["../../stack/hciStoragePath.ts"],"names":[],"mappings":"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"}
|
package/stack/index.d.ts
CHANGED
|
@@ -4,6 +4,12 @@ export declare const getHciClusterOutput: typeof import("./getHciCluster").getHc
|
|
|
4
4
|
export { HciClusterArgs, HciClusterState } from "./hciCluster";
|
|
5
5
|
export declare type HciCluster = import("./hciCluster").HciCluster;
|
|
6
6
|
export declare const HciCluster: typeof import("./hciCluster").HciCluster;
|
|
7
|
+
export { HciDeploymentSettingArgs, HciDeploymentSettingState } from "./hciDeploymentSetting";
|
|
8
|
+
export declare type HciDeploymentSetting = import("./hciDeploymentSetting").HciDeploymentSetting;
|
|
9
|
+
export declare const HciDeploymentSetting: typeof import("./hciDeploymentSetting").HciDeploymentSetting;
|
|
7
10
|
export { HciLogicalNetworkArgs, HciLogicalNetworkState } from "./hciLogicalNetwork";
|
|
8
11
|
export declare type HciLogicalNetwork = import("./hciLogicalNetwork").HciLogicalNetwork;
|
|
9
12
|
export declare const HciLogicalNetwork: typeof import("./hciLogicalNetwork").HciLogicalNetwork;
|
|
13
|
+
export { HciStoragePathArgs, HciStoragePathState } from "./hciStoragePath";
|
|
14
|
+
export declare type HciStoragePath = import("./hciStoragePath").HciStoragePath;
|
|
15
|
+
export declare const HciStoragePath: typeof import("./hciStoragePath").HciStoragePath;
|
package/stack/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.HciLogicalNetwork = exports.HciCluster = exports.getHciClusterOutput = exports.getHciCluster = void 0;
|
|
5
|
+
exports.HciStoragePath = exports.HciLogicalNetwork = exports.HciDeploymentSetting = exports.HciCluster = exports.getHciClusterOutput = exports.getHciCluster = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getHciCluster = null;
|
|
@@ -10,21 +10,31 @@ exports.getHciClusterOutput = null;
|
|
|
10
10
|
utilities.lazyLoad(exports, ["getHciCluster", "getHciClusterOutput"], () => require("./getHciCluster"));
|
|
11
11
|
exports.HciCluster = null;
|
|
12
12
|
utilities.lazyLoad(exports, ["HciCluster"], () => require("./hciCluster"));
|
|
13
|
+
exports.HciDeploymentSetting = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["HciDeploymentSetting"], () => require("./hciDeploymentSetting"));
|
|
13
15
|
exports.HciLogicalNetwork = null;
|
|
14
16
|
utilities.lazyLoad(exports, ["HciLogicalNetwork"], () => require("./hciLogicalNetwork"));
|
|
17
|
+
exports.HciStoragePath = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["HciStoragePath"], () => require("./hciStoragePath"));
|
|
15
19
|
const _module = {
|
|
16
20
|
version: utilities.getVersion(),
|
|
17
21
|
construct: (name, type, urn) => {
|
|
18
22
|
switch (type) {
|
|
19
23
|
case "azure:stack/hciCluster:HciCluster":
|
|
20
24
|
return new exports.HciCluster(name, undefined, { urn });
|
|
25
|
+
case "azure:stack/hciDeploymentSetting:HciDeploymentSetting":
|
|
26
|
+
return new exports.HciDeploymentSetting(name, undefined, { urn });
|
|
21
27
|
case "azure:stack/hciLogicalNetwork:HciLogicalNetwork":
|
|
22
28
|
return new exports.HciLogicalNetwork(name, undefined, { urn });
|
|
29
|
+
case "azure:stack/hciStoragePath:HciStoragePath":
|
|
30
|
+
return new exports.HciStoragePath(name, undefined, { urn });
|
|
23
31
|
default:
|
|
24
32
|
throw new Error(`unknown resource type ${type}`);
|
|
25
33
|
}
|
|
26
34
|
},
|
|
27
35
|
};
|
|
28
36
|
pulumi.runtime.registerResourceModule("azure", "stack/hciCluster", _module);
|
|
37
|
+
pulumi.runtime.registerResourceModule("azure", "stack/hciDeploymentSetting", _module);
|
|
29
38
|
pulumi.runtime.registerResourceModule("azure", "stack/hciLogicalNetwork", _module);
|
|
39
|
+
pulumi.runtime.registerResourceModule("azure", "stack/hciStoragePath", _module);
|
|
30
40
|
//# sourceMappingURL=index.js.map
|
package/stack/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../stack/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../stack/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAI5E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAGnF,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,mCAAmC;gBACpC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,uDAAuD;gBACxD,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,iDAAiD;gBAClD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,2CAA2C;gBAC5C,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}
|
package/storage/blob.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class Blob extends pulumi.CustomResource {
|
|
|
100
100
|
*/
|
|
101
101
|
readonly size: pulumi.Output<number | undefined>;
|
|
102
102
|
/**
|
|
103
|
-
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
103
|
+
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
104
104
|
*/
|
|
105
105
|
readonly source: pulumi.Output<pulumi.asset.Asset | pulumi.asset.Archive | undefined>;
|
|
106
106
|
/**
|
|
@@ -183,7 +183,7 @@ export interface BlobState {
|
|
|
183
183
|
*/
|
|
184
184
|
size?: pulumi.Input<number>;
|
|
185
185
|
/**
|
|
186
|
-
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
186
|
+
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
187
187
|
*/
|
|
188
188
|
source?: pulumi.Input<pulumi.asset.Asset | pulumi.asset.Archive>;
|
|
189
189
|
/**
|
|
@@ -258,7 +258,7 @@ export interface BlobArgs {
|
|
|
258
258
|
*/
|
|
259
259
|
size?: pulumi.Input<number>;
|
|
260
260
|
/**
|
|
261
|
-
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
261
|
+
* An absolute path to a file on the local system. This field cannot be specified for Append blobs and cannot be specified if `sourceContent` or `sourceUri` is specified.
|
|
262
262
|
*/
|
|
263
263
|
source?: pulumi.Input<pulumi.asset.Asset | pulumi.asset.Archive>;
|
|
264
264
|
/**
|