@pulumi/azure 5.73.0-alpha.1713334920 → 5.73.0-alpha.1713781587
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/authorization/assignment.d.ts +48 -0
- package/authorization/assignment.js +48 -0
- package/authorization/assignment.js.map +1 -1
- package/hdinsight/hadoopCluster.d.ts +12 -0
- package/hdinsight/hadoopCluster.js +2 -0
- package/hdinsight/hadoopCluster.js.map +1 -1
- package/hdinsight/hbaseCluster.d.ts +12 -0
- package/hdinsight/hbaseCluster.js +2 -0
- package/hdinsight/hbaseCluster.js.map +1 -1
- package/hdinsight/interactiveQueryCluster.d.ts +12 -0
- package/hdinsight/interactiveQueryCluster.js +2 -0
- package/hdinsight/interactiveQueryCluster.js.map +1 -1
- package/hdinsight/kafkaCluster.d.ts +12 -0
- package/hdinsight/kafkaCluster.js +2 -0
- package/hdinsight/kafkaCluster.js.map +1 -1
- package/hdinsight/sparkCluster.d.ts +12 -0
- package/hdinsight/sparkCluster.js +2 -0
- package/hdinsight/sparkCluster.js.map +1 -1
- package/machinelearning/computeInstance.d.ts +15 -4
- package/machinelearning/computeInstance.js +0 -1
- package/machinelearning/computeInstance.js.map +1 -1
- package/management/getGroup.d.ts +4 -0
- package/management/getGroup.js.map +1 -1
- package/management/group.d.ts +8 -0
- package/management/group.js +2 -0
- package/management/group.js.map +1 -1
- package/managementgroups/getManagementGroup.d.ts +4 -0
- package/managementgroups/getManagementGroup.js.map +1 -1
- package/managementgroups/managementGroup.d.ts +8 -0
- package/managementgroups/managementGroup.js +2 -0
- package/managementgroups/managementGroup.js.map +1 -1
- package/monitoring/activityLogAlert.d.ts +12 -0
- package/monitoring/activityLogAlert.js +2 -0
- package/monitoring/activityLogAlert.js.map +1 -1
- package/monitoring/logzMonitor.d.ts +2 -0
- package/monitoring/logzMonitor.js +2 -0
- package/monitoring/logzMonitor.js.map +1 -1
- package/monitoring/logzSubAccount.d.ts +2 -0
- package/monitoring/logzSubAccount.js +2 -0
- package/monitoring/logzSubAccount.js.map +1 -1
- package/monitoring/logzSubAccountTagRule.d.ts +2 -0
- package/monitoring/logzSubAccountTagRule.js +2 -0
- package/monitoring/logzSubAccountTagRule.js.map +1 -1
- package/monitoring/logzTagRule.d.ts +2 -0
- package/monitoring/logzTagRule.js +2 -0
- package/monitoring/logzTagRule.js.map +1 -1
- package/mssql/server.d.ts +3 -3
- package/network/expressRouteConnection.d.ts +12 -0
- package/network/expressRouteConnection.js +2 -0
- package/network/expressRouteConnection.js.map +1 -1
- package/network/getGatewayConnection.d.ts +5 -0
- package/network/getGatewayConnection.js.map +1 -1
- package/network/virtualNetworkGatewayConnection.d.ts +12 -0
- package/network/virtualNetworkGatewayConnection.js +2 -0
- package/network/virtualNetworkGatewayConnection.js.map +1 -1
- package/package.json +1 -1
- package/postgresql/flexibleServer.d.ts +9 -9
- package/role/assignment.d.ts +48 -0
- package/role/assignment.js +48 -0
- package/role/assignment.js.map +1 -1
- package/types/input.d.ts +221 -4
- package/types/output.d.ts +251 -8
package/types/output.d.ts
CHANGED
|
@@ -5671,7 +5671,7 @@ export declare namespace appservice {
|
|
|
5671
5671
|
*/
|
|
5672
5672
|
nameClaimType: string;
|
|
5673
5673
|
/**
|
|
5674
|
-
* The
|
|
5674
|
+
* The endpoint used for OpenID Connect Discovery. For example `https://example.com/.well-known/openid-configuration`.
|
|
5675
5675
|
*/
|
|
5676
5676
|
openidConfigurationEndpoint: string;
|
|
5677
5677
|
/**
|
|
@@ -6589,7 +6589,7 @@ export declare namespace appservice {
|
|
|
6589
6589
|
*/
|
|
6590
6590
|
nameClaimType: string;
|
|
6591
6591
|
/**
|
|
6592
|
-
* The
|
|
6592
|
+
* The endpoint used for OpenID Connect Discovery. For example `https://example.com/.well-known/openid-configuration`.
|
|
6593
6593
|
*/
|
|
6594
6594
|
openidConfigurationEndpoint: string;
|
|
6595
6595
|
/**
|
|
@@ -7688,7 +7688,7 @@ export declare namespace appservice {
|
|
|
7688
7688
|
*/
|
|
7689
7689
|
nameClaimType: string;
|
|
7690
7690
|
/**
|
|
7691
|
-
* The
|
|
7691
|
+
* The endpoint used for OpenID Connect Discovery. For example `https://example.com/.well-known/openid-configuration`.
|
|
7692
7692
|
*/
|
|
7693
7693
|
openidConfigurationEndpoint: string;
|
|
7694
7694
|
/**
|
|
@@ -8571,7 +8571,7 @@ export declare namespace appservice {
|
|
|
8571
8571
|
*/
|
|
8572
8572
|
nameClaimType: string;
|
|
8573
8573
|
/**
|
|
8574
|
-
* The
|
|
8574
|
+
* The endpoint used for OpenID Connect Discovery. For example `https://example.com/.well-known/openid-configuration`.
|
|
8575
8575
|
*/
|
|
8576
8576
|
openidConfigurationEndpoint: string;
|
|
8577
8577
|
/**
|
|
@@ -8908,6 +8908,10 @@ export declare namespace appservice {
|
|
|
8908
8908
|
* The State of FTP / FTPS service.
|
|
8909
8909
|
*/
|
|
8910
8910
|
ftpsState: string;
|
|
8911
|
+
/**
|
|
8912
|
+
* A `handlerMapping` block as defined below.
|
|
8913
|
+
*/
|
|
8914
|
+
handlerMappings: outputs.appservice.GetWindowsWebAppSiteConfigHandlerMapping[];
|
|
8911
8915
|
/**
|
|
8912
8916
|
* (Optional) The amount of time in minutes that a node can be unhealthy before being removed from the load balancer. Possible values are between `2` and `10`. Only valid in conjunction with `healthCheckPath`.
|
|
8913
8917
|
*/
|
|
@@ -9167,6 +9171,20 @@ export declare namespace appservice {
|
|
|
9167
9171
|
*/
|
|
9168
9172
|
supportCredentials: boolean;
|
|
9169
9173
|
}
|
|
9174
|
+
interface GetWindowsWebAppSiteConfigHandlerMapping {
|
|
9175
|
+
/**
|
|
9176
|
+
* The command-line arguments to be passed to the script processor.
|
|
9177
|
+
*/
|
|
9178
|
+
arguments: string;
|
|
9179
|
+
/**
|
|
9180
|
+
* The extension to be handled by the specified FastCGI application.
|
|
9181
|
+
*/
|
|
9182
|
+
extension: string;
|
|
9183
|
+
/**
|
|
9184
|
+
* The absolute path to the FastCGI application.
|
|
9185
|
+
*/
|
|
9186
|
+
scriptProcessorPath: string;
|
|
9187
|
+
}
|
|
9170
9188
|
interface GetWindowsWebAppSiteConfigIpRestriction {
|
|
9171
9189
|
/**
|
|
9172
9190
|
* A `action` block as defined above.
|
|
@@ -16878,6 +16896,10 @@ export declare namespace appservice {
|
|
|
16878
16896
|
defaultDocuments: string[];
|
|
16879
16897
|
detailedErrorLoggingEnabled: boolean;
|
|
16880
16898
|
ftpsState?: string;
|
|
16899
|
+
/**
|
|
16900
|
+
* One or more `handlerMapping` blocks as defined below.
|
|
16901
|
+
*/
|
|
16902
|
+
handlerMappings?: outputs.appservice.WindowsWebAppSiteConfigHandlerMapping[];
|
|
16881
16903
|
/**
|
|
16882
16904
|
* The amount of time in minutes that a node can be unhealthy before being removed from the load balancer. Possible values are between `2` and `10`. Only valid in conjunction with `healthCheckPath`.
|
|
16883
16905
|
*/
|
|
@@ -17179,6 +17201,20 @@ export declare namespace appservice {
|
|
|
17179
17201
|
*/
|
|
17180
17202
|
supportCredentials?: boolean;
|
|
17181
17203
|
}
|
|
17204
|
+
interface WindowsWebAppSiteConfigHandlerMapping {
|
|
17205
|
+
/**
|
|
17206
|
+
* Specifies the command-line arguments to be passed to the script processor.
|
|
17207
|
+
*/
|
|
17208
|
+
arguments?: string;
|
|
17209
|
+
/**
|
|
17210
|
+
* Specifies which extension to be handled by the specified FastCGI application.
|
|
17211
|
+
*/
|
|
17212
|
+
extension: string;
|
|
17213
|
+
/**
|
|
17214
|
+
* Specifies the absolute path to the FastCGI application.
|
|
17215
|
+
*/
|
|
17216
|
+
scriptProcessorPath: string;
|
|
17217
|
+
}
|
|
17182
17218
|
interface WindowsWebAppSiteConfigIpRestriction {
|
|
17183
17219
|
/**
|
|
17184
17220
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
@@ -18054,6 +18090,10 @@ export declare namespace appservice {
|
|
|
18054
18090
|
defaultDocuments: string[];
|
|
18055
18091
|
detailedErrorLoggingEnabled: boolean;
|
|
18056
18092
|
ftpsState?: string;
|
|
18093
|
+
/**
|
|
18094
|
+
* One or more `handlerMapping` blocks as defined below.
|
|
18095
|
+
*/
|
|
18096
|
+
handlerMappings?: outputs.appservice.WindowsWebAppSlotSiteConfigHandlerMapping[];
|
|
18057
18097
|
/**
|
|
18058
18098
|
* The amount of time in minutes that a node can be unhealthy before being removed from the load balancer. Possible values are between `2` and `10`. Only valid in conjunction with `healthCheckPath`.
|
|
18059
18099
|
*/
|
|
@@ -18343,6 +18383,20 @@ export declare namespace appservice {
|
|
|
18343
18383
|
*/
|
|
18344
18384
|
supportCredentials?: boolean;
|
|
18345
18385
|
}
|
|
18386
|
+
interface WindowsWebAppSlotSiteConfigHandlerMapping {
|
|
18387
|
+
/**
|
|
18388
|
+
* Specify the command-line arguments to be passed to the script processor.
|
|
18389
|
+
*/
|
|
18390
|
+
arguments?: string;
|
|
18391
|
+
/**
|
|
18392
|
+
* Specify which extension to be handled by the specified FastCGI application.
|
|
18393
|
+
*/
|
|
18394
|
+
extension: string;
|
|
18395
|
+
/**
|
|
18396
|
+
* Specify the absolute path to the FastCGI application.
|
|
18397
|
+
*/
|
|
18398
|
+
scriptProcessorPath: string;
|
|
18399
|
+
}
|
|
18346
18400
|
interface WindowsWebAppSlotSiteConfigIpRestriction {
|
|
18347
18401
|
/**
|
|
18348
18402
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
@@ -23382,6 +23436,14 @@ export declare namespace compute {
|
|
|
23382
23436
|
* The list of User Assigned Managed Identity IDs assigned to this Orchestrated Virtual Machine Scale Set.
|
|
23383
23437
|
*/
|
|
23384
23438
|
identityIds: string[];
|
|
23439
|
+
/**
|
|
23440
|
+
* The Principal ID of the System Assigned Managed Service Identity that is configured on this Orchestrated Virtual Machine Scale Set.
|
|
23441
|
+
*/
|
|
23442
|
+
principalId: string;
|
|
23443
|
+
/**
|
|
23444
|
+
* The Tenant ID of the System Assigned Managed Service Identity that is configured on this Orchestrated Virtual Machine Scale Set.
|
|
23445
|
+
*/
|
|
23446
|
+
tenantId: string;
|
|
23385
23447
|
/**
|
|
23386
23448
|
* The Type of IP Tag.
|
|
23387
23449
|
*/
|
|
@@ -26829,6 +26891,7 @@ export declare namespace config {
|
|
|
26829
26891
|
cognitiveAccount?: outputs.config.FeaturesCognitiveAccount;
|
|
26830
26892
|
keyVault?: outputs.config.FeaturesKeyVault;
|
|
26831
26893
|
logAnalyticsWorkspace?: outputs.config.FeaturesLogAnalyticsWorkspace;
|
|
26894
|
+
machineLearning?: outputs.config.FeaturesMachineLearning;
|
|
26832
26895
|
managedDisk?: outputs.config.FeaturesManagedDisk;
|
|
26833
26896
|
postgresqlFlexibleServer?: outputs.config.FeaturesPostgresqlFlexibleServer;
|
|
26834
26897
|
recoveryService?: outputs.config.FeaturesRecoveryService;
|
|
@@ -26893,6 +26956,9 @@ export declare namespace config {
|
|
|
26893
26956
|
interface FeaturesLogAnalyticsWorkspace {
|
|
26894
26957
|
permanentlyDeleteOnDestroy?: boolean;
|
|
26895
26958
|
}
|
|
26959
|
+
interface FeaturesMachineLearning {
|
|
26960
|
+
purgeSoftDeletedWorkspaceOnDestroy?: boolean;
|
|
26961
|
+
}
|
|
26896
26962
|
interface FeaturesManagedDisk {
|
|
26897
26963
|
expandWithoutDowntime?: boolean;
|
|
26898
26964
|
}
|
|
@@ -27617,7 +27683,7 @@ export declare namespace containerapp {
|
|
|
27617
27683
|
*/
|
|
27618
27684
|
description?: string;
|
|
27619
27685
|
/**
|
|
27620
|
-
*
|
|
27686
|
+
* The incoming IP address or range of IP addresses (in CIDR notation).
|
|
27621
27687
|
*/
|
|
27622
27688
|
ipAddressRange: string;
|
|
27623
27689
|
/**
|
|
@@ -30053,18 +30119,26 @@ export declare namespace containerservice {
|
|
|
30053
30119
|
azureRbacEnabled?: boolean;
|
|
30054
30120
|
/**
|
|
30055
30121
|
* The Client ID of an Azure Active Directory Application.
|
|
30122
|
+
*
|
|
30123
|
+
* @deprecated Azure AD Integration (legacy) (https://aka.ms/aks/aad-legacy) is deprecated and clusters can no longer be created with the Azure AD integration (legacy) enabled. This field will be removed in v4.0 of the AzureRM Provider.
|
|
30056
30124
|
*/
|
|
30057
30125
|
clientAppId?: string;
|
|
30058
30126
|
/**
|
|
30059
30127
|
* Is the Azure Active Directory integration Managed, meaning that Azure will create/manage the Service Principal used for integration.
|
|
30128
|
+
*
|
|
30129
|
+
* @deprecated Azure AD Integration (legacy) (https://aka.ms/aks/aad-legacy) is deprecated and clusters can no longer be created with the Azure AD integration (legacy) enabled. This field will be removed in v4.0 of the AzureRM Provider.
|
|
30060
30130
|
*/
|
|
30061
30131
|
managed?: boolean;
|
|
30062
30132
|
/**
|
|
30063
30133
|
* The Server ID of an Azure Active Directory Application.
|
|
30134
|
+
*
|
|
30135
|
+
* @deprecated Azure AD Integration (legacy) (https://aka.ms/aks/aad-legacy) is deprecated and clusters can no longer be created with the Azure AD integration (legacy) enabled. This field will be removed in v4.0 of the AzureRM Provider.
|
|
30064
30136
|
*/
|
|
30065
30137
|
serverAppId?: string;
|
|
30066
30138
|
/**
|
|
30067
30139
|
* The Server Secret of an Azure Active Directory Application.
|
|
30140
|
+
*
|
|
30141
|
+
* @deprecated Azure AD Integration (legacy) (https://aka.ms/aks/aad-legacy) is deprecated and clusters can no longer be created with the Azure AD integration (legacy) enabled. This field will be removed in v4.0 of the AzureRM Provider.
|
|
30068
30142
|
*/
|
|
30069
30143
|
serverAppSecret?: string;
|
|
30070
30144
|
/**
|
|
@@ -30749,7 +30823,7 @@ export declare namespace containerservice {
|
|
|
30749
30823
|
}
|
|
30750
30824
|
interface KubernetesClusterMaintenanceWindowAutoUpgrade {
|
|
30751
30825
|
/**
|
|
30752
|
-
* The day of the month for the maintenance run. Required in combination with
|
|
30826
|
+
* The day of the month for the maintenance run. Required in combination with AbsoluteMonthly frequency. Value between 0 and 31 (inclusive).
|
|
30753
30827
|
*/
|
|
30754
30828
|
dayOfMonth?: number;
|
|
30755
30829
|
/**
|
|
@@ -30802,7 +30876,7 @@ export declare namespace containerservice {
|
|
|
30802
30876
|
}
|
|
30803
30877
|
interface KubernetesClusterMaintenanceWindowNodeOs {
|
|
30804
30878
|
/**
|
|
30805
|
-
* The day of the month for the maintenance run. Required in combination with
|
|
30879
|
+
* The day of the month for the maintenance run. Required in combination with AbsoluteMonthly frequency. Value between 0 and 31 (inclusive).
|
|
30806
30880
|
*/
|
|
30807
30881
|
dayOfMonth?: number;
|
|
30808
30882
|
/**
|
|
@@ -38964,6 +39038,39 @@ export declare namespace hdinsight {
|
|
|
38964
39038
|
*/
|
|
38965
39039
|
privateLinkEnabled?: boolean;
|
|
38966
39040
|
}
|
|
39041
|
+
interface HBaseClusterPrivateLinkConfiguration {
|
|
39042
|
+
/**
|
|
39043
|
+
* The ID of the private link service group.
|
|
39044
|
+
*/
|
|
39045
|
+
groupId: string;
|
|
39046
|
+
ipConfiguration: outputs.hdinsight.HBaseClusterPrivateLinkConfigurationIpConfiguration;
|
|
39047
|
+
/**
|
|
39048
|
+
* The name of the private link configuration.
|
|
39049
|
+
*/
|
|
39050
|
+
name: string;
|
|
39051
|
+
}
|
|
39052
|
+
interface HBaseClusterPrivateLinkConfigurationIpConfiguration {
|
|
39053
|
+
/**
|
|
39054
|
+
* Specifies the name for this HDInsight HBase Cluster. Changing this forces a new resource to be created.
|
|
39055
|
+
*/
|
|
39056
|
+
name: string;
|
|
39057
|
+
/**
|
|
39058
|
+
* Indicates whether this IP configuration is primary.
|
|
39059
|
+
*/
|
|
39060
|
+
primary?: boolean;
|
|
39061
|
+
/**
|
|
39062
|
+
* The private IP address of the IP configuration.
|
|
39063
|
+
*/
|
|
39064
|
+
privateIpAddress?: string;
|
|
39065
|
+
/**
|
|
39066
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
39067
|
+
*/
|
|
39068
|
+
privateIpAllocationMethod?: string;
|
|
39069
|
+
/**
|
|
39070
|
+
* The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.
|
|
39071
|
+
*/
|
|
39072
|
+
subnetId?: string;
|
|
39073
|
+
}
|
|
38967
39074
|
interface HBaseClusterRoles {
|
|
38968
39075
|
/**
|
|
38969
39076
|
* A `headNode` block as defined above.
|
|
@@ -39382,6 +39489,39 @@ export declare namespace hdinsight {
|
|
|
39382
39489
|
*/
|
|
39383
39490
|
privateLinkEnabled?: boolean;
|
|
39384
39491
|
}
|
|
39492
|
+
interface HadoopClusterPrivateLinkConfiguration {
|
|
39493
|
+
/**
|
|
39494
|
+
* The ID of the private link service group.
|
|
39495
|
+
*/
|
|
39496
|
+
groupId: string;
|
|
39497
|
+
ipConfiguration: outputs.hdinsight.HadoopClusterPrivateLinkConfigurationIpConfiguration;
|
|
39498
|
+
/**
|
|
39499
|
+
* The name of the private link configuration.
|
|
39500
|
+
*/
|
|
39501
|
+
name: string;
|
|
39502
|
+
}
|
|
39503
|
+
interface HadoopClusterPrivateLinkConfigurationIpConfiguration {
|
|
39504
|
+
/**
|
|
39505
|
+
* Specifies the name for this HDInsight Hadoop Cluster. Changing this forces a new resource to be created.
|
|
39506
|
+
*/
|
|
39507
|
+
name: string;
|
|
39508
|
+
/**
|
|
39509
|
+
* Indicates whether this IP configuration is primary.
|
|
39510
|
+
*/
|
|
39511
|
+
primary?: boolean;
|
|
39512
|
+
/**
|
|
39513
|
+
* The private ip address of the endpoint.
|
|
39514
|
+
*/
|
|
39515
|
+
privateIpAddress?: string;
|
|
39516
|
+
/**
|
|
39517
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
39518
|
+
*/
|
|
39519
|
+
privateIpAllocationMethod?: string;
|
|
39520
|
+
/**
|
|
39521
|
+
* The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.
|
|
39522
|
+
*/
|
|
39523
|
+
subnetId?: string;
|
|
39524
|
+
}
|
|
39385
39525
|
interface HadoopClusterRoles {
|
|
39386
39526
|
/**
|
|
39387
39527
|
* A `edgeNode` block as defined below.
|
|
@@ -39890,6 +40030,39 @@ export declare namespace hdinsight {
|
|
|
39890
40030
|
*/
|
|
39891
40031
|
privateLinkEnabled?: boolean;
|
|
39892
40032
|
}
|
|
40033
|
+
interface InteractiveQueryClusterPrivateLinkConfiguration {
|
|
40034
|
+
/**
|
|
40035
|
+
* The ID of the private link service group.
|
|
40036
|
+
*/
|
|
40037
|
+
groupId: string;
|
|
40038
|
+
ipConfiguration: outputs.hdinsight.InteractiveQueryClusterPrivateLinkConfigurationIpConfiguration;
|
|
40039
|
+
/**
|
|
40040
|
+
* The name of the private link configuration.
|
|
40041
|
+
*/
|
|
40042
|
+
name: string;
|
|
40043
|
+
}
|
|
40044
|
+
interface InteractiveQueryClusterPrivateLinkConfigurationIpConfiguration {
|
|
40045
|
+
/**
|
|
40046
|
+
* Specifies the name for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
|
|
40047
|
+
*/
|
|
40048
|
+
name: string;
|
|
40049
|
+
/**
|
|
40050
|
+
* Indicates whether this IP configuration is primary.
|
|
40051
|
+
*/
|
|
40052
|
+
primary?: boolean;
|
|
40053
|
+
/**
|
|
40054
|
+
* The private IP address of the IP configuration.
|
|
40055
|
+
*/
|
|
40056
|
+
privateIpAddress?: string;
|
|
40057
|
+
/**
|
|
40058
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
40059
|
+
*/
|
|
40060
|
+
privateIpAllocationMethod?: string;
|
|
40061
|
+
/**
|
|
40062
|
+
* The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.
|
|
40063
|
+
*/
|
|
40064
|
+
subnetId?: string;
|
|
40065
|
+
}
|
|
39893
40066
|
interface InteractiveQueryClusterRoles {
|
|
39894
40067
|
/**
|
|
39895
40068
|
* A `headNode` block as defined above.
|
|
@@ -40318,6 +40491,39 @@ export declare namespace hdinsight {
|
|
|
40318
40491
|
*/
|
|
40319
40492
|
privateLinkEnabled?: boolean;
|
|
40320
40493
|
}
|
|
40494
|
+
interface KafkaClusterPrivateLinkConfiguration {
|
|
40495
|
+
/**
|
|
40496
|
+
* The ID of the private link service group.
|
|
40497
|
+
*/
|
|
40498
|
+
groupId: string;
|
|
40499
|
+
ipConfiguration: outputs.hdinsight.KafkaClusterPrivateLinkConfigurationIpConfiguration;
|
|
40500
|
+
/**
|
|
40501
|
+
* The name of the private link configuration.
|
|
40502
|
+
*/
|
|
40503
|
+
name: string;
|
|
40504
|
+
}
|
|
40505
|
+
interface KafkaClusterPrivateLinkConfigurationIpConfiguration {
|
|
40506
|
+
/**
|
|
40507
|
+
* Specifies the name for this HDInsight Kafka Cluster. Changing this forces a new resource to be created.
|
|
40508
|
+
*/
|
|
40509
|
+
name: string;
|
|
40510
|
+
/**
|
|
40511
|
+
* Indicates whether this IP configuration is primary.
|
|
40512
|
+
*/
|
|
40513
|
+
primary?: boolean;
|
|
40514
|
+
/**
|
|
40515
|
+
* The private IP address of the IP configuration.
|
|
40516
|
+
*/
|
|
40517
|
+
privateIpAddress?: string;
|
|
40518
|
+
/**
|
|
40519
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
40520
|
+
*/
|
|
40521
|
+
privateIpAllocationMethod?: string;
|
|
40522
|
+
/**
|
|
40523
|
+
* The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.
|
|
40524
|
+
*/
|
|
40525
|
+
subnetId?: string;
|
|
40526
|
+
}
|
|
40321
40527
|
interface KafkaClusterRestProxy {
|
|
40322
40528
|
/**
|
|
40323
40529
|
* The Azure Active Directory Security Group ID. Changing this forces a new resource to be created.
|
|
@@ -40770,6 +40976,39 @@ export declare namespace hdinsight {
|
|
|
40770
40976
|
*/
|
|
40771
40977
|
privateLinkEnabled?: boolean;
|
|
40772
40978
|
}
|
|
40979
|
+
interface SparkClusterPrivateLinkConfiguration {
|
|
40980
|
+
/**
|
|
40981
|
+
* The ID of the private link service group.
|
|
40982
|
+
*/
|
|
40983
|
+
groupId: string;
|
|
40984
|
+
ipConfiguration: outputs.hdinsight.SparkClusterPrivateLinkConfigurationIpConfiguration;
|
|
40985
|
+
/**
|
|
40986
|
+
* The name of the private link configuration.
|
|
40987
|
+
*/
|
|
40988
|
+
name: string;
|
|
40989
|
+
}
|
|
40990
|
+
interface SparkClusterPrivateLinkConfigurationIpConfiguration {
|
|
40991
|
+
/**
|
|
40992
|
+
* Specifies the name for this HDInsight Spark Cluster. Changing this forces a new resource to be created.
|
|
40993
|
+
*/
|
|
40994
|
+
name: string;
|
|
40995
|
+
/**
|
|
40996
|
+
* Indicates whether this IP configuration is primary.
|
|
40997
|
+
*/
|
|
40998
|
+
primary?: boolean;
|
|
40999
|
+
/**
|
|
41000
|
+
* The private IP address of the IP configuration.
|
|
41001
|
+
*/
|
|
41002
|
+
privateIpAddress?: string;
|
|
41003
|
+
/**
|
|
41004
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
41005
|
+
*/
|
|
41006
|
+
privateIpAllocationMethod?: string;
|
|
41007
|
+
/**
|
|
41008
|
+
* The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.
|
|
41009
|
+
*/
|
|
41010
|
+
subnetId?: string;
|
|
41011
|
+
}
|
|
40773
41012
|
interface SparkClusterRoles {
|
|
40774
41013
|
/**
|
|
40775
41014
|
* A `headNode` block as defined above.
|
|
@@ -58023,7 +58262,9 @@ export declare namespace privatelink {
|
|
|
58023
58262
|
*/
|
|
58024
58263
|
privateIpAddress: string;
|
|
58025
58264
|
/**
|
|
58026
|
-
* A message passed to the owner of the remote resource when the private endpoint attempts to establish the connection to the remote resource. The
|
|
58265
|
+
* A message passed to the owner of the remote resource when the private endpoint attempts to establish the connection to the remote resource. The provider allows a maximum request message length of `140` characters, however the request message maximum length is dependent on the service the private endpoint is connected to. Only valid if `isManualConnection` is set to `true`.
|
|
58266
|
+
*
|
|
58267
|
+
* > **NOTE:** When connected to an SQL resource the `requestMessage` maximum length is `128`.
|
|
58027
58268
|
*/
|
|
58028
58269
|
requestMessage?: string;
|
|
58029
58270
|
/**
|
|
@@ -61193,6 +61434,8 @@ export declare namespace storage {
|
|
|
61193
61434
|
* A `restorePolicy` block as defined below. This must be used together with `deleteRetentionPolicy` set, `versioningEnabled` and `changeFeedEnabled` set to `true`.
|
|
61194
61435
|
*
|
|
61195
61436
|
* > **NOTE:** This field cannot be configured when `kind` is set to `Storage` (V1).
|
|
61437
|
+
*
|
|
61438
|
+
* > **NOTE:** `restorePolicy` can not be configured when `dnsEndpointType` is `AzureDnsZone`.
|
|
61196
61439
|
*/
|
|
61197
61440
|
restorePolicy?: outputs.storage.AccountBlobPropertiesRestorePolicy;
|
|
61198
61441
|
/**
|