@pulumi/azure 6.27.0-alpha.1758868424 → 6.27.2
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/backend.d.ts +1 -1
- package/apimanagement/backend.js +1 -1
- package/appservice/appFlexConsumption.d.ts +18 -0
- package/appservice/appFlexConsumption.js +2 -0
- package/appservice/appFlexConsumption.js.map +1 -1
- package/appservice/servicePlan.d.ts +6 -6
- package/billing/accountCostManagementExport.d.ts +1 -1
- package/billing/accountCostManagementExport.js +1 -1
- package/cdn/frontdoorFirewallPolicy.d.ts +3 -54
- package/cdn/frontdoorFirewallPolicy.js +2 -33
- package/cdn/frontdoorFirewallPolicy.js.map +1 -1
- package/cdn/frontdoorProfile.d.ts +32 -1
- package/cdn/frontdoorProfile.js +16 -1
- package/cdn/frontdoorProfile.js.map +1 -1
- package/cdn/frontdoorSecurityPolicy.d.ts +3 -3
- package/cdn/getFrontdoorFirewallPolicy.d.ts +4 -0
- package/cdn/getFrontdoorFirewallPolicy.js.map +1 -1
- package/cdn/getFrontdoorProfile.d.ts +12 -10
- package/cdn/getFrontdoorProfile.js +4 -2
- package/cdn/getFrontdoorProfile.js.map +1 -1
- package/cognitive/account.d.ts +3 -3
- package/compute/getManagedDisks.d.ts +80 -0
- package/compute/getManagedDisks.js +66 -0
- package/compute/getManagedDisks.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/linuxVirtualMachine.d.ts +31 -7
- package/compute/linuxVirtualMachine.js +2 -3
- package/compute/linuxVirtualMachine.js.map +1 -1
- package/compute/windowsVirtualMachine.d.ts +49 -10
- package/compute/windowsVirtualMachine.js +4 -6
- package/compute/windowsVirtualMachine.js.map +1 -1
- package/containerservice/clusterTrustedAccessRoleBinding.d.ts +1 -1
- package/containerservice/clusterTrustedAccessRoleBinding.js +1 -1
- package/containerservice/getClusterNodePool.d.ts +3 -2
- package/containerservice/getClusterNodePool.js +2 -2
- package/containerservice/getClusterNodePool.js.map +1 -1
- package/containerservice/getKubernetesCluster.d.ts +2 -2
- package/containerservice/getKubernetesCluster.js +2 -2
- package/containerservice/getKubernetesNodePoolSnapshot.d.ts +2 -2
- package/containerservice/getKubernetesNodePoolSnapshot.js +2 -2
- package/containerservice/kubernetesCluster.d.ts +13 -1
- package/containerservice/kubernetesCluster.js +3 -1
- package/containerservice/kubernetesCluster.js.map +1 -1
- package/containerservice/kubernetesClusterNodePool.d.ts +13 -1
- package/containerservice/kubernetesClusterNodePool.js +3 -1
- package/containerservice/kubernetesClusterNodePool.js.map +1 -1
- package/core/resourceGroupCostManagementExport.d.ts +1 -1
- package/core/resourceGroupCostManagementExport.js +1 -1
- package/core/resourceGroupPolicyAssignment.d.ts +3 -3
- package/core/resourcePolicyAssignment.d.ts +3 -3
- package/core/subscriptionCostManagementExport.d.ts +1 -1
- package/core/subscriptionCostManagementExport.js +1 -1
- package/core/subscriptionPolicyAssignment.d.ts +3 -3
- package/datafactory/customerManagedKey.d.ts +178 -0
- package/datafactory/customerManagedKey.js +165 -0
- package/datafactory/customerManagedKey.js.map +1 -0
- package/datafactory/factory.d.ts +2 -2
- package/datafactory/index.d.ts +3 -0
- package/datafactory/index.js +7 -2
- package/datafactory/index.js.map +1 -1
- package/dataprotection/backupPolicyBlobStorage.d.ts +37 -0
- package/dataprotection/backupPolicyBlobStorage.js +37 -0
- package/dataprotection/backupPolicyBlobStorage.js.map +1 -1
- package/devcenter/getProjectPool.d.ts +4 -0
- package/devcenter/getProjectPool.js.map +1 -1
- package/devcenter/projectPool.d.ts +12 -0
- package/devcenter/projectPool.js +2 -0
- package/devcenter/projectPool.js.map +1 -1
- package/eventgrid/domain.d.ts +1 -1
- package/eventgrid/domain.js +1 -1
- package/eventgrid/domainTopic.d.ts +1 -1
- package/eventgrid/domainTopic.js +1 -1
- package/eventgrid/eventSubscription.d.ts +1 -1
- package/eventgrid/eventSubscription.js +1 -1
- package/eventgrid/getDomain.d.ts +2 -2
- package/eventgrid/getDomain.js +2 -2
- package/eventgrid/getDomainTopic.d.ts +2 -2
- package/eventgrid/getDomainTopic.js +2 -2
- package/eventgrid/getPartnerNamespace.d.ts +2 -2
- package/eventgrid/getPartnerNamespace.js +2 -2
- package/eventgrid/getPartnerRegistration.d.ts +2 -2
- package/eventgrid/getPartnerRegistration.js +2 -2
- package/eventgrid/getSystemTopic.d.ts +7 -5
- package/eventgrid/getSystemTopic.js +2 -2
- package/eventgrid/getSystemTopic.js.map +1 -1
- package/eventgrid/getTopic.d.ts +2 -2
- package/eventgrid/getTopic.js +2 -2
- package/eventgrid/partnerConfiguration.d.ts +1 -1
- package/eventgrid/partnerConfiguration.js +1 -1
- package/eventgrid/partnerNamespace.d.ts +1 -1
- package/eventgrid/partnerNamespace.js +1 -1
- package/eventgrid/partnerRegistration.d.ts +1 -1
- package/eventgrid/partnerRegistration.js +1 -1
- package/eventgrid/systemTopic.d.ts +23 -9
- package/eventgrid/systemTopic.js +6 -5
- package/eventgrid/systemTopic.js.map +1 -1
- package/eventgrid/systemTopicEventSubscription.d.ts +2 -2
- package/eventgrid/systemTopicEventSubscription.js +2 -2
- package/eventgrid/topic.d.ts +1 -1
- package/eventgrid/topic.js +1 -1
- package/eventhub/domain.d.ts +1 -1
- package/eventhub/domain.js +1 -1
- package/eventhub/eventGridTopic.d.ts +1 -1
- package/eventhub/eventGridTopic.js +1 -1
- package/eventhub/eventSubscription.d.ts +1 -1
- package/eventhub/eventSubscription.js +1 -1
- package/hpc/cacheBlobTarget.d.ts +1 -1
- package/hpc/cacheBlobTarget.js +1 -1
- package/iot/endpointCosmosdbAccount.d.ts +18 -0
- package/iot/endpointCosmosdbAccount.js +2 -0
- package/iot/endpointCosmosdbAccount.js.map +1 -1
- package/iot/endpointEventhub.d.ts +18 -0
- package/iot/endpointEventhub.js +2 -0
- package/iot/endpointEventhub.js.map +1 -1
- package/iot/endpointServicebusQueue.d.ts +18 -0
- package/iot/endpointServicebusQueue.js +2 -0
- package/iot/endpointServicebusQueue.js.map +1 -1
- package/iot/endpointServicebusTopic.d.ts +18 -0
- package/iot/endpointServicebusTopic.js +2 -0
- package/iot/endpointServicebusTopic.js.map +1 -1
- package/iot/endpointStorageContainer.d.ts +18 -0
- package/iot/endpointStorageContainer.js +2 -0
- package/iot/endpointStorageContainer.js.map +1 -1
- package/keyvault/getKeyVault.d.ts +3 -0
- package/keyvault/getKeyVault.js.map +1 -1
- package/keyvault/keyVault.d.ts +25 -13
- package/keyvault/keyVault.js +2 -0
- package/keyvault/keyVault.js.map +1 -1
- package/kusto/cluster.d.ts +33 -27
- package/kusto/cluster.js +4 -2
- package/kusto/cluster.js.map +1 -1
- package/lb/getLBOutboundRule.d.ts +1 -0
- package/lb/getLBOutboundRule.js.map +1 -1
- package/lb/getLBRule.d.ts +6 -0
- package/lb/getLBRule.js.map +1 -1
- package/lb/loadBalancer.d.ts +24 -0
- package/lb/loadBalancer.js +4 -0
- package/lb/loadBalancer.js.map +1 -1
- package/lb/natRule.d.ts +31 -7
- package/lb/natRule.js +4 -0
- package/lb/natRule.js.map +1 -1
- package/lb/outboundRule.d.ts +16 -4
- package/lb/outboundRule.js +2 -0
- package/lb/outboundRule.js.map +1 -1
- package/lb/rule.d.ts +32 -8
- package/lb/rule.js +4 -0
- package/lb/rule.js.map +1 -1
- package/loadtest/loadTest.d.ts +0 -2
- package/loadtest/loadTest.js +0 -2
- package/loadtest/loadTest.js.map +1 -1
- package/logicapps/getStandard.d.ts +0 -9
- package/logicapps/getStandard.js +0 -2
- package/logicapps/getStandard.js.map +1 -1
- package/logicapps/standard.d.ts +3 -3
- package/machinelearning/computeInstance.d.ts +15 -3
- package/machinelearning/computeInstance.js.map +1 -1
- package/machinelearning/datastoreBlobstorage.d.ts +1 -1
- package/machinelearning/datastoreBlobstorage.js +1 -1
- package/machinelearning/datastoreDatalakeGen2.d.ts +1 -1
- package/machinelearning/datastoreDatalakeGen2.js +1 -1
- package/machinelearning/inferenceCluster.d.ts +1 -1
- package/machinelearning/inferenceCluster.js +1 -1
- package/machinelearning/workspace.d.ts +18 -0
- package/machinelearning/workspace.js +2 -0
- package/machinelearning/workspace.js.map +1 -1
- package/management/groupPolicyAssignment.d.ts +3 -3
- package/management/privateLinkAssociation.d.ts +0 -33
- package/management/privateLinkAssociation.js.map +1 -1
- package/mobile/networkSim.d.ts +1 -3
- package/mobile/networkSim.js +1 -3
- package/mobile/networkSim.js.map +1 -1
- package/mobile/networkSimPolicy.d.ts +1 -3
- package/mobile/networkSimPolicy.js +1 -3
- package/mobile/networkSimPolicy.js.map +1 -1
- package/mobile/networkSlice.d.ts +29 -7
- package/mobile/networkSlice.js +5 -6
- package/mobile/networkSlice.js.map +1 -1
- package/monitoring/activityLogAlert.d.ts +3 -3
- package/mssql/jobStep.d.ts +5 -5
- package/mssql/jobStep.js +2 -2
- package/netapp/account.d.ts +1 -1
- package/netapp/account.js +1 -1
- package/netapp/accountEncryption.d.ts +43 -1
- package/netapp/accountEncryption.js +23 -1
- package/netapp/accountEncryption.js.map +1 -1
- package/netapp/backupPolicy.d.ts +1 -1
- package/netapp/backupPolicy.js +1 -1
- package/netapp/backupVault.d.ts +1 -1
- package/netapp/backupVault.js +1 -1
- package/netapp/getAccount.d.ts +2 -2
- package/netapp/getAccount.js +2 -2
- package/netapp/getAccountEncryption.d.ts +4 -2
- package/netapp/getAccountEncryption.js +2 -2
- package/netapp/getAccountEncryption.js.map +1 -1
- package/netapp/getBackupPolicy.d.ts +2 -2
- package/netapp/getBackupPolicy.js +2 -2
- package/netapp/getBackupVault.d.ts +2 -2
- package/netapp/getBackupVault.js +2 -2
- package/netapp/getPool.d.ts +6 -2
- package/netapp/getPool.js +2 -2
- package/netapp/getPool.js.map +1 -1
- package/netapp/getSnapshot.d.ts +2 -2
- package/netapp/getSnapshot.js +2 -2
- package/netapp/getSnapshotPolicy.d.ts +2 -2
- package/netapp/getSnapshotPolicy.js +2 -2
- package/netapp/getVolume.d.ts +6 -2
- package/netapp/getVolume.js +2 -2
- package/netapp/getVolume.js.map +1 -1
- package/netapp/getVolumeGroupOracle.d.ts +2 -2
- package/netapp/getVolumeGroupOracle.js +2 -2
- package/netapp/getVolumeGroupSapHana.d.ts +2 -2
- package/netapp/getVolumeGroupSapHana.js +2 -2
- package/netapp/getVolumeQuotaRule.d.ts +2 -2
- package/netapp/getVolumeQuotaRule.js +2 -2
- package/netapp/pool.d.ts +43 -4
- package/netapp/pool.js +30 -1
- package/netapp/pool.js.map +1 -1
- package/netapp/snapshot.d.ts +1 -1
- package/netapp/snapshot.js +1 -1
- package/netapp/snapshotPolicy.d.ts +1 -1
- package/netapp/snapshotPolicy.js +1 -1
- package/netapp/volume.d.ts +27 -3
- package/netapp/volume.js +2 -0
- package/netapp/volume.js.map +1 -1
- package/netapp/volumeGroupOracle.d.ts +1 -1
- package/netapp/volumeGroupOracle.js +1 -1
- package/netapp/volumeGroupSapHana.d.ts +1 -1
- package/netapp/volumeGroupSapHana.js +1 -1
- package/netapp/volumeQuotaRule.d.ts +1 -1
- package/netapp/volumeQuotaRule.js +1 -1
- package/network/index.d.ts +6 -0
- package/network/index.js +12 -2
- package/network/index.js.map +1 -1
- package/network/networkManagerIpamPoolStaticCidr.d.ts +150 -0
- package/network/networkManagerIpamPoolStaticCidr.js +112 -0
- package/network/networkManagerIpamPoolStaticCidr.js.map +1 -0
- package/network/networkManagerRoutingConfiguration.d.ts +3 -3
- package/network/networkManagerRoutingRuleCollection.d.ts +148 -0
- package/network/networkManagerRoutingRuleCollection.js +115 -0
- package/network/networkManagerRoutingRuleCollection.js.map +1 -0
- package/network/subnet.d.ts +24 -0
- package/network/subnet.js +2 -0
- package/network/subnet.js.map +1 -1
- package/oracle/autonomousDatabaseBackup.d.ts +95 -0
- package/oracle/autonomousDatabaseBackup.js +72 -0
- package/oracle/autonomousDatabaseBackup.js.map +1 -0
- package/oracle/getAutonomousDatabaseBackup.d.ts +125 -0
- package/oracle/getAutonomousDatabaseBackup.js +66 -0
- package/oracle/getAutonomousDatabaseBackup.js.map +1 -0
- package/oracle/getAutonomousDatabaseBackups.d.ts +78 -0
- package/oracle/getAutonomousDatabaseBackups.js +64 -0
- package/oracle/getAutonomousDatabaseBackups.js.map +1 -0
- package/oracle/index.d.ts +9 -0
- package/oracle/index.js +12 -1
- package/oracle/index.js.map +1 -1
- package/package.json +2 -2
- package/paloalto/nextGenerationFirewallVirtualHubLocalRulestack.d.ts +1 -1
- package/paloalto/nextGenerationFirewallVirtualHubLocalRulestack.js +1 -1
- package/paloalto/nextGenerationFirewallVirtualHubPanorama.d.ts +1 -1
- package/paloalto/nextGenerationFirewallVirtualHubPanorama.js +1 -1
- package/paloalto/nextGenerationFirewallVirtualNetworkLocalRulestack.d.ts +1 -1
- package/paloalto/nextGenerationFirewallVirtualNetworkLocalRulestack.js +1 -1
- package/paloalto/nextGenerationFirewallVirtualNetworkPanorama.d.ts +1 -1
- package/paloalto/nextGenerationFirewallVirtualNetworkPanorama.js +1 -1
- package/postgresql/flexibleServer.d.ts +3 -3
- package/postgresql/flexibleServerFirewallRule.d.ts +6 -6
- package/search/service.d.ts +3 -3
- package/sentinel/authomationRule.d.ts +12 -0
- package/sentinel/authomationRule.js +2 -0
- package/sentinel/authomationRule.js.map +1 -1
- package/sentinel/automationRule.d.ts +12 -0
- package/sentinel/automationRule.js +2 -0
- package/sentinel/automationRule.js.map +1 -1
- package/storage/containerImmutabilityPolicy.d.ts +1 -1
- package/storage/containerImmutabilityPolicy.js +1 -1
- package/storage/getQueue.d.ts +45 -5
- package/storage/getQueue.js +16 -0
- package/storage/getQueue.js.map +1 -1
- package/storage/queue.d.ts +57 -6
- package/storage/queue.js +19 -3
- package/storage/queue.js.map +1 -1
- package/types/input.d.ts +190 -481
- package/types/output.d.ts +387 -84
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpointStorageContainer.js","sourceRoot":"","sources":["../../iot/endpointStorageContainer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IAC/D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqC,EAAE,IAAmC;QACnI,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,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,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;
|
|
1
|
+
{"version":3,"file":"endpointStorageContainer.js","sourceRoot":"","sources":["../../iot/endpointStorageContainer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IAC/D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqC,EAAE,IAAmC;QACnI,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,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,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;IAmED,YAAY,IAAY,EAAE,WAA0E,EAAE,IAAmC;QACrI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwD,CAAC;YACvE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;SAC5D;aAAM;YACH,MAAM,IAAI,GAAG,WAAuD,CAAC;YACrE,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC/G,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,kBAAkB,CAAC,EAAE,CAAC;QACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,wBAAwB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;;AA5IL,4DA6IC;AA/HG,gBAAgB;AACO,qCAAY,GAAG,6DAA6D,CAAC"}
|
|
@@ -40,6 +40,8 @@ export interface GetKeyVaultResult {
|
|
|
40
40
|
readonly accessPolicies: outputs.keyvault.GetKeyVaultAccessPolicy[];
|
|
41
41
|
/**
|
|
42
42
|
* Is Role Based Access Control (RBAC) for authorization of data actions enabled on this Key Vault?
|
|
43
|
+
*
|
|
44
|
+
* @deprecated the `enableRbacAuthorization` property is deprecated in favour of `rbacAuthorizationEnabled` and will be removed in v5.0 of the AzureRM Provider.
|
|
43
45
|
*/
|
|
44
46
|
readonly enableRbacAuthorization: boolean;
|
|
45
47
|
/**
|
|
@@ -72,6 +74,7 @@ export interface GetKeyVaultResult {
|
|
|
72
74
|
* Is purge protection enabled on this Key Vault?
|
|
73
75
|
*/
|
|
74
76
|
readonly purgeProtectionEnabled: boolean;
|
|
77
|
+
readonly rbacAuthorizationEnabled: boolean;
|
|
75
78
|
readonly resourceGroupName: string;
|
|
76
79
|
/**
|
|
77
80
|
* The Name of the SKU used for this Key Vault.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKeyVault.js","sourceRoot":"","sources":["../../keyvault/getKeyVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;
|
|
1
|
+
{"version":3,"file":"getKeyVault.js","sourceRoot":"","sources":["../../keyvault/getKeyVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AA+ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/keyvault/keyVault.d.ts
CHANGED
|
@@ -71,15 +71,13 @@ export declare class KeyVault extends pulumi.CustomResource {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly accessPolicies: pulumi.Output<outputs.keyvault.KeyVaultAccessPolicy[]>;
|
|
73
73
|
/**
|
|
74
|
-
* @deprecated As the `contact` property
|
|
74
|
+
* @deprecated As the `contact` property uses a data plane API, to better support private endpoints and key vaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself. This field will be removed in v5.0 of the provider.
|
|
75
75
|
*/
|
|
76
76
|
readonly contacts: pulumi.Output<outputs.keyvault.KeyVaultContact[]>;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
78
|
+
* @deprecated This property has been renamed to `rbacAuthorizationEnabled` and will be removed in v5.0 of the provider
|
|
81
79
|
*/
|
|
82
|
-
readonly enableRbacAuthorization: pulumi.Output<boolean
|
|
80
|
+
readonly enableRbacAuthorization: pulumi.Output<boolean>;
|
|
83
81
|
/**
|
|
84
82
|
* Boolean flag to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
|
|
85
83
|
*/
|
|
@@ -114,6 +112,12 @@ export declare class KeyVault extends pulumi.CustomResource {
|
|
|
114
112
|
* !> **Note:** Once Purge Protection has been Enabled it's not possible to Disable it. Support for [disabling purge protection is being tracked in this Azure API issue](https://github.com/Azure/azure-rest-api-specs/issues/8075). Deleting the Key Vault with Purge Protection Enabled will schedule the Key Vault to be deleted (which will happen by Azure in the configured number of days, currently 90 days).
|
|
115
113
|
*/
|
|
116
114
|
readonly purgeProtectionEnabled: pulumi.Output<boolean | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* Boolean flag to specify whether Azure Key Vault uses Role Based Access Control (RBAC) for authorization of data actions.
|
|
117
|
+
*
|
|
118
|
+
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
119
|
+
*/
|
|
120
|
+
readonly rbacAuthorizationEnabled: pulumi.Output<boolean>;
|
|
117
121
|
/**
|
|
118
122
|
* The name of the resource group in which to create the Key Vault. Changing this forces a new resource to be created.
|
|
119
123
|
*/
|
|
@@ -162,13 +166,11 @@ export interface KeyVaultState {
|
|
|
162
166
|
*/
|
|
163
167
|
accessPolicies?: pulumi.Input<pulumi.Input<inputs.keyvault.KeyVaultAccessPolicy>[]>;
|
|
164
168
|
/**
|
|
165
|
-
* @deprecated As the `contact` property
|
|
169
|
+
* @deprecated As the `contact` property uses a data plane API, to better support private endpoints and key vaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself. This field will be removed in v5.0 of the provider.
|
|
166
170
|
*/
|
|
167
171
|
contacts?: pulumi.Input<pulumi.Input<inputs.keyvault.KeyVaultContact>[]>;
|
|
168
172
|
/**
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
173
|
+
* @deprecated This property has been renamed to `rbacAuthorizationEnabled` and will be removed in v5.0 of the provider
|
|
172
174
|
*/
|
|
173
175
|
enableRbacAuthorization?: pulumi.Input<boolean>;
|
|
174
176
|
/**
|
|
@@ -205,6 +207,12 @@ export interface KeyVaultState {
|
|
|
205
207
|
* !> **Note:** Once Purge Protection has been Enabled it's not possible to Disable it. Support for [disabling purge protection is being tracked in this Azure API issue](https://github.com/Azure/azure-rest-api-specs/issues/8075). Deleting the Key Vault with Purge Protection Enabled will schedule the Key Vault to be deleted (which will happen by Azure in the configured number of days, currently 90 days).
|
|
206
208
|
*/
|
|
207
209
|
purgeProtectionEnabled?: pulumi.Input<boolean>;
|
|
210
|
+
/**
|
|
211
|
+
* Boolean flag to specify whether Azure Key Vault uses Role Based Access Control (RBAC) for authorization of data actions.
|
|
212
|
+
*
|
|
213
|
+
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
214
|
+
*/
|
|
215
|
+
rbacAuthorizationEnabled?: pulumi.Input<boolean>;
|
|
208
216
|
/**
|
|
209
217
|
* The name of the resource group in which to create the Key Vault. Changing this forces a new resource to be created.
|
|
210
218
|
*/
|
|
@@ -245,13 +253,11 @@ export interface KeyVaultArgs {
|
|
|
245
253
|
*/
|
|
246
254
|
accessPolicies?: pulumi.Input<pulumi.Input<inputs.keyvault.KeyVaultAccessPolicy>[]>;
|
|
247
255
|
/**
|
|
248
|
-
* @deprecated As the `contact` property
|
|
256
|
+
* @deprecated As the `contact` property uses a data plane API, to better support private endpoints and key vaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself. This field will be removed in v5.0 of the provider.
|
|
249
257
|
*/
|
|
250
258
|
contacts?: pulumi.Input<pulumi.Input<inputs.keyvault.KeyVaultContact>[]>;
|
|
251
259
|
/**
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
260
|
+
* @deprecated This property has been renamed to `rbacAuthorizationEnabled` and will be removed in v5.0 of the provider
|
|
255
261
|
*/
|
|
256
262
|
enableRbacAuthorization?: pulumi.Input<boolean>;
|
|
257
263
|
/**
|
|
@@ -288,6 +294,12 @@ export interface KeyVaultArgs {
|
|
|
288
294
|
* !> **Note:** Once Purge Protection has been Enabled it's not possible to Disable it. Support for [disabling purge protection is being tracked in this Azure API issue](https://github.com/Azure/azure-rest-api-specs/issues/8075). Deleting the Key Vault with Purge Protection Enabled will schedule the Key Vault to be deleted (which will happen by Azure in the configured number of days, currently 90 days).
|
|
289
295
|
*/
|
|
290
296
|
purgeProtectionEnabled?: pulumi.Input<boolean>;
|
|
297
|
+
/**
|
|
298
|
+
* Boolean flag to specify whether Azure Key Vault uses Role Based Access Control (RBAC) for authorization of data actions.
|
|
299
|
+
*
|
|
300
|
+
* > **Note:** Changing the permission model requires unrestricted (no conditions on the role assignment) `Microsoft.Authorization/roleAssignments/write` permission, which is part of the `Owner` and `User Access Administrator` roles. Classic subscription administrator roles like `Service Administrator` and `Co-Administrator`, or restricted `Key Vault Data Access Administrator` cannot be used to change the permission model. For more information, please see the [product documentation](https://learn.microsoft.com/azure/key-vault/general/rbac-guide?tabs=azure-cli#using-azure-rbac-secret-key-and-certificate-permissions-with-key-vault:~:text=Enable%20Azure%20RBAC,change%20permission%20model).
|
|
301
|
+
*/
|
|
302
|
+
rbacAuthorizationEnabled?: pulumi.Input<boolean>;
|
|
291
303
|
/**
|
|
292
304
|
* The name of the resource group in which to create the Key Vault. Changing this forces a new resource to be created.
|
|
293
305
|
*/
|
package/keyvault/keyVault.js
CHANGED
|
@@ -91,6 +91,7 @@ class KeyVault extends pulumi.CustomResource {
|
|
|
91
91
|
resourceInputs["networkAcls"] = state?.networkAcls;
|
|
92
92
|
resourceInputs["publicNetworkAccessEnabled"] = state?.publicNetworkAccessEnabled;
|
|
93
93
|
resourceInputs["purgeProtectionEnabled"] = state?.purgeProtectionEnabled;
|
|
94
|
+
resourceInputs["rbacAuthorizationEnabled"] = state?.rbacAuthorizationEnabled;
|
|
94
95
|
resourceInputs["resourceGroupName"] = state?.resourceGroupName;
|
|
95
96
|
resourceInputs["skuName"] = state?.skuName;
|
|
96
97
|
resourceInputs["softDeleteRetentionDays"] = state?.softDeleteRetentionDays;
|
|
@@ -120,6 +121,7 @@ class KeyVault extends pulumi.CustomResource {
|
|
|
120
121
|
resourceInputs["networkAcls"] = args?.networkAcls;
|
|
121
122
|
resourceInputs["publicNetworkAccessEnabled"] = args?.publicNetworkAccessEnabled;
|
|
122
123
|
resourceInputs["purgeProtectionEnabled"] = args?.purgeProtectionEnabled;
|
|
124
|
+
resourceInputs["rbacAuthorizationEnabled"] = args?.rbacAuthorizationEnabled;
|
|
123
125
|
resourceInputs["resourceGroupName"] = args?.resourceGroupName;
|
|
124
126
|
resourceInputs["skuName"] = args?.skuName;
|
|
125
127
|
resourceInputs["softDeleteRetentionDays"] = args?.softDeleteRetentionDays;
|
package/keyvault/keyVault.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyVault.js","sourceRoot":"","sources":["../../keyvault/keyVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"keyVault.js","sourceRoot":"","sources":["../../keyvault/keyVault.ts"],"names":[],"mappings":"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"}
|
package/kusto/cluster.d.ts
CHANGED
|
@@ -11,11 +11,11 @@ import * as outputs from "../types/output";
|
|
|
11
11
|
* import * as azure from "@pulumi/azure";
|
|
12
12
|
*
|
|
13
13
|
* const example = new azure.core.ResourceGroup("example", {
|
|
14
|
-
* name: "
|
|
14
|
+
* name: "example",
|
|
15
15
|
* location: "West Europe",
|
|
16
16
|
* });
|
|
17
17
|
* const exampleCluster = new azure.kusto.Cluster("example", {
|
|
18
|
-
* name: "
|
|
18
|
+
* name: "example",
|
|
19
19
|
* location: example.location,
|
|
20
20
|
* resourceGroupName: example.name,
|
|
21
21
|
* sku: {
|
|
@@ -60,7 +60,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
60
60
|
*/
|
|
61
61
|
static isInstance(obj: any): obj is Cluster;
|
|
62
62
|
/**
|
|
63
|
-
* List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
|
|
63
|
+
* List of allowed FQDNs (Fully Qualified Domain Name) for egress from Cluster.
|
|
64
64
|
*/
|
|
65
65
|
readonly allowedFqdns: pulumi.Output<string[] | undefined>;
|
|
66
66
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
76
76
|
*/
|
|
77
77
|
readonly dataIngestionUri: pulumi.Output<string>;
|
|
78
78
|
/**
|
|
79
|
-
* Specifies if the cluster's disks are encrypted.
|
|
79
|
+
* Specifies if the cluster's disks are encrypted. Defaults to `false`.
|
|
80
80
|
*/
|
|
81
81
|
readonly diskEncryptionEnabled: pulumi.Output<boolean | undefined>;
|
|
82
82
|
/**
|
|
@@ -88,11 +88,13 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
88
88
|
*/
|
|
89
89
|
readonly identity: pulumi.Output<outputs.kusto.ClusterIdentity | undefined>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
* A `languageExtension` block as defined below.
|
|
92
|
+
*/
|
|
93
|
+
readonly languageExtension: pulumi.Output<outputs.kusto.ClusterLanguageExtension[]>;
|
|
94
|
+
/**
|
|
95
|
+
* @deprecated `languageExtensions` has been deprecated in favour of `languageExtension` and will be removed in v5.0 of the AzureRM provider
|
|
94
96
|
*/
|
|
95
|
-
readonly languageExtensions: pulumi.Output<outputs.kusto.ClusterLanguageExtension[]
|
|
97
|
+
readonly languageExtensions: pulumi.Output<outputs.kusto.ClusterLanguageExtension[]>;
|
|
96
98
|
/**
|
|
97
99
|
* The location where the Kusto Cluster should be created. Changing this forces a new resource to be created.
|
|
98
100
|
*/
|
|
@@ -106,7 +108,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
106
108
|
*/
|
|
107
109
|
readonly optimizedAutoScale: pulumi.Output<outputs.kusto.ClusterOptimizedAutoScale | undefined>;
|
|
108
110
|
/**
|
|
109
|
-
* Whether to restrict outbound network access.
|
|
111
|
+
* Whether to restrict outbound network access. Defaults to `false`.
|
|
110
112
|
*/
|
|
111
113
|
readonly outboundNetworkAccessRestricted: pulumi.Output<boolean | undefined>;
|
|
112
114
|
/**
|
|
@@ -118,7 +120,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
118
120
|
*/
|
|
119
121
|
readonly publicNetworkAccessEnabled: pulumi.Output<boolean | undefined>;
|
|
120
122
|
/**
|
|
121
|
-
* Specifies if the purge operations are enabled.
|
|
123
|
+
* Specifies if the purge operations are enabled. Defaults to `false`.
|
|
122
124
|
*/
|
|
123
125
|
readonly purgeEnabled: pulumi.Output<boolean | undefined>;
|
|
124
126
|
/**
|
|
@@ -130,7 +132,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
130
132
|
*/
|
|
131
133
|
readonly sku: pulumi.Output<outputs.kusto.ClusterSku>;
|
|
132
134
|
/**
|
|
133
|
-
* Specifies if the streaming ingest is enabled.
|
|
135
|
+
* Specifies if the streaming ingest is enabled. Defaults to `false`.
|
|
134
136
|
*/
|
|
135
137
|
readonly streamingIngestionEnabled: pulumi.Output<boolean | undefined>;
|
|
136
138
|
/**
|
|
@@ -171,7 +173,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
171
173
|
*/
|
|
172
174
|
export interface ClusterState {
|
|
173
175
|
/**
|
|
174
|
-
* List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
|
|
176
|
+
* List of allowed FQDNs (Fully Qualified Domain Name) for egress from Cluster.
|
|
175
177
|
*/
|
|
176
178
|
allowedFqdns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
177
179
|
/**
|
|
@@ -187,7 +189,7 @@ export interface ClusterState {
|
|
|
187
189
|
*/
|
|
188
190
|
dataIngestionUri?: pulumi.Input<string>;
|
|
189
191
|
/**
|
|
190
|
-
* Specifies if the cluster's disks are encrypted.
|
|
192
|
+
* Specifies if the cluster's disks are encrypted. Defaults to `false`.
|
|
191
193
|
*/
|
|
192
194
|
diskEncryptionEnabled?: pulumi.Input<boolean>;
|
|
193
195
|
/**
|
|
@@ -199,9 +201,11 @@ export interface ClusterState {
|
|
|
199
201
|
*/
|
|
200
202
|
identity?: pulumi.Input<inputs.kusto.ClusterIdentity>;
|
|
201
203
|
/**
|
|
202
|
-
*
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
* A `languageExtension` block as defined below.
|
|
205
|
+
*/
|
|
206
|
+
languageExtension?: pulumi.Input<pulumi.Input<inputs.kusto.ClusterLanguageExtension>[]>;
|
|
207
|
+
/**
|
|
208
|
+
* @deprecated `languageExtensions` has been deprecated in favour of `languageExtension` and will be removed in v5.0 of the AzureRM provider
|
|
205
209
|
*/
|
|
206
210
|
languageExtensions?: pulumi.Input<pulumi.Input<inputs.kusto.ClusterLanguageExtension>[]>;
|
|
207
211
|
/**
|
|
@@ -217,7 +221,7 @@ export interface ClusterState {
|
|
|
217
221
|
*/
|
|
218
222
|
optimizedAutoScale?: pulumi.Input<inputs.kusto.ClusterOptimizedAutoScale>;
|
|
219
223
|
/**
|
|
220
|
-
* Whether to restrict outbound network access.
|
|
224
|
+
* Whether to restrict outbound network access. Defaults to `false`.
|
|
221
225
|
*/
|
|
222
226
|
outboundNetworkAccessRestricted?: pulumi.Input<boolean>;
|
|
223
227
|
/**
|
|
@@ -229,7 +233,7 @@ export interface ClusterState {
|
|
|
229
233
|
*/
|
|
230
234
|
publicNetworkAccessEnabled?: pulumi.Input<boolean>;
|
|
231
235
|
/**
|
|
232
|
-
* Specifies if the purge operations are enabled.
|
|
236
|
+
* Specifies if the purge operations are enabled. Defaults to `false`.
|
|
233
237
|
*/
|
|
234
238
|
purgeEnabled?: pulumi.Input<boolean>;
|
|
235
239
|
/**
|
|
@@ -241,7 +245,7 @@ export interface ClusterState {
|
|
|
241
245
|
*/
|
|
242
246
|
sku?: pulumi.Input<inputs.kusto.ClusterSku>;
|
|
243
247
|
/**
|
|
244
|
-
* Specifies if the streaming ingest is enabled.
|
|
248
|
+
* Specifies if the streaming ingest is enabled. Defaults to `false`.
|
|
245
249
|
*/
|
|
246
250
|
streamingIngestionEnabled?: pulumi.Input<boolean>;
|
|
247
251
|
/**
|
|
@@ -274,7 +278,7 @@ export interface ClusterState {
|
|
|
274
278
|
*/
|
|
275
279
|
export interface ClusterArgs {
|
|
276
280
|
/**
|
|
277
|
-
* List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
|
|
281
|
+
* List of allowed FQDNs (Fully Qualified Domain Name) for egress from Cluster.
|
|
278
282
|
*/
|
|
279
283
|
allowedFqdns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
280
284
|
/**
|
|
@@ -286,7 +290,7 @@ export interface ClusterArgs {
|
|
|
286
290
|
*/
|
|
287
291
|
autoStopEnabled?: pulumi.Input<boolean>;
|
|
288
292
|
/**
|
|
289
|
-
* Specifies if the cluster's disks are encrypted.
|
|
293
|
+
* Specifies if the cluster's disks are encrypted. Defaults to `false`.
|
|
290
294
|
*/
|
|
291
295
|
diskEncryptionEnabled?: pulumi.Input<boolean>;
|
|
292
296
|
/**
|
|
@@ -298,9 +302,11 @@ export interface ClusterArgs {
|
|
|
298
302
|
*/
|
|
299
303
|
identity?: pulumi.Input<inputs.kusto.ClusterIdentity>;
|
|
300
304
|
/**
|
|
301
|
-
*
|
|
302
|
-
|
|
303
|
-
|
|
305
|
+
* A `languageExtension` block as defined below.
|
|
306
|
+
*/
|
|
307
|
+
languageExtension?: pulumi.Input<pulumi.Input<inputs.kusto.ClusterLanguageExtension>[]>;
|
|
308
|
+
/**
|
|
309
|
+
* @deprecated `languageExtensions` has been deprecated in favour of `languageExtension` and will be removed in v5.0 of the AzureRM provider
|
|
304
310
|
*/
|
|
305
311
|
languageExtensions?: pulumi.Input<pulumi.Input<inputs.kusto.ClusterLanguageExtension>[]>;
|
|
306
312
|
/**
|
|
@@ -316,7 +322,7 @@ export interface ClusterArgs {
|
|
|
316
322
|
*/
|
|
317
323
|
optimizedAutoScale?: pulumi.Input<inputs.kusto.ClusterOptimizedAutoScale>;
|
|
318
324
|
/**
|
|
319
|
-
* Whether to restrict outbound network access.
|
|
325
|
+
* Whether to restrict outbound network access. Defaults to `false`.
|
|
320
326
|
*/
|
|
321
327
|
outboundNetworkAccessRestricted?: pulumi.Input<boolean>;
|
|
322
328
|
/**
|
|
@@ -328,7 +334,7 @@ export interface ClusterArgs {
|
|
|
328
334
|
*/
|
|
329
335
|
publicNetworkAccessEnabled?: pulumi.Input<boolean>;
|
|
330
336
|
/**
|
|
331
|
-
* Specifies if the purge operations are enabled.
|
|
337
|
+
* Specifies if the purge operations are enabled. Defaults to `false`.
|
|
332
338
|
*/
|
|
333
339
|
purgeEnabled?: pulumi.Input<boolean>;
|
|
334
340
|
/**
|
|
@@ -340,7 +346,7 @@ export interface ClusterArgs {
|
|
|
340
346
|
*/
|
|
341
347
|
sku: pulumi.Input<inputs.kusto.ClusterSku>;
|
|
342
348
|
/**
|
|
343
|
-
* Specifies if the streaming ingest is enabled.
|
|
349
|
+
* Specifies if the streaming ingest is enabled. Defaults to `false`.
|
|
344
350
|
*/
|
|
345
351
|
streamingIngestionEnabled?: pulumi.Input<boolean>;
|
|
346
352
|
/**
|
package/kusto/cluster.js
CHANGED
|
@@ -15,11 +15,11 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as azure from "@pulumi/azure";
|
|
16
16
|
*
|
|
17
17
|
* const example = new azure.core.ResourceGroup("example", {
|
|
18
|
-
* name: "
|
|
18
|
+
* name: "example",
|
|
19
19
|
* location: "West Europe",
|
|
20
20
|
* });
|
|
21
21
|
* const exampleCluster = new azure.kusto.Cluster("example", {
|
|
22
|
-
* name: "
|
|
22
|
+
* name: "example",
|
|
23
23
|
* location: example.location,
|
|
24
24
|
* resourceGroupName: example.name,
|
|
25
25
|
* sku: {
|
|
@@ -82,6 +82,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
82
82
|
resourceInputs["diskEncryptionEnabled"] = state?.diskEncryptionEnabled;
|
|
83
83
|
resourceInputs["doubleEncryptionEnabled"] = state?.doubleEncryptionEnabled;
|
|
84
84
|
resourceInputs["identity"] = state?.identity;
|
|
85
|
+
resourceInputs["languageExtension"] = state?.languageExtension;
|
|
85
86
|
resourceInputs["languageExtensions"] = state?.languageExtensions;
|
|
86
87
|
resourceInputs["location"] = state?.location;
|
|
87
88
|
resourceInputs["name"] = state?.name;
|
|
@@ -113,6 +114,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
113
114
|
resourceInputs["diskEncryptionEnabled"] = args?.diskEncryptionEnabled;
|
|
114
115
|
resourceInputs["doubleEncryptionEnabled"] = args?.doubleEncryptionEnabled;
|
|
115
116
|
resourceInputs["identity"] = args?.identity;
|
|
117
|
+
resourceInputs["languageExtension"] = args?.languageExtension;
|
|
116
118
|
resourceInputs["languageExtensions"] = args?.languageExtensions;
|
|
117
119
|
resourceInputs["location"] = args?.location;
|
|
118
120
|
resourceInputs["name"] = args?.name;
|
package/kusto/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../kusto/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../kusto/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA6GD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,iCAAiC,CAAC,GAAG,KAAK,EAAE,+BAA+B,CAAC;YAC3F,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,EAAE,0BAA0B,CAAC;YACjF,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,EAAE,2BAA2B,CAAC;YACnF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,IAAI,IAAI,EAAE,GAAG,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,iCAAiC,CAAC,GAAG,IAAI,EAAE,+BAA+B,CAAC;YAC1F,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,EAAE,0BAA0B,CAAC;YAChF,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,EAAE,2BAA2B,CAAC;YAClF,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAvML,0BAwMC;AA1LG,gBAAgB;AACO,oBAAY,GAAG,6BAA6B,CAAC"}
|
|
@@ -49,6 +49,7 @@ export interface GetLBOutboundRuleResult {
|
|
|
49
49
|
* The ID of the Backend Address Pool. Outbound traffic is randomly load balanced across IPs in the backend IPs.
|
|
50
50
|
*/
|
|
51
51
|
readonly backendAddressPoolId: string;
|
|
52
|
+
readonly enableTcpReset: boolean;
|
|
52
53
|
/**
|
|
53
54
|
* A `frontendIpConfiguration` block as defined below.
|
|
54
55
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLBOutboundRule.js","sourceRoot":"","sources":["../../lb/getLBOutboundRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;
|
|
1
|
+
{"version":3,"file":"getLBOutboundRule.js","sourceRoot":"","sources":["../../lb/getLBOutboundRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAuDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
|
package/lb/getLBRule.d.ts
CHANGED
|
@@ -34,12 +34,17 @@ export interface GetLBRuleResult {
|
|
|
34
34
|
readonly disableOutboundSnat: boolean;
|
|
35
35
|
/**
|
|
36
36
|
* If Floating IPs are enabled for this Load Balancer Rule
|
|
37
|
+
*
|
|
38
|
+
* @deprecated The property `enableFloatingIp` has been deprecated in favour of `floatingIpEnabled` and will be removed in version 5.0 of the provider
|
|
37
39
|
*/
|
|
38
40
|
readonly enableFloatingIp: boolean;
|
|
39
41
|
/**
|
|
40
42
|
* If TCP Reset is enabled for this Load Balancer Rule.
|
|
43
|
+
*
|
|
44
|
+
* @deprecated The property `enableTcpReset` has been deprecated in favour of `tcpResetEnabled` and will be removed in version 5.0 of the provider
|
|
41
45
|
*/
|
|
42
46
|
readonly enableTcpReset: boolean;
|
|
47
|
+
readonly floatingIpEnabled: boolean;
|
|
43
48
|
/**
|
|
44
49
|
* The name of the frontend IP configuration to which the rule is associated.
|
|
45
50
|
*/
|
|
@@ -70,6 +75,7 @@ export interface GetLBRuleResult {
|
|
|
70
75
|
* The transport protocol for the external endpoint.
|
|
71
76
|
*/
|
|
72
77
|
readonly protocol: string;
|
|
78
|
+
readonly tcpResetEnabled: boolean;
|
|
73
79
|
}
|
|
74
80
|
/**
|
|
75
81
|
* Use this data source to access information about an existing Load Balancer Rule.
|
package/lb/getLBRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLBRule.js","sourceRoot":"","sources":["../../lb/getLBRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;
|
|
1
|
+
{"version":3,"file":"getLBRule.js","sourceRoot":"","sources":["../../lb/getLBRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AA6ED;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
|
package/lb/loadBalancer.d.ts
CHANGED
|
@@ -86,6 +86,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
86
86
|
* The list of private IP address assigned to the load balancer in `frontendIpConfiguration` blocks, if any.
|
|
87
87
|
*/
|
|
88
88
|
readonly privateIpAddresses: pulumi.Output<string[]>;
|
|
89
|
+
/**
|
|
90
|
+
* The ID of a Public IP Address which is associated with this Load Balancer.
|
|
91
|
+
*/
|
|
92
|
+
readonly publicIpAddressId: pulumi.Output<string>;
|
|
89
93
|
/**
|
|
90
94
|
* The name of the Resource Group in which to create the Load Balancer. Changing this forces a new resource to be created.
|
|
91
95
|
*/
|
|
@@ -100,6 +104,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
100
104
|
* `skuTier` - (Optional) The SKU tier of this Load Balancer. Possible values are `Global` and `Regional`. Defaults to `Regional`. Changing this forces a new resource to be created.
|
|
101
105
|
*/
|
|
102
106
|
readonly skuTier: pulumi.Output<string | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* The ID of the Subnet which is associated with the IP Configuration.
|
|
109
|
+
*/
|
|
110
|
+
readonly subnetId: pulumi.Output<string>;
|
|
103
111
|
/**
|
|
104
112
|
* A mapping of tags to assign to the resource.
|
|
105
113
|
*/
|
|
@@ -143,6 +151,10 @@ export interface LoadBalancerState {
|
|
|
143
151
|
* The list of private IP address assigned to the load balancer in `frontendIpConfiguration` blocks, if any.
|
|
144
152
|
*/
|
|
145
153
|
privateIpAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
154
|
+
/**
|
|
155
|
+
* The ID of a Public IP Address which is associated with this Load Balancer.
|
|
156
|
+
*/
|
|
157
|
+
publicIpAddressId?: pulumi.Input<string>;
|
|
146
158
|
/**
|
|
147
159
|
* The name of the Resource Group in which to create the Load Balancer. Changing this forces a new resource to be created.
|
|
148
160
|
*/
|
|
@@ -157,6 +169,10 @@ export interface LoadBalancerState {
|
|
|
157
169
|
* `skuTier` - (Optional) The SKU tier of this Load Balancer. Possible values are `Global` and `Regional`. Defaults to `Regional`. Changing this forces a new resource to be created.
|
|
158
170
|
*/
|
|
159
171
|
skuTier?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The ID of the Subnet which is associated with the IP Configuration.
|
|
174
|
+
*/
|
|
175
|
+
subnetId?: pulumi.Input<string>;
|
|
160
176
|
/**
|
|
161
177
|
* A mapping of tags to assign to the resource.
|
|
162
178
|
*/
|
|
@@ -184,6 +200,10 @@ export interface LoadBalancerArgs {
|
|
|
184
200
|
* Specifies the name of the Load Balancer. Changing this forces a new resource to be created.
|
|
185
201
|
*/
|
|
186
202
|
name?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The ID of a Public IP Address which is associated with this Load Balancer.
|
|
205
|
+
*/
|
|
206
|
+
publicIpAddressId?: pulumi.Input<string>;
|
|
187
207
|
/**
|
|
188
208
|
* The name of the Resource Group in which to create the Load Balancer. Changing this forces a new resource to be created.
|
|
189
209
|
*/
|
|
@@ -198,6 +218,10 @@ export interface LoadBalancerArgs {
|
|
|
198
218
|
* `skuTier` - (Optional) The SKU tier of this Load Balancer. Possible values are `Global` and `Regional`. Defaults to `Regional`. Changing this forces a new resource to be created.
|
|
199
219
|
*/
|
|
200
220
|
skuTier?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* The ID of the Subnet which is associated with the IP Configuration.
|
|
223
|
+
*/
|
|
224
|
+
subnetId?: pulumi.Input<string>;
|
|
201
225
|
/**
|
|
202
226
|
* A mapping of tags to assign to the resource.
|
|
203
227
|
*/
|
package/lb/loadBalancer.js
CHANGED
|
@@ -84,9 +84,11 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
84
84
|
resourceInputs["name"] = state?.name;
|
|
85
85
|
resourceInputs["privateIpAddress"] = state?.privateIpAddress;
|
|
86
86
|
resourceInputs["privateIpAddresses"] = state?.privateIpAddresses;
|
|
87
|
+
resourceInputs["publicIpAddressId"] = state?.publicIpAddressId;
|
|
87
88
|
resourceInputs["resourceGroupName"] = state?.resourceGroupName;
|
|
88
89
|
resourceInputs["sku"] = state?.sku;
|
|
89
90
|
resourceInputs["skuTier"] = state?.skuTier;
|
|
91
|
+
resourceInputs["subnetId"] = state?.subnetId;
|
|
90
92
|
resourceInputs["tags"] = state?.tags;
|
|
91
93
|
}
|
|
92
94
|
else {
|
|
@@ -98,9 +100,11 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
98
100
|
resourceInputs["frontendIpConfigurations"] = args?.frontendIpConfigurations;
|
|
99
101
|
resourceInputs["location"] = args?.location;
|
|
100
102
|
resourceInputs["name"] = args?.name;
|
|
103
|
+
resourceInputs["publicIpAddressId"] = args?.publicIpAddressId;
|
|
101
104
|
resourceInputs["resourceGroupName"] = args?.resourceGroupName;
|
|
102
105
|
resourceInputs["sku"] = args?.sku;
|
|
103
106
|
resourceInputs["skuTier"] = args?.skuTier;
|
|
107
|
+
resourceInputs["subnetId"] = args?.subnetId;
|
|
104
108
|
resourceInputs["tags"] = args?.tags;
|
|
105
109
|
resourceInputs["privateIpAddress"] = undefined /*out*/;
|
|
106
110
|
resourceInputs["privateIpAddresses"] = undefined /*out*/;
|
package/lb/loadBalancer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../lb/loadBalancer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../lb/loadBalancer.ts"],"names":[],"mappings":"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"}
|