@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
|
@@ -132,7 +132,7 @@ export declare class FlexibleServer extends pulumi.CustomResource {
|
|
|
132
132
|
*/
|
|
133
133
|
readonly backupRetentionDays: pulumi.Output<number>;
|
|
134
134
|
/**
|
|
135
|
-
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
135
|
+
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `GeoRestore`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
136
136
|
*
|
|
137
137
|
* > **Note:** While creating the resource, `createMode` cannot be set to `Update`.
|
|
138
138
|
*/
|
|
@@ -176,7 +176,7 @@ export declare class FlexibleServer extends pulumi.CustomResource {
|
|
|
176
176
|
*/
|
|
177
177
|
readonly name: pulumi.Output<string>;
|
|
178
178
|
/**
|
|
179
|
-
* The point in time to restore from `sourceServerId` when `createMode` is `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
179
|
+
* The point in time to restore from `sourceServerId` when `createMode` is `GeoRestore`, `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
180
180
|
*/
|
|
181
181
|
readonly pointInTimeRestoreTimeInUtc: pulumi.Output<string | undefined>;
|
|
182
182
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class FlexibleServer extends pulumi.CustomResource {
|
|
|
204
204
|
*/
|
|
205
205
|
readonly skuName: pulumi.Output<string>;
|
|
206
206
|
/**
|
|
207
|
-
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
207
|
+
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `GeoRestore`, `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
208
208
|
*/
|
|
209
209
|
readonly sourceServerId: pulumi.Output<string | undefined>;
|
|
210
210
|
/**
|
|
@@ -272,7 +272,7 @@ export interface FlexibleServerState {
|
|
|
272
272
|
*/
|
|
273
273
|
backupRetentionDays?: pulumi.Input<number>;
|
|
274
274
|
/**
|
|
275
|
-
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
275
|
+
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `GeoRestore`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
276
276
|
*
|
|
277
277
|
* > **Note:** While creating the resource, `createMode` cannot be set to `Update`.
|
|
278
278
|
*/
|
|
@@ -316,7 +316,7 @@ export interface FlexibleServerState {
|
|
|
316
316
|
*/
|
|
317
317
|
name?: pulumi.Input<string>;
|
|
318
318
|
/**
|
|
319
|
-
* The point in time to restore from `sourceServerId` when `createMode` is `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
319
|
+
* The point in time to restore from `sourceServerId` when `createMode` is `GeoRestore`, `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
320
320
|
*/
|
|
321
321
|
pointInTimeRestoreTimeInUtc?: pulumi.Input<string>;
|
|
322
322
|
/**
|
|
@@ -344,7 +344,7 @@ export interface FlexibleServerState {
|
|
|
344
344
|
*/
|
|
345
345
|
skuName?: pulumi.Input<string>;
|
|
346
346
|
/**
|
|
347
|
-
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
347
|
+
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `GeoRestore`, `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
348
348
|
*/
|
|
349
349
|
sourceServerId?: pulumi.Input<string>;
|
|
350
350
|
/**
|
|
@@ -404,7 +404,7 @@ export interface FlexibleServerArgs {
|
|
|
404
404
|
*/
|
|
405
405
|
backupRetentionDays?: pulumi.Input<number>;
|
|
406
406
|
/**
|
|
407
|
-
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
407
|
+
* The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `GeoRestore`, `PointInTimeRestore`, `Replica` and `Update`.
|
|
408
408
|
*
|
|
409
409
|
* > **Note:** While creating the resource, `createMode` cannot be set to `Update`.
|
|
410
410
|
*/
|
|
@@ -444,7 +444,7 @@ export interface FlexibleServerArgs {
|
|
|
444
444
|
*/
|
|
445
445
|
name?: pulumi.Input<string>;
|
|
446
446
|
/**
|
|
447
|
-
* The point in time to restore from `sourceServerId` when `createMode` is `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
447
|
+
* The point in time to restore from `sourceServerId` when `createMode` is `GeoRestore`, `PointInTimeRestore`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
448
448
|
*/
|
|
449
449
|
pointInTimeRestoreTimeInUtc?: pulumi.Input<string>;
|
|
450
450
|
/**
|
|
@@ -468,7 +468,7 @@ export interface FlexibleServerArgs {
|
|
|
468
468
|
*/
|
|
469
469
|
skuName?: pulumi.Input<string>;
|
|
470
470
|
/**
|
|
471
|
-
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
471
|
+
* The resource ID of the source PostgreSQL Flexible Server to be restored. Required when `createMode` is `GeoRestore`, `PointInTimeRestore` or `Replica`. Changing this forces a new PostgreSQL Flexible Server to be created.
|
|
472
472
|
*/
|
|
473
473
|
sourceServerId?: pulumi.Input<string>;
|
|
474
474
|
/**
|
package/role/assignment.d.ts
CHANGED
|
@@ -108,6 +108,54 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
108
108
|
* ```
|
|
109
109
|
* <!--End PulumiCodeChooser -->
|
|
110
110
|
*
|
|
111
|
+
* ### ABAC Condition)
|
|
112
|
+
*
|
|
113
|
+
* <!--Start PulumiCodeChooser -->
|
|
114
|
+
* ```typescript
|
|
115
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
116
|
+
* import * as azure from "@pulumi/azure";
|
|
117
|
+
* import * as std from "@pulumi/std";
|
|
118
|
+
*
|
|
119
|
+
* const primary = azure.core.getSubscription({});
|
|
120
|
+
* const example = azure.core.getClientConfig({});
|
|
121
|
+
* const builtin = azure.authorization.getRoleDefinition({
|
|
122
|
+
* name: "Reader",
|
|
123
|
+
* });
|
|
124
|
+
* const exampleAssignment = new azure.authorization.Assignment("example", {
|
|
125
|
+
* roleDefinitionName: "Role Based Access Control Administrator",
|
|
126
|
+
* scope: primary.then(primary => primary.id),
|
|
127
|
+
* principalId: example.then(example => example.objectId),
|
|
128
|
+
* principalType: "ServicePrincipal",
|
|
129
|
+
* description: "Role Based Access Control Administrator role assignment with ABAC Condition.",
|
|
130
|
+
* conditionVersion: "2.0",
|
|
131
|
+
* condition: Promise.all([builtin.then(builtin => std.basename({
|
|
132
|
+
* input: builtin.roleDefinitionId,
|
|
133
|
+
* })), builtin.then(builtin => std.basename({
|
|
134
|
+
* input: builtin.roleDefinitionId,
|
|
135
|
+
* }))]).then(([invoke, invoke1]) => `(
|
|
136
|
+
* (
|
|
137
|
+
* !(ActionMatches{'Microsoft.Authorization/roleAssignments/write'})
|
|
138
|
+
* )
|
|
139
|
+
* OR
|
|
140
|
+
* (
|
|
141
|
+
* @Request[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {${invoke.result}}
|
|
142
|
+
* )
|
|
143
|
+
* )
|
|
144
|
+
* AND
|
|
145
|
+
* (
|
|
146
|
+
* (
|
|
147
|
+
* !(ActionMatches{'Microsoft.Authorization/roleAssignments/delete'})
|
|
148
|
+
* )
|
|
149
|
+
* OR
|
|
150
|
+
* (
|
|
151
|
+
* @Resource[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {${invoke1.result}}
|
|
152
|
+
* )
|
|
153
|
+
* )
|
|
154
|
+
* `),
|
|
155
|
+
* });
|
|
156
|
+
* ```
|
|
157
|
+
* <!--End PulumiCodeChooser -->
|
|
158
|
+
*
|
|
111
159
|
* ## Import
|
|
112
160
|
*
|
|
113
161
|
* Role Assignments can be imported using the `resource id`, e.g.
|
package/role/assignment.js
CHANGED
|
@@ -114,6 +114,54 @@ const utilities = require("../utilities");
|
|
|
114
114
|
* ```
|
|
115
115
|
* <!--End PulumiCodeChooser -->
|
|
116
116
|
*
|
|
117
|
+
* ### ABAC Condition)
|
|
118
|
+
*
|
|
119
|
+
* <!--Start PulumiCodeChooser -->
|
|
120
|
+
* ```typescript
|
|
121
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
122
|
+
* import * as azure from "@pulumi/azure";
|
|
123
|
+
* import * as std from "@pulumi/std";
|
|
124
|
+
*
|
|
125
|
+
* const primary = azure.core.getSubscription({});
|
|
126
|
+
* const example = azure.core.getClientConfig({});
|
|
127
|
+
* const builtin = azure.authorization.getRoleDefinition({
|
|
128
|
+
* name: "Reader",
|
|
129
|
+
* });
|
|
130
|
+
* const exampleAssignment = new azure.authorization.Assignment("example", {
|
|
131
|
+
* roleDefinitionName: "Role Based Access Control Administrator",
|
|
132
|
+
* scope: primary.then(primary => primary.id),
|
|
133
|
+
* principalId: example.then(example => example.objectId),
|
|
134
|
+
* principalType: "ServicePrincipal",
|
|
135
|
+
* description: "Role Based Access Control Administrator role assignment with ABAC Condition.",
|
|
136
|
+
* conditionVersion: "2.0",
|
|
137
|
+
* condition: Promise.all([builtin.then(builtin => std.basename({
|
|
138
|
+
* input: builtin.roleDefinitionId,
|
|
139
|
+
* })), builtin.then(builtin => std.basename({
|
|
140
|
+
* input: builtin.roleDefinitionId,
|
|
141
|
+
* }))]).then(([invoke, invoke1]) => `(
|
|
142
|
+
* (
|
|
143
|
+
* !(ActionMatches{'Microsoft.Authorization/roleAssignments/write'})
|
|
144
|
+
* )
|
|
145
|
+
* OR
|
|
146
|
+
* (
|
|
147
|
+
* @Request[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {${invoke.result}}
|
|
148
|
+
* )
|
|
149
|
+
* )
|
|
150
|
+
* AND
|
|
151
|
+
* (
|
|
152
|
+
* (
|
|
153
|
+
* !(ActionMatches{'Microsoft.Authorization/roleAssignments/delete'})
|
|
154
|
+
* )
|
|
155
|
+
* OR
|
|
156
|
+
* (
|
|
157
|
+
* @Resource[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {${invoke1.result}}
|
|
158
|
+
* )
|
|
159
|
+
* )
|
|
160
|
+
* `),
|
|
161
|
+
* });
|
|
162
|
+
* ```
|
|
163
|
+
* <!--End PulumiCodeChooser -->
|
|
164
|
+
*
|
|
117
165
|
* ## Import
|
|
118
166
|
*
|
|
119
167
|
* Role Assignments can be imported using the `resource id`, e.g.
|
package/role/assignment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../role/assignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../role/assignment.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export interface ProviderFeatures {
|
|
|
7
7
|
cognitiveAccount?: pulumi.Input<inputs.ProviderFeaturesCognitiveAccount>;
|
|
8
8
|
keyVault?: pulumi.Input<inputs.ProviderFeaturesKeyVault>;
|
|
9
9
|
logAnalyticsWorkspace?: pulumi.Input<inputs.ProviderFeaturesLogAnalyticsWorkspace>;
|
|
10
|
+
machineLearning?: pulumi.Input<inputs.ProviderFeaturesMachineLearning>;
|
|
10
11
|
managedDisk?: pulumi.Input<inputs.ProviderFeaturesManagedDisk>;
|
|
11
12
|
postgresqlFlexibleServer?: pulumi.Input<inputs.ProviderFeaturesPostgresqlFlexibleServer>;
|
|
12
13
|
recoveryService?: pulumi.Input<inputs.ProviderFeaturesRecoveryService>;
|
|
@@ -71,6 +72,9 @@ export interface ProviderFeaturesKeyVault {
|
|
|
71
72
|
export interface ProviderFeaturesLogAnalyticsWorkspace {
|
|
72
73
|
permanentlyDeleteOnDestroy?: pulumi.Input<boolean>;
|
|
73
74
|
}
|
|
75
|
+
export interface ProviderFeaturesMachineLearning {
|
|
76
|
+
purgeSoftDeletedWorkspaceOnDestroy?: pulumi.Input<boolean>;
|
|
77
|
+
}
|
|
74
78
|
export interface ProviderFeaturesManagedDisk {
|
|
75
79
|
expandWithoutDowntime?: pulumi.Input<boolean>;
|
|
76
80
|
}
|
|
@@ -11922,6 +11926,10 @@ export declare namespace appservice {
|
|
|
11922
11926
|
defaultDocuments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11923
11927
|
detailedErrorLoggingEnabled?: pulumi.Input<boolean>;
|
|
11924
11928
|
ftpsState?: pulumi.Input<string>;
|
|
11929
|
+
/**
|
|
11930
|
+
* One or more `handlerMapping` blocks as defined below.
|
|
11931
|
+
*/
|
|
11932
|
+
handlerMappings?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSiteConfigHandlerMapping>[]>;
|
|
11925
11933
|
/**
|
|
11926
11934
|
* 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`.
|
|
11927
11935
|
*/
|
|
@@ -12223,6 +12231,20 @@ export declare namespace appservice {
|
|
|
12223
12231
|
*/
|
|
12224
12232
|
supportCredentials?: pulumi.Input<boolean>;
|
|
12225
12233
|
}
|
|
12234
|
+
interface WindowsWebAppSiteConfigHandlerMapping {
|
|
12235
|
+
/**
|
|
12236
|
+
* Specifies the command-line arguments to be passed to the script processor.
|
|
12237
|
+
*/
|
|
12238
|
+
arguments?: pulumi.Input<string>;
|
|
12239
|
+
/**
|
|
12240
|
+
* Specifies which extension to be handled by the specified FastCGI application.
|
|
12241
|
+
*/
|
|
12242
|
+
extension: pulumi.Input<string>;
|
|
12243
|
+
/**
|
|
12244
|
+
* Specifies the absolute path to the FastCGI application.
|
|
12245
|
+
*/
|
|
12246
|
+
scriptProcessorPath: pulumi.Input<string>;
|
|
12247
|
+
}
|
|
12226
12248
|
interface WindowsWebAppSiteConfigIpRestriction {
|
|
12227
12249
|
/**
|
|
12228
12250
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
@@ -13098,6 +13120,10 @@ export declare namespace appservice {
|
|
|
13098
13120
|
defaultDocuments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13099
13121
|
detailedErrorLoggingEnabled?: pulumi.Input<boolean>;
|
|
13100
13122
|
ftpsState?: pulumi.Input<string>;
|
|
13123
|
+
/**
|
|
13124
|
+
* One or more `handlerMapping` blocks as defined below.
|
|
13125
|
+
*/
|
|
13126
|
+
handlerMappings?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSlotSiteConfigHandlerMapping>[]>;
|
|
13101
13127
|
/**
|
|
13102
13128
|
* 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`.
|
|
13103
13129
|
*/
|
|
@@ -13387,6 +13413,20 @@ export declare namespace appservice {
|
|
|
13387
13413
|
*/
|
|
13388
13414
|
supportCredentials?: pulumi.Input<boolean>;
|
|
13389
13415
|
}
|
|
13416
|
+
interface WindowsWebAppSlotSiteConfigHandlerMapping {
|
|
13417
|
+
/**
|
|
13418
|
+
* Specify the command-line arguments to be passed to the script processor.
|
|
13419
|
+
*/
|
|
13420
|
+
arguments?: pulumi.Input<string>;
|
|
13421
|
+
/**
|
|
13422
|
+
* Specify which extension to be handled by the specified FastCGI application.
|
|
13423
|
+
*/
|
|
13424
|
+
extension: pulumi.Input<string>;
|
|
13425
|
+
/**
|
|
13426
|
+
* Specify the absolute path to the FastCGI application.
|
|
13427
|
+
*/
|
|
13428
|
+
scriptProcessorPath: pulumi.Input<string>;
|
|
13429
|
+
}
|
|
13390
13430
|
interface WindowsWebAppSlotSiteConfigIpRestriction {
|
|
13391
13431
|
/**
|
|
13392
13432
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
@@ -20743,7 +20783,7 @@ export declare namespace containerapp {
|
|
|
20743
20783
|
*/
|
|
20744
20784
|
description?: pulumi.Input<string>;
|
|
20745
20785
|
/**
|
|
20746
|
-
*
|
|
20786
|
+
* The incoming IP address or range of IP addresses (in CIDR notation).
|
|
20747
20787
|
*/
|
|
20748
20788
|
ipAddressRange: pulumi.Input<string>;
|
|
20749
20789
|
/**
|
|
@@ -22215,18 +22255,26 @@ export declare namespace containerservice {
|
|
|
22215
22255
|
azureRbacEnabled?: pulumi.Input<boolean>;
|
|
22216
22256
|
/**
|
|
22217
22257
|
* The Client ID of an Azure Active Directory Application.
|
|
22258
|
+
*
|
|
22259
|
+
* @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.
|
|
22218
22260
|
*/
|
|
22219
22261
|
clientAppId?: pulumi.Input<string>;
|
|
22220
22262
|
/**
|
|
22221
22263
|
* Is the Azure Active Directory integration Managed, meaning that Azure will create/manage the Service Principal used for integration.
|
|
22264
|
+
*
|
|
22265
|
+
* @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.
|
|
22222
22266
|
*/
|
|
22223
22267
|
managed?: pulumi.Input<boolean>;
|
|
22224
22268
|
/**
|
|
22225
22269
|
* The Server ID of an Azure Active Directory Application.
|
|
22270
|
+
*
|
|
22271
|
+
* @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.
|
|
22226
22272
|
*/
|
|
22227
22273
|
serverAppId?: pulumi.Input<string>;
|
|
22228
22274
|
/**
|
|
22229
22275
|
* The Server Secret of an Azure Active Directory Application.
|
|
22276
|
+
*
|
|
22277
|
+
* @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.
|
|
22230
22278
|
*/
|
|
22231
22279
|
serverAppSecret?: pulumi.Input<string>;
|
|
22232
22280
|
/**
|
|
@@ -22911,7 +22959,7 @@ export declare namespace containerservice {
|
|
|
22911
22959
|
}
|
|
22912
22960
|
interface KubernetesClusterMaintenanceWindowAutoUpgrade {
|
|
22913
22961
|
/**
|
|
22914
|
-
* The day of the month for the maintenance run. Required in combination with
|
|
22962
|
+
* The day of the month for the maintenance run. Required in combination with AbsoluteMonthly frequency. Value between 0 and 31 (inclusive).
|
|
22915
22963
|
*/
|
|
22916
22964
|
dayOfMonth?: pulumi.Input<number>;
|
|
22917
22965
|
/**
|
|
@@ -22964,7 +23012,7 @@ export declare namespace containerservice {
|
|
|
22964
23012
|
}
|
|
22965
23013
|
interface KubernetesClusterMaintenanceWindowNodeOs {
|
|
22966
23014
|
/**
|
|
22967
|
-
* The day of the month for the maintenance run. Required in combination with
|
|
23015
|
+
* The day of the month for the maintenance run. Required in combination with AbsoluteMonthly frequency. Value between 0 and 31 (inclusive).
|
|
22968
23016
|
*/
|
|
22969
23017
|
dayOfMonth?: pulumi.Input<number>;
|
|
22970
23018
|
/**
|
|
@@ -30434,6 +30482,39 @@ export declare namespace hdinsight {
|
|
|
30434
30482
|
*/
|
|
30435
30483
|
privateLinkEnabled?: pulumi.Input<boolean>;
|
|
30436
30484
|
}
|
|
30485
|
+
interface HBaseClusterPrivateLinkConfiguration {
|
|
30486
|
+
/**
|
|
30487
|
+
* The ID of the private link service group.
|
|
30488
|
+
*/
|
|
30489
|
+
groupId: pulumi.Input<string>;
|
|
30490
|
+
ipConfiguration: pulumi.Input<inputs.hdinsight.HBaseClusterPrivateLinkConfigurationIpConfiguration>;
|
|
30491
|
+
/**
|
|
30492
|
+
* The name of the private link configuration.
|
|
30493
|
+
*/
|
|
30494
|
+
name: pulumi.Input<string>;
|
|
30495
|
+
}
|
|
30496
|
+
interface HBaseClusterPrivateLinkConfigurationIpConfiguration {
|
|
30497
|
+
/**
|
|
30498
|
+
* Specifies the name for this HDInsight HBase Cluster. Changing this forces a new resource to be created.
|
|
30499
|
+
*/
|
|
30500
|
+
name: pulumi.Input<string>;
|
|
30501
|
+
/**
|
|
30502
|
+
* Indicates whether this IP configuration is primary.
|
|
30503
|
+
*/
|
|
30504
|
+
primary?: pulumi.Input<boolean>;
|
|
30505
|
+
/**
|
|
30506
|
+
* The private IP address of the IP configuration.
|
|
30507
|
+
*/
|
|
30508
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
30509
|
+
/**
|
|
30510
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
30511
|
+
*/
|
|
30512
|
+
privateIpAllocationMethod?: pulumi.Input<string>;
|
|
30513
|
+
/**
|
|
30514
|
+
* 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.
|
|
30515
|
+
*/
|
|
30516
|
+
subnetId?: pulumi.Input<string>;
|
|
30517
|
+
}
|
|
30437
30518
|
interface HBaseClusterRoles {
|
|
30438
30519
|
/**
|
|
30439
30520
|
* A `headNode` block as defined above.
|
|
@@ -30852,6 +30933,39 @@ export declare namespace hdinsight {
|
|
|
30852
30933
|
*/
|
|
30853
30934
|
privateLinkEnabled?: pulumi.Input<boolean>;
|
|
30854
30935
|
}
|
|
30936
|
+
interface HadoopClusterPrivateLinkConfiguration {
|
|
30937
|
+
/**
|
|
30938
|
+
* The ID of the private link service group.
|
|
30939
|
+
*/
|
|
30940
|
+
groupId: pulumi.Input<string>;
|
|
30941
|
+
ipConfiguration: pulumi.Input<inputs.hdinsight.HadoopClusterPrivateLinkConfigurationIpConfiguration>;
|
|
30942
|
+
/**
|
|
30943
|
+
* The name of the private link configuration.
|
|
30944
|
+
*/
|
|
30945
|
+
name: pulumi.Input<string>;
|
|
30946
|
+
}
|
|
30947
|
+
interface HadoopClusterPrivateLinkConfigurationIpConfiguration {
|
|
30948
|
+
/**
|
|
30949
|
+
* Specifies the name for this HDInsight Hadoop Cluster. Changing this forces a new resource to be created.
|
|
30950
|
+
*/
|
|
30951
|
+
name: pulumi.Input<string>;
|
|
30952
|
+
/**
|
|
30953
|
+
* Indicates whether this IP configuration is primary.
|
|
30954
|
+
*/
|
|
30955
|
+
primary?: pulumi.Input<boolean>;
|
|
30956
|
+
/**
|
|
30957
|
+
* The private ip address of the endpoint.
|
|
30958
|
+
*/
|
|
30959
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
30960
|
+
/**
|
|
30961
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
30962
|
+
*/
|
|
30963
|
+
privateIpAllocationMethod?: pulumi.Input<string>;
|
|
30964
|
+
/**
|
|
30965
|
+
* 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.
|
|
30966
|
+
*/
|
|
30967
|
+
subnetId?: pulumi.Input<string>;
|
|
30968
|
+
}
|
|
30855
30969
|
interface HadoopClusterRoles {
|
|
30856
30970
|
/**
|
|
30857
30971
|
* A `edgeNode` block as defined below.
|
|
@@ -31360,6 +31474,39 @@ export declare namespace hdinsight {
|
|
|
31360
31474
|
*/
|
|
31361
31475
|
privateLinkEnabled?: pulumi.Input<boolean>;
|
|
31362
31476
|
}
|
|
31477
|
+
interface InteractiveQueryClusterPrivateLinkConfiguration {
|
|
31478
|
+
/**
|
|
31479
|
+
* The ID of the private link service group.
|
|
31480
|
+
*/
|
|
31481
|
+
groupId: pulumi.Input<string>;
|
|
31482
|
+
ipConfiguration: pulumi.Input<inputs.hdinsight.InteractiveQueryClusterPrivateLinkConfigurationIpConfiguration>;
|
|
31483
|
+
/**
|
|
31484
|
+
* The name of the private link configuration.
|
|
31485
|
+
*/
|
|
31486
|
+
name: pulumi.Input<string>;
|
|
31487
|
+
}
|
|
31488
|
+
interface InteractiveQueryClusterPrivateLinkConfigurationIpConfiguration {
|
|
31489
|
+
/**
|
|
31490
|
+
* Specifies the name for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
|
|
31491
|
+
*/
|
|
31492
|
+
name: pulumi.Input<string>;
|
|
31493
|
+
/**
|
|
31494
|
+
* Indicates whether this IP configuration is primary.
|
|
31495
|
+
*/
|
|
31496
|
+
primary?: pulumi.Input<boolean>;
|
|
31497
|
+
/**
|
|
31498
|
+
* The private IP address of the IP configuration.
|
|
31499
|
+
*/
|
|
31500
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
31501
|
+
/**
|
|
31502
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
31503
|
+
*/
|
|
31504
|
+
privateIpAllocationMethod?: pulumi.Input<string>;
|
|
31505
|
+
/**
|
|
31506
|
+
* 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.
|
|
31507
|
+
*/
|
|
31508
|
+
subnetId?: pulumi.Input<string>;
|
|
31509
|
+
}
|
|
31363
31510
|
interface InteractiveQueryClusterRoles {
|
|
31364
31511
|
/**
|
|
31365
31512
|
* A `headNode` block as defined above.
|
|
@@ -31788,6 +31935,39 @@ export declare namespace hdinsight {
|
|
|
31788
31935
|
*/
|
|
31789
31936
|
privateLinkEnabled?: pulumi.Input<boolean>;
|
|
31790
31937
|
}
|
|
31938
|
+
interface KafkaClusterPrivateLinkConfiguration {
|
|
31939
|
+
/**
|
|
31940
|
+
* The ID of the private link service group.
|
|
31941
|
+
*/
|
|
31942
|
+
groupId: pulumi.Input<string>;
|
|
31943
|
+
ipConfiguration: pulumi.Input<inputs.hdinsight.KafkaClusterPrivateLinkConfigurationIpConfiguration>;
|
|
31944
|
+
/**
|
|
31945
|
+
* The name of the private link configuration.
|
|
31946
|
+
*/
|
|
31947
|
+
name: pulumi.Input<string>;
|
|
31948
|
+
}
|
|
31949
|
+
interface KafkaClusterPrivateLinkConfigurationIpConfiguration {
|
|
31950
|
+
/**
|
|
31951
|
+
* Specifies the name for this HDInsight Kafka Cluster. Changing this forces a new resource to be created.
|
|
31952
|
+
*/
|
|
31953
|
+
name: pulumi.Input<string>;
|
|
31954
|
+
/**
|
|
31955
|
+
* Indicates whether this IP configuration is primary.
|
|
31956
|
+
*/
|
|
31957
|
+
primary?: pulumi.Input<boolean>;
|
|
31958
|
+
/**
|
|
31959
|
+
* The private IP address of the IP configuration.
|
|
31960
|
+
*/
|
|
31961
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
31962
|
+
/**
|
|
31963
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
31964
|
+
*/
|
|
31965
|
+
privateIpAllocationMethod?: pulumi.Input<string>;
|
|
31966
|
+
/**
|
|
31967
|
+
* 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.
|
|
31968
|
+
*/
|
|
31969
|
+
subnetId?: pulumi.Input<string>;
|
|
31970
|
+
}
|
|
31791
31971
|
interface KafkaClusterRestProxy {
|
|
31792
31972
|
/**
|
|
31793
31973
|
* The Azure Active Directory Security Group ID. Changing this forces a new resource to be created.
|
|
@@ -32240,6 +32420,39 @@ export declare namespace hdinsight {
|
|
|
32240
32420
|
*/
|
|
32241
32421
|
privateLinkEnabled?: pulumi.Input<boolean>;
|
|
32242
32422
|
}
|
|
32423
|
+
interface SparkClusterPrivateLinkConfiguration {
|
|
32424
|
+
/**
|
|
32425
|
+
* The ID of the private link service group.
|
|
32426
|
+
*/
|
|
32427
|
+
groupId: pulumi.Input<string>;
|
|
32428
|
+
ipConfiguration: pulumi.Input<inputs.hdinsight.SparkClusterPrivateLinkConfigurationIpConfiguration>;
|
|
32429
|
+
/**
|
|
32430
|
+
* The name of the private link configuration.
|
|
32431
|
+
*/
|
|
32432
|
+
name: pulumi.Input<string>;
|
|
32433
|
+
}
|
|
32434
|
+
interface SparkClusterPrivateLinkConfigurationIpConfiguration {
|
|
32435
|
+
/**
|
|
32436
|
+
* Specifies the name for this HDInsight Spark Cluster. Changing this forces a new resource to be created.
|
|
32437
|
+
*/
|
|
32438
|
+
name: pulumi.Input<string>;
|
|
32439
|
+
/**
|
|
32440
|
+
* Indicates whether this IP configuration is primary.
|
|
32441
|
+
*/
|
|
32442
|
+
primary?: pulumi.Input<boolean>;
|
|
32443
|
+
/**
|
|
32444
|
+
* The private IP address of the IP configuration.
|
|
32445
|
+
*/
|
|
32446
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
32447
|
+
/**
|
|
32448
|
+
* The private IP allocation method. The only possible value now is `Dynamic`.
|
|
32449
|
+
*/
|
|
32450
|
+
privateIpAllocationMethod?: pulumi.Input<string>;
|
|
32451
|
+
/**
|
|
32452
|
+
* 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.
|
|
32453
|
+
*/
|
|
32454
|
+
subnetId?: pulumi.Input<string>;
|
|
32455
|
+
}
|
|
32243
32456
|
interface SparkClusterRoles {
|
|
32244
32457
|
/**
|
|
32245
32458
|
* A `headNode` block as defined above.
|
|
@@ -45562,7 +45775,9 @@ export declare namespace privatelink {
|
|
|
45562
45775
|
*/
|
|
45563
45776
|
privateIpAddress?: pulumi.Input<string>;
|
|
45564
45777
|
/**
|
|
45565
|
-
* A message passed to the owner of the remote resource when the private endpoint attempts to establish the connection to the remote resource. The
|
|
45778
|
+
* 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`.
|
|
45779
|
+
*
|
|
45780
|
+
* > **NOTE:** When connected to an SQL resource the `requestMessage` maximum length is `128`.
|
|
45566
45781
|
*/
|
|
45567
45782
|
requestMessage?: pulumi.Input<string>;
|
|
45568
45783
|
/**
|
|
@@ -48252,6 +48467,8 @@ export declare namespace storage {
|
|
|
48252
48467
|
* A `restorePolicy` block as defined below. This must be used together with `deleteRetentionPolicy` set, `versioningEnabled` and `changeFeedEnabled` set to `true`.
|
|
48253
48468
|
*
|
|
48254
48469
|
* > **NOTE:** This field cannot be configured when `kind` is set to `Storage` (V1).
|
|
48470
|
+
*
|
|
48471
|
+
* > **NOTE:** `restorePolicy` can not be configured when `dnsEndpointType` is `AzureDnsZone`.
|
|
48255
48472
|
*/
|
|
48256
48473
|
restorePolicy?: pulumi.Input<inputs.storage.AccountBlobPropertiesRestorePolicy>;
|
|
48257
48474
|
/**
|