@pulumi/azure 5.76.0-alpha.1715338557 → 5.76.0-alpha.1715400990
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/compute/automanageConfigurationAssignment.d.ts +134 -0
- package/compute/automanageConfigurationAssignment.js +131 -0
- package/compute/automanageConfigurationAssignment.js.map +1 -0
- package/compute/bastionHost.d.ts +18 -0
- package/compute/bastionHost.js +2 -0
- package/compute/bastionHost.js.map +1 -1
- package/compute/galleryApplicationAssignment.d.ts +174 -0
- package/compute/galleryApplicationAssignment.js +141 -0
- package/compute/galleryApplicationAssignment.js.map +1 -0
- package/compute/index.d.ts +6 -0
- package/compute/index.js +12 -2
- package/compute/index.js.map +1 -1
- package/compute/linuxVirtualMachine.d.ts +9 -3
- package/compute/linuxVirtualMachine.js.map +1 -1
- package/compute/windowsVirtualMachine.d.ts +6 -0
- package/compute/windowsVirtualMachine.js.map +1 -1
- package/containerapp/environment.d.ts +8 -0
- package/containerapp/environment.js +2 -0
- package/containerapp/environment.js.map +1 -1
- package/containerapp/environmentCustomDomain.d.ts +129 -0
- package/containerapp/environmentCustomDomain.js +114 -0
- package/containerapp/environmentCustomDomain.js.map +1 -0
- package/containerapp/getEnvironment.d.ts +4 -0
- package/containerapp/getEnvironment.js.map +1 -1
- package/containerapp/index.d.ts +6 -0
- package/containerapp/index.js +11 -1
- package/containerapp/index.js.map +1 -1
- package/containerapp/job.d.ts +323 -0
- package/containerapp/job.js +172 -0
- package/containerapp/job.js.map +1 -0
- package/datafactory/credentialServicePrincipal.d.ts +200 -0
- package/datafactory/credentialServicePrincipal.js +148 -0
- package/datafactory/credentialServicePrincipal.js.map +1 -0
- package/datafactory/index.d.ts +3 -0
- package/datafactory/index.js +7 -2
- package/datafactory/index.js.map +1 -1
- package/kusto/cluster.d.ts +1 -1
- package/maintenance/assignmentDynamicScope.d.ts +93 -0
- package/maintenance/assignmentDynamicScope.js +72 -0
- package/maintenance/assignmentDynamicScope.js.map +1 -0
- package/maintenance/index.d.ts +3 -0
- package/maintenance/index.js +6 -1
- package/maintenance/index.js.map +1 -1
- package/mssql/database.d.ts +6 -0
- package/mssql/database.js.map +1 -1
- package/network/getNetworkManagerConnectivityConfiguration.d.ts +97 -0
- package/network/getNetworkManagerConnectivityConfiguration.js +52 -0
- package/network/getNetworkManagerConnectivityConfiguration.js.map +1 -0
- package/network/getSubnet.d.ts +4 -0
- package/network/getSubnet.js.map +1 -1
- package/network/index.d.ts +3 -0
- package/network/index.js +7 -3
- package/network/index.js.map +1 -1
- package/network/profile.d.ts +3 -3
- package/network/subnet.d.ts +24 -12
- package/network/subnet.js +2 -0
- package/network/subnet.js.map +1 -1
- package/package.json +1 -1
- package/postgresql/flexibleServer.d.ts +9 -3
- package/postgresql/flexibleServer.js.map +1 -1
- package/types/input.d.ts +670 -16
- package/types/output.d.ts +753 -23
package/types/input.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export interface ProviderFeatures {
|
|
|
11
11
|
managedDisk?: pulumi.Input<inputs.ProviderFeaturesManagedDisk>;
|
|
12
12
|
postgresqlFlexibleServer?: pulumi.Input<inputs.ProviderFeaturesPostgresqlFlexibleServer>;
|
|
13
13
|
recoveryService?: pulumi.Input<inputs.ProviderFeaturesRecoveryService>;
|
|
14
|
+
recoveryServicesVaults?: pulumi.Input<inputs.ProviderFeaturesRecoveryServicesVaults>;
|
|
14
15
|
resourceGroup?: pulumi.Input<inputs.ProviderFeaturesResourceGroup>;
|
|
15
16
|
subscription?: pulumi.Input<inputs.ProviderFeaturesSubscription>;
|
|
16
17
|
templateDeployment?: pulumi.Input<inputs.ProviderFeaturesTemplateDeployment>;
|
|
@@ -85,6 +86,9 @@ export interface ProviderFeaturesRecoveryService {
|
|
|
85
86
|
purgeProtectedItemsFromVaultOnDestroy?: pulumi.Input<boolean>;
|
|
86
87
|
vmBackupStopProtectionAndRetainDataOnDestroy?: pulumi.Input<boolean>;
|
|
87
88
|
}
|
|
89
|
+
export interface ProviderFeaturesRecoveryServicesVaults {
|
|
90
|
+
recoverSoftDeletedBackupProtectedVm?: pulumi.Input<boolean>;
|
|
91
|
+
}
|
|
88
92
|
export interface ProviderFeaturesResourceGroup {
|
|
89
93
|
preventDeletionIfContainsResources?: pulumi.Input<boolean>;
|
|
90
94
|
}
|
|
@@ -4711,7 +4715,9 @@ export declare namespace appservice {
|
|
|
4711
4715
|
[key: string]: pulumi.Input<string>;
|
|
4712
4716
|
}>;
|
|
4713
4717
|
/**
|
|
4714
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
4718
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
4719
|
+
*
|
|
4720
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
4715
4721
|
*/
|
|
4716
4722
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
4717
4723
|
/**
|
|
@@ -5685,7 +5691,9 @@ export declare namespace appservice {
|
|
|
5685
5691
|
[key: string]: pulumi.Input<string>;
|
|
5686
5692
|
}>;
|
|
5687
5693
|
/**
|
|
5688
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
5694
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
5695
|
+
*
|
|
5696
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
5689
5697
|
*/
|
|
5690
5698
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
5691
5699
|
/**
|
|
@@ -6721,7 +6729,9 @@ export declare namespace appservice {
|
|
|
6721
6729
|
[key: string]: pulumi.Input<string>;
|
|
6722
6730
|
}>;
|
|
6723
6731
|
/**
|
|
6724
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
6732
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
6733
|
+
*
|
|
6734
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
6725
6735
|
*/
|
|
6726
6736
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
6727
6737
|
/**
|
|
@@ -7317,7 +7327,11 @@ export declare namespace appservice {
|
|
|
7317
7327
|
*/
|
|
7318
7328
|
requests?: pulumi.Input<inputs.appservice.LinuxWebAppSiteConfigAutoHealSettingTriggerRequests>;
|
|
7319
7329
|
/**
|
|
7320
|
-
* One or more `
|
|
7330
|
+
* One or more `slowRequestWithPath` blocks as defined above.
|
|
7331
|
+
*/
|
|
7332
|
+
slowRequestWithPaths?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath>[]>;
|
|
7333
|
+
/**
|
|
7334
|
+
* A `slowRequest` blocks as defined above.
|
|
7321
7335
|
*/
|
|
7322
7336
|
slowRequests?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequest>[]>;
|
|
7323
7337
|
/**
|
|
@@ -7336,6 +7350,28 @@ export declare namespace appservice {
|
|
|
7336
7350
|
interval: pulumi.Input<string>;
|
|
7337
7351
|
}
|
|
7338
7352
|
interface LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequest {
|
|
7353
|
+
/**
|
|
7354
|
+
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
7355
|
+
*/
|
|
7356
|
+
count: pulumi.Input<number>;
|
|
7357
|
+
/**
|
|
7358
|
+
* The time interval in the form `hh:mm:ss`.
|
|
7359
|
+
*/
|
|
7360
|
+
interval: pulumi.Input<string>;
|
|
7361
|
+
/**
|
|
7362
|
+
* The path for which this slow request rule applies.
|
|
7363
|
+
*
|
|
7364
|
+
* > **NOTE:** `path` in `slowRequest` block will be deprecated in 4.0 provider. Please use `slowRequestWithPath` to set a slow request trigger with path specified.
|
|
7365
|
+
*
|
|
7366
|
+
* @deprecated `path` will be removed in `slowRequest` and please use `slowRequestWithPath` to set the path in version 4.0 of the AzureRM Provider.
|
|
7367
|
+
*/
|
|
7368
|
+
path?: pulumi.Input<string>;
|
|
7369
|
+
/**
|
|
7370
|
+
* The threshold of time passed to qualify as a Slow Request in `hh:mm:ss`.
|
|
7371
|
+
*/
|
|
7372
|
+
timeTaken: pulumi.Input<string>;
|
|
7373
|
+
}
|
|
7374
|
+
interface LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath {
|
|
7339
7375
|
/**
|
|
7340
7376
|
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
7341
7377
|
*/
|
|
@@ -7825,7 +7861,9 @@ export declare namespace appservice {
|
|
|
7825
7861
|
[key: string]: pulumi.Input<string>;
|
|
7826
7862
|
}>;
|
|
7827
7863
|
/**
|
|
7828
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
7864
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
7865
|
+
*
|
|
7866
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
7829
7867
|
*/
|
|
7830
7868
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
7831
7869
|
/**
|
|
@@ -8423,7 +8461,11 @@ export declare namespace appservice {
|
|
|
8423
8461
|
*/
|
|
8424
8462
|
requests?: pulumi.Input<inputs.appservice.LinuxWebAppSlotSiteConfigAutoHealSettingTriggerRequests>;
|
|
8425
8463
|
/**
|
|
8426
|
-
* One or more `
|
|
8464
|
+
* One or more `slowRequestWithPath` blocks as defined above.
|
|
8465
|
+
*/
|
|
8466
|
+
slowRequestWithPaths?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath>[]>;
|
|
8467
|
+
/**
|
|
8468
|
+
* A `slowRequest` block as defined above.
|
|
8427
8469
|
*/
|
|
8428
8470
|
slowRequests?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest>[]>;
|
|
8429
8471
|
/**
|
|
@@ -8442,6 +8484,28 @@ export declare namespace appservice {
|
|
|
8442
8484
|
interval: pulumi.Input<string>;
|
|
8443
8485
|
}
|
|
8444
8486
|
interface LinuxWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest {
|
|
8487
|
+
/**
|
|
8488
|
+
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
8489
|
+
*/
|
|
8490
|
+
count: pulumi.Input<number>;
|
|
8491
|
+
/**
|
|
8492
|
+
* The time interval in the form `hh:mm:ss`.
|
|
8493
|
+
*/
|
|
8494
|
+
interval: pulumi.Input<string>;
|
|
8495
|
+
/**
|
|
8496
|
+
* The path for which this slow request rule applies.
|
|
8497
|
+
*
|
|
8498
|
+
* > **NOTE:** `path` in `slowRequest` block will be deprecated in 4.0 provider. Please use `slowRequestWithPath` to set a slow request trigger with path specified.
|
|
8499
|
+
*
|
|
8500
|
+
* @deprecated `path` will be removed in `slowRequest` and please use `slowRequestWithPath` to set the path in version 4.0 of the AzureRM Provider.
|
|
8501
|
+
*/
|
|
8502
|
+
path?: pulumi.Input<string>;
|
|
8503
|
+
/**
|
|
8504
|
+
* The threshold of time passed to qualify as a Slow Request in `hh:mm:ss`.
|
|
8505
|
+
*/
|
|
8506
|
+
timeTaken: pulumi.Input<string>;
|
|
8507
|
+
}
|
|
8508
|
+
interface LinuxWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath {
|
|
8445
8509
|
/**
|
|
8446
8510
|
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
8447
8511
|
*/
|
|
@@ -9657,7 +9721,9 @@ export declare namespace appservice {
|
|
|
9657
9721
|
[key: string]: pulumi.Input<string>;
|
|
9658
9722
|
}>;
|
|
9659
9723
|
/**
|
|
9660
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
9724
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
9725
|
+
*
|
|
9726
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
9661
9727
|
*/
|
|
9662
9728
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
9663
9729
|
/**
|
|
@@ -10591,7 +10657,9 @@ export declare namespace appservice {
|
|
|
10591
10657
|
[key: string]: pulumi.Input<string>;
|
|
10592
10658
|
}>;
|
|
10593
10659
|
/**
|
|
10594
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
10660
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
10661
|
+
*
|
|
10662
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
10595
10663
|
*/
|
|
10596
10664
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
10597
10665
|
/**
|
|
@@ -11585,7 +11653,9 @@ export declare namespace appservice {
|
|
|
11585
11653
|
[key: string]: pulumi.Input<string>;
|
|
11586
11654
|
}>;
|
|
11587
11655
|
/**
|
|
11588
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
11656
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
11657
|
+
*
|
|
11658
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
11589
11659
|
*/
|
|
11590
11660
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
11591
11661
|
/**
|
|
@@ -12235,7 +12305,11 @@ export declare namespace appservice {
|
|
|
12235
12305
|
*/
|
|
12236
12306
|
requests?: pulumi.Input<inputs.appservice.WindowsWebAppSiteConfigAutoHealSettingTriggerRequests>;
|
|
12237
12307
|
/**
|
|
12238
|
-
* One or more `
|
|
12308
|
+
* One or more `slowRequestWithPath` blocks as defined above.
|
|
12309
|
+
*/
|
|
12310
|
+
slowRequestWithPaths?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath>[]>;
|
|
12311
|
+
/**
|
|
12312
|
+
* A `slowRequest` block as defined above.
|
|
12239
12313
|
*/
|
|
12240
12314
|
slowRequests?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSiteConfigAutoHealSettingTriggerSlowRequest>[]>;
|
|
12241
12315
|
/**
|
|
@@ -12254,6 +12328,26 @@ export declare namespace appservice {
|
|
|
12254
12328
|
interval: pulumi.Input<string>;
|
|
12255
12329
|
}
|
|
12256
12330
|
interface WindowsWebAppSiteConfigAutoHealSettingTriggerSlowRequest {
|
|
12331
|
+
/**
|
|
12332
|
+
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
12333
|
+
*/
|
|
12334
|
+
count: pulumi.Input<number>;
|
|
12335
|
+
/**
|
|
12336
|
+
* The time interval in the form `hh:mm:ss`.
|
|
12337
|
+
*/
|
|
12338
|
+
interval: pulumi.Input<string>;
|
|
12339
|
+
/**
|
|
12340
|
+
* The path for which this slow request rule applies.
|
|
12341
|
+
*
|
|
12342
|
+
* @deprecated `path` will be removed in `slowRequest` and please use `slowRequestWithPath` to set the path in version 4.0 of the AzureRM Provider.
|
|
12343
|
+
*/
|
|
12344
|
+
path?: pulumi.Input<string>;
|
|
12345
|
+
/**
|
|
12346
|
+
* The threshold of time passed to qualify as a Slow Request in `hh:mm:ss`.
|
|
12347
|
+
*/
|
|
12348
|
+
timeTaken: pulumi.Input<string>;
|
|
12349
|
+
}
|
|
12350
|
+
interface WindowsWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath {
|
|
12257
12351
|
/**
|
|
12258
12352
|
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
12259
12353
|
*/
|
|
@@ -12785,7 +12879,9 @@ export declare namespace appservice {
|
|
|
12785
12879
|
[key: string]: pulumi.Input<string>;
|
|
12786
12880
|
}>;
|
|
12787
12881
|
/**
|
|
12788
|
-
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/
|
|
12882
|
+
* The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
|
|
12883
|
+
*
|
|
12884
|
+
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
|
|
12789
12885
|
*/
|
|
12790
12886
|
tenantAuthEndpoint: pulumi.Input<string>;
|
|
12791
12887
|
/**
|
|
@@ -13427,7 +13523,11 @@ export declare namespace appservice {
|
|
|
13427
13523
|
*/
|
|
13428
13524
|
requests?: pulumi.Input<inputs.appservice.WindowsWebAppSlotSiteConfigAutoHealSettingTriggerRequests>;
|
|
13429
13525
|
/**
|
|
13430
|
-
* One or more `
|
|
13526
|
+
* One or more `slowRequestWithPath` blocks as defined above.
|
|
13527
|
+
*/
|
|
13528
|
+
slowRequestWithPaths?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath>[]>;
|
|
13529
|
+
/**
|
|
13530
|
+
* A `slowRequest` block as defined above.
|
|
13431
13531
|
*/
|
|
13432
13532
|
slowRequests?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest>[]>;
|
|
13433
13533
|
/**
|
|
@@ -13446,6 +13546,26 @@ export declare namespace appservice {
|
|
|
13446
13546
|
interval: pulumi.Input<string>;
|
|
13447
13547
|
}
|
|
13448
13548
|
interface WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest {
|
|
13549
|
+
/**
|
|
13550
|
+
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
13551
|
+
*/
|
|
13552
|
+
count: pulumi.Input<number>;
|
|
13553
|
+
/**
|
|
13554
|
+
* The time interval in the form `hh:mm:ss`.
|
|
13555
|
+
*/
|
|
13556
|
+
interval: pulumi.Input<string>;
|
|
13557
|
+
/**
|
|
13558
|
+
* The path for which this slow request rule applies.
|
|
13559
|
+
*
|
|
13560
|
+
* @deprecated `path` will be removed in `slowRequest` and please use `slowRequestWithPath` to set the path in version 4.0 of the AzureRM Provider.
|
|
13561
|
+
*/
|
|
13562
|
+
path?: pulumi.Input<string>;
|
|
13563
|
+
/**
|
|
13564
|
+
* The threshold of time passed to qualify as a Slow Request in `hh:mm:ss`.
|
|
13565
|
+
*/
|
|
13566
|
+
timeTaken: pulumi.Input<string>;
|
|
13567
|
+
}
|
|
13568
|
+
interface WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath {
|
|
13449
13569
|
/**
|
|
13450
13570
|
* The number of Slow Requests in the time `interval` to trigger this rule.
|
|
13451
13571
|
*/
|
|
@@ -17389,6 +17509,10 @@ export declare namespace compute {
|
|
|
17389
17509
|
sizeGb?: pulumi.Input<number>;
|
|
17390
17510
|
}
|
|
17391
17511
|
interface LinuxVirtualMachineAdditionalCapabilities {
|
|
17512
|
+
/**
|
|
17513
|
+
* Whether to enable the hibernation capability or not. Changing this forces a new Linux Virtual Machine to be created.
|
|
17514
|
+
*/
|
|
17515
|
+
hibernationEnabled?: pulumi.Input<boolean>;
|
|
17392
17516
|
/**
|
|
17393
17517
|
* Should the capacity to enable Data Disks of the `UltraSSD_LRS` storage account type be supported on this Virtual Machine? Defaults to `false`.
|
|
17394
17518
|
*/
|
|
@@ -17424,7 +17548,7 @@ export declare namespace compute {
|
|
|
17424
17548
|
*/
|
|
17425
17549
|
configurationBlobUri?: pulumi.Input<string>;
|
|
17426
17550
|
/**
|
|
17427
|
-
* Specifies the order in which the packages have to be installed. Possible values are between `0` and `
|
|
17551
|
+
* Specifies the order in which the packages have to be installed. Possible values are between `0` and `2147483647`. Defaults to `0`.
|
|
17428
17552
|
*/
|
|
17429
17553
|
order?: pulumi.Input<number>;
|
|
17430
17554
|
/**
|
|
@@ -17934,6 +18058,12 @@ export declare namespace compute {
|
|
|
17934
18058
|
* The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts.
|
|
17935
18059
|
*/
|
|
17936
18060
|
maxUnhealthyUpgradedInstancePercent: pulumi.Input<number>;
|
|
18061
|
+
/**
|
|
18062
|
+
* Create new virtual machines to upgrade the scale set, rather than updating the existing virtual machines. Existing virtual machines will be deleted once the new virtual machines are created for each batch. Possible values are `true` or `false`.
|
|
18063
|
+
*
|
|
18064
|
+
* > **NOTE:** `overprovision` must be set to `false` when `maximumSurgeInstancesEnabled` is specified.
|
|
18065
|
+
*/
|
|
18066
|
+
maximumSurgeInstancesEnabled?: pulumi.Input<boolean>;
|
|
17937
18067
|
/**
|
|
17938
18068
|
* The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format.
|
|
17939
18069
|
*/
|
|
@@ -19619,6 +19749,10 @@ export declare namespace compute {
|
|
|
19619
19749
|
writeAcceleratorEnabled?: pulumi.Input<boolean>;
|
|
19620
19750
|
}
|
|
19621
19751
|
interface WindowsVirtualMachineAdditionalCapabilities {
|
|
19752
|
+
/**
|
|
19753
|
+
* Whether to enable the hibernation capability or not. Changing this forces a new Windows Virtual Machine to be created.
|
|
19754
|
+
*/
|
|
19755
|
+
hibernationEnabled?: pulumi.Input<boolean>;
|
|
19622
19756
|
/**
|
|
19623
19757
|
* Should the capacity to enable Data Disks of the `UltraSSD_LRS` storage account type be supported on this Virtual Machine? Defaults to `false`.
|
|
19624
19758
|
*/
|
|
@@ -19652,7 +19786,7 @@ export declare namespace compute {
|
|
|
19652
19786
|
*/
|
|
19653
19787
|
configurationBlobUri?: pulumi.Input<string>;
|
|
19654
19788
|
/**
|
|
19655
|
-
* Specifies the order in which the packages have to be installed. Possible values are between `0` and `
|
|
19789
|
+
* Specifies the order in which the packages have to be installed. Possible values are between `0` and `2147483647`. Defaults to `0`.
|
|
19656
19790
|
*/
|
|
19657
19791
|
order?: pulumi.Input<number>;
|
|
19658
19792
|
/**
|
|
@@ -20162,6 +20296,12 @@ export declare namespace compute {
|
|
|
20162
20296
|
* The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts.
|
|
20163
20297
|
*/
|
|
20164
20298
|
maxUnhealthyUpgradedInstancePercent: pulumi.Input<number>;
|
|
20299
|
+
/**
|
|
20300
|
+
* Create new virtual machines to upgrade the scale set, rather than updating the existing virtual machines. Existing virtual machines will be deleted once the new virtual machines are created for each batch. Possible values are `true` or `false`.
|
|
20301
|
+
*
|
|
20302
|
+
* > **NOTE:** `overprovision` must be set to `false` when `maximumSurgeInstancesEnabled` is specified.
|
|
20303
|
+
*/
|
|
20304
|
+
maximumSurgeInstancesEnabled?: pulumi.Input<boolean>;
|
|
20165
20305
|
/**
|
|
20166
20306
|
* The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format.
|
|
20167
20307
|
*/
|
|
@@ -20890,8 +21030,6 @@ export declare namespace containerapp {
|
|
|
20890
21030
|
* The value for this secret.
|
|
20891
21031
|
*
|
|
20892
21032
|
* !> **Note:** `value` will be ignored if `keyVaultSecretId` and `identity` are provided.
|
|
20893
|
-
*
|
|
20894
|
-
* !> **Note:** Secrets cannot be removed from the service once added, attempting to do so will result in an error. Their values may be zeroed, i.e. set to `""`, but the named secret must persist. This is due to a technical limitation on the service which causes the service to become unmanageable. See [this issue](https://github.com/microsoft/azure-container-apps/issues/395) for more details.
|
|
20895
21033
|
*/
|
|
20896
21034
|
value?: pulumi.Input<string>;
|
|
20897
21035
|
}
|
|
@@ -21411,6 +21549,464 @@ export declare namespace containerapp {
|
|
|
21411
21549
|
*/
|
|
21412
21550
|
workloadProfileType: pulumi.Input<string>;
|
|
21413
21551
|
}
|
|
21552
|
+
interface JobEventTriggerConfig {
|
|
21553
|
+
/**
|
|
21554
|
+
* Number of parallel replicas of a job that can run at a given time.
|
|
21555
|
+
*/
|
|
21556
|
+
parallelism?: pulumi.Input<number>;
|
|
21557
|
+
/**
|
|
21558
|
+
* Minimum number of successful replica completions before overall job completion.
|
|
21559
|
+
*/
|
|
21560
|
+
replicaCompletionCount?: pulumi.Input<number>;
|
|
21561
|
+
/**
|
|
21562
|
+
* A `scale` block as defined below.
|
|
21563
|
+
*/
|
|
21564
|
+
scales?: pulumi.Input<pulumi.Input<inputs.containerapp.JobEventTriggerConfigScale>[]>;
|
|
21565
|
+
}
|
|
21566
|
+
interface JobEventTriggerConfigScale {
|
|
21567
|
+
/**
|
|
21568
|
+
* Maximum number of job executions that are created for a trigger.
|
|
21569
|
+
*/
|
|
21570
|
+
maxExecutions?: pulumi.Input<number>;
|
|
21571
|
+
/**
|
|
21572
|
+
* Minimum number of job executions that are created for a trigger.
|
|
21573
|
+
*/
|
|
21574
|
+
minExecutions?: pulumi.Input<number>;
|
|
21575
|
+
/**
|
|
21576
|
+
* Interval to check each event source in seconds.
|
|
21577
|
+
*/
|
|
21578
|
+
pollingIntervalInSeconds?: pulumi.Input<number>;
|
|
21579
|
+
/**
|
|
21580
|
+
* A `rules` block as defined below.
|
|
21581
|
+
*/
|
|
21582
|
+
rules?: pulumi.Input<pulumi.Input<inputs.containerapp.JobEventTriggerConfigScaleRule>[]>;
|
|
21583
|
+
}
|
|
21584
|
+
interface JobEventTriggerConfigScaleRule {
|
|
21585
|
+
/**
|
|
21586
|
+
* A `authentication` block as defined below.
|
|
21587
|
+
*/
|
|
21588
|
+
authentications?: pulumi.Input<pulumi.Input<inputs.containerapp.JobEventTriggerConfigScaleRuleAuthentication>[]>;
|
|
21589
|
+
/**
|
|
21590
|
+
* Type of the scale rule.
|
|
21591
|
+
*/
|
|
21592
|
+
customRuleType: pulumi.Input<string>;
|
|
21593
|
+
/**
|
|
21594
|
+
* Metadata properties to describe the scale rule.
|
|
21595
|
+
*/
|
|
21596
|
+
metadata: pulumi.Input<{
|
|
21597
|
+
[key: string]: pulumi.Input<string>;
|
|
21598
|
+
}>;
|
|
21599
|
+
/**
|
|
21600
|
+
* Name of the scale rule.
|
|
21601
|
+
*/
|
|
21602
|
+
name: pulumi.Input<string>;
|
|
21603
|
+
}
|
|
21604
|
+
interface JobEventTriggerConfigScaleRuleAuthentication {
|
|
21605
|
+
/**
|
|
21606
|
+
* Name of the secret from which to pull the auth params.
|
|
21607
|
+
*/
|
|
21608
|
+
secretName: pulumi.Input<string>;
|
|
21609
|
+
/**
|
|
21610
|
+
* Trigger Parameter that uses the secret.
|
|
21611
|
+
*/
|
|
21612
|
+
triggerParameter: pulumi.Input<string>;
|
|
21613
|
+
}
|
|
21614
|
+
interface JobIdentity {
|
|
21615
|
+
/**
|
|
21616
|
+
* A list of Managed Identity IDs to assign to the Container App Job.
|
|
21617
|
+
*/
|
|
21618
|
+
identityIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21619
|
+
principalId?: pulumi.Input<string>;
|
|
21620
|
+
tenantId?: pulumi.Input<string>;
|
|
21621
|
+
/**
|
|
21622
|
+
* The type of identity used for the Container App Job. Possible values are `SystemAssigned` and `None`. Defaults to `None`.
|
|
21623
|
+
*/
|
|
21624
|
+
type: pulumi.Input<string>;
|
|
21625
|
+
}
|
|
21626
|
+
interface JobManualTriggerConfig {
|
|
21627
|
+
/**
|
|
21628
|
+
* Number of parallel replicas of a job that can run at a given time.
|
|
21629
|
+
*/
|
|
21630
|
+
parallelism?: pulumi.Input<number>;
|
|
21631
|
+
/**
|
|
21632
|
+
* Minimum number of successful replica completions before overall job completion.
|
|
21633
|
+
*/
|
|
21634
|
+
replicaCompletionCount?: pulumi.Input<number>;
|
|
21635
|
+
}
|
|
21636
|
+
interface JobRegistry {
|
|
21637
|
+
/**
|
|
21638
|
+
* A Managed Identity to use to authenticate with Azure Container Registry.
|
|
21639
|
+
*/
|
|
21640
|
+
identity?: pulumi.Input<string>;
|
|
21641
|
+
/**
|
|
21642
|
+
* The name of the Secret that contains the registry login password.
|
|
21643
|
+
*/
|
|
21644
|
+
passwordSecretName?: pulumi.Input<string>;
|
|
21645
|
+
/**
|
|
21646
|
+
* The URL of the Azure Container Registry server.
|
|
21647
|
+
*/
|
|
21648
|
+
server: pulumi.Input<string>;
|
|
21649
|
+
/**
|
|
21650
|
+
* The username to use to authenticate with Azure Container Registry.
|
|
21651
|
+
*/
|
|
21652
|
+
username?: pulumi.Input<string>;
|
|
21653
|
+
}
|
|
21654
|
+
interface JobScheduleTriggerConfig {
|
|
21655
|
+
/**
|
|
21656
|
+
* Cron formatted repeating schedule of a Cron Job.
|
|
21657
|
+
*/
|
|
21658
|
+
cronExpression: pulumi.Input<string>;
|
|
21659
|
+
/**
|
|
21660
|
+
* Number of parallel replicas of a job that can run at a given time.
|
|
21661
|
+
*/
|
|
21662
|
+
parallelism?: pulumi.Input<number>;
|
|
21663
|
+
/**
|
|
21664
|
+
* Minimum number of successful replica completions before overall job completion.
|
|
21665
|
+
*/
|
|
21666
|
+
replicaCompletionCount?: pulumi.Input<number>;
|
|
21667
|
+
}
|
|
21668
|
+
interface JobSecret {
|
|
21669
|
+
/**
|
|
21670
|
+
* A `identity` block as defined below.
|
|
21671
|
+
*/
|
|
21672
|
+
identity?: pulumi.Input<string>;
|
|
21673
|
+
/**
|
|
21674
|
+
* The Key Vault Secret ID. Could be either one of `id` or `versionlessId`.
|
|
21675
|
+
*/
|
|
21676
|
+
keyVaultSecretId?: pulumi.Input<string>;
|
|
21677
|
+
/**
|
|
21678
|
+
* Name of the secret.
|
|
21679
|
+
*/
|
|
21680
|
+
name: pulumi.Input<string>;
|
|
21681
|
+
/**
|
|
21682
|
+
* Value of the secret.
|
|
21683
|
+
*/
|
|
21684
|
+
value?: pulumi.Input<string>;
|
|
21685
|
+
}
|
|
21686
|
+
interface JobTemplate {
|
|
21687
|
+
/**
|
|
21688
|
+
* A `container` block as defined below.
|
|
21689
|
+
*/
|
|
21690
|
+
containers: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainer>[]>;
|
|
21691
|
+
/**
|
|
21692
|
+
* A `initContainer` block as defined below.
|
|
21693
|
+
*/
|
|
21694
|
+
initContainers?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateInitContainer>[]>;
|
|
21695
|
+
/**
|
|
21696
|
+
* A `volume` block as defined below.
|
|
21697
|
+
*/
|
|
21698
|
+
volumes?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateVolume>[]>;
|
|
21699
|
+
}
|
|
21700
|
+
interface JobTemplateContainer {
|
|
21701
|
+
/**
|
|
21702
|
+
* A list of extra arguments to pass to the container.
|
|
21703
|
+
*/
|
|
21704
|
+
args?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21705
|
+
/**
|
|
21706
|
+
* A command to pass to the container to override the default. This is provided as a list of command line elements without spaces.
|
|
21707
|
+
*/
|
|
21708
|
+
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21709
|
+
/**
|
|
21710
|
+
* The amount of vCPU to allocate to the container. Possible values include `0.25`, `0.5`, `0.75`, `1.0`, `1.25`, `1.5`, `1.75`, and `2.0`.
|
|
21711
|
+
*
|
|
21712
|
+
* > **NOTE:** `cpu` and `memory` must be specified in `0.25'/'0.5Gi` combination increments. e.g. `1.0` / `2.0` or `0.5` / `1.0`
|
|
21713
|
+
*/
|
|
21714
|
+
cpu: pulumi.Input<number>;
|
|
21715
|
+
/**
|
|
21716
|
+
* One or more `env` blocks as detailed below.
|
|
21717
|
+
*/
|
|
21718
|
+
envs?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerEnv>[]>;
|
|
21719
|
+
/**
|
|
21720
|
+
* The amount of ephemeral storage available to the Container App.
|
|
21721
|
+
*
|
|
21722
|
+
* > **NOTE:** `ephemeralStorage` is currently in preview and not configurable at this time.
|
|
21723
|
+
*/
|
|
21724
|
+
ephemeralStorage?: pulumi.Input<string>;
|
|
21725
|
+
/**
|
|
21726
|
+
* The image to use to create the container.
|
|
21727
|
+
*/
|
|
21728
|
+
image: pulumi.Input<string>;
|
|
21729
|
+
/**
|
|
21730
|
+
* A `livenessProbe` block as detailed below.
|
|
21731
|
+
*/
|
|
21732
|
+
livenessProbes?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerLivenessProbe>[]>;
|
|
21733
|
+
/**
|
|
21734
|
+
* The amount of memory to allocate to the container. Possible values are `0.5Gi`, `1Gi`, `1.5Gi`, `2Gi`, `2.5Gi`, `3Gi`, `3.5Gi` and `4Gi`.
|
|
21735
|
+
*
|
|
21736
|
+
* > **NOTE:** `cpu` and `memory` must be specified in `0.25'/'0.5Gi` combination increments. e.g. `1.25` / `2.5Gi` or `0.75` / `1.5Gi`
|
|
21737
|
+
*/
|
|
21738
|
+
memory: pulumi.Input<string>;
|
|
21739
|
+
/**
|
|
21740
|
+
* The name of the container.
|
|
21741
|
+
*/
|
|
21742
|
+
name: pulumi.Input<string>;
|
|
21743
|
+
/**
|
|
21744
|
+
* A `readinessProbe` block as detailed below.
|
|
21745
|
+
*/
|
|
21746
|
+
readinessProbes?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerReadinessProbe>[]>;
|
|
21747
|
+
/**
|
|
21748
|
+
* A `startupProbe` block as detailed below.
|
|
21749
|
+
*/
|
|
21750
|
+
startupProbes?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerStartupProbe>[]>;
|
|
21751
|
+
/**
|
|
21752
|
+
* A `volumeMounts` block as detailed below.
|
|
21753
|
+
*/
|
|
21754
|
+
volumeMounts?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerVolumeMount>[]>;
|
|
21755
|
+
}
|
|
21756
|
+
interface JobTemplateContainerEnv {
|
|
21757
|
+
/**
|
|
21758
|
+
* The name of the environment variable.
|
|
21759
|
+
*/
|
|
21760
|
+
name: pulumi.Input<string>;
|
|
21761
|
+
/**
|
|
21762
|
+
* Name of the Container App secret from which to pull the environment variable value.
|
|
21763
|
+
*/
|
|
21764
|
+
secretName?: pulumi.Input<string>;
|
|
21765
|
+
/**
|
|
21766
|
+
* The value of the environment variable.
|
|
21767
|
+
*/
|
|
21768
|
+
value?: pulumi.Input<string>;
|
|
21769
|
+
}
|
|
21770
|
+
interface JobTemplateContainerLivenessProbe {
|
|
21771
|
+
/**
|
|
21772
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `10`. Defaults to `3`.
|
|
21773
|
+
*/
|
|
21774
|
+
failureCountThreshold?: pulumi.Input<number>;
|
|
21775
|
+
/**
|
|
21776
|
+
* A `header` block as detailed below.
|
|
21777
|
+
*/
|
|
21778
|
+
headers?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerLivenessProbeHeader>[]>;
|
|
21779
|
+
/**
|
|
21780
|
+
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21781
|
+
*/
|
|
21782
|
+
host?: pulumi.Input<string>;
|
|
21783
|
+
/**
|
|
21784
|
+
* The time in seconds to wait after the container has started before the probe is started.
|
|
21785
|
+
*/
|
|
21786
|
+
initialDelay?: pulumi.Input<number>;
|
|
21787
|
+
/**
|
|
21788
|
+
* How often, in seconds, the probe should run. Possible values are in the range `1` - `240`. Defaults to `10`.
|
|
21789
|
+
*/
|
|
21790
|
+
intervalSeconds?: pulumi.Input<number>;
|
|
21791
|
+
/**
|
|
21792
|
+
* The URI to use with the `host` for http type probes. Not valid for `TCP` type probes. Defaults to `/`.
|
|
21793
|
+
*/
|
|
21794
|
+
path?: pulumi.Input<string>;
|
|
21795
|
+
/**
|
|
21796
|
+
* The port number on which to connect. Possible values are between `1` and `65535`.
|
|
21797
|
+
*/
|
|
21798
|
+
port: pulumi.Input<number>;
|
|
21799
|
+
/**
|
|
21800
|
+
* The time in seconds after the container is sent the termination signal before the process if forcibly killed.
|
|
21801
|
+
*/
|
|
21802
|
+
terminationGracePeriodSeconds?: pulumi.Input<number>;
|
|
21803
|
+
/**
|
|
21804
|
+
* Time in seconds after which the probe times out. Possible values are in the range `1` - `240`. Defaults to `1`.
|
|
21805
|
+
*/
|
|
21806
|
+
timeout?: pulumi.Input<number>;
|
|
21807
|
+
/**
|
|
21808
|
+
* Type of probe. Possible values are `TCP`, `HTTP`, and `HTTPS`.
|
|
21809
|
+
*/
|
|
21810
|
+
transport: pulumi.Input<string>;
|
|
21811
|
+
}
|
|
21812
|
+
interface JobTemplateContainerLivenessProbeHeader {
|
|
21813
|
+
/**
|
|
21814
|
+
* The HTTP Header Name.
|
|
21815
|
+
*/
|
|
21816
|
+
name: pulumi.Input<string>;
|
|
21817
|
+
/**
|
|
21818
|
+
* The HTTP Header value.
|
|
21819
|
+
*/
|
|
21820
|
+
value: pulumi.Input<string>;
|
|
21821
|
+
}
|
|
21822
|
+
interface JobTemplateContainerReadinessProbe {
|
|
21823
|
+
/**
|
|
21824
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `10`. Defaults to `3`.
|
|
21825
|
+
*/
|
|
21826
|
+
failureCountThreshold?: pulumi.Input<number>;
|
|
21827
|
+
/**
|
|
21828
|
+
* A `header` block as detailed below.
|
|
21829
|
+
*/
|
|
21830
|
+
headers?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerReadinessProbeHeader>[]>;
|
|
21831
|
+
/**
|
|
21832
|
+
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21833
|
+
*/
|
|
21834
|
+
host?: pulumi.Input<string>;
|
|
21835
|
+
/**
|
|
21836
|
+
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21837
|
+
*/
|
|
21838
|
+
intervalSeconds?: pulumi.Input<number>;
|
|
21839
|
+
/**
|
|
21840
|
+
* The URI to use for http type probes. Not valid for `TCP` type probes. Defaults to `/`.
|
|
21841
|
+
*/
|
|
21842
|
+
path?: pulumi.Input<string>;
|
|
21843
|
+
/**
|
|
21844
|
+
* The port number on which to connect. Possible values are between `1` and `65535`.
|
|
21845
|
+
*/
|
|
21846
|
+
port: pulumi.Input<number>;
|
|
21847
|
+
/**
|
|
21848
|
+
* The number of consecutive successful responses required to consider this probe as successful. Possible values are between `1` and `10`. Defaults to `3`.
|
|
21849
|
+
*/
|
|
21850
|
+
successCountThreshold?: pulumi.Input<number>;
|
|
21851
|
+
/**
|
|
21852
|
+
* Time in seconds after which the probe times out. Possible values are in the range `1` - `240`. Defaults to `1`.
|
|
21853
|
+
*/
|
|
21854
|
+
timeout?: pulumi.Input<number>;
|
|
21855
|
+
/**
|
|
21856
|
+
* Type of probe. Possible values are `TCP`, `HTTP`, and `HTTPS`.
|
|
21857
|
+
*/
|
|
21858
|
+
transport: pulumi.Input<string>;
|
|
21859
|
+
}
|
|
21860
|
+
interface JobTemplateContainerReadinessProbeHeader {
|
|
21861
|
+
/**
|
|
21862
|
+
* The HTTP Header Name.
|
|
21863
|
+
*/
|
|
21864
|
+
name: pulumi.Input<string>;
|
|
21865
|
+
/**
|
|
21866
|
+
* The HTTP Header value.
|
|
21867
|
+
*/
|
|
21868
|
+
value: pulumi.Input<string>;
|
|
21869
|
+
}
|
|
21870
|
+
interface JobTemplateContainerStartupProbe {
|
|
21871
|
+
/**
|
|
21872
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `10`. Defaults to `3`.
|
|
21873
|
+
*/
|
|
21874
|
+
failureCountThreshold?: pulumi.Input<number>;
|
|
21875
|
+
/**
|
|
21876
|
+
* A `header` block as detailed below.
|
|
21877
|
+
*/
|
|
21878
|
+
headers?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateContainerStartupProbeHeader>[]>;
|
|
21879
|
+
/**
|
|
21880
|
+
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21881
|
+
*/
|
|
21882
|
+
host?: pulumi.Input<string>;
|
|
21883
|
+
/**
|
|
21884
|
+
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21885
|
+
*/
|
|
21886
|
+
intervalSeconds?: pulumi.Input<number>;
|
|
21887
|
+
/**
|
|
21888
|
+
* The URI to use with the `host` for http type probes. Not valid for `TCP` type probes. Defaults to `/`.
|
|
21889
|
+
*/
|
|
21890
|
+
path?: pulumi.Input<string>;
|
|
21891
|
+
/**
|
|
21892
|
+
* The port number on which to connect. Possible values are between `1` and `65535`.
|
|
21893
|
+
*/
|
|
21894
|
+
port: pulumi.Input<number>;
|
|
21895
|
+
/**
|
|
21896
|
+
* The time in seconds after the container is sent the termination signal before the process if forcibly killed.
|
|
21897
|
+
*/
|
|
21898
|
+
terminationGracePeriodSeconds?: pulumi.Input<number>;
|
|
21899
|
+
/**
|
|
21900
|
+
* Time in seconds after which the probe times out. Possible values are in the range `1` - `240`. Defaults to `1`.
|
|
21901
|
+
*/
|
|
21902
|
+
timeout?: pulumi.Input<number>;
|
|
21903
|
+
/**
|
|
21904
|
+
* Type of probe. Possible values are `TCP`, `HTTP`, and `HTTPS`.
|
|
21905
|
+
*/
|
|
21906
|
+
transport: pulumi.Input<string>;
|
|
21907
|
+
}
|
|
21908
|
+
interface JobTemplateContainerStartupProbeHeader {
|
|
21909
|
+
/**
|
|
21910
|
+
* The HTTP Header Name.
|
|
21911
|
+
*/
|
|
21912
|
+
name: pulumi.Input<string>;
|
|
21913
|
+
/**
|
|
21914
|
+
* The HTTP Header value.
|
|
21915
|
+
*/
|
|
21916
|
+
value: pulumi.Input<string>;
|
|
21917
|
+
}
|
|
21918
|
+
interface JobTemplateContainerVolumeMount {
|
|
21919
|
+
/**
|
|
21920
|
+
* The name of the volume to mount. This must match the name of a volume defined in the `volume` block.
|
|
21921
|
+
*/
|
|
21922
|
+
name: pulumi.Input<string>;
|
|
21923
|
+
/**
|
|
21924
|
+
* The path within the container at which the volume should be mounted. Must not contain `:`.
|
|
21925
|
+
*/
|
|
21926
|
+
path: pulumi.Input<string>;
|
|
21927
|
+
}
|
|
21928
|
+
interface JobTemplateInitContainer {
|
|
21929
|
+
/**
|
|
21930
|
+
* A list of extra arguments to pass to the container.
|
|
21931
|
+
*/
|
|
21932
|
+
args?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21933
|
+
/**
|
|
21934
|
+
* A command to pass to the container to override the default. This is provided as a list of command line elements without spaces.
|
|
21935
|
+
*/
|
|
21936
|
+
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21937
|
+
/**
|
|
21938
|
+
* The amount of vCPU to allocate to the container. Possible values include `0.25`, `0.5`, `0.75`, `1.0`, `1.25`, `1.5`, `1.75`, and `2.0`.
|
|
21939
|
+
*
|
|
21940
|
+
* > **NOTE:** `cpu` and `memory` must be specified in `0.25'/'0.5Gi` combination increments. e.g. `1.0` / `2.0` or `0.5` / `1.0`
|
|
21941
|
+
*/
|
|
21942
|
+
cpu?: pulumi.Input<number>;
|
|
21943
|
+
/**
|
|
21944
|
+
* One or more `env` blocks as detailed below.
|
|
21945
|
+
*/
|
|
21946
|
+
envs?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateInitContainerEnv>[]>;
|
|
21947
|
+
/**
|
|
21948
|
+
* The amount of ephemeral storage available to the Container App.
|
|
21949
|
+
*
|
|
21950
|
+
* > **NOTE:** `ephemeralStorage` is currently in preview and not configurable at this time.
|
|
21951
|
+
*/
|
|
21952
|
+
ephemeralStorage?: pulumi.Input<string>;
|
|
21953
|
+
/**
|
|
21954
|
+
* The image to use to create the container.
|
|
21955
|
+
*/
|
|
21956
|
+
image: pulumi.Input<string>;
|
|
21957
|
+
/**
|
|
21958
|
+
* The amount of memory to allocate to the container. Possible values are `0.5Gi`, `1Gi`, `1.5Gi`, `2Gi`, `2.5Gi`, `3Gi`, `3.5Gi` and `4Gi`.
|
|
21959
|
+
*
|
|
21960
|
+
* > **NOTE:** `cpu` and `memory` must be specified in `0.25'/'0.5Gi` combination increments. e.g. `1.25` / `2.5Gi` or `0.75` / `1.5Gi`
|
|
21961
|
+
*/
|
|
21962
|
+
memory?: pulumi.Input<string>;
|
|
21963
|
+
/**
|
|
21964
|
+
* The name of the container.
|
|
21965
|
+
*/
|
|
21966
|
+
name: pulumi.Input<string>;
|
|
21967
|
+
/**
|
|
21968
|
+
* A `volumeMounts` block as detailed below.
|
|
21969
|
+
*/
|
|
21970
|
+
volumeMounts?: pulumi.Input<pulumi.Input<inputs.containerapp.JobTemplateInitContainerVolumeMount>[]>;
|
|
21971
|
+
}
|
|
21972
|
+
interface JobTemplateInitContainerEnv {
|
|
21973
|
+
/**
|
|
21974
|
+
* The name of the environment variable.
|
|
21975
|
+
*/
|
|
21976
|
+
name: pulumi.Input<string>;
|
|
21977
|
+
/**
|
|
21978
|
+
* Name of the Container App secret from which to pull the environment variable value.
|
|
21979
|
+
*/
|
|
21980
|
+
secretName?: pulumi.Input<string>;
|
|
21981
|
+
/**
|
|
21982
|
+
* The value of the environment variable.
|
|
21983
|
+
*/
|
|
21984
|
+
value?: pulumi.Input<string>;
|
|
21985
|
+
}
|
|
21986
|
+
interface JobTemplateInitContainerVolumeMount {
|
|
21987
|
+
/**
|
|
21988
|
+
* The name of the volume to mount. This must match the name of a volume defined in the `volume` block.
|
|
21989
|
+
*/
|
|
21990
|
+
name: pulumi.Input<string>;
|
|
21991
|
+
/**
|
|
21992
|
+
* The path within the container at which the volume should be mounted. Must not contain `:`.
|
|
21993
|
+
*/
|
|
21994
|
+
path: pulumi.Input<string>;
|
|
21995
|
+
}
|
|
21996
|
+
interface JobTemplateVolume {
|
|
21997
|
+
/**
|
|
21998
|
+
* The name of the volume.
|
|
21999
|
+
*/
|
|
22000
|
+
name: pulumi.Input<string>;
|
|
22001
|
+
/**
|
|
22002
|
+
* The name of the storage to use for the volume.
|
|
22003
|
+
*/
|
|
22004
|
+
storageName?: pulumi.Input<string>;
|
|
22005
|
+
/**
|
|
22006
|
+
* The type of storage to use for the volume. Possible values are `AzureFile`, `EmptyDir` and `Secret`.
|
|
22007
|
+
*/
|
|
22008
|
+
storageType?: pulumi.Input<string>;
|
|
22009
|
+
}
|
|
21414
22010
|
}
|
|
21415
22011
|
export declare namespace containerservice {
|
|
21416
22012
|
interface ConnectedRegistryNotification {
|
|
@@ -25422,6 +26018,20 @@ export declare namespace datadog {
|
|
|
25422
26018
|
}
|
|
25423
26019
|
}
|
|
25424
26020
|
export declare namespace datafactory {
|
|
26021
|
+
interface CredentialServicePrincipalServicePrincipalKey {
|
|
26022
|
+
/**
|
|
26023
|
+
* The name of the Linked Service to use for the Service Principal Key.
|
|
26024
|
+
*/
|
|
26025
|
+
linkedServiceName: pulumi.Input<string>;
|
|
26026
|
+
/**
|
|
26027
|
+
* The name of the Secret in the Key Vault.
|
|
26028
|
+
*/
|
|
26029
|
+
secretName: pulumi.Input<string>;
|
|
26030
|
+
/**
|
|
26031
|
+
* The version of the Secret in the Key Vault.
|
|
26032
|
+
*/
|
|
26033
|
+
secretVersion?: pulumi.Input<string>;
|
|
26034
|
+
}
|
|
25425
26035
|
interface CustomDatasetLinkedService {
|
|
25426
26036
|
/**
|
|
25427
26037
|
* The name of the Data Factory Linked Service.
|
|
@@ -34952,6 +35562,42 @@ export declare namespace machinelearning {
|
|
|
34952
35562
|
}
|
|
34953
35563
|
}
|
|
34954
35564
|
export declare namespace maintenance {
|
|
35565
|
+
interface AssignmentDynamicScopeFilter {
|
|
35566
|
+
/**
|
|
35567
|
+
* Specifies a list of locations to scope the query to.
|
|
35568
|
+
*/
|
|
35569
|
+
locations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
35570
|
+
/**
|
|
35571
|
+
* Specifies a list of allowed operating systems.
|
|
35572
|
+
*/
|
|
35573
|
+
osTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
35574
|
+
/**
|
|
35575
|
+
* Specifies a list of allowed resource groups.
|
|
35576
|
+
*/
|
|
35577
|
+
resourceGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
35578
|
+
/**
|
|
35579
|
+
* Specifies a list of allowed resources.
|
|
35580
|
+
*/
|
|
35581
|
+
resourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
35582
|
+
/**
|
|
35583
|
+
* Filter VMs by `Any` or `All` specified tags. Defaults to `Any`.
|
|
35584
|
+
*/
|
|
35585
|
+
tagFilter?: pulumi.Input<string>;
|
|
35586
|
+
/**
|
|
35587
|
+
* A mapping of tags for the VM
|
|
35588
|
+
*/
|
|
35589
|
+
tags?: pulumi.Input<pulumi.Input<inputs.maintenance.AssignmentDynamicScopeFilterTag>[]>;
|
|
35590
|
+
}
|
|
35591
|
+
interface AssignmentDynamicScopeFilterTag {
|
|
35592
|
+
/**
|
|
35593
|
+
* Specifies the tag to filter by.
|
|
35594
|
+
*/
|
|
35595
|
+
tag: pulumi.Input<string>;
|
|
35596
|
+
/**
|
|
35597
|
+
* Specifies a list of values the defined tag can have.
|
|
35598
|
+
*/
|
|
35599
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
35600
|
+
}
|
|
34955
35601
|
interface ConfigurationInstallPatches {
|
|
34956
35602
|
/**
|
|
34957
35603
|
* A `linux` block as defined above. This property only applies when `scope` is set to `InGuestPatch`
|
|
@@ -43109,6 +43755,8 @@ export declare namespace network {
|
|
|
43109
43755
|
interface VirtualNetworkEncryption {
|
|
43110
43756
|
/**
|
|
43111
43757
|
* Specifies if the encrypted Virtual Network allows VM that does not support encryption. Possible values are `DropUnencrypted` and `AllowUnencrypted`.
|
|
43758
|
+
*
|
|
43759
|
+
* > **NOTE:** Currently `AllowUnencrypted` is the only supported value for the `enforcement` property as `DropUnencrypted` is not yet in public preview or general availability. Please see the [official documentation](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-encryption-overview#limitations) for more information.
|
|
43112
43760
|
*/
|
|
43113
43761
|
enforcement: pulumi.Input<string>;
|
|
43114
43762
|
}
|
|
@@ -47532,6 +48180,12 @@ export declare namespace storage {
|
|
|
47532
48180
|
* Specifies the number of days that the blob should be retained, between `1` and `365` days. Defaults to `7`.
|
|
47533
48181
|
*/
|
|
47534
48182
|
days?: pulumi.Input<number>;
|
|
48183
|
+
/**
|
|
48184
|
+
* Indicates whether permanent deletion of the soft deleted blob versions and snapshots is allowed. Defaults to `false`.
|
|
48185
|
+
*
|
|
48186
|
+
* > **NOTE:** `permanentDeleteEnabled` cannot be set to true if a `restorePolicy` block is defined.
|
|
48187
|
+
*/
|
|
48188
|
+
permanentDeleteEnabled?: pulumi.Input<boolean>;
|
|
47535
48189
|
}
|
|
47536
48190
|
interface AccountBlobPropertiesRestorePolicy {
|
|
47537
48191
|
/**
|