@pulumi/azure 5.61.0 → 5.62.0-alpha.1705093492
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/service.d.ts +3 -3
- package/appconfiguration/licationLoadBalancerSubnetAssociation.d.ts +6 -6
- package/appplatform/springCloudService.d.ts +3 -3
- package/appservice/linuxFunctionApp.d.ts +3 -3
- package/appservice/linuxFunctionAppSlot.d.ts +6 -6
- package/appservice/linuxWebApp.d.ts +3 -3
- package/appservice/linuxWebAppSlot.d.ts +3 -3
- package/appservice/windowsFunctionApp.d.ts +3 -3
- package/appservice/windowsFunctionAppSlot.d.ts +3 -3
- package/appservice/windowsWebApp.d.ts +3 -3
- package/appservice/windowsWebAppSlot.d.ts +3 -3
- package/authorization/assignment.d.ts +6 -2
- package/authorization/assignment.js +1 -1
- package/authorization/assignment.js.map +1 -1
- package/cdn/frontdoorCustomDomain.d.ts +3 -3
- package/cdn/frontdoorFirewallPolicy.d.ts +18 -6
- package/cdn/frontdoorFirewallPolicy.js +2 -0
- package/cdn/frontdoorFirewallPolicy.js.map +1 -1
- package/cognitive/account.d.ts +3 -3
- package/compute/dedicatedHost.d.ts +1 -1
- package/compute/dedicatedHost.js +1 -1
- package/compute/orchestratedVirtualMachineScaleSet.d.ts +52 -46
- package/compute/orchestratedVirtualMachineScaleSet.js +2 -2
- package/compute/orchestratedVirtualMachineScaleSet.js.map +1 -1
- package/containerservice/kubernetesFleetManager.d.ts +1 -1
- package/containerservice/kubernetesFleetManager.js +1 -1
- package/devtest/linuxVirtualMachine.d.ts +3 -3
- package/keyvault/managedHardwareSecurityModule.d.ts +3 -3
- package/keyvault/managedHardwareSecurityModuleRoleDefinition.d.ts +6 -0
- package/keyvault/managedHardwareSecurityModuleRoleDefinition.js.map +1 -1
- package/maintenance/assignmentDedicatedHost.d.ts +1 -1
- package/maintenance/assignmentDedicatedHost.js +1 -1
- package/mssql/database.d.ts +133 -3
- package/mssql/database.js +94 -0
- package/mssql/database.js.map +1 -1
- package/mssql/getDatabase.d.ts +17 -0
- package/mssql/getDatabase.js.map +1 -1
- package/mssql/getServer.d.ts +4 -0
- package/mssql/getServer.js.map +1 -1
- package/network/getNetworkManager.d.ts +73 -0
- package/network/getNetworkManager.js +26 -0
- package/network/getNetworkManager.js.map +1 -0
- package/network/index.d.ts +3 -0
- package/network/index.js +6 -3
- package/network/index.js.map +1 -1
- package/network/networkManager.d.ts +2 -2
- package/package.json +1 -1
- package/role/assignment.d.ts +6 -2
- package/role/assignment.js +1 -1
- package/role/assignment.js.map +1 -1
- package/securitycenter/automation.d.ts +3 -3
- package/securitycenter/index.d.ts +3 -0
- package/securitycenter/index.js +6 -1
- package/securitycenter/index.js.map +1 -1
- package/securitycenter/serverVulnerabilityAssessmentsSetting.d.ts +72 -0
- package/securitycenter/serverVulnerabilityAssessmentsSetting.js +76 -0
- package/securitycenter/serverVulnerabilityAssessmentsSetting.js.map +1 -0
- package/securitycenter/setting.d.ts +3 -3
- package/storage/account.d.ts +3 -3
- package/storage/share.d.ts +3 -3
- package/types/input.d.ts +100 -66
- package/types/output.d.ts +134 -66
|
@@ -191,7 +191,7 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
191
191
|
*/
|
|
192
192
|
readonly virtualNetworkType: pulumi.Output<string | undefined>;
|
|
193
193
|
/**
|
|
194
|
-
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
194
|
+
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
195
195
|
*
|
|
196
196
|
* > **NOTE:** Availability zones are only supported in the Premium tier.
|
|
197
197
|
*/
|
|
@@ -358,7 +358,7 @@ export interface ServiceState {
|
|
|
358
358
|
*/
|
|
359
359
|
virtualNetworkType?: pulumi.Input<string>;
|
|
360
360
|
/**
|
|
361
|
-
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
361
|
+
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
362
362
|
*
|
|
363
363
|
* > **NOTE:** Availability zones are only supported in the Premium tier.
|
|
364
364
|
*/
|
|
@@ -485,7 +485,7 @@ export interface ServiceArgs {
|
|
|
485
485
|
*/
|
|
486
486
|
virtualNetworkType?: pulumi.Input<string>;
|
|
487
487
|
/**
|
|
488
|
-
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
488
|
+
* Specifies a list of Availability Zones in which this API Management service should be located.
|
|
489
489
|
*
|
|
490
490
|
* > **NOTE:** Availability zones are only supported in the Premium tier.
|
|
491
491
|
*/
|
|
@@ -69,9 +69,9 @@ export declare class LicationLoadBalancerSubnetAssociation extends pulumi.Custom
|
|
|
69
69
|
*/
|
|
70
70
|
readonly name: pulumi.Output<string>;
|
|
71
71
|
/**
|
|
72
|
-
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
72
|
+
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
73
73
|
*
|
|
74
|
-
* **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
74
|
+
* > **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
75
75
|
*/
|
|
76
76
|
readonly subnetId: pulumi.Output<string>;
|
|
77
77
|
/**
|
|
@@ -102,9 +102,9 @@ export interface LicationLoadBalancerSubnetAssociationState {
|
|
|
102
102
|
*/
|
|
103
103
|
name?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
105
|
+
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
106
106
|
*
|
|
107
|
-
* **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
107
|
+
* > **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
108
108
|
*/
|
|
109
109
|
subnetId?: pulumi.Input<string>;
|
|
110
110
|
/**
|
|
@@ -127,9 +127,9 @@ export interface LicationLoadBalancerSubnetAssociationArgs {
|
|
|
127
127
|
*/
|
|
128
128
|
name?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
130
|
+
* The ID of the subnet which the Application Gateway for Containers associated to.
|
|
131
131
|
*
|
|
132
|
-
* **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
132
|
+
* > **Note:** The subnet to be used must have a delegation for `Microsoft.ServiceNetworking/trafficControllers` as shown in the example above.
|
|
133
133
|
*/
|
|
134
134
|
subnetId: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class SpringCloudService extends pulumi.CustomResource {
|
|
|
127
127
|
*/
|
|
128
128
|
readonly skuName: pulumi.Output<string | undefined>;
|
|
129
129
|
/**
|
|
130
|
-
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined.
|
|
130
|
+
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined. Changing this forces a new resource to be created.
|
|
131
131
|
*/
|
|
132
132
|
readonly skuTier: pulumi.Output<string>;
|
|
133
133
|
/**
|
|
@@ -222,7 +222,7 @@ export interface SpringCloudServiceState {
|
|
|
222
222
|
*/
|
|
223
223
|
skuName?: pulumi.Input<string>;
|
|
224
224
|
/**
|
|
225
|
-
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined.
|
|
225
|
+
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined. Changing this forces a new resource to be created.
|
|
226
226
|
*/
|
|
227
227
|
skuTier?: pulumi.Input<string>;
|
|
228
228
|
/**
|
|
@@ -297,7 +297,7 @@ export interface SpringCloudServiceArgs {
|
|
|
297
297
|
*/
|
|
298
298
|
skuName?: pulumi.Input<string>;
|
|
299
299
|
/**
|
|
300
|
-
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined.
|
|
300
|
+
* Specifies the SKU Tier for this Spring Cloud Service. Possible values are `Basic`, `Enterprise`, `Standard` and `StandardGen2`. The attribute is automatically computed from API response except when `managedEnvironmentId` is defined. Changing this forces a new resource to be created.
|
|
301
301
|
*/
|
|
302
302
|
skuTier?: pulumi.Input<string>;
|
|
303
303
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class LinuxFunctionApp extends pulumi.CustomResource {
|
|
|
226
226
|
} | undefined>;
|
|
227
227
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
228
228
|
/**
|
|
229
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
229
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
230
230
|
*
|
|
231
231
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
232
232
|
*/
|
|
@@ -419,7 +419,7 @@ export interface LinuxFunctionAppState {
|
|
|
419
419
|
}>;
|
|
420
420
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
421
421
|
/**
|
|
422
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
422
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
423
423
|
*
|
|
424
424
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
425
425
|
*/
|
|
@@ -568,7 +568,7 @@ export interface LinuxFunctionAppArgs {
|
|
|
568
568
|
}>;
|
|
569
569
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
570
570
|
/**
|
|
571
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
571
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
572
572
|
*
|
|
573
573
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
574
574
|
*/
|
|
@@ -120,7 +120,7 @@ export declare class LinuxFunctionAppSlot extends pulumi.CustomResource {
|
|
|
120
120
|
*/
|
|
121
121
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
122
122
|
/**
|
|
123
|
-
* Are the default FTP Basic Authentication publishing credentials enabled.
|
|
123
|
+
* Are the default FTP Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
124
124
|
*/
|
|
125
125
|
readonly ftpPublishBasicAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
126
126
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class LinuxFunctionAppSlot extends pulumi.CustomResource {
|
|
|
221
221
|
} | undefined>;
|
|
222
222
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
223
223
|
/**
|
|
224
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
224
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
225
225
|
*/
|
|
226
226
|
readonly webdeployPublishBasicAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
227
227
|
/**
|
|
@@ -296,7 +296,7 @@ export interface LinuxFunctionAppSlotState {
|
|
|
296
296
|
*/
|
|
297
297
|
enabled?: pulumi.Input<boolean>;
|
|
298
298
|
/**
|
|
299
|
-
* Are the default FTP Basic Authentication publishing credentials enabled.
|
|
299
|
+
* Are the default FTP Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
300
300
|
*/
|
|
301
301
|
ftpPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
302
302
|
/**
|
|
@@ -397,7 +397,7 @@ export interface LinuxFunctionAppSlotState {
|
|
|
397
397
|
}>;
|
|
398
398
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
399
399
|
/**
|
|
400
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
400
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
401
401
|
*/
|
|
402
402
|
webdeployPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
403
403
|
}
|
|
@@ -456,7 +456,7 @@ export interface LinuxFunctionAppSlotArgs {
|
|
|
456
456
|
*/
|
|
457
457
|
enabled?: pulumi.Input<boolean>;
|
|
458
458
|
/**
|
|
459
|
-
* Are the default FTP Basic Authentication publishing credentials enabled.
|
|
459
|
+
* Are the default FTP Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
460
460
|
*/
|
|
461
461
|
ftpPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
462
462
|
/**
|
|
@@ -529,7 +529,7 @@ export interface LinuxFunctionAppSlotArgs {
|
|
|
529
529
|
}>;
|
|
530
530
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
531
531
|
/**
|
|
532
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
532
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
533
533
|
*/
|
|
534
534
|
webdeployPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
535
535
|
}
|
|
@@ -184,7 +184,7 @@ export declare class LinuxWebApp extends pulumi.CustomResource {
|
|
|
184
184
|
} | undefined>;
|
|
185
185
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
186
186
|
/**
|
|
187
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
187
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
188
188
|
*
|
|
189
189
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
190
190
|
*/
|
|
@@ -343,7 +343,7 @@ export interface LinuxWebAppState {
|
|
|
343
343
|
}>;
|
|
344
344
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
345
345
|
/**
|
|
346
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
346
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
347
347
|
*
|
|
348
348
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
349
349
|
*/
|
|
@@ -458,7 +458,7 @@ export interface LinuxWebAppArgs {
|
|
|
458
458
|
}>;
|
|
459
459
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
460
460
|
/**
|
|
461
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
461
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
462
462
|
*
|
|
463
463
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
464
464
|
*/
|
|
@@ -188,7 +188,7 @@ export declare class LinuxWebAppSlot extends pulumi.CustomResource {
|
|
|
188
188
|
} | undefined>;
|
|
189
189
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
190
190
|
/**
|
|
191
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
191
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
192
192
|
*
|
|
193
193
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
194
194
|
*/
|
|
@@ -347,7 +347,7 @@ export interface LinuxWebAppSlotState {
|
|
|
347
347
|
}>;
|
|
348
348
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
349
349
|
/**
|
|
350
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
350
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
351
351
|
*
|
|
352
352
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
353
353
|
*/
|
|
@@ -456,7 +456,7 @@ export interface LinuxWebAppSlotArgs {
|
|
|
456
456
|
}>;
|
|
457
457
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
458
458
|
/**
|
|
459
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
459
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
460
460
|
*
|
|
461
461
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
462
462
|
*/
|
|
@@ -226,7 +226,7 @@ export declare class WindowsFunctionApp extends pulumi.CustomResource {
|
|
|
226
226
|
} | undefined>;
|
|
227
227
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
228
228
|
/**
|
|
229
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
229
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
230
230
|
*
|
|
231
231
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
232
232
|
*/
|
|
@@ -419,7 +419,7 @@ export interface WindowsFunctionAppState {
|
|
|
419
419
|
}>;
|
|
420
420
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
421
421
|
/**
|
|
422
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
422
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
423
423
|
*
|
|
424
424
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
425
425
|
*/
|
|
@@ -568,7 +568,7 @@ export interface WindowsFunctionAppArgs {
|
|
|
568
568
|
}>;
|
|
569
569
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
570
570
|
/**
|
|
571
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
571
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
572
572
|
*
|
|
573
573
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
574
574
|
*/
|
|
@@ -221,7 +221,7 @@ export declare class WindowsFunctionAppSlot extends pulumi.CustomResource {
|
|
|
221
221
|
} | undefined>;
|
|
222
222
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
223
223
|
/**
|
|
224
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
224
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
225
225
|
*/
|
|
226
226
|
readonly webdeployPublishBasicAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
227
227
|
/**
|
|
@@ -397,7 +397,7 @@ export interface WindowsFunctionAppSlotState {
|
|
|
397
397
|
}>;
|
|
398
398
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
399
399
|
/**
|
|
400
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
400
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
401
401
|
*/
|
|
402
402
|
webdeployPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
403
403
|
}
|
|
@@ -529,7 +529,7 @@ export interface WindowsFunctionAppSlotArgs {
|
|
|
529
529
|
}>;
|
|
530
530
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
531
531
|
/**
|
|
532
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
532
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
533
533
|
*/
|
|
534
534
|
webdeployPublishBasicAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
535
535
|
}
|
|
@@ -189,7 +189,7 @@ export declare class WindowsWebApp extends pulumi.CustomResource {
|
|
|
189
189
|
} | undefined>;
|
|
190
190
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
191
191
|
/**
|
|
192
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
192
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
193
193
|
*
|
|
194
194
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
195
195
|
*/
|
|
@@ -353,7 +353,7 @@ export interface WindowsWebAppState {
|
|
|
353
353
|
}>;
|
|
354
354
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
355
355
|
/**
|
|
356
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
356
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
357
357
|
*
|
|
358
358
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
359
359
|
*/
|
|
@@ -473,7 +473,7 @@ export interface WindowsWebAppArgs {
|
|
|
473
473
|
}>;
|
|
474
474
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
475
475
|
/**
|
|
476
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
476
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
477
477
|
*
|
|
478
478
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
479
479
|
*/
|
|
@@ -184,7 +184,7 @@ export declare class WindowsWebAppSlot extends pulumi.CustomResource {
|
|
|
184
184
|
} | undefined>;
|
|
185
185
|
readonly virtualNetworkSubnetId: pulumi.Output<string | undefined>;
|
|
186
186
|
/**
|
|
187
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
187
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
188
188
|
*
|
|
189
189
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
190
190
|
*/
|
|
@@ -337,7 +337,7 @@ export interface WindowsWebAppSlotState {
|
|
|
337
337
|
}>;
|
|
338
338
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
339
339
|
/**
|
|
340
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
340
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
341
341
|
*
|
|
342
342
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
343
343
|
*/
|
|
@@ -446,7 +446,7 @@ export interface WindowsWebAppSlotArgs {
|
|
|
446
446
|
}>;
|
|
447
447
|
virtualNetworkSubnetId?: pulumi.Input<string>;
|
|
448
448
|
/**
|
|
449
|
-
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to`true`.
|
|
449
|
+
* Should the default WebDeploy Basic Authentication publishing credentials enabled. Defaults to `true`.
|
|
450
450
|
*
|
|
451
451
|
* > **NOTE:** Setting this value to true will disable the ability to use `zipDeployFile` which currently relies on the default publishing profile.
|
|
452
452
|
*/
|
|
@@ -148,7 +148,7 @@ export declare class Assignment extends pulumi.CustomResource {
|
|
|
148
148
|
*/
|
|
149
149
|
readonly principalId: pulumi.Output<string>;
|
|
150
150
|
/**
|
|
151
|
-
* The type of the `principalId
|
|
151
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
152
152
|
*/
|
|
153
153
|
readonly principalType: pulumi.Output<string>;
|
|
154
154
|
/**
|
|
@@ -211,7 +211,7 @@ export interface AssignmentState {
|
|
|
211
211
|
*/
|
|
212
212
|
principalId?: pulumi.Input<string>;
|
|
213
213
|
/**
|
|
214
|
-
* The type of the `principalId
|
|
214
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
215
215
|
*/
|
|
216
216
|
principalType?: pulumi.Input<string>;
|
|
217
217
|
/**
|
|
@@ -265,6 +265,10 @@ export interface AssignmentArgs {
|
|
|
265
265
|
* > **NOTE:** The Principal ID is also known as the Object ID (ie not the "Application ID" for applications).
|
|
266
266
|
*/
|
|
267
267
|
principalId: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* The type of the `principalId`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
|
|
270
|
+
*/
|
|
271
|
+
principalType?: pulumi.Input<string>;
|
|
268
272
|
/**
|
|
269
273
|
* The Scoped-ID of the Role Definition. Changing this forces a new resource to be created. Conflicts with `roleDefinitionName`.
|
|
270
274
|
*/
|
|
@@ -141,11 +141,11 @@ class Assignment extends pulumi.CustomResource {
|
|
|
141
141
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
142
142
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
143
143
|
resourceInputs["principalId"] = args ? args.principalId : undefined;
|
|
144
|
+
resourceInputs["principalType"] = args ? args.principalType : undefined;
|
|
144
145
|
resourceInputs["roleDefinitionId"] = args ? args.roleDefinitionId : undefined;
|
|
145
146
|
resourceInputs["roleDefinitionName"] = args ? args.roleDefinitionName : undefined;
|
|
146
147
|
resourceInputs["scope"] = args ? args.scope : undefined;
|
|
147
148
|
resourceInputs["skipServicePrincipalAadCheck"] = args ? args.skipServicePrincipalAadCheck : undefined;
|
|
148
|
-
resourceInputs["principalType"] = undefined /*out*/;
|
|
149
149
|
}
|
|
150
150
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
151
151
|
const aliasOpts = { aliases: [{ type: "azure:role/assignment:Assignment" }] };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../authorization/assignment.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"assignment.js","sourceRoot":"","sources":["../../authorization/assignment.ts"],"names":[],"mappings":"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"}
|
|
@@ -70,7 +70,7 @@ export declare class FrontdoorCustomDomain extends pulumi.CustomResource {
|
|
|
70
70
|
*/
|
|
71
71
|
static isInstance(obj: any): obj is FrontdoorCustomDomain;
|
|
72
72
|
/**
|
|
73
|
-
* The ID of the Front Door Profile. Changing this forces a new Front Door
|
|
73
|
+
* The ID of the Front Door Profile. Changing this forces a new Front Door Custom Domain to be created.
|
|
74
74
|
*/
|
|
75
75
|
readonly cdnFrontdoorProfileId: pulumi.Output<string>;
|
|
76
76
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class FrontdoorCustomDomain extends pulumi.CustomResource {
|
|
|
115
115
|
*/
|
|
116
116
|
export interface FrontdoorCustomDomainState {
|
|
117
117
|
/**
|
|
118
|
-
* The ID of the Front Door Profile. Changing this forces a new Front Door
|
|
118
|
+
* The ID of the Front Door Profile. Changing this forces a new Front Door Custom Domain to be created.
|
|
119
119
|
*/
|
|
120
120
|
cdnFrontdoorProfileId?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
@@ -152,7 +152,7 @@ export interface FrontdoorCustomDomainState {
|
|
|
152
152
|
*/
|
|
153
153
|
export interface FrontdoorCustomDomainArgs {
|
|
154
154
|
/**
|
|
155
|
-
* The ID of the Front Door Profile. Changing this forces a new Front Door
|
|
155
|
+
* The ID of the Front Door Profile. Changing this forces a new Front Door Custom Domain to be created.
|
|
156
156
|
*/
|
|
157
157
|
cdnFrontdoorProfileId: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
@@ -167,8 +167,6 @@ export declare class FrontdoorFirewallPolicy extends pulumi.CustomResource {
|
|
|
167
167
|
readonly managedRules: pulumi.Output<outputs.cdn.FrontdoorFirewallPolicyManagedRule[] | undefined>;
|
|
168
168
|
/**
|
|
169
169
|
* The Front Door Firewall Policy mode. Possible values are `Detection`, `Prevention`.
|
|
170
|
-
*
|
|
171
|
-
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
172
170
|
*/
|
|
173
171
|
readonly mode: pulumi.Output<string>;
|
|
174
172
|
/**
|
|
@@ -179,6 +177,12 @@ export declare class FrontdoorFirewallPolicy extends pulumi.CustomResource {
|
|
|
179
177
|
* If action type is redirect, this field represents redirect URL for the client.
|
|
180
178
|
*/
|
|
181
179
|
readonly redirectUrl: pulumi.Output<string | undefined>;
|
|
180
|
+
/**
|
|
181
|
+
* Should policy managed rules inspect the request body content? Defaults to `true`.
|
|
182
|
+
*
|
|
183
|
+
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
184
|
+
*/
|
|
185
|
+
readonly requestBodyCheckEnabled: pulumi.Output<boolean | undefined>;
|
|
182
186
|
/**
|
|
183
187
|
* The name of the resource group. Changing this forces a new resource to be created.
|
|
184
188
|
*/
|
|
@@ -234,8 +238,6 @@ export interface FrontdoorFirewallPolicyState {
|
|
|
234
238
|
managedRules?: pulumi.Input<pulumi.Input<inputs.cdn.FrontdoorFirewallPolicyManagedRule>[]>;
|
|
235
239
|
/**
|
|
236
240
|
* The Front Door Firewall Policy mode. Possible values are `Detection`, `Prevention`.
|
|
237
|
-
*
|
|
238
|
-
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
239
241
|
*/
|
|
240
242
|
mode?: pulumi.Input<string>;
|
|
241
243
|
/**
|
|
@@ -246,6 +248,12 @@ export interface FrontdoorFirewallPolicyState {
|
|
|
246
248
|
* If action type is redirect, this field represents redirect URL for the client.
|
|
247
249
|
*/
|
|
248
250
|
redirectUrl?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* Should policy managed rules inspect the request body content? Defaults to `true`.
|
|
253
|
+
*
|
|
254
|
+
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
255
|
+
*/
|
|
256
|
+
requestBodyCheckEnabled?: pulumi.Input<boolean>;
|
|
249
257
|
/**
|
|
250
258
|
* The name of the resource group. Changing this forces a new resource to be created.
|
|
251
259
|
*/
|
|
@@ -289,8 +297,6 @@ export interface FrontdoorFirewallPolicyArgs {
|
|
|
289
297
|
managedRules?: pulumi.Input<pulumi.Input<inputs.cdn.FrontdoorFirewallPolicyManagedRule>[]>;
|
|
290
298
|
/**
|
|
291
299
|
* The Front Door Firewall Policy mode. Possible values are `Detection`, `Prevention`.
|
|
292
|
-
*
|
|
293
|
-
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
294
300
|
*/
|
|
295
301
|
mode: pulumi.Input<string>;
|
|
296
302
|
/**
|
|
@@ -301,6 +307,12 @@ export interface FrontdoorFirewallPolicyArgs {
|
|
|
301
307
|
* If action type is redirect, this field represents redirect URL for the client.
|
|
302
308
|
*/
|
|
303
309
|
redirectUrl?: pulumi.Input<string>;
|
|
310
|
+
/**
|
|
311
|
+
* Should policy managed rules inspect the request body content? Defaults to `true`.
|
|
312
|
+
*
|
|
313
|
+
* > **NOTE:** When run in `Detection` mode, the Front Door Firewall Policy doesn't take any other actions other than monitoring and logging the request and its matched Front Door Rule to the Web Application Firewall logs.
|
|
314
|
+
*/
|
|
315
|
+
requestBodyCheckEnabled?: pulumi.Input<boolean>;
|
|
304
316
|
/**
|
|
305
317
|
* The name of the resource group. Changing this forces a new resource to be created.
|
|
306
318
|
*/
|
|
@@ -144,6 +144,7 @@ class FrontdoorFirewallPolicy extends pulumi.CustomResource {
|
|
|
144
144
|
resourceInputs["mode"] = state ? state.mode : undefined;
|
|
145
145
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
146
146
|
resourceInputs["redirectUrl"] = state ? state.redirectUrl : undefined;
|
|
147
|
+
resourceInputs["requestBodyCheckEnabled"] = state ? state.requestBodyCheckEnabled : undefined;
|
|
147
148
|
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
148
149
|
resourceInputs["skuName"] = state ? state.skuName : undefined;
|
|
149
150
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
@@ -167,6 +168,7 @@ class FrontdoorFirewallPolicy extends pulumi.CustomResource {
|
|
|
167
168
|
resourceInputs["mode"] = args ? args.mode : undefined;
|
|
168
169
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
169
170
|
resourceInputs["redirectUrl"] = args ? args.redirectUrl : undefined;
|
|
171
|
+
resourceInputs["requestBodyCheckEnabled"] = args ? args.requestBodyCheckEnabled : undefined;
|
|
170
172
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
171
173
|
resourceInputs["skuName"] = args ? args.skuName : undefined;
|
|
172
174
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"frontdoorFirewallPolicy.js","sourceRoot":"","sources":["../../cdn/frontdoorFirewallPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2HG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"frontdoorFirewallPolicy.js","sourceRoot":"","sources":["../../cdn/frontdoorFirewallPolicy.ts"],"names":[],"mappings":"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"}
|
package/cognitive/account.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
83
83
|
*/
|
|
84
84
|
readonly identity: pulumi.Output<outputs.cognitive.AccountIdentity | undefined>;
|
|
85
85
|
/**
|
|
86
|
-
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
86
|
+
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `ContentSafety`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
87
87
|
*
|
|
88
88
|
* > **NOTE:** New Bing Search resources cannot be created as their APIs are moving from Cognitive Services Platform to new surface area under Microsoft.com. Starting from October 30, 2020, existing instances of Bing Search APIs provisioned via Cognitive Services will be continuously supported for next 3 years or till the end of respective Enterprise Agreement, whichever happens first.
|
|
89
89
|
*
|
|
@@ -212,7 +212,7 @@ export interface AccountState {
|
|
|
212
212
|
*/
|
|
213
213
|
identity?: pulumi.Input<inputs.cognitive.AccountIdentity>;
|
|
214
214
|
/**
|
|
215
|
-
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
215
|
+
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `ContentSafety`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
216
216
|
*
|
|
217
217
|
* > **NOTE:** New Bing Search resources cannot be created as their APIs are moving from Cognitive Services Platform to new surface area under Microsoft.com. Starting from October 30, 2020, existing instances of Bing Search APIs provisioned via Cognitive Services will be continuously supported for next 3 years or till the end of respective Enterprise Agreement, whichever happens first.
|
|
218
218
|
*
|
|
@@ -329,7 +329,7 @@ export interface AccountArgs {
|
|
|
329
329
|
*/
|
|
330
330
|
identity?: pulumi.Input<inputs.cognitive.AccountIdentity>;
|
|
331
331
|
/**
|
|
332
|
-
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
332
|
+
* Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `AnomalyDetector`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `ContentSafety`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `FormRecognizer`, `ImmersiveReader`, `LUIS`, `LUIS.Authoring`, `MetricsAdvisor`, `OpenAI`, `Personalizer`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created.
|
|
333
333
|
*
|
|
334
334
|
* > **NOTE:** New Bing Search resources cannot be created as their APIs are moving from Cognitive Services Platform to new surface area under Microsoft.com. Starting from October 30, 2020, existing instances of Bing Search APIs provisioned via Cognitive Services will be continuously supported for next 3 years or till the end of respective Enterprise Agreement, whichever happens first.
|
|
335
335
|
*
|
|
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
* const exampleDedicatedHost = new azure.compute.DedicatedHost("exampleDedicatedHost", {
|
|
18
18
|
* location: exampleResourceGroup.location,
|
|
19
19
|
* dedicatedHostGroupId: exampleDedicatedHostGroup.id,
|
|
20
|
-
* skuName: "DSv3-
|
|
20
|
+
* skuName: "DSv3-Type3",
|
|
21
21
|
* platformFaultDomain: 1,
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
package/compute/dedicatedHost.js
CHANGED
|
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
|
|
|
23
23
|
* const exampleDedicatedHost = new azure.compute.DedicatedHost("exampleDedicatedHost", {
|
|
24
24
|
* location: exampleResourceGroup.location,
|
|
25
25
|
* dedicatedHostGroupId: exampleDedicatedHostGroup.id,
|
|
26
|
-
* skuName: "DSv3-
|
|
26
|
+
* skuName: "DSv3-Type3",
|
|
27
27
|
* platformFaultDomain: 1,
|
|
28
28
|
* });
|
|
29
29
|
* ```
|