@pulumi/azure 5.70.0-alpha.1710997894 → 5.70.0-alpha.1711047697
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/api.d.ts +3 -3
- package/attestation/provider.d.ts +3 -3
- package/automation/softwareUpdateConfiguration.d.ts +2 -2
- package/bot/channelWebChat.d.ts +3 -3
- package/bot/channelsRegistration.d.ts +3 -3
- package/cdn/frontdoorOrigin.d.ts +3 -3
- package/compute/linuxVirtualMachineScaleSet.d.ts +9 -9
- package/compute/windowsVirtualMachineScaleSet.d.ts +9 -9
- package/containerservice/kubernetesCluster.d.ts +6 -6
- package/core/resourceGroupPolicyRemediation.d.ts +3 -3
- package/core/resourcePolicyRemediation.d.ts +3 -3
- package/core/subscriptionPolicyRemediation.d.ts +3 -3
- package/databricks/workspaceCustomerManagedKey.d.ts +3 -3
- package/devtest/lab.d.ts +3 -3
- package/hdinsight/kafkaCluster.d.ts +3 -3
- package/machinelearning/workspace.d.ts +3 -3
- package/managedapplication/application.d.ts +3 -3
- package/management/groupPolicyRemediation.d.ts +6 -6
- package/monitoring/aadDiagnosticSetting.d.ts +3 -3
- package/monitoring/diagnosticSetting.d.ts +3 -3
- package/monitoring/getDiagnosticCategories.d.ts +1 -1
- package/network/subnet.d.ts +6 -6
- package/network/vnpGatewayNatRule.d.ts +6 -6
- package/package.json +1 -1
- package/sentinel/authomationRule.d.ts +3 -3
- package/sentinel/automationRule.d.ts +3 -3
- package/sentinel/logAnalyticsWorkspaceOnboarding.d.ts +6 -6
- package/servicebus/getNamespaceAuthorizationRule.d.ts +6 -6
- package/servicebus/getNamespaceDisasterRecoveryConfig.d.ts +6 -6
- package/servicebus/getQueue.d.ts +6 -6
- package/servicebus/getSubscription.d.ts +9 -9
- package/servicebus/getTopic.d.ts +6 -6
- package/signalr/service.d.ts +3 -3
- package/siterecovery/replicationRecoveryPlan.d.ts +3 -3
- package/types/input.d.ts +20 -20
- package/types/output.d.ts +20 -20
|
@@ -245,7 +245,7 @@ export declare class ReplicationRecoveryPlan extends pulumi.CustomResource {
|
|
|
245
245
|
*
|
|
246
246
|
* > **Note:** The `recoveryGroup` block is deprecated in favor of `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup`. It will be removed in v4.0 of the Azure Provider.
|
|
247
247
|
*
|
|
248
|
-
* @deprecated the `
|
|
248
|
+
* @deprecated the `recoveryGroup` block has been deprecated in favour of the `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup` and will be removed in version 4.0 of the provider.
|
|
249
249
|
*/
|
|
250
250
|
readonly recoveryGroups: pulumi.Output<outputs.siterecovery.ReplicationRecoveryPlanRecoveryGroup[]>;
|
|
251
251
|
/**
|
|
@@ -304,7 +304,7 @@ export interface ReplicationRecoveryPlanState {
|
|
|
304
304
|
*
|
|
305
305
|
* > **Note:** The `recoveryGroup` block is deprecated in favor of `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup`. It will be removed in v4.0 of the Azure Provider.
|
|
306
306
|
*
|
|
307
|
-
* @deprecated the `
|
|
307
|
+
* @deprecated the `recoveryGroup` block has been deprecated in favour of the `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup` and will be removed in version 4.0 of the provider.
|
|
308
308
|
*/
|
|
309
309
|
recoveryGroups?: pulumi.Input<pulumi.Input<inputs.siterecovery.ReplicationRecoveryPlanRecoveryGroup>[]>;
|
|
310
310
|
/**
|
|
@@ -355,7 +355,7 @@ export interface ReplicationRecoveryPlanArgs {
|
|
|
355
355
|
*
|
|
356
356
|
* > **Note:** The `recoveryGroup` block is deprecated in favor of `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup`. It will be removed in v4.0 of the Azure Provider.
|
|
357
357
|
*
|
|
358
|
-
* @deprecated the `
|
|
358
|
+
* @deprecated the `recoveryGroup` block has been deprecated in favour of the `shutdownRecoveryGroup`, `failoverRecoveryGroup` and `bootRecoveryGroup` and will be removed in version 4.0 of the provider.
|
|
359
359
|
*/
|
|
360
360
|
recoveryGroups?: pulumi.Input<pulumi.Input<inputs.siterecovery.ReplicationRecoveryPlanRecoveryGroup>[]>;
|
|
361
361
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -12056,11 +12056,11 @@ export declare namespace appservice {
|
|
|
12056
12056
|
*/
|
|
12057
12057
|
dotnetVersion?: pulumi.Input<string>;
|
|
12058
12058
|
/**
|
|
12059
|
-
* @deprecated this property has been deprecated in favour of `
|
|
12059
|
+
* @deprecated this property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
12060
12060
|
*/
|
|
12061
12061
|
javaContainer?: pulumi.Input<string>;
|
|
12062
12062
|
/**
|
|
12063
|
-
* @deprecated This property has been deprecated in favour of `
|
|
12063
|
+
* @deprecated This property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
12064
12064
|
*/
|
|
12065
12065
|
javaContainerVersion?: pulumi.Input<string>;
|
|
12066
12066
|
/**
|
|
@@ -13220,11 +13220,11 @@ export declare namespace appservice {
|
|
|
13220
13220
|
*/
|
|
13221
13221
|
dotnetVersion?: pulumi.Input<string>;
|
|
13222
13222
|
/**
|
|
13223
|
-
* @deprecated this property has been deprecated in favour of `
|
|
13223
|
+
* @deprecated this property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
13224
13224
|
*/
|
|
13225
13225
|
javaContainer?: pulumi.Input<string>;
|
|
13226
13226
|
/**
|
|
13227
|
-
* @deprecated This property has been deprecated in favour of `
|
|
13227
|
+
* @deprecated This property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
13228
13228
|
*/
|
|
13229
13229
|
javaContainerVersion?: pulumi.Input<string>;
|
|
13230
13230
|
/**
|
|
@@ -14334,7 +14334,7 @@ export declare namespace automation {
|
|
|
14334
14334
|
}
|
|
14335
14335
|
interface SoftwareUpdateConfigurationWindows {
|
|
14336
14336
|
/**
|
|
14337
|
-
* @deprecated windows classification can be set as a list, use `
|
|
14337
|
+
* @deprecated windows classification can be set as a list, use `classificationsIncluded` instead.
|
|
14338
14338
|
*/
|
|
14339
14339
|
classificationIncluded?: pulumi.Input<string>;
|
|
14340
14340
|
/**
|
|
@@ -15518,7 +15518,7 @@ export declare namespace cdn {
|
|
|
15518
15518
|
/**
|
|
15519
15519
|
* The ID of the Key Vault Certificate that contains the HTTPS certificate. This is deprecated in favor of `keyVaultSecretId`.
|
|
15520
15520
|
*
|
|
15521
|
-
* @deprecated This is deprecated in favor of `
|
|
15521
|
+
* @deprecated This is deprecated in favor of `keyVaultSecretId` as the service is actually looking for a secret, not a certificate
|
|
15522
15522
|
*/
|
|
15523
15523
|
keyVaultCertificateId?: pulumi.Input<string>;
|
|
15524
15524
|
/**
|
|
@@ -17597,7 +17597,7 @@ export declare namespace compute {
|
|
|
17597
17597
|
}
|
|
17598
17598
|
interface LinuxVirtualMachineScaleSetGalleryApplication {
|
|
17599
17599
|
/**
|
|
17600
|
-
* @deprecated `
|
|
17600
|
+
* @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
|
|
17601
17601
|
*/
|
|
17602
17602
|
configurationReferenceBlobUri?: pulumi.Input<string>;
|
|
17603
17603
|
/**
|
|
@@ -17605,7 +17605,7 @@ export declare namespace compute {
|
|
|
17605
17605
|
*/
|
|
17606
17606
|
order?: pulumi.Input<number>;
|
|
17607
17607
|
/**
|
|
17608
|
-
* @deprecated `
|
|
17608
|
+
* @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
|
|
17609
17609
|
*/
|
|
17610
17610
|
packageReferenceId: pulumi.Input<string>;
|
|
17611
17611
|
/**
|
|
@@ -17985,7 +17985,7 @@ export declare namespace compute {
|
|
|
17985
17985
|
*/
|
|
17986
17986
|
diskEncryptionKey?: pulumi.Input<inputs.compute.ManagedDiskEncryptionSettingsDiskEncryptionKey>;
|
|
17987
17987
|
/**
|
|
17988
|
-
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `
|
|
17988
|
+
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `diskEncryptionKey` and `keyEncryptionKey`. To disable Azure Disk Encryption, please remove `encryptionSettings` block. To enabled, specify a `encryptionSettings` block`
|
|
17989
17989
|
*/
|
|
17990
17990
|
enabled?: pulumi.Input<boolean>;
|
|
17991
17991
|
/**
|
|
@@ -19195,7 +19195,7 @@ export declare namespace compute {
|
|
|
19195
19195
|
*/
|
|
19196
19196
|
diskEncryptionKey?: pulumi.Input<inputs.compute.SnapshotEncryptionSettingsDiskEncryptionKey>;
|
|
19197
19197
|
/**
|
|
19198
|
-
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `
|
|
19198
|
+
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `diskEncryptionKey` and `keyEncryptionKey`. To disable Azure Disk Encryption, please remove `encryptionSettings` block. To enabled, specify a `encryptionSettings` block`
|
|
19199
19199
|
*/
|
|
19200
19200
|
enabled?: pulumi.Input<boolean>;
|
|
19201
19201
|
/**
|
|
@@ -19838,7 +19838,7 @@ export declare namespace compute {
|
|
|
19838
19838
|
}
|
|
19839
19839
|
interface WindowsVirtualMachineScaleSetGalleryApplication {
|
|
19840
19840
|
/**
|
|
19841
|
-
* @deprecated `
|
|
19841
|
+
* @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
|
|
19842
19842
|
*/
|
|
19843
19843
|
configurationReferenceBlobUri?: pulumi.Input<string>;
|
|
19844
19844
|
/**
|
|
@@ -19846,7 +19846,7 @@ export declare namespace compute {
|
|
|
19846
19846
|
*/
|
|
19847
19847
|
order?: pulumi.Input<number>;
|
|
19848
19848
|
/**
|
|
19849
|
-
* @deprecated `
|
|
19849
|
+
* @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
|
|
19850
19850
|
*/
|
|
19851
19851
|
packageReferenceId: pulumi.Input<string>;
|
|
19852
19852
|
/**
|
|
@@ -20676,7 +20676,7 @@ export declare namespace containerapp {
|
|
|
20676
20676
|
/**
|
|
20677
20677
|
* One or more `customDomain` block as detailed below.
|
|
20678
20678
|
*
|
|
20679
|
-
* @deprecated This property is deprecated in favour of the new `
|
|
20679
|
+
* @deprecated This property is deprecated in favour of the new `azure.containerapp.CustomDomain` resource and will become computed only in a future release.
|
|
20680
20680
|
*/
|
|
20681
20681
|
customDomain?: pulumi.Input<inputs.containerapp.AppIngressCustomDomain>;
|
|
20682
20682
|
/**
|
|
@@ -23017,7 +23017,7 @@ export declare namespace containerservice {
|
|
|
23017
23017
|
*
|
|
23018
23018
|
* > **Note:** `dockerBridgeCidr` has been deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.
|
|
23019
23019
|
*
|
|
23020
|
-
* @deprecated `
|
|
23020
|
+
* @deprecated `dockerBridgeCidr` has been deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.
|
|
23021
23021
|
*/
|
|
23022
23022
|
dockerBridgeCidr?: pulumi.Input<string>;
|
|
23023
23023
|
/**
|
|
@@ -36351,7 +36351,7 @@ export declare namespace media {
|
|
|
36351
36351
|
/**
|
|
36352
36352
|
* A `faceDetectorPreset` block as defined above.
|
|
36353
36353
|
*
|
|
36354
|
-
* @deprecated `
|
|
36354
|
+
* @deprecated `faceDetectorPreset` will be removed in version 4.0 of the AzureRM Provider as it has been retired.
|
|
36355
36355
|
*/
|
|
36356
36356
|
faceDetectorPreset?: pulumi.Input<inputs.media.TransformOutputFaceDetectorPreset>;
|
|
36357
36357
|
/**
|
|
@@ -36367,7 +36367,7 @@ export declare namespace media {
|
|
|
36367
36367
|
*
|
|
36368
36368
|
* > **NOTE:** Each output can only have one type of preset: `builtinPreset`, `audioAnalyzerPreset`, `customPreset`, `faceDetectorPreset` or `videoAnalyzerPreset`. If you need to apply different presets you must create one output for each one.
|
|
36369
36369
|
*
|
|
36370
|
-
* @deprecated `
|
|
36370
|
+
* @deprecated `videoAnalyzerPreset` will be removed in version 4.0 of the AzureRM Provider as it has been retired.
|
|
36371
36371
|
*/
|
|
36372
36372
|
videoAnalyzerPreset?: pulumi.Input<inputs.media.TransformOutputVideoAnalyzerPreset>;
|
|
36373
36373
|
}
|
|
@@ -39359,7 +39359,7 @@ export declare namespace monitoring {
|
|
|
39359
39359
|
*
|
|
39360
39360
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
39361
39361
|
*
|
|
39362
|
-
* @deprecated `
|
|
39362
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
39363
39363
|
*/
|
|
39364
39364
|
retentionPolicy?: pulumi.Input<inputs.monitoring.DiagnosticSettingEnabledLogRetentionPolicy>;
|
|
39365
39365
|
}
|
|
@@ -39400,7 +39400,7 @@ export declare namespace monitoring {
|
|
|
39400
39400
|
*
|
|
39401
39401
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
39402
39402
|
*
|
|
39403
|
-
* @deprecated `
|
|
39403
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
39404
39404
|
*/
|
|
39405
39405
|
retentionPolicy?: pulumi.Input<inputs.monitoring.DiagnosticSettingLogRetentionPolicy>;
|
|
39406
39406
|
}
|
|
@@ -39433,7 +39433,7 @@ export declare namespace monitoring {
|
|
|
39433
39433
|
*
|
|
39434
39434
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
39435
39435
|
*
|
|
39436
|
-
* @deprecated `
|
|
39436
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
39437
39437
|
*/
|
|
39438
39438
|
retentionPolicy?: pulumi.Input<inputs.monitoring.DiagnosticSettingMetricRetentionPolicy>;
|
|
39439
39439
|
}
|
|
@@ -49749,7 +49749,7 @@ export declare namespace waf {
|
|
|
49749
49749
|
}
|
|
49750
49750
|
interface PolicyManagedRulesManagedRuleSetRuleGroupOverride {
|
|
49751
49751
|
/**
|
|
49752
|
-
* @deprecated `
|
|
49752
|
+
* @deprecated `disabledRules` will be removed in favour of the `rule` property in version 4.0 of the AzureRM Provider.
|
|
49753
49753
|
*/
|
|
49754
49754
|
disabledRules?: pulumi.Input<pulumi.Input<string>[]>;
|
|
49755
49755
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -17017,11 +17017,11 @@ export declare namespace appservice {
|
|
|
17017
17017
|
*/
|
|
17018
17018
|
dotnetVersion: string;
|
|
17019
17019
|
/**
|
|
17020
|
-
* @deprecated this property has been deprecated in favour of `
|
|
17020
|
+
* @deprecated this property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
17021
17021
|
*/
|
|
17022
17022
|
javaContainer?: string;
|
|
17023
17023
|
/**
|
|
17024
|
-
* @deprecated This property has been deprecated in favour of `
|
|
17024
|
+
* @deprecated This property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
17025
17025
|
*/
|
|
17026
17026
|
javaContainerVersion?: string;
|
|
17027
17027
|
/**
|
|
@@ -18181,11 +18181,11 @@ export declare namespace appservice {
|
|
|
18181
18181
|
*/
|
|
18182
18182
|
dotnetVersion: string;
|
|
18183
18183
|
/**
|
|
18184
|
-
* @deprecated this property has been deprecated in favour of `
|
|
18184
|
+
* @deprecated this property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
18185
18185
|
*/
|
|
18186
18186
|
javaContainer?: string;
|
|
18187
18187
|
/**
|
|
18188
|
-
* @deprecated This property has been deprecated in favour of `
|
|
18188
|
+
* @deprecated This property has been deprecated in favour of `tomcatVersion` and `javaEmbeddedServerEnabled`
|
|
18189
18189
|
*/
|
|
18190
18190
|
javaContainerVersion?: string;
|
|
18191
18191
|
/**
|
|
@@ -19646,7 +19646,7 @@ export declare namespace automation {
|
|
|
19646
19646
|
}
|
|
19647
19647
|
interface SoftwareUpdateConfigurationWindows {
|
|
19648
19648
|
/**
|
|
19649
|
-
* @deprecated windows classification can be set as a list, use `
|
|
19649
|
+
* @deprecated windows classification can be set as a list, use `classificationsIncluded` instead.
|
|
19650
19650
|
*/
|
|
19651
19651
|
classificationIncluded: string;
|
|
19652
19652
|
/**
|
|
@@ -21358,7 +21358,7 @@ export declare namespace cdn {
|
|
|
21358
21358
|
/**
|
|
21359
21359
|
* The ID of the Key Vault Certificate that contains the HTTPS certificate. This is deprecated in favor of `keyVaultSecretId`.
|
|
21360
21360
|
*
|
|
21361
|
-
* @deprecated This is deprecated in favor of `
|
|
21361
|
+
* @deprecated This is deprecated in favor of `keyVaultSecretId` as the service is actually looking for a secret, not a certificate
|
|
21362
21362
|
*/
|
|
21363
21363
|
keyVaultCertificateId: string;
|
|
21364
21364
|
/**
|
|
@@ -24141,7 +24141,7 @@ export declare namespace compute {
|
|
|
24141
24141
|
}
|
|
24142
24142
|
interface LinuxVirtualMachineScaleSetGalleryApplication {
|
|
24143
24143
|
/**
|
|
24144
|
-
* @deprecated `
|
|
24144
|
+
* @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
|
|
24145
24145
|
*/
|
|
24146
24146
|
configurationReferenceBlobUri?: string;
|
|
24147
24147
|
/**
|
|
@@ -24149,7 +24149,7 @@ export declare namespace compute {
|
|
|
24149
24149
|
*/
|
|
24150
24150
|
order?: number;
|
|
24151
24151
|
/**
|
|
24152
|
-
* @deprecated `
|
|
24152
|
+
* @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
|
|
24153
24153
|
*/
|
|
24154
24154
|
packageReferenceId: string;
|
|
24155
24155
|
/**
|
|
@@ -24529,7 +24529,7 @@ export declare namespace compute {
|
|
|
24529
24529
|
*/
|
|
24530
24530
|
diskEncryptionKey?: outputs.compute.ManagedDiskEncryptionSettingsDiskEncryptionKey;
|
|
24531
24531
|
/**
|
|
24532
|
-
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `
|
|
24532
|
+
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `diskEncryptionKey` and `keyEncryptionKey`. To disable Azure Disk Encryption, please remove `encryptionSettings` block. To enabled, specify a `encryptionSettings` block`
|
|
24533
24533
|
*/
|
|
24534
24534
|
enabled?: boolean;
|
|
24535
24535
|
/**
|
|
@@ -25739,7 +25739,7 @@ export declare namespace compute {
|
|
|
25739
25739
|
*/
|
|
25740
25740
|
diskEncryptionKey?: outputs.compute.SnapshotEncryptionSettingsDiskEncryptionKey;
|
|
25741
25741
|
/**
|
|
25742
|
-
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `
|
|
25742
|
+
* @deprecated Deprecated, Azure Disk Encryption is now configured directly by `diskEncryptionKey` and `keyEncryptionKey`. To disable Azure Disk Encryption, please remove `encryptionSettings` block. To enabled, specify a `encryptionSettings` block`
|
|
25743
25743
|
*/
|
|
25744
25744
|
enabled?: boolean;
|
|
25745
25745
|
/**
|
|
@@ -26382,7 +26382,7 @@ export declare namespace compute {
|
|
|
26382
26382
|
}
|
|
26383
26383
|
interface WindowsVirtualMachineScaleSetGalleryApplication {
|
|
26384
26384
|
/**
|
|
26385
|
-
* @deprecated `
|
|
26385
|
+
* @deprecated `configurationReferenceBlobUri` has been renamed to `configurationBlobUri` and will be deprecated in 4.0
|
|
26386
26386
|
*/
|
|
26387
26387
|
configurationReferenceBlobUri?: string;
|
|
26388
26388
|
/**
|
|
@@ -26390,7 +26390,7 @@ export declare namespace compute {
|
|
|
26390
26390
|
*/
|
|
26391
26391
|
order?: number;
|
|
26392
26392
|
/**
|
|
26393
|
-
* @deprecated `
|
|
26393
|
+
* @deprecated `packageReferenceId` has been renamed to `versionId` and will be deprecated in 4.0
|
|
26394
26394
|
*/
|
|
26395
26395
|
packageReferenceId: string;
|
|
26396
26396
|
/**
|
|
@@ -27550,7 +27550,7 @@ export declare namespace containerapp {
|
|
|
27550
27550
|
/**
|
|
27551
27551
|
* One or more `customDomain` block as detailed below.
|
|
27552
27552
|
*
|
|
27553
|
-
* @deprecated This property is deprecated in favour of the new `
|
|
27553
|
+
* @deprecated This property is deprecated in favour of the new `azure.containerapp.CustomDomain` resource and will become computed only in a future release.
|
|
27554
27554
|
*/
|
|
27555
27555
|
customDomain: outputs.containerapp.AppIngressCustomDomain;
|
|
27556
27556
|
/**
|
|
@@ -30847,7 +30847,7 @@ export declare namespace containerservice {
|
|
|
30847
30847
|
*
|
|
30848
30848
|
* > **Note:** `dockerBridgeCidr` has been deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.
|
|
30849
30849
|
*
|
|
30850
|
-
* @deprecated `
|
|
30850
|
+
* @deprecated `dockerBridgeCidr` has been deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.
|
|
30851
30851
|
*/
|
|
30852
30852
|
dockerBridgeCidr: string;
|
|
30853
30853
|
/**
|
|
@@ -45646,7 +45646,7 @@ export declare namespace media {
|
|
|
45646
45646
|
/**
|
|
45647
45647
|
* A `faceDetectorPreset` block as defined above.
|
|
45648
45648
|
*
|
|
45649
|
-
* @deprecated `
|
|
45649
|
+
* @deprecated `faceDetectorPreset` will be removed in version 4.0 of the AzureRM Provider as it has been retired.
|
|
45650
45650
|
*/
|
|
45651
45651
|
faceDetectorPreset?: outputs.media.TransformOutputFaceDetectorPreset;
|
|
45652
45652
|
/**
|
|
@@ -45662,7 +45662,7 @@ export declare namespace media {
|
|
|
45662
45662
|
*
|
|
45663
45663
|
* > **NOTE:** Each output can only have one type of preset: `builtinPreset`, `audioAnalyzerPreset`, `customPreset`, `faceDetectorPreset` or `videoAnalyzerPreset`. If you need to apply different presets you must create one output for each one.
|
|
45664
45664
|
*
|
|
45665
|
-
* @deprecated `
|
|
45665
|
+
* @deprecated `videoAnalyzerPreset` will be removed in version 4.0 of the AzureRM Provider as it has been retired.
|
|
45666
45666
|
*/
|
|
45667
45667
|
videoAnalyzerPreset?: outputs.media.TransformOutputVideoAnalyzerPreset;
|
|
45668
45668
|
}
|
|
@@ -48955,7 +48955,7 @@ export declare namespace monitoring {
|
|
|
48955
48955
|
*
|
|
48956
48956
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
48957
48957
|
*
|
|
48958
|
-
* @deprecated `
|
|
48958
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
48959
48959
|
*/
|
|
48960
48960
|
retentionPolicy?: outputs.monitoring.DiagnosticSettingEnabledLogRetentionPolicy;
|
|
48961
48961
|
}
|
|
@@ -48996,7 +48996,7 @@ export declare namespace monitoring {
|
|
|
48996
48996
|
*
|
|
48997
48997
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
48998
48998
|
*
|
|
48999
|
-
* @deprecated `
|
|
48999
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
49000
49000
|
*/
|
|
49001
49001
|
retentionPolicy?: outputs.monitoring.DiagnosticSettingLogRetentionPolicy;
|
|
49002
49002
|
}
|
|
@@ -49029,7 +49029,7 @@ export declare namespace monitoring {
|
|
|
49029
49029
|
*
|
|
49030
49030
|
* !> **NOTE:** `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
|
|
49031
49031
|
*
|
|
49032
|
-
* @deprecated `
|
|
49032
|
+
* @deprecated `retentionPolicy` has been deprecated in favor of `azure.storage.ManagementPolicy` resource - to learn more https://aka.ms/diagnostic_settings_log_retention
|
|
49033
49033
|
*/
|
|
49034
49034
|
retentionPolicy?: outputs.monitoring.DiagnosticSettingMetricRetentionPolicy;
|
|
49035
49035
|
}
|
|
@@ -62821,7 +62821,7 @@ export declare namespace waf {
|
|
|
62821
62821
|
}
|
|
62822
62822
|
interface PolicyManagedRulesManagedRuleSetRuleGroupOverride {
|
|
62823
62823
|
/**
|
|
62824
|
-
* @deprecated `
|
|
62824
|
+
* @deprecated `disabledRules` will be removed in favour of the `rule` property in version 4.0 of the AzureRM Provider.
|
|
62825
62825
|
*/
|
|
62826
62826
|
disabledRules: string[];
|
|
62827
62827
|
/**
|