@pulumi/azure 5.71.0-alpha.1712404106 → 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.
- package/appinsights/smartDetectionRule.d.ts +1 -1
- package/appinsights/smartDetectionRule.js +1 -1
- package/appservice/index.d.ts +3 -0
- package/appservice/index.js +6 -1
- package/appservice/index.js.map +1 -1
- package/appservice/staticWebAppFunctionAppRegistration.d.ts +131 -0
- package/appservice/staticWebAppFunctionAppRegistration.js +116 -0
- package/appservice/staticWebAppFunctionAppRegistration.js.map +1 -0
- package/bot/channelsRegistration.d.ts +2 -0
- package/bot/channelsRegistration.js +2 -0
- package/bot/channelsRegistration.js.map +1 -1
- package/bot/serviceAzureBot.d.ts +18 -0
- package/bot/serviceAzureBot.js +2 -0
- package/bot/serviceAzureBot.js.map +1 -1
- package/chaosstudio/target.d.ts +0 -33
- package/chaosstudio/target.js +0 -33
- package/chaosstudio/target.js.map +1 -1
- package/compute/getSharedImageVersion.d.ts +13 -1
- package/compute/getSharedImageVersion.js +1 -0
- package/compute/getSharedImageVersion.js.map +1 -1
- package/containerservice/clusterTrustedAccessRoleBinding.d.ts +0 -73
- package/containerservice/clusterTrustedAccessRoleBinding.js +0 -73
- package/containerservice/clusterTrustedAccessRoleBinding.js.map +1 -1
- package/containerservice/fleetMember.d.ts +0 -38
- package/containerservice/fleetMember.js +0 -38
- package/containerservice/fleetMember.js.map +1 -1
- package/databricks/workspace.d.ts +12 -6
- package/databricks/workspace.js +4 -0
- package/databricks/workspace.js.map +1 -1
- package/databricks/workspaceRootDbfsCustomerManagedKey.d.ts +5 -2
- package/databricks/workspaceRootDbfsCustomerManagedKey.js +4 -2
- package/databricks/workspaceRootDbfsCustomerManagedKey.js.map +1 -1
- package/devtest/schedule.d.ts +1 -0
- package/devtest/schedule.js +1 -0
- package/devtest/schedule.js.map +1 -1
- package/monitoring/scheduledQueryRulesAlertV2.d.ts +26 -0
- package/monitoring/scheduledQueryRulesAlertV2.js +16 -0
- package/monitoring/scheduledQueryRulesAlertV2.js.map +1 -1
- package/mssql/database.d.ts +22 -4
- package/mssql/database.js +2 -0
- package/mssql/database.js.map +1 -1
- package/mssql/elasticPool.d.ts +13 -7
- package/mssql/elasticPool.js.map +1 -1
- package/mssql/serverExtendedAuditingPolicy.d.ts +24 -0
- package/mssql/serverExtendedAuditingPolicy.js +4 -0
- package/mssql/serverExtendedAuditingPolicy.js.map +1 -1
- package/netapp/account.d.ts +2 -0
- package/netapp/account.js +2 -0
- package/netapp/account.js.map +1 -1
- package/netapp/volume.d.ts +27 -0
- package/netapp/volume.js +4 -0
- package/netapp/volume.js.map +1 -1
- package/nginx/deployment.d.ts +3 -3
- package/nginx/getDeployment.d.ts +1 -1
- package/package.json +1 -1
- package/redis/cacheAccessPolicy.d.ts +116 -0
- package/redis/cacheAccessPolicy.js +103 -0
- package/redis/cacheAccessPolicy.js.map +1 -0
- package/redis/cacheAccessPolicyAssignment.d.ts +143 -0
- package/redis/cacheAccessPolicyAssignment.js +116 -0
- package/redis/cacheAccessPolicyAssignment.js.map +1 -0
- package/redis/index.d.ts +6 -0
- package/redis/index.js +11 -1
- package/redis/index.js.map +1 -1
- package/stack/hciCluster.d.ts +5 -5
- package/stack/hciCluster.js +0 -3
- package/stack/hciCluster.js.map +1 -1
- package/systemcenter/getVirtualMachineManagerInventoryItems.d.ts +79 -0
- package/systemcenter/getVirtualMachineManagerInventoryItems.js +54 -0
- package/systemcenter/getVirtualMachineManagerInventoryItems.js.map +1 -0
- package/systemcenter/index.d.ts +3 -0
- package/systemcenter/index.js +4 -1
- package/systemcenter/index.js.map +1 -1
- package/types/input.d.ts +90 -7
- package/types/output.d.ts +112 -7
- package/workloadssap/discoveryVirtualInstance.d.ts +204 -0
- package/workloadssap/discoveryVirtualInstance.js +119 -0
- package/workloadssap/discoveryVirtualInstance.js.map +1 -0
- package/workloadssap/index.d.ts +3 -0
- package/workloadssap/index.js +6 -1
- package/workloadssap/index.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -23080,7 +23080,7 @@ export declare namespace compute {
|
|
|
23080
23080
|
}
|
|
23081
23081
|
interface CapacityReservationSku {
|
|
23082
23082
|
/**
|
|
23083
|
-
* Specifies the number of instances to be reserved. It must be
|
|
23083
|
+
* Specifies the number of instances to be reserved. It must be greater than or equal to `0` and not exceed the quota in the subscription.
|
|
23084
23084
|
*/
|
|
23085
23085
|
capacity: number;
|
|
23086
23086
|
/**
|
|
@@ -26829,6 +26829,7 @@ export declare namespace config {
|
|
|
26829
26829
|
logAnalyticsWorkspace?: outputs.config.FeaturesLogAnalyticsWorkspace;
|
|
26830
26830
|
managedDisk?: outputs.config.FeaturesManagedDisk;
|
|
26831
26831
|
postgresqlFlexibleServer?: outputs.config.FeaturesPostgresqlFlexibleServer;
|
|
26832
|
+
recoveryService?: outputs.config.FeaturesRecoveryService;
|
|
26832
26833
|
resourceGroup?: outputs.config.FeaturesResourceGroup;
|
|
26833
26834
|
subscription?: outputs.config.FeaturesSubscription;
|
|
26834
26835
|
templateDeployment?: outputs.config.FeaturesTemplateDeployment;
|
|
@@ -26896,6 +26897,10 @@ export declare namespace config {
|
|
|
26896
26897
|
interface FeaturesPostgresqlFlexibleServer {
|
|
26897
26898
|
restartServerOnConfigurationValueChange?: boolean;
|
|
26898
26899
|
}
|
|
26900
|
+
interface FeaturesRecoveryService {
|
|
26901
|
+
purgeProtectedItemsFromVaultOnDestroy?: boolean;
|
|
26902
|
+
vmBackupStopProtectionAndRetainDataOnDestroy?: boolean;
|
|
26903
|
+
}
|
|
26899
26904
|
interface FeaturesResourceGroup {
|
|
26900
26905
|
preventDeletionIfContainsResources?: boolean;
|
|
26901
26906
|
}
|
|
@@ -27664,15 +27669,29 @@ export declare namespace containerapp {
|
|
|
27664
27669
|
}
|
|
27665
27670
|
interface AppSecret {
|
|
27666
27671
|
/**
|
|
27667
|
-
* The
|
|
27672
|
+
* The identity to use for accessing the Key Vault secret reference. This can either be the Resource ID of a User Assigned Identity, or `System` for the System Assigned Identity.
|
|
27673
|
+
*
|
|
27674
|
+
* !> **Note:** `identity` must be used together with `keyVaultSecretId`
|
|
27675
|
+
*/
|
|
27676
|
+
identity?: string;
|
|
27677
|
+
/**
|
|
27678
|
+
* The ID of a Key Vault secret. This can be a versioned or version-less ID.
|
|
27679
|
+
*
|
|
27680
|
+
* !> **Note:** When using `keyVaultSecretId`, `ignoreChanges` should be used to ignore any changes to `value`.
|
|
27681
|
+
*/
|
|
27682
|
+
keyVaultSecretId?: string;
|
|
27683
|
+
/**
|
|
27684
|
+
* The secret name.
|
|
27668
27685
|
*/
|
|
27669
27686
|
name: string;
|
|
27670
27687
|
/**
|
|
27671
27688
|
* The value for this secret.
|
|
27672
27689
|
*
|
|
27690
|
+
* !> **Note:** `value` will be ignored if `keyVaultSecretId` and `identity` are provided.
|
|
27691
|
+
*
|
|
27673
27692
|
* !> **Note:** Secrets cannot be removed from the service once added, attempting to do so will result in an error. Their values may be zeroed, i.e. set to `""`, but the named secret must persist. This is due to a technical limitation on the service which causes the service to become unmanageable. See [this issue](https://github.com/microsoft/azure-container-apps/issues/395) for more details.
|
|
27674
27693
|
*/
|
|
27675
|
-
value
|
|
27694
|
+
value?: string;
|
|
27676
27695
|
}
|
|
27677
27696
|
interface AppTemplate {
|
|
27678
27697
|
/**
|
|
@@ -28151,6 +28170,14 @@ export declare namespace containerapp {
|
|
|
28151
28170
|
value?: string;
|
|
28152
28171
|
}
|
|
28153
28172
|
interface EnvironmentDaprComponentSecret {
|
|
28173
|
+
/**
|
|
28174
|
+
* The identity to use for accessing key vault reference.
|
|
28175
|
+
*/
|
|
28176
|
+
identity?: string;
|
|
28177
|
+
/**
|
|
28178
|
+
* The Key Vault Secret ID. Could be either one of `id` or `versionlessId`.
|
|
28179
|
+
*/
|
|
28180
|
+
keyVaultSecretId?: string;
|
|
28154
28181
|
/**
|
|
28155
28182
|
* The Secret name.
|
|
28156
28183
|
*/
|
|
@@ -28158,7 +28185,7 @@ export declare namespace containerapp {
|
|
|
28158
28185
|
/**
|
|
28159
28186
|
* The value for this secret.
|
|
28160
28187
|
*/
|
|
28161
|
-
value
|
|
28188
|
+
value?: string;
|
|
28162
28189
|
}
|
|
28163
28190
|
interface EnvironmentWorkloadProfile {
|
|
28164
28191
|
/**
|
|
@@ -28315,6 +28342,14 @@ export declare namespace containerapp {
|
|
|
28315
28342
|
username: string;
|
|
28316
28343
|
}
|
|
28317
28344
|
interface GetAppSecret {
|
|
28345
|
+
/**
|
|
28346
|
+
* Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.
|
|
28347
|
+
*/
|
|
28348
|
+
identity: string;
|
|
28349
|
+
/**
|
|
28350
|
+
* The ID of a Key Vault secret.
|
|
28351
|
+
*/
|
|
28352
|
+
keyVaultSecretId: string;
|
|
28318
28353
|
/**
|
|
28319
28354
|
* The name of the Container App.
|
|
28320
28355
|
*/
|
|
@@ -33335,7 +33370,7 @@ export declare namespace databricks {
|
|
|
33335
33370
|
/**
|
|
33336
33371
|
* Are public IP Addresses not allowed? Possible values are `true` or `false`. Defaults to `false`.
|
|
33337
33372
|
*
|
|
33338
|
-
* > **
|
|
33373
|
+
* > **Note:** Updating `noPublicIp` parameter is only allowed if the value is changing from `false` to `true` and and only for VNet-injected workspaces.
|
|
33339
33374
|
*/
|
|
33340
33375
|
noPublicIp: boolean;
|
|
33341
33376
|
/**
|
|
@@ -33373,7 +33408,7 @@ export declare namespace databricks {
|
|
|
33373
33408
|
/**
|
|
33374
33409
|
* Address prefix for Managed virtual network. Defaults to `10.139`. Changing this forces a new resource to be created.
|
|
33375
33410
|
*
|
|
33376
|
-
* > **
|
|
33411
|
+
* > **Note:** Databricks requires that a network security group is associated with the `public` and `private` subnets when a `virtualNetworkId` has been defined. Both `public` and `private` subnets must be delegated to `Microsoft.Databricks/workspaces`. For more information about subnet delegation see the [product documentation](https://docs.microsoft.com/azure/virtual-network/subnet-delegation-overview).
|
|
33377
33412
|
*/
|
|
33378
33413
|
vnetAddressPrefix: string;
|
|
33379
33414
|
}
|
|
@@ -50140,6 +50175,26 @@ export declare namespace monitoring {
|
|
|
50140
50175
|
*/
|
|
50141
50176
|
numberOfEvaluationPeriods: number;
|
|
50142
50177
|
}
|
|
50178
|
+
interface ScheduledQueryRulesAlertV2Identity {
|
|
50179
|
+
/**
|
|
50180
|
+
* A list of User Assigned Managed Identity IDs to be assigned to this Scheduled Query Rule.
|
|
50181
|
+
*
|
|
50182
|
+
* > **NOTE:** This is required when `type` is set to `UserAssigned`. The identity associated must have required roles, read the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-log-alert-rule#configure-the-alert-rule-details) for more information.
|
|
50183
|
+
*/
|
|
50184
|
+
identityIds?: string[];
|
|
50185
|
+
/**
|
|
50186
|
+
* The Principal ID for the Service Principal associated with the Managed Service Identity of this App Service slot.
|
|
50187
|
+
*/
|
|
50188
|
+
principalId: string;
|
|
50189
|
+
/**
|
|
50190
|
+
* The Tenant ID for the Service Principal associated with the Managed Service Identity of this App Service slot.
|
|
50191
|
+
*/
|
|
50192
|
+
tenantId: string;
|
|
50193
|
+
/**
|
|
50194
|
+
* Specifies the type of Managed Service Identity that should be configured on this Scheduled Query Rule. Possible values are `SystemAssigned`, `UserAssigned`.
|
|
50195
|
+
*/
|
|
50196
|
+
type: string;
|
|
50197
|
+
}
|
|
50143
50198
|
interface ScheduledQueryRulesLogCriteria {
|
|
50144
50199
|
/**
|
|
50145
50200
|
* A `dimension` block as defined below.
|
|
@@ -51469,6 +51524,30 @@ export declare namespace netapp {
|
|
|
51469
51524
|
* A list of allowed clients IPv4 addresses.
|
|
51470
51525
|
*/
|
|
51471
51526
|
allowedClients: string[];
|
|
51527
|
+
/**
|
|
51528
|
+
* Is Kerberos 5 read-only access permitted to this volume?
|
|
51529
|
+
*/
|
|
51530
|
+
kerberos5ReadOnlyEnabled?: boolean;
|
|
51531
|
+
/**
|
|
51532
|
+
* Is Kerberos 5 read/write permitted to this volume?
|
|
51533
|
+
*/
|
|
51534
|
+
kerberos5ReadWriteEnabled?: boolean;
|
|
51535
|
+
/**
|
|
51536
|
+
* Is Kerberos 5i read-only permitted to this volume?
|
|
51537
|
+
*/
|
|
51538
|
+
kerberos5iReadOnlyEnabled?: boolean;
|
|
51539
|
+
/**
|
|
51540
|
+
* Is Kerberos 5i read/write permitted to this volume?
|
|
51541
|
+
*/
|
|
51542
|
+
kerberos5iReadWriteEnabled?: boolean;
|
|
51543
|
+
/**
|
|
51544
|
+
* Is Kerberos 5p read-only permitted to this volume?
|
|
51545
|
+
*/
|
|
51546
|
+
kerberos5pReadOnlyEnabled?: boolean;
|
|
51547
|
+
/**
|
|
51548
|
+
* Is Kerberos 5p read/write permitted to this volume?
|
|
51549
|
+
*/
|
|
51550
|
+
kerberos5pReadWriteEnabled?: boolean;
|
|
51472
51551
|
/**
|
|
51473
51552
|
* A list of allowed protocols. Valid values include `CIFS`, `NFSv3`, or `NFSv4.1`. Only one value is supported at this time. This replaces the previous arguments: `cifsEnabled`, `nfsv3Enabled` and `nfsv4Enabled`.
|
|
51474
51553
|
*/
|
|
@@ -56667,7 +56746,7 @@ export declare namespace nginx {
|
|
|
56667
56746
|
}
|
|
56668
56747
|
interface DeploymentFrontendPublic {
|
|
56669
56748
|
/**
|
|
56670
|
-
* Specifies a list of Public IP
|
|
56749
|
+
* Specifies a list of Public IP Resource ID to this Nginx Deployment.
|
|
56671
56750
|
*/
|
|
56672
56751
|
ipAddresses?: string[];
|
|
56673
56752
|
}
|
|
@@ -62740,6 +62819,22 @@ export declare namespace synapse {
|
|
|
62740
62819
|
enabled?: boolean;
|
|
62741
62820
|
}
|
|
62742
62821
|
}
|
|
62822
|
+
export declare namespace systemcenter {
|
|
62823
|
+
interface GetVirtualMachineManagerInventoryItemsInventoryItem {
|
|
62824
|
+
/**
|
|
62825
|
+
* The ID of the System Center Virtual Machine Manager Inventory Item.
|
|
62826
|
+
*/
|
|
62827
|
+
id: string;
|
|
62828
|
+
/**
|
|
62829
|
+
* The name of the System Center Virtual Machine Manager Inventory Item.
|
|
62830
|
+
*/
|
|
62831
|
+
name: string;
|
|
62832
|
+
/**
|
|
62833
|
+
* The UUID of the System Center Virtual Machine Manager Inventory Item that is assigned by System Center Virtual Machine Manager.
|
|
62834
|
+
*/
|
|
62835
|
+
uuid: string;
|
|
62836
|
+
}
|
|
62837
|
+
}
|
|
62743
62838
|
export declare namespace trafficmanager {
|
|
62744
62839
|
interface ProfileDnsConfig {
|
|
62745
62840
|
/**
|
|
@@ -63192,6 +63287,16 @@ export declare namespace webpubsub {
|
|
|
63192
63287
|
}
|
|
63193
63288
|
}
|
|
63194
63289
|
export declare namespace workloadssap {
|
|
63290
|
+
interface DiscoveryVirtualInstanceIdentity {
|
|
63291
|
+
/**
|
|
63292
|
+
* A list of User Assigned Managed Identity IDs to be assigned to this SAP Discovery Virtual Instance.
|
|
63293
|
+
*/
|
|
63294
|
+
identityIds: string[];
|
|
63295
|
+
/**
|
|
63296
|
+
* The type of Managed Service Identity that should be configured on this SAP Discovery Virtual Instance. The only possible value is `UserAssigned`.
|
|
63297
|
+
*/
|
|
63298
|
+
type: string;
|
|
63299
|
+
}
|
|
63195
63300
|
interface SingleNodeVirtualInstanceIdentity {
|
|
63196
63301
|
/**
|
|
63197
63302
|
* A list of User Assigned Managed Identity IDs to be assigned to this SAP Single Node Virtual Instance.
|
|
@@ -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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"}
|
package/workloadssap/index.d.ts
CHANGED
|
@@ -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;
|
package/workloadssap/index.js
CHANGED
|
@@ -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"}
|