@pulumi/azure 5.63.0-alpha.1706544883 → 5.64.0-alpha.1706715827
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apimanagement/api.d.ts +1 -1
- package/apimanagement/api.js +1 -1
- package/appconfiguration/configurationKey.d.ts +1 -1
- package/appservice/plan.d.ts +1 -1
- package/appservice/plan.js +1 -1
- package/appservice/servicePlan.d.ts +1 -1
- package/appservice/servicePlan.js +1 -1
- package/authorization/assignment.d.ts +6 -0
- package/authorization/assignment.js.map +1 -1
- package/automation/schedule.d.ts +3 -3
- package/chaosstudio/index.d.ts +3 -0
- package/chaosstudio/index.js +22 -0
- package/chaosstudio/index.js.map +1 -0
- package/chaosstudio/target.d.ts +114 -0
- package/chaosstudio/target.js +101 -0
- package/chaosstudio/target.js.map +1 -0
- package/compute/getIpGroups.d.ts +86 -0
- package/compute/getIpGroups.js +55 -0
- package/compute/getIpGroups.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +5 -2
- package/compute/index.js.map +1 -1
- package/compute/runCommand.d.ts +2 -2
- package/compute/runCommand.js +2 -2
- package/containerapp/getApp.d.ts +1 -1
- package/datafactory/getTriggerSchedule.d.ts +113 -0
- package/datafactory/getTriggerSchedule.js +52 -0
- package/datafactory/getTriggerSchedule.js.map +1 -0
- package/datafactory/getTriggerSchedules.d.ts +65 -0
- package/datafactory/getTriggerSchedules.js +49 -0
- package/datafactory/getTriggerSchedules.js.map +1 -0
- package/datafactory/index.d.ts +6 -0
- package/datafactory/index.js +8 -2
- package/datafactory/index.js.map +1 -1
- package/datafactory/integrationRuntimeSsis.d.ts +18 -0
- package/datafactory/integrationRuntimeSsis.js +2 -0
- package/datafactory/integrationRuntimeSsis.js.map +1 -1
- package/dataprotection/backupVault.d.ts +3 -3
- package/elasticsan/index.d.ts +3 -0
- package/elasticsan/index.js +6 -1
- package/elasticsan/index.js.map +1 -1
- package/elasticsan/volumeGroup.d.ts +248 -0
- package/elasticsan/volumeGroup.js +184 -0
- package/elasticsan/volumeGroup.js.map +1 -0
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/netapp/account.d.ts +22 -1
- package/netapp/account.js +12 -1
- package/netapp/account.js.map +1 -1
- package/netapp/accountEncryption.d.ts +97 -0
- package/netapp/accountEncryption.js +74 -0
- package/netapp/accountEncryption.js.map +1 -0
- package/netapp/getAccount.d.ts +8 -0
- package/netapp/getAccount.js +1 -0
- package/netapp/getAccount.js.map +1 -1
- package/netapp/getAccountEncryption.d.ts +88 -0
- package/netapp/getAccountEncryption.js +52 -0
- package/netapp/getAccountEncryption.js.map +1 -0
- package/netapp/getVolume.d.ts +2 -0
- package/netapp/getVolume.js.map +1 -1
- package/netapp/index.d.ts +6 -0
- package/netapp/index.js +9 -1
- package/netapp/index.js.map +1 -1
- package/netapp/volume.d.ts +24 -0
- package/netapp/volume.js +4 -0
- package/netapp/volume.js.map +1 -1
- package/network/getIpGroups.d.ts +84 -0
- package/network/getIpGroups.js +52 -0
- package/network/getIpGroups.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/certificate.d.ts +3 -3
- package/nginx/getCertificate.d.ts +84 -0
- package/nginx/getCertificate.js +52 -0
- package/nginx/getCertificate.js.map +1 -0
- package/nginx/index.d.ts +3 -0
- package/nginx/index.js +4 -1
- package/nginx/index.js.map +1 -1
- package/package.json +1 -1
- package/postgresql/flexibleServer.d.ts +2 -0
- package/postgresql/flexibleServer.js +2 -0
- package/postgresql/flexibleServer.js.map +1 -1
- package/redhatopenshift/cluster.d.ts +197 -0
- package/redhatopenshift/cluster.js +108 -0
- package/redhatopenshift/cluster.js.map +1 -0
- package/redhatopenshift/index.d.ts +3 -0
- package/redhatopenshift/index.js +22 -0
- package/redhatopenshift/index.js.map +1 -0
- package/role/assignment.d.ts +6 -0
- package/role/assignment.js.map +1 -1
- package/streamanalytics/getJob.d.ts +4 -0
- package/streamanalytics/getJob.js.map +1 -1
- package/streamanalytics/job.d.ts +15 -0
- package/streamanalytics/job.js +2 -0
- package/streamanalytics/job.js.map +1 -1
- package/types/input.d.ts +205 -3
- package/types/output.d.ts +253 -3
package/apimanagement/api.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ import * as outputs from "../types/output";
|
|
|
37
37
|
* API Management API's can be imported using the `resource id`, e.g.
|
|
38
38
|
*
|
|
39
39
|
* ```sh
|
|
40
|
-
* $ pulumi import azure:apimanagement/api:Api example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/instance1/apis/api1
|
|
40
|
+
* $ pulumi import azure:apimanagement/api:Api example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/instance1/apis/api1;rev=1
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
export declare class Api extends pulumi.CustomResource {
|
package/apimanagement/api.js
CHANGED
|
@@ -41,7 +41,7 @@ const utilities = require("../utilities");
|
|
|
41
41
|
* API Management API's can be imported using the `resource id`, e.g.
|
|
42
42
|
*
|
|
43
43
|
* ```sh
|
|
44
|
-
* $ pulumi import azure:apimanagement/api:Api example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/instance1/apis/api1
|
|
44
|
+
* $ pulumi import azure:apimanagement/api:Api example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/instance1/apis/api1;rev=1
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
47
|
class Api extends pulumi.CustomResource {
|
|
@@ -152,7 +152,7 @@ export declare class ConfigurationKey extends pulumi.CustomResource {
|
|
|
152
152
|
/**
|
|
153
153
|
* The value of the App Configuration Key. This should only be set when type is set to `kv`.
|
|
154
154
|
*/
|
|
155
|
-
readonly value: pulumi.Output<string>;
|
|
155
|
+
readonly value: pulumi.Output<string | undefined>;
|
|
156
156
|
/**
|
|
157
157
|
* The ID of the vault secret this App Configuration Key refers to, when `type` is set to `vault`.
|
|
158
158
|
*
|
package/appservice/plan.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ import { Kind } from "./index";
|
|
|
83
83
|
* App Service Plan instances can be imported using the `resource id`, e.g.
|
|
84
84
|
*
|
|
85
85
|
* ```sh
|
|
86
|
-
* $ pulumi import azure:appservice/plan:Plan instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/
|
|
86
|
+
* $ pulumi import azure:appservice/plan:Plan instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/serverFarms/instance1
|
|
87
87
|
* ```
|
|
88
88
|
*/
|
|
89
89
|
export declare class Plan extends pulumi.CustomResource {
|
package/appservice/plan.js
CHANGED
|
@@ -86,7 +86,7 @@ const utilities = require("../utilities");
|
|
|
86
86
|
* App Service Plan instances can be imported using the `resource id`, e.g.
|
|
87
87
|
*
|
|
88
88
|
* ```sh
|
|
89
|
-
* $ pulumi import azure:appservice/plan:Plan instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/
|
|
89
|
+
* $ pulumi import azure:appservice/plan:Plan instance1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/serverFarms/instance1
|
|
90
90
|
* ```
|
|
91
91
|
*/
|
|
92
92
|
class Plan extends pulumi.CustomResource {
|
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
* AppServices can be imported using the `resource id`, e.g.
|
|
23
23
|
*
|
|
24
24
|
* ```sh
|
|
25
|
-
* $ pulumi import azure:appservice/servicePlan:ServicePlan example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/
|
|
25
|
+
* $ pulumi import azure:appservice/servicePlan:ServicePlan example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/serverFarms/farm1
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
28
|
export declare class ServicePlan extends pulumi.CustomResource {
|
|
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* AppServices can be imported using the `resource id`, e.g.
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
* $ pulumi import azure:appservice/servicePlan:ServicePlan example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/
|
|
31
|
+
* $ pulumi import azure:appservice/servicePlan:ServicePlan example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/serverFarms/farm1
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class ServicePlan extends pulumi.CustomResource {
|
|
@@ -149,6 +149,8 @@ export declare class Assignment extends pulumi.CustomResource {
|
|
|
149
149
|
readonly principalId: pulumi.Output<string>;
|
|
150
150
|
/**
|
|
151
151
|
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
152
|
+
*
|
|
153
|
+
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
152
154
|
*/
|
|
153
155
|
readonly principalType: pulumi.Output<string>;
|
|
154
156
|
/**
|
|
@@ -212,6 +214,8 @@ export interface AssignmentState {
|
|
|
212
214
|
principalId?: pulumi.Input<string>;
|
|
213
215
|
/**
|
|
214
216
|
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
217
|
+
*
|
|
218
|
+
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
215
219
|
*/
|
|
216
220
|
principalType?: pulumi.Input<string>;
|
|
217
221
|
/**
|
|
@@ -267,6 +271,8 @@ export interface AssignmentArgs {
|
|
|
267
271
|
principalId: pulumi.Input<string>;
|
|
268
272
|
/**
|
|
269
273
|
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
274
|
+
*
|
|
275
|
+
* > **NOTE:** If one of `condition` or `conditionVersion` is set both fields must be present.
|
|
270
276
|
*/
|
|
271
277
|
principalType?: pulumi.Input<string>;
|
|
272
278
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../authorization/assignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuGG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../authorization/assignment.ts"],"names":[],"mappings":"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"}
|
package/automation/schedule.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare class Schedule extends pulumi.CustomResource {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly monthDays: pulumi.Output<number[] | undefined>;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* One `monthlyOccurrence` blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is `Month`. The `monthlyOccurrence` block supports fields documented below.
|
|
81
81
|
*/
|
|
82
82
|
readonly monthlyOccurrences: pulumi.Output<outputs.automation.ScheduleMonthlyOccurrence[] | undefined>;
|
|
83
83
|
/**
|
|
@@ -138,7 +138,7 @@ export interface ScheduleState {
|
|
|
138
138
|
*/
|
|
139
139
|
monthDays?: pulumi.Input<pulumi.Input<number>[]>;
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* One `monthlyOccurrence` blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is `Month`. The `monthlyOccurrence` block supports fields documented below.
|
|
142
142
|
*/
|
|
143
143
|
monthlyOccurrences?: pulumi.Input<pulumi.Input<inputs.automation.ScheduleMonthlyOccurrence>[]>;
|
|
144
144
|
/**
|
|
@@ -191,7 +191,7 @@ export interface ScheduleArgs {
|
|
|
191
191
|
*/
|
|
192
192
|
monthDays?: pulumi.Input<pulumi.Input<number>[]>;
|
|
193
193
|
/**
|
|
194
|
-
*
|
|
194
|
+
* One `monthlyOccurrence` blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is `Month`. The `monthlyOccurrence` block supports fields documented below.
|
|
195
195
|
*/
|
|
196
196
|
monthlyOccurrences?: pulumi.Input<pulumi.Input<inputs.automation.ScheduleMonthlyOccurrence>[]>;
|
|
197
197
|
/**
|
|
@@ -0,0 +1,22 @@
|
|
|
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.Target = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Target = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Target"], () => require("./target"));
|
|
10
|
+
const _module = {
|
|
11
|
+
version: utilities.getVersion(),
|
|
12
|
+
construct: (name, type, urn) => {
|
|
13
|
+
switch (type) {
|
|
14
|
+
case "azure:chaosstudio/target:Target":
|
|
15
|
+
return new exports.Target(name, undefined, { urn });
|
|
16
|
+
default:
|
|
17
|
+
throw new Error(`unknown resource type ${type}`);
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
pulumi.runtime.registerResourceModule("azure", "chaosstudio/target", _module);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../chaosstudio/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGnE,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,iCAAiC;gBAClC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* <!-- Note: This documentation is generated. Any manual changes will be overwritten -->
|
|
4
|
+
*
|
|
5
|
+
* Manages a Chaos Studio Target.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as azure from "@pulumi/azure";
|
|
12
|
+
*
|
|
13
|
+
* const exampleResourceGroup = new azure.core.ResourceGroup("exampleResourceGroup", {location: "West Europe"});
|
|
14
|
+
* const exampleKubernetesCluster = new azure.containerservice.KubernetesCluster("exampleKubernetesCluster", {
|
|
15
|
+
* location: exampleResourceGroup.location,
|
|
16
|
+
* resourceGroupName: exampleResourceGroup.name,
|
|
17
|
+
* dnsPrefix: "acctestaksexample",
|
|
18
|
+
* defaultNodePool: {
|
|
19
|
+
* name: "example-value",
|
|
20
|
+
* nodeCount: "example-value",
|
|
21
|
+
* vmSize: "example-value",
|
|
22
|
+
* },
|
|
23
|
+
* identity: {
|
|
24
|
+
* type: "example-value",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* const exampleTarget = new azure.chaosstudio.Target("exampleTarget", {
|
|
28
|
+
* location: exampleResourceGroup.location,
|
|
29
|
+
* targetResourceId: exampleKubernetesCluster.id,
|
|
30
|
+
* targetType: "example-value",
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ## Import
|
|
35
|
+
*
|
|
36
|
+
* An existing Chaos Studio Target can be imported into Terraform using the `resource id`, e.g.
|
|
37
|
+
*
|
|
38
|
+
* ```sh
|
|
39
|
+
* $ pulumi import azure:chaosstudio/target:Target example /{scope}/providers/Microsoft.Chaos/targets/{targetName}
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* * Where `{scope}` is the ID of the Azure Resource under which the Chaos Studio Target exists. For example `/subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/some-resource-group`. * Where `{targetName}` is the name of the Target. For example `targetValue`.
|
|
43
|
+
*/
|
|
44
|
+
export declare class Target extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing Target resource's state with the given name, ID, and optional extra
|
|
47
|
+
* properties used to qualify the lookup.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resulting resource.
|
|
50
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
51
|
+
* @param state Any extra arguments used during the lookup.
|
|
52
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
|
+
*/
|
|
54
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TargetState, opts?: pulumi.CustomResourceOptions): Target;
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of Target. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj: any): obj is Target;
|
|
60
|
+
/**
|
|
61
|
+
* The Azure Region where the Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
62
|
+
*/
|
|
63
|
+
readonly location: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the Target Resource Id within which this Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
66
|
+
*/
|
|
67
|
+
readonly targetResourceId: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The name of the Chaos Studio Target. This has the format of [publisher]-[targetType] e.g. `Microsoft-StorageAccount`. For supported values please see this Target Type column in [this table](https://learn.microsoft.com/azure/chaos-studio/chaos-studio-fault-providers). Changing this forces a new Chaos Studio Target to be created.
|
|
70
|
+
*/
|
|
71
|
+
readonly targetType: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Create a Target resource with the given unique name, arguments, and options.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resource.
|
|
76
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
77
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
78
|
+
*/
|
|
79
|
+
constructor(name: string, args: TargetArgs, opts?: pulumi.CustomResourceOptions);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Input properties used for looking up and filtering Target resources.
|
|
83
|
+
*/
|
|
84
|
+
export interface TargetState {
|
|
85
|
+
/**
|
|
86
|
+
* The Azure Region where the Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
87
|
+
*/
|
|
88
|
+
location?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Specifies the Target Resource Id within which this Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
91
|
+
*/
|
|
92
|
+
targetResourceId?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the Chaos Studio Target. This has the format of [publisher]-[targetType] e.g. `Microsoft-StorageAccount`. For supported values please see this Target Type column in [this table](https://learn.microsoft.com/azure/chaos-studio/chaos-studio-fault-providers). Changing this forces a new Chaos Studio Target to be created.
|
|
95
|
+
*/
|
|
96
|
+
targetType?: pulumi.Input<string>;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* The set of arguments for constructing a Target resource.
|
|
100
|
+
*/
|
|
101
|
+
export interface TargetArgs {
|
|
102
|
+
/**
|
|
103
|
+
* The Azure Region where the Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
104
|
+
*/
|
|
105
|
+
location?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Specifies the Target Resource Id within which this Chaos Studio Target should exist. Changing this forces a new Chaos Studio Target to be created.
|
|
108
|
+
*/
|
|
109
|
+
targetResourceId: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The name of the Chaos Studio Target. This has the format of [publisher]-[targetType] e.g. `Microsoft-StorageAccount`. For supported values please see this Target Type column in [this table](https://learn.microsoft.com/azure/chaos-studio/chaos-studio-fault-providers). Changing this forces a new Chaos Studio Target to be created.
|
|
112
|
+
*/
|
|
113
|
+
targetType: pulumi.Input<string>;
|
|
114
|
+
}
|
|
@@ -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.Target = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* <!-- Note: This documentation is generated. Any manual changes will be overwritten -->
|
|
10
|
+
*
|
|
11
|
+
* Manages a Chaos Studio Target.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as azure from "@pulumi/azure";
|
|
18
|
+
*
|
|
19
|
+
* const exampleResourceGroup = new azure.core.ResourceGroup("exampleResourceGroup", {location: "West Europe"});
|
|
20
|
+
* const exampleKubernetesCluster = new azure.containerservice.KubernetesCluster("exampleKubernetesCluster", {
|
|
21
|
+
* location: exampleResourceGroup.location,
|
|
22
|
+
* resourceGroupName: exampleResourceGroup.name,
|
|
23
|
+
* dnsPrefix: "acctestaksexample",
|
|
24
|
+
* defaultNodePool: {
|
|
25
|
+
* name: "example-value",
|
|
26
|
+
* nodeCount: "example-value",
|
|
27
|
+
* vmSize: "example-value",
|
|
28
|
+
* },
|
|
29
|
+
* identity: {
|
|
30
|
+
* type: "example-value",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* const exampleTarget = new azure.chaosstudio.Target("exampleTarget", {
|
|
34
|
+
* location: exampleResourceGroup.location,
|
|
35
|
+
* targetResourceId: exampleKubernetesCluster.id,
|
|
36
|
+
* targetType: "example-value",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* ## Import
|
|
41
|
+
*
|
|
42
|
+
* An existing Chaos Studio Target can be imported into Terraform using the `resource id`, e.g.
|
|
43
|
+
*
|
|
44
|
+
* ```sh
|
|
45
|
+
* $ pulumi import azure:chaosstudio/target:Target example /{scope}/providers/Microsoft.Chaos/targets/{targetName}
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* * Where `{scope}` is the ID of the Azure Resource under which the Chaos Studio Target exists. For example `/subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/some-resource-group`. * Where `{targetName}` is the name of the Target. For example `targetValue`.
|
|
49
|
+
*/
|
|
50
|
+
class Target extends pulumi.CustomResource {
|
|
51
|
+
constructor(name, argsOrState, opts) {
|
|
52
|
+
let resourceInputs = {};
|
|
53
|
+
opts = opts || {};
|
|
54
|
+
if (opts.id) {
|
|
55
|
+
const state = argsOrState;
|
|
56
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
57
|
+
resourceInputs["targetResourceId"] = state ? state.targetResourceId : undefined;
|
|
58
|
+
resourceInputs["targetType"] = state ? state.targetType : undefined;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
const args = argsOrState;
|
|
62
|
+
if ((!args || args.targetResourceId === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'targetResourceId'");
|
|
64
|
+
}
|
|
65
|
+
if ((!args || args.targetType === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'targetType'");
|
|
67
|
+
}
|
|
68
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
69
|
+
resourceInputs["targetResourceId"] = args ? args.targetResourceId : undefined;
|
|
70
|
+
resourceInputs["targetType"] = args ? args.targetType : undefined;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(Target.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Get an existing Target 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 Target(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Returns true if the given object is an instance of Target. 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'] === Target.__pulumiType;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.Target = Target;
|
|
99
|
+
/** @internal */
|
|
100
|
+
Target.__pulumiType = 'azure:chaosstudio/target:Target';
|
|
101
|
+
//# sourceMappingURL=target.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target.js","sourceRoot":"","sources":["../../chaosstudio/target.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAiD7C,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;IAtED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;;AA1BL,wBAwEC;AA1DG,gBAAgB;AACO,mBAAY,GAAG,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to access information about existing IP Groups.
|
|
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.network.getIpGroups({
|
|
12
|
+
* name: "existing",
|
|
13
|
+
* resourceGroupName: "existing",
|
|
14
|
+
* });
|
|
15
|
+
* export const id = example.then(example => example.id);
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
/** @deprecated azure.compute/getipgroups.getIpGroups has been deprecated in favor of azure.network/getipgroups.getIpGroups */
|
|
19
|
+
export declare function getIpGroups(args: GetIpGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetIpGroupsResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getIpGroups.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetIpGroupsArgs {
|
|
24
|
+
/**
|
|
25
|
+
* A substring to match some number of IP Groups.
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the Resource Group where the IP Groups exist.
|
|
30
|
+
*/
|
|
31
|
+
resourceGroupName: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getIpGroups.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetIpGroupsResult {
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* A list of IP Group IDs.
|
|
43
|
+
*/
|
|
44
|
+
readonly ids: string[];
|
|
45
|
+
readonly location: string;
|
|
46
|
+
readonly name: string;
|
|
47
|
+
/**
|
|
48
|
+
* A list of IP Group Names.
|
|
49
|
+
*/
|
|
50
|
+
readonly names: string[];
|
|
51
|
+
readonly resourceGroupName: string;
|
|
52
|
+
readonly tags: {
|
|
53
|
+
[key: string]: string;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Use this data source to access information about existing IP Groups.
|
|
58
|
+
*
|
|
59
|
+
* ## Example Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as azure from "@pulumi/azure";
|
|
64
|
+
*
|
|
65
|
+
* const example = azure.network.getIpGroups({
|
|
66
|
+
* name: "existing",
|
|
67
|
+
* resourceGroupName: "existing",
|
|
68
|
+
* });
|
|
69
|
+
* export const id = example.then(example => example.id);
|
|
70
|
+
* ```
|
|
71
|
+
*/
|
|
72
|
+
/** @deprecated azure.compute/getipgroups.getIpGroups has been deprecated in favor of azure.network/getipgroups.getIpGroups */
|
|
73
|
+
export declare function getIpGroupsOutput(args: GetIpGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIpGroupsResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getIpGroups.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetIpGroupsOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* A substring to match some number of IP Groups.
|
|
80
|
+
*/
|
|
81
|
+
name: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The name of the Resource Group where the IP Groups exist.
|
|
84
|
+
*/
|
|
85
|
+
resourceGroupName: pulumi.Input<string>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.getIpGroupsOutput = exports.getIpGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to access information about existing IP Groups.
|
|
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.network.getIpGroups({
|
|
18
|
+
* name: "existing",
|
|
19
|
+
* resourceGroupName: "existing",
|
|
20
|
+
* });
|
|
21
|
+
* export const id = example.then(example => example.id);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
/** @deprecated azure.compute/getipgroups.getIpGroups has been deprecated in favor of azure.network/getipgroups.getIpGroups */
|
|
25
|
+
function getIpGroups(args, opts) {
|
|
26
|
+
pulumi.log.warn("getIpGroups is deprecated: azure.compute/getipgroups.getIpGroups has been deprecated in favor of azure.network/getipgroups.getIpGroups");
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("azure:compute/getIpGroups:getIpGroups", {
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"resourceGroupName": args.resourceGroupName,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getIpGroups = getIpGroups;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to access information about existing IP Groups.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as azure from "@pulumi/azure";
|
|
42
|
+
*
|
|
43
|
+
* const example = azure.network.getIpGroups({
|
|
44
|
+
* name: "existing",
|
|
45
|
+
* resourceGroupName: "existing",
|
|
46
|
+
* });
|
|
47
|
+
* export const id = example.then(example => example.id);
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
/** @deprecated azure.compute/getipgroups.getIpGroups has been deprecated in favor of azure.network/getipgroups.getIpGroups */
|
|
51
|
+
function getIpGroupsOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => getIpGroups(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.getIpGroupsOutput = getIpGroupsOutput;
|
|
55
|
+
//# sourceMappingURL=getIpGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIpGroups.js","sourceRoot":"","sources":["../../compute/getIpGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,8HAA8H;AAC9H,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wIAAwI,CAAC,CAAA;IAEzJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAqCD;;;;;;;;;;;;;;;GAeG;AACH,8HAA8H;AAC9H,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/compute/index.d.ts
CHANGED
|
@@ -73,6 +73,9 @@ export declare const getImageOutput: typeof import("./getImage").getImageOutput;
|
|
|
73
73
|
export { GetImagesArgs, GetImagesResult, GetImagesOutputArgs } from "./getImages";
|
|
74
74
|
export declare const getImages: typeof import("./getImages").getImages;
|
|
75
75
|
export declare const getImagesOutput: typeof import("./getImages").getImagesOutput;
|
|
76
|
+
export { GetIpGroupsArgs, GetIpGroupsResult, GetIpGroupsOutputArgs } from "./getIpGroups";
|
|
77
|
+
export declare const getIpGroups: typeof import("./getIpGroups").getIpGroups;
|
|
78
|
+
export declare const getIpGroupsOutput: typeof import("./getIpGroups").getIpGroupsOutput;
|
|
76
79
|
export { GetManagedDiskArgs, GetManagedDiskResult, GetManagedDiskOutputArgs } from "./getManagedDisk";
|
|
77
80
|
export declare const getManagedDisk: typeof import("./getManagedDisk").getManagedDisk;
|
|
78
81
|
export declare const getManagedDiskOutput: typeof import("./getManagedDisk").getManagedDiskOutput;
|
package/compute/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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.
|
|
6
|
-
exports.WindowsVirtualMachineScaleSet = exports.WindowsVirtualMachine = exports.VirtualMachineScaleSetExtension = exports.VirtualMachine = exports.SshPublicKey = exports.Snapshot = exports.SharedImageVersion = exports.SharedImageGallery = exports.SharedImage = exports.ScaleSetPacketCapture = exports.ScaleSet = exports.RunCommand = exports.PacketCapture = exports.OrchestratedVirtualMachineScaleSet = exports.ManagedDiskSasToken = exports.ManagedDisk = exports.LinuxVirtualMachineScaleSet = exports.LinuxVirtualMachine = exports.Image = exports.getVirtualMachineScaleSetOutput = exports.getVirtualMachineScaleSet = exports.getVirtualMachineOutput = exports.getVirtualMachine = exports.getSshPublicKeyOutput = exports.getSshPublicKey = void 0;
|
|
5
|
+
exports.getSharedImageVersionsOutput = exports.getSharedImageVersions = exports.getSharedImageVersionOutput = exports.getSharedImageVersion = exports.getSharedImageGalleryOutput = exports.getSharedImageGallery = exports.getSharedImageOutput = exports.getSharedImage = exports.getPlatformImageOutput = exports.getPlatformImage = exports.getOrchestratedVirtualMachineScaleSetOutput = exports.getOrchestratedVirtualMachineScaleSet = exports.getManagedDiskOutput = exports.getManagedDisk = exports.getIpGroupsOutput = exports.getIpGroups = exports.getImagesOutput = exports.getImages = exports.getImageOutput = exports.getImage = exports.getDiskEncryptionSetOutput = exports.getDiskEncryptionSet = exports.getDiskAccessOutput = exports.getDiskAccess = exports.getDedicatedHostGroupOutput = exports.getDedicatedHostGroup = exports.getDedicatedHostOutput = exports.getDedicatedHost = exports.getConfidentialLedgerOutput = exports.getConfidentialLedger = exports.getBastionHostOutput = exports.getBastionHost = exports.getAvailabilitySetOutput = exports.getAvailabilitySet = exports.GalleryApplicationVersion = exports.GalleryApplication = exports.Extension = exports.DiskPoolManagedDiskAttachment = exports.DiskPoolIscsiTargetLun = exports.DiskPoolIscsiTarget = exports.DiskPool = exports.DiskEncryptionSet = exports.DiskAccess = exports.DedicatedHostGroup = exports.DedicatedHost = exports.DataDiskAttachment = exports.CapacityReservationGroup = exports.CapacityReservation = exports.BastionHost = exports.AvailabilitySet = void 0;
|
|
6
|
+
exports.WindowsVirtualMachineScaleSet = exports.WindowsVirtualMachine = exports.VirtualMachineScaleSetExtension = exports.VirtualMachine = exports.SshPublicKey = exports.Snapshot = exports.SharedImageVersion = exports.SharedImageGallery = exports.SharedImage = exports.ScaleSetPacketCapture = exports.ScaleSet = exports.RunCommand = exports.PacketCapture = exports.OrchestratedVirtualMachineScaleSet = exports.ManagedDiskSasToken = exports.ManagedDisk = exports.LinuxVirtualMachineScaleSet = exports.LinuxVirtualMachine = exports.Image = exports.getVirtualMachineScaleSetOutput = exports.getVirtualMachineScaleSet = exports.getVirtualMachineOutput = exports.getVirtualMachine = exports.getSshPublicKeyOutput = exports.getSshPublicKey = exports.getSnapshotOutput = exports.getSnapshot = void 0;
|
|
7
7
|
const pulumi = require("@pulumi/pulumi");
|
|
8
8
|
const utilities = require("../utilities");
|
|
9
9
|
exports.AvailabilitySet = null;
|
|
@@ -65,6 +65,9 @@ utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./get
|
|
|
65
65
|
exports.getImages = null;
|
|
66
66
|
exports.getImagesOutput = null;
|
|
67
67
|
utilities.lazyLoad(exports, ["getImages", "getImagesOutput"], () => require("./getImages"));
|
|
68
|
+
exports.getIpGroups = null;
|
|
69
|
+
exports.getIpGroupsOutput = null;
|
|
70
|
+
utilities.lazyLoad(exports, ["getIpGroups", "getIpGroupsOutput"], () => require("./getIpGroups"));
|
|
68
71
|
exports.getManagedDisk = null;
|
|
69
72
|
exports.getManagedDiskOutput = null;
|
|
70
73
|
utilities.lazyLoad(exports, ["getManagedDisk", "getManagedDiskOutput"], () => require("./getManagedDisk"));
|