@pulumi/azure 5.71.0-alpha.1711778272 → 5.71.0-alpha.1712668274

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.
Files changed (89) hide show
  1. package/apimanagement/apiDiagnostic.d.ts +3 -3
  2. package/apimanagement/diagnostic.d.ts +3 -3
  3. package/appconfiguration/configurationFeature.d.ts +2 -2
  4. package/appconfiguration/configurationFeature.js +2 -2
  5. package/appinsights/smartDetectionRule.d.ts +1 -1
  6. package/appinsights/smartDetectionRule.js +1 -1
  7. package/appservice/index.d.ts +3 -0
  8. package/appservice/index.js +6 -1
  9. package/appservice/index.js.map +1 -1
  10. package/appservice/staticWebAppFunctionAppRegistration.d.ts +131 -0
  11. package/appservice/staticWebAppFunctionAppRegistration.js +116 -0
  12. package/appservice/staticWebAppFunctionAppRegistration.js.map +1 -0
  13. package/bot/channelsRegistration.d.ts +2 -0
  14. package/bot/channelsRegistration.js +2 -0
  15. package/bot/channelsRegistration.js.map +1 -1
  16. package/bot/serviceAzureBot.d.ts +18 -0
  17. package/bot/serviceAzureBot.js +2 -0
  18. package/bot/serviceAzureBot.js.map +1 -1
  19. package/chaosstudio/target.d.ts +0 -33
  20. package/chaosstudio/target.js +0 -33
  21. package/chaosstudio/target.js.map +1 -1
  22. package/compute/getSharedImageVersion.d.ts +13 -1
  23. package/compute/getSharedImageVersion.js +1 -0
  24. package/compute/getSharedImageVersion.js.map +1 -1
  25. package/containerapp/environmentDaprComponent.d.ts +3 -3
  26. package/containerservice/clusterTrustedAccessRoleBinding.d.ts +0 -73
  27. package/containerservice/clusterTrustedAccessRoleBinding.js +0 -73
  28. package/containerservice/clusterTrustedAccessRoleBinding.js.map +1 -1
  29. package/containerservice/fleetMember.d.ts +0 -38
  30. package/containerservice/fleetMember.js +0 -38
  31. package/containerservice/fleetMember.js.map +1 -1
  32. package/databricks/workspace.d.ts +12 -6
  33. package/databricks/workspace.js +4 -0
  34. package/databricks/workspace.js.map +1 -1
  35. package/databricks/workspaceRootDbfsCustomerManagedKey.d.ts +5 -2
  36. package/databricks/workspaceRootDbfsCustomerManagedKey.js +4 -2
  37. package/databricks/workspaceRootDbfsCustomerManagedKey.js.map +1 -1
  38. package/devtest/schedule.d.ts +1 -0
  39. package/devtest/schedule.js +1 -0
  40. package/devtest/schedule.js.map +1 -1
  41. package/monitoring/scheduledQueryRulesAlertV2.d.ts +26 -0
  42. package/monitoring/scheduledQueryRulesAlertV2.js +16 -0
  43. package/monitoring/scheduledQueryRulesAlertV2.js.map +1 -1
  44. package/mssql/database.d.ts +22 -4
  45. package/mssql/database.js +2 -0
  46. package/mssql/database.js.map +1 -1
  47. package/mssql/elasticPool.d.ts +13 -7
  48. package/mssql/elasticPool.js.map +1 -1
  49. package/mssql/serverExtendedAuditingPolicy.d.ts +24 -0
  50. package/mssql/serverExtendedAuditingPolicy.js +4 -0
  51. package/mssql/serverExtendedAuditingPolicy.js.map +1 -1
  52. package/netapp/account.d.ts +2 -0
  53. package/netapp/account.js +2 -0
  54. package/netapp/account.js.map +1 -1
  55. package/netapp/volume.d.ts +33 -6
  56. package/netapp/volume.js +4 -0
  57. package/netapp/volume.js.map +1 -1
  58. package/network/publicIpPrefix.d.ts +3 -3
  59. package/nginx/deployment.d.ts +3 -3
  60. package/nginx/getDeployment.d.ts +1 -1
  61. package/package.json +1 -1
  62. package/redis/cacheAccessPolicy.d.ts +116 -0
  63. package/redis/cacheAccessPolicy.js +103 -0
  64. package/redis/cacheAccessPolicy.js.map +1 -0
  65. package/redis/cacheAccessPolicyAssignment.d.ts +143 -0
  66. package/redis/cacheAccessPolicyAssignment.js +116 -0
  67. package/redis/cacheAccessPolicyAssignment.js.map +1 -0
  68. package/redis/index.d.ts +6 -0
  69. package/redis/index.js +11 -1
  70. package/redis/index.js.map +1 -1
  71. package/stack/hciCluster.d.ts +5 -5
  72. package/stack/hciCluster.js +0 -3
  73. package/stack/hciCluster.js.map +1 -1
  74. package/storage/syncCloudEndpoint.d.ts +1 -1
  75. package/storage/syncCloudEndpoint.js +1 -1
  76. package/systemcenter/getVirtualMachineManagerInventoryItems.d.ts +79 -0
  77. package/systemcenter/getVirtualMachineManagerInventoryItems.js +54 -0
  78. package/systemcenter/getVirtualMachineManagerInventoryItems.js.map +1 -0
  79. package/systemcenter/index.d.ts +3 -0
  80. package/systemcenter/index.js +4 -1
  81. package/systemcenter/index.js.map +1 -1
  82. package/types/input.d.ts +126 -43
  83. package/types/output.d.ts +148 -43
  84. package/workloadssap/discoveryVirtualInstance.d.ts +204 -0
  85. package/workloadssap/discoveryVirtualInstance.js +119 -0
  86. package/workloadssap/discoveryVirtualInstance.js.map +1 -0
  87. package/workloadssap/index.d.ts +3 -0
  88. package/workloadssap/index.js +6 -1
  89. package/workloadssap/index.js.map +1 -1
@@ -0,0 +1,204 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Manages an SAP Discovery Virtual Instance.
6
+ *
7
+ * > **Note:** Before using this resource, it's required to submit the request of registering the Resource Provider with Azure CLI `az provider register --namespace "Microsoft.Workloads"`. The Resource Provider can take a while to register, you can check the status by running `az provider show --namespace "Microsoft.Workloads" --query "registrationState"`. Once this outputs "Registered" the Resource Provider is available for use.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * <!--Start PulumiCodeChooser -->
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as azure from "@pulumi/azure";
15
+ *
16
+ * const example = new azure.core.ResourceGroup("example", {
17
+ * name: "example-sapvis",
18
+ * location: "West Europe",
19
+ * });
20
+ * const exampleDiscoveryVirtualInstance = new azure.workloadssap.DiscoveryVirtualInstance("example", {
21
+ * name: "X01",
22
+ * resourceGroupName: example.name,
23
+ * location: example.location,
24
+ * environment: "NonProd",
25
+ * sapProduct: "S4HANA",
26
+ * centralServerVirtualMachineId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/exampleRG/providers/Microsoft.Compute/virtualMachines/csvm1",
27
+ * managedStorageAccountName: "managedsa",
28
+ * identity: {
29
+ * type: "UserAssigned",
30
+ * identityIds: ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/exampleRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/uai1"],
31
+ * },
32
+ * });
33
+ * ```
34
+ * <!--End PulumiCodeChooser -->
35
+ *
36
+ * ## Import
37
+ *
38
+ * SAP Discovery Virtual Instances can be imported using the `resource id`, e.g.
39
+ *
40
+ * ```sh
41
+ * $ pulumi import azure:workloadssap/discoveryVirtualInstance:DiscoveryVirtualInstance example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Workloads/sapVirtualInstances/vis1
42
+ * ```
43
+ */
44
+ export declare class DiscoveryVirtualInstance extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing DiscoveryVirtualInstance 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?: DiscoveryVirtualInstanceState, opts?: pulumi.CustomResourceOptions): DiscoveryVirtualInstance;
55
+ /**
56
+ * Returns true if the given object is an instance of DiscoveryVirtualInstance. 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 DiscoveryVirtualInstance;
60
+ /**
61
+ * The ID of the Virtual Machine of the Central Server. Changing this forces a new resource to be created.
62
+ */
63
+ readonly centralServerVirtualMachineId: pulumi.Output<string>;
64
+ /**
65
+ * The environment type for the SAP Discovery Virtual Instance. Possible values are `NonProd` and `Prod`. Changing this forces a new resource to be created.
66
+ */
67
+ readonly environment: pulumi.Output<string>;
68
+ /**
69
+ * An `identity` block as defined below.
70
+ */
71
+ readonly identity: pulumi.Output<outputs.workloadssap.DiscoveryVirtualInstanceIdentity | undefined>;
72
+ /**
73
+ * The Azure Region where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
74
+ */
75
+ readonly location: pulumi.Output<string>;
76
+ /**
77
+ * The name of the managed Resource Group for the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
78
+ */
79
+ readonly managedResourceGroupName: pulumi.Output<string | undefined>;
80
+ /**
81
+ * The name of the custom Storage Account created by the service in the managed Resource Group. Changing this forces a new resource to be created.
82
+ */
83
+ readonly managedStorageAccountName: pulumi.Output<string | undefined>;
84
+ /**
85
+ * Specifies the name of the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
86
+ */
87
+ readonly name: pulumi.Output<string>;
88
+ /**
89
+ * The name of the Resource Group where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
90
+ */
91
+ readonly resourceGroupName: pulumi.Output<string>;
92
+ /**
93
+ * The SAP Product type for the SAP Discovery Virtual Instance. Possible values are `ECC`, `Other` and `S4HANA`. Changing this forces a new resource to be created.
94
+ */
95
+ readonly sapProduct: pulumi.Output<string>;
96
+ /**
97
+ * A mapping of tags which should be assigned to the SAP Discovery Virtual Instance.
98
+ */
99
+ readonly tags: pulumi.Output<{
100
+ [key: string]: string;
101
+ } | undefined>;
102
+ /**
103
+ * Create a DiscoveryVirtualInstance resource with the given unique name, arguments, and options.
104
+ *
105
+ * @param name The _unique_ name of the resource.
106
+ * @param args The arguments to use to populate this resource's properties.
107
+ * @param opts A bag of options that control this resource's behavior.
108
+ */
109
+ constructor(name: string, args: DiscoveryVirtualInstanceArgs, opts?: pulumi.CustomResourceOptions);
110
+ }
111
+ /**
112
+ * Input properties used for looking up and filtering DiscoveryVirtualInstance resources.
113
+ */
114
+ export interface DiscoveryVirtualInstanceState {
115
+ /**
116
+ * The ID of the Virtual Machine of the Central Server. Changing this forces a new resource to be created.
117
+ */
118
+ centralServerVirtualMachineId?: pulumi.Input<string>;
119
+ /**
120
+ * The environment type for the SAP Discovery Virtual Instance. Possible values are `NonProd` and `Prod`. Changing this forces a new resource to be created.
121
+ */
122
+ environment?: pulumi.Input<string>;
123
+ /**
124
+ * An `identity` block as defined below.
125
+ */
126
+ identity?: pulumi.Input<inputs.workloadssap.DiscoveryVirtualInstanceIdentity>;
127
+ /**
128
+ * The Azure Region where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
129
+ */
130
+ location?: pulumi.Input<string>;
131
+ /**
132
+ * The name of the managed Resource Group for the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
133
+ */
134
+ managedResourceGroupName?: pulumi.Input<string>;
135
+ /**
136
+ * The name of the custom Storage Account created by the service in the managed Resource Group. Changing this forces a new resource to be created.
137
+ */
138
+ managedStorageAccountName?: pulumi.Input<string>;
139
+ /**
140
+ * Specifies the name of the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
141
+ */
142
+ name?: pulumi.Input<string>;
143
+ /**
144
+ * The name of the Resource Group where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
145
+ */
146
+ resourceGroupName?: pulumi.Input<string>;
147
+ /**
148
+ * The SAP Product type for the SAP Discovery Virtual Instance. Possible values are `ECC`, `Other` and `S4HANA`. Changing this forces a new resource to be created.
149
+ */
150
+ sapProduct?: pulumi.Input<string>;
151
+ /**
152
+ * A mapping of tags which should be assigned to the SAP Discovery Virtual Instance.
153
+ */
154
+ tags?: pulumi.Input<{
155
+ [key: string]: pulumi.Input<string>;
156
+ }>;
157
+ }
158
+ /**
159
+ * The set of arguments for constructing a DiscoveryVirtualInstance resource.
160
+ */
161
+ export interface DiscoveryVirtualInstanceArgs {
162
+ /**
163
+ * The ID of the Virtual Machine of the Central Server. Changing this forces a new resource to be created.
164
+ */
165
+ centralServerVirtualMachineId: pulumi.Input<string>;
166
+ /**
167
+ * The environment type for the SAP Discovery Virtual Instance. Possible values are `NonProd` and `Prod`. Changing this forces a new resource to be created.
168
+ */
169
+ environment: pulumi.Input<string>;
170
+ /**
171
+ * An `identity` block as defined below.
172
+ */
173
+ identity?: pulumi.Input<inputs.workloadssap.DiscoveryVirtualInstanceIdentity>;
174
+ /**
175
+ * The Azure Region where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
176
+ */
177
+ location?: pulumi.Input<string>;
178
+ /**
179
+ * The name of the managed Resource Group for the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
180
+ */
181
+ managedResourceGroupName?: pulumi.Input<string>;
182
+ /**
183
+ * The name of the custom Storage Account created by the service in the managed Resource Group. Changing this forces a new resource to be created.
184
+ */
185
+ managedStorageAccountName?: pulumi.Input<string>;
186
+ /**
187
+ * Specifies the name of the SAP Discovery Virtual Instance. Changing this forces a new resource to be created.
188
+ */
189
+ name?: pulumi.Input<string>;
190
+ /**
191
+ * The name of the Resource Group where the SAP Discovery Virtual Instance should exist. Changing this forces a new resource to be created.
192
+ */
193
+ resourceGroupName: pulumi.Input<string>;
194
+ /**
195
+ * The SAP Product type for the SAP Discovery Virtual Instance. Possible values are `ECC`, `Other` and `S4HANA`. Changing this forces a new resource to be created.
196
+ */
197
+ sapProduct: pulumi.Input<string>;
198
+ /**
199
+ * A mapping of tags which should be assigned to the SAP Discovery Virtual Instance.
200
+ */
201
+ tags?: pulumi.Input<{
202
+ [key: string]: pulumi.Input<string>;
203
+ }>;
204
+ }
@@ -0,0 +1,119 @@
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.DiscoveryVirtualInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages an SAP Discovery Virtual Instance.
10
+ *
11
+ * > **Note:** Before using this resource, it's required to submit the request of registering the Resource Provider with Azure CLI `az provider register --namespace "Microsoft.Workloads"`. The Resource Provider can take a while to register, you can check the status by running `az provider show --namespace "Microsoft.Workloads" --query "registrationState"`. Once this outputs "Registered" the Resource Provider is available for use.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * <!--Start PulumiCodeChooser -->
16
+ * ```typescript
17
+ * import * as pulumi from "@pulumi/pulumi";
18
+ * import * as azure from "@pulumi/azure";
19
+ *
20
+ * const example = new azure.core.ResourceGroup("example", {
21
+ * name: "example-sapvis",
22
+ * location: "West Europe",
23
+ * });
24
+ * const exampleDiscoveryVirtualInstance = new azure.workloadssap.DiscoveryVirtualInstance("example", {
25
+ * name: "X01",
26
+ * resourceGroupName: example.name,
27
+ * location: example.location,
28
+ * environment: "NonProd",
29
+ * sapProduct: "S4HANA",
30
+ * centralServerVirtualMachineId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/exampleRG/providers/Microsoft.Compute/virtualMachines/csvm1",
31
+ * managedStorageAccountName: "managedsa",
32
+ * identity: {
33
+ * type: "UserAssigned",
34
+ * identityIds: ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/exampleRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/uai1"],
35
+ * },
36
+ * });
37
+ * ```
38
+ * <!--End PulumiCodeChooser -->
39
+ *
40
+ * ## Import
41
+ *
42
+ * SAP Discovery Virtual Instances can be imported using the `resource id`, e.g.
43
+ *
44
+ * ```sh
45
+ * $ pulumi import azure:workloadssap/discoveryVirtualInstance:DiscoveryVirtualInstance example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Workloads/sapVirtualInstances/vis1
46
+ * ```
47
+ */
48
+ class DiscoveryVirtualInstance extends pulumi.CustomResource {
49
+ constructor(name, argsOrState, opts) {
50
+ let resourceInputs = {};
51
+ opts = opts || {};
52
+ if (opts.id) {
53
+ const state = argsOrState;
54
+ resourceInputs["centralServerVirtualMachineId"] = state ? state.centralServerVirtualMachineId : undefined;
55
+ resourceInputs["environment"] = state ? state.environment : undefined;
56
+ resourceInputs["identity"] = state ? state.identity : undefined;
57
+ resourceInputs["location"] = state ? state.location : undefined;
58
+ resourceInputs["managedResourceGroupName"] = state ? state.managedResourceGroupName : undefined;
59
+ resourceInputs["managedStorageAccountName"] = state ? state.managedStorageAccountName : undefined;
60
+ resourceInputs["name"] = state ? state.name : undefined;
61
+ resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
62
+ resourceInputs["sapProduct"] = state ? state.sapProduct : undefined;
63
+ resourceInputs["tags"] = state ? state.tags : undefined;
64
+ }
65
+ else {
66
+ const args = argsOrState;
67
+ if ((!args || args.centralServerVirtualMachineId === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'centralServerVirtualMachineId'");
69
+ }
70
+ if ((!args || args.environment === undefined) && !opts.urn) {
71
+ throw new Error("Missing required property 'environment'");
72
+ }
73
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
74
+ throw new Error("Missing required property 'resourceGroupName'");
75
+ }
76
+ if ((!args || args.sapProduct === undefined) && !opts.urn) {
77
+ throw new Error("Missing required property 'sapProduct'");
78
+ }
79
+ resourceInputs["centralServerVirtualMachineId"] = args ? args.centralServerVirtualMachineId : undefined;
80
+ resourceInputs["environment"] = args ? args.environment : undefined;
81
+ resourceInputs["identity"] = args ? args.identity : undefined;
82
+ resourceInputs["location"] = args ? args.location : undefined;
83
+ resourceInputs["managedResourceGroupName"] = args ? args.managedResourceGroupName : undefined;
84
+ resourceInputs["managedStorageAccountName"] = args ? args.managedStorageAccountName : undefined;
85
+ resourceInputs["name"] = args ? args.name : undefined;
86
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
87
+ resourceInputs["sapProduct"] = args ? args.sapProduct : undefined;
88
+ resourceInputs["tags"] = args ? args.tags : undefined;
89
+ }
90
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
91
+ super(DiscoveryVirtualInstance.__pulumiType, name, resourceInputs, opts);
92
+ }
93
+ /**
94
+ * Get an existing DiscoveryVirtualInstance resource's state with the given name, ID, and optional extra
95
+ * properties used to qualify the lookup.
96
+ *
97
+ * @param name The _unique_ name of the resulting resource.
98
+ * @param id The _unique_ provider ID of the resource to lookup.
99
+ * @param state Any extra arguments used during the lookup.
100
+ * @param opts Optional settings to control the behavior of the CustomResource.
101
+ */
102
+ static get(name, id, state, opts) {
103
+ return new DiscoveryVirtualInstance(name, state, Object.assign(Object.assign({}, opts), { id: id }));
104
+ }
105
+ /**
106
+ * Returns true if the given object is an instance of DiscoveryVirtualInstance. This is designed to work even
107
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
108
+ */
109
+ static isInstance(obj) {
110
+ if (obj === undefined || obj === null) {
111
+ return false;
112
+ }
113
+ return obj['__pulumiType'] === DiscoveryVirtualInstance.__pulumiType;
114
+ }
115
+ }
116
+ exports.DiscoveryVirtualInstance = DiscoveryVirtualInstance;
117
+ /** @internal */
118
+ DiscoveryVirtualInstance.__pulumiType = 'azure:workloadssap/discoveryVirtualInstance:DiscoveryVirtualInstance';
119
+ //# sourceMappingURL=discoveryVirtualInstance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discoveryVirtualInstance.js","sourceRoot":"","sources":["../../workloadssap/discoveryVirtualInstance.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,6 @@
1
+ export { DiscoveryVirtualInstanceArgs, DiscoveryVirtualInstanceState } from "./discoveryVirtualInstance";
2
+ export declare type DiscoveryVirtualInstance = import("./discoveryVirtualInstance").DiscoveryVirtualInstance;
3
+ export declare const DiscoveryVirtualInstance: typeof import("./discoveryVirtualInstance").DiscoveryVirtualInstance;
1
4
  export { SingleNodeVirtualInstanceArgs, SingleNodeVirtualInstanceState } from "./singleNodeVirtualInstance";
2
5
  export declare type SingleNodeVirtualInstance = import("./singleNodeVirtualInstance").SingleNodeVirtualInstance;
3
6
  export declare const SingleNodeVirtualInstance: typeof import("./singleNodeVirtualInstance").SingleNodeVirtualInstance;
@@ -2,9 +2,11 @@
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.ThreeTierVirtualInstance = exports.SingleNodeVirtualInstance = void 0;
5
+ exports.ThreeTierVirtualInstance = exports.SingleNodeVirtualInstance = exports.DiscoveryVirtualInstance = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.DiscoveryVirtualInstance = null;
9
+ utilities.lazyLoad(exports, ["DiscoveryVirtualInstance"], () => require("./discoveryVirtualInstance"));
8
10
  exports.SingleNodeVirtualInstance = null;
9
11
  utilities.lazyLoad(exports, ["SingleNodeVirtualInstance"], () => require("./singleNodeVirtualInstance"));
10
12
  exports.ThreeTierVirtualInstance = null;
@@ -13,6 +15,8 @@ const _module = {
13
15
  version: utilities.getVersion(),
14
16
  construct: (name, type, urn) => {
15
17
  switch (type) {
18
+ case "azure:workloadssap/discoveryVirtualInstance:DiscoveryVirtualInstance":
19
+ return new exports.DiscoveryVirtualInstance(name, undefined, { urn });
16
20
  case "azure:workloadssap/singleNodeVirtualInstance:SingleNodeVirtualInstance":
17
21
  return new exports.SingleNodeVirtualInstance(name, undefined, { urn });
18
22
  case "azure:workloadssap/threeTierVirtualInstance:ThreeTierVirtualInstance":
@@ -22,6 +26,7 @@ const _module = {
22
26
  }
23
27
  },
24
28
  };
29
+ pulumi.runtime.registerResourceModule("azure", "workloadssap/discoveryVirtualInstance", _module);
25
30
  pulumi.runtime.registerResourceModule("azure", "workloadssap/singleNodeVirtualInstance", _module);
26
31
  pulumi.runtime.registerResourceModule("azure", "workloadssap/threeTierVirtualInstance", _module);
27
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../workloadssap/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGvG,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,wEAAwE;gBACzE,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,sEAAsE;gBACvE,OAAO,IAAI,gCAAwB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,wCAAwC,EAAE,OAAO,CAAC,CAAA;AACjG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,uCAAuC,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../workloadssap/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAI1F,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGvG,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,sEAAsE;gBACvE,OAAO,IAAI,gCAAwB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtE,KAAK,wEAAwE;gBACzE,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,sEAAsE;gBACvE,OAAO,IAAI,gCAAwB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,uCAAuC,EAAE,OAAO,CAAC,CAAA;AAChG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,wCAAwC,EAAE,OAAO,CAAC,CAAA;AACjG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,EAAE,uCAAuC,EAAE,OAAO,CAAC,CAAA"}