@pulumi/azure 6.15.0-alpha.1736506192 → 6.15.0-alpha.1736769356

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.
Files changed (106) hide show
  1. package/appplatform/springCloudGatewayRouteConfig.d.ts +3 -3
  2. package/appservice/getStaticWebApp.d.ts +2 -0
  3. package/appservice/getStaticWebApp.js.map +1 -1
  4. package/appservice/linuxFunctionApp.d.ts +9 -5
  5. package/appservice/linuxFunctionApp.js +0 -2
  6. package/appservice/linuxFunctionApp.js.map +1 -1
  7. package/appservice/staticWebApp.d.ts +36 -0
  8. package/appservice/staticWebApp.js +7 -1
  9. package/appservice/staticWebApp.js.map +1 -1
  10. package/appservice/windowsFunctionApp.d.ts +9 -3
  11. package/appservice/windowsFunctionApp.js.map +1 -1
  12. package/arckubernetes/index.d.ts +3 -0
  13. package/arckubernetes/index.js +6 -1
  14. package/arckubernetes/index.js.map +1 -1
  15. package/arckubernetes/provisionedCluster.d.ts +239 -0
  16. package/arckubernetes/provisionedCluster.js +126 -0
  17. package/arckubernetes/provisionedCluster.js.map +1 -0
  18. package/batch/pool.d.ts +12 -0
  19. package/batch/pool.js +2 -0
  20. package/batch/pool.js.map +1 -1
  21. package/billing/accountCostManagementExport.d.ts +10 -0
  22. package/billing/accountCostManagementExport.js +3 -0
  23. package/billing/accountCostManagementExport.js.map +1 -1
  24. package/cdn/frontdoorCustomDomain.d.ts +3 -3
  25. package/cdn/frontdoorProfile.d.ts +14 -0
  26. package/cdn/frontdoorProfile.js +2 -0
  27. package/cdn/frontdoorProfile.js.map +1 -1
  28. package/cdn/getFrontdoorProfile.d.ts +11 -0
  29. package/cdn/getFrontdoorProfile.js +2 -0
  30. package/cdn/getFrontdoorProfile.js.map +1 -1
  31. package/compute/windowsVirtualMachine.d.ts +3 -3
  32. package/containerservice/fluxConfiguration.d.ts +9 -0
  33. package/containerservice/fluxConfiguration.js +9 -0
  34. package/containerservice/fluxConfiguration.js.map +1 -1
  35. package/containerservice/getFleetManager.d.ts +82 -0
  36. package/containerservice/getFleetManager.js +56 -0
  37. package/containerservice/getFleetManager.js.map +1 -0
  38. package/containerservice/index.d.ts +3 -0
  39. package/containerservice/index.js +4 -1
  40. package/containerservice/index.js.map +1 -1
  41. package/core/resourceGroupCostManagementExport.d.ts +13 -0
  42. package/core/resourceGroupCostManagementExport.js +3 -0
  43. package/core/resourceGroupCostManagementExport.js.map +1 -1
  44. package/core/subscriptionCostManagementExport.d.ts +13 -0
  45. package/core/subscriptionCostManagementExport.js +3 -0
  46. package/core/subscriptionCostManagementExport.js.map +1 -1
  47. package/dynatrace/index.d.ts +3 -0
  48. package/dynatrace/index.js +6 -1
  49. package/dynatrace/index.js.map +1 -1
  50. package/dynatrace/tagRules.d.ts +97 -0
  51. package/dynatrace/tagRules.js +69 -0
  52. package/dynatrace/tagRules.js.map +1 -0
  53. package/healthcare/dicomService.d.ts +51 -3
  54. package/healthcare/dicomService.js +8 -0
  55. package/healthcare/dicomService.js.map +1 -1
  56. package/healthcare/getDicomService.d.ts +18 -2
  57. package/healthcare/getDicomService.js.map +1 -1
  58. package/loganalytics/cluster.d.ts +3 -3
  59. package/machinelearning/index.d.ts +6 -0
  60. package/machinelearning/index.js +11 -1
  61. package/machinelearning/index.js.map +1 -1
  62. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.d.ts +194 -0
  63. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.js +137 -0
  64. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.js.map +1 -0
  65. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.d.ts +161 -0
  66. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.js +134 -0
  67. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.js.map +1 -0
  68. package/maps/creator.d.ts +2 -0
  69. package/maps/creator.js +2 -0
  70. package/maps/creator.js.map +1 -1
  71. package/mssql/managedInstance.d.ts +214 -7
  72. package/mssql/managedInstance.js +191 -6
  73. package/mssql/managedInstance.js.map +1 -1
  74. package/mssql/managedInstanceTransparentDataEncryption.d.ts +12 -0
  75. package/mssql/managedInstanceTransparentDataEncryption.js.map +1 -1
  76. package/mssql/serverTransparentDataEncryption.d.ts +12 -3
  77. package/mssql/serverTransparentDataEncryption.js.map +1 -1
  78. package/mysql/flexibleServerActiveDirectoryAdministratory.d.ts +94 -0
  79. package/mysql/flexibleServerActiveDirectoryAdministratory.js +49 -0
  80. package/mysql/flexibleServerActiveDirectoryAdministratory.js.map +1 -1
  81. package/netapp/volume.d.ts +1 -1
  82. package/network/expressRouteConnection.d.ts +3 -3
  83. package/network/virtualNetwork.d.ts +12 -0
  84. package/network/virtualNetwork.js +2 -0
  85. package/network/virtualNetwork.js.map +1 -1
  86. package/nginx/deployment.d.ts +15 -7
  87. package/nginx/deployment.js +2 -0
  88. package/nginx/deployment.js.map +1 -1
  89. package/nginx/getDeployment.d.ts +5 -1
  90. package/nginx/getDeployment.js.map +1 -1
  91. package/package.json +2 -2
  92. package/postgresql/flexibleServer.d.ts +2 -2
  93. package/postgresql/flexibleServer.js +2 -2
  94. package/redis/cache.d.ts +6 -0
  95. package/redis/cache.js.map +1 -1
  96. package/redis/enterpriseCluster.d.ts +9 -3
  97. package/redis/enterpriseCluster.js.map +1 -1
  98. package/securitycenter/contact.d.ts +4 -4
  99. package/securitycenter/contact.js +1 -1
  100. package/storage/getAccountSAS.d.ts +4 -4
  101. package/storage/getAccountSAS.js +2 -2
  102. package/synapse/sparkPool.d.ts +10 -0
  103. package/synapse/sparkPool.js +1 -0
  104. package/synapse/sparkPool.js.map +1 -1
  105. package/types/input.d.ts +258 -24
  106. package/types/output.d.ts +278 -27
package/types/input.d.ts CHANGED
@@ -5155,7 +5155,7 @@ export declare namespace appservice {
5155
5155
  */
5156
5156
  scmIpRestrictions?: pulumi.Input<pulumi.Input<inputs.appservice.LinuxFunctionAppSiteConfigScmIpRestriction>[]>;
5157
5157
  /**
5158
- * Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
5158
+ * Configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
5159
5159
  */
5160
5160
  scmMinimumTlsVersion?: pulumi.Input<string>;
5161
5161
  /**
@@ -10111,7 +10111,7 @@ export declare namespace appservice {
10111
10111
  */
10112
10112
  scmIpRestrictions?: pulumi.Input<pulumi.Input<inputs.appservice.WindowsFunctionAppSiteConfigScmIpRestriction>[]>;
10113
10113
  /**
10114
- * Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
10114
+ * Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values include: `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
10115
10115
  */
10116
10116
  scmMinimumTlsVersion?: pulumi.Input<string>;
10117
10117
  /**
@@ -13978,6 +13978,34 @@ export declare namespace arckubernetes {
13978
13978
  */
13979
13979
  timeoutInSeconds?: pulumi.Input<number>;
13980
13980
  }
13981
+ interface ProvisionedClusterAzureActiveDirectory {
13982
+ /**
13983
+ * A list of IDs of Microsoft Entra ID Groups. All members of the specified Microsoft Entra ID Groups have the cluster administrator access to the Kubernetes cluster.
13984
+ */
13985
+ adminGroupObjectIds?: pulumi.Input<pulumi.Input<string>[]>;
13986
+ /**
13987
+ * Whether to enable Azure RBAC for Kubernetes authorization. Defaults to `false`.
13988
+ */
13989
+ azureRbacEnabled?: pulumi.Input<boolean>;
13990
+ /**
13991
+ * The Tenant ID to use for authentication. If not specified, the Tenant of the Arc Kubernetes Cluster will be used.
13992
+ */
13993
+ tenantId?: pulumi.Input<string>;
13994
+ }
13995
+ interface ProvisionedClusterIdentity {
13996
+ /**
13997
+ * The Principal ID associated with this Managed Service Identity.
13998
+ */
13999
+ principalId?: pulumi.Input<string>;
14000
+ /**
14001
+ * The Tenant ID associated with this Managed Service Identity.
14002
+ */
14003
+ tenantId?: pulumi.Input<string>;
14004
+ /**
14005
+ * The type of the Managed Identity. The only possible value is `SystemAssigned`. Changing this forces a new Arc Kubernetes Provisioned Cluster to be created.
14006
+ */
14007
+ type: pulumi.Input<string>;
14008
+ }
13981
14009
  }
13982
14010
  export declare namespace arcmachine {
13983
14011
  interface ArcMachineIdentity {
@@ -15376,6 +15404,28 @@ export declare namespace batch {
15376
15404
  */
15377
15405
  policy?: pulumi.Input<string>;
15378
15406
  }
15407
+ interface PoolSecurityProfile {
15408
+ /**
15409
+ * Whether to enable host encryption for the Virtual Machine or Virtual Machine Scale Set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Possible values are `true` and `false`. Changing this forces a new resource to be created.
15410
+ */
15411
+ hostEncryptionEnabled?: pulumi.Input<boolean>;
15412
+ /**
15413
+ * Whether to enable secure boot for the Virtual Machine or Virtual Machine Scale Set. Possible values are `true` and `false`. Changing this forces a new resource to be created.
15414
+ */
15415
+ secureBootEnabled?: pulumi.Input<boolean>;
15416
+ /**
15417
+ * The security type of the Virtual Machine. Possible values are `confidentialVM` and `trustedLaunch`. Changing this forces a new resource to be created.
15418
+ */
15419
+ securityType?: pulumi.Input<string>;
15420
+ /**
15421
+ * Whether to enable virtual trusted platform module (vTPM) for the Virtual Machine or Virtual Machine Scale Set. Possible values are `true` and `false`. Changing this forces a new resource to be created.
15422
+ *
15423
+ * > **NOTE:** `securityProfile` block can only be specified during creation and does not support updates.
15424
+ *
15425
+ * > **NOTE:** `securityType` must be specified to set UEFI related properties including `secureBootEnabled` and `vtpmEnabled`.
15426
+ */
15427
+ vtpmEnabled?: pulumi.Input<boolean>;
15428
+ }
15379
15429
  interface PoolStartTask {
15380
15430
  /**
15381
15431
  * The command line executed by the start task.
@@ -16304,13 +16354,15 @@ export declare namespace cdn {
16304
16354
  /**
16305
16355
  * Defines the source of the SSL certificate. Possible values include `CustomerCertificate` and `ManagedCertificate`. Defaults to `ManagedCertificate`.
16306
16356
  *
16307
- * ->**NOTE:** It may take up to 15 minutes for the Front Door Service to validate the state and Domain ownership of the Custom Domain.
16357
+ * ->**Note:** It may take up to 15 minutes for the Front Door Service to validate the state and Domain ownership of the Custom Domain.
16308
16358
  */
16309
16359
  certificateType?: pulumi.Input<string>;
16310
16360
  /**
16311
- * TLS protocol version that will be used for Https. Possible values include `TLS10` and `TLS12`. Defaults to `TLS12`.
16361
+ * TLS protocol version that will be used for Https. Possible values are `TLS12`. Defaults to `TLS12`.
16312
16362
  *
16313
- * > **Note** Azure Services will require TLS 1.2+ by August 2025, please see this [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more details.
16363
+ * > **Note:** On March 1, 2025, support for Transport Layer Security (TLS) 1.0 and 1.1 will be retired for Azure Front Door, all connections to Azure Front Door must employ `TLS 1.2` or later, please see the product [announcement](https://azure.microsoft.com/en-us/updates/v2/update-retirement-tls1-0-tls1-1-versions-azure-services/) for more details.
16364
+ *
16365
+ * @deprecated As of March 1, 2025, support for 'TLS10' will be retired from Azure Front Door, therefore the 'TLS10' property value will be removed in v5.0 of the provider.
16314
16366
  */
16315
16367
  minimumTlsVersion?: pulumi.Input<string>;
16316
16368
  }
@@ -16392,7 +16444,7 @@ export declare namespace cdn {
16392
16444
  */
16393
16445
  type: pulumi.Input<string>;
16394
16446
  /**
16395
- * The version of the managed rule to use with this resource. Possible values depends on which DRS type you are using, for the `DefaultRuleSet` type the possible values include `1.0` or `preview-0.1`. For `Microsoft_DefaultRuleSet` the possible values include `1.1`, `2.0` or `2.1`. For `BotProtection` the value must be `preview-0.1` and for `Microsoft_BotManagerRuleSet` the value must be `1.0`.
16447
+ * The version of the managed rule to use with this resource. Possible values depends on which DRS type you are using, for the `DefaultRuleSet` type the possible values include `1.0` or `preview-0.1`. For `Microsoft_DefaultRuleSet` the possible values include `1.1`, `2.0` or `2.1`. For `BotProtection` the value must be `preview-0.1` and for `Microsoft_BotManagerRuleSet` the possible values include `1.0` and `1.1`.
16396
16448
  */
16397
16449
  version: pulumi.Input<string>;
16398
16450
  }
@@ -16540,6 +16592,18 @@ export declare namespace cdn {
16540
16592
  */
16541
16593
  targetType?: pulumi.Input<string>;
16542
16594
  }
16595
+ interface FrontdoorProfileIdentity {
16596
+ /**
16597
+ * A list of one or more Resource IDs for User Assigned Managed identities to assign. Required when `type` is set to `UserAssigned` or `SystemAssigned, UserAssigned`.
16598
+ */
16599
+ identityIds?: pulumi.Input<pulumi.Input<string>[]>;
16600
+ principalId?: pulumi.Input<string>;
16601
+ tenantId?: pulumi.Input<string>;
16602
+ /**
16603
+ * The type of managed identity to assign. Possible values are `SystemAssigned`, `UserAssigned` or `SystemAssigned, UserAssigned`.
16604
+ */
16605
+ type: pulumi.Input<string>;
16606
+ }
16543
16607
  interface FrontdoorRouteCache {
16544
16608
  /**
16545
16609
  * Is content compression enabled? Possible values are `true` or `false`. Defaults to `false`.
@@ -17154,6 +17218,30 @@ export declare namespace cdn {
17154
17218
  */
17155
17219
  cdnFrontdoorDomainId: pulumi.Input<string>;
17156
17220
  }
17221
+ interface GetFrontdoorProfileIdentity {
17222
+ /**
17223
+ * The list of User Assigned Managed Identity IDs assigned to this Front Door Profile.
17224
+ */
17225
+ identityIds?: string[];
17226
+ principalId?: string;
17227
+ tenantId?: string;
17228
+ /**
17229
+ * The type of Managed Service Identity that is configured on this Front Door Profile.
17230
+ */
17231
+ type: string;
17232
+ }
17233
+ interface GetFrontdoorProfileIdentityArgs {
17234
+ /**
17235
+ * The list of User Assigned Managed Identity IDs assigned to this Front Door Profile.
17236
+ */
17237
+ identityIds?: pulumi.Input<pulumi.Input<string>[]>;
17238
+ principalId?: pulumi.Input<string>;
17239
+ tenantId?: pulumi.Input<string>;
17240
+ /**
17241
+ * The type of Managed Service Identity that is configured on this Front Door Profile.
17242
+ */
17243
+ type: pulumi.Input<string>;
17244
+ }
17157
17245
  }
17158
17246
  export declare namespace chaosstudio {
17159
17247
  interface ExperimentIdentity {
@@ -17389,16 +17477,13 @@ export declare namespace cognitive {
17389
17477
  * If the service has different generations of hardware, for the same SKU, then that can be captured here. Changing this forces a new resource to be created.
17390
17478
  */
17391
17479
  family?: pulumi.Input<string>;
17392
- /**
17393
- * The name of the SKU. Possible values include `Standard`, `DataZoneStandard`, `GlobalBatch`, `GlobalStandard` and `ProvisionedManaged`.
17394
- */
17395
17480
  name: pulumi.Input<string>;
17396
17481
  /**
17397
17482
  * The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. Changing this forces a new resource to be created.
17398
17483
  */
17399
17484
  size?: pulumi.Input<string>;
17400
17485
  /**
17401
- * Possible values are `Free`, `Basic`, `Standard`, `Premium`, `Enterprise`. Changing this forces a new resource to be created.
17486
+ * Possible values are `Free`, `Basic`, `Standard`, `Premium`, `Enterprise`. This property is required only when multiple tiers are available with the SKU name. Changing this forces a new resource to be created.
17402
17487
  */
17403
17488
  tier?: pulumi.Input<string>;
17404
17489
  }
@@ -17779,6 +17864,10 @@ export declare namespace compute {
17779
17864
  * > **NOTE:** If specified this must be equal to or larger than the size of the Image the Virtual Machine is based on. When creating a larger disk than exists in the image you'll need to repartition the disk to use the remaining space.
17780
17865
  */
17781
17866
  diskSizeGb?: pulumi.Input<number>;
17867
+ /**
17868
+ * The ID of the OS disk.
17869
+ */
17870
+ id?: pulumi.Input<string>;
17782
17871
  /**
17783
17872
  * The name which should be used for the Internal OS Disk. Changing this forces a new resource to be created.
17784
17873
  */
@@ -20041,6 +20130,10 @@ export declare namespace compute {
20041
20130
  * > **NOTE:** If specified this must be equal to or larger than the size of the Image the Virtual Machine is based on. When creating a larger disk than exists in the image you'll need to repartition the disk to use the remaining space.
20042
20131
  */
20043
20132
  diskSizeGb?: pulumi.Input<number>;
20133
+ /**
20134
+ * The ID of the OS disk.
20135
+ */
20136
+ id?: pulumi.Input<string>;
20044
20137
  /**
20045
20138
  * The name which should be used for the Internal OS Disk. Changing this forces a new resource to be created.
20046
20139
  */
@@ -22353,6 +22446,10 @@ export declare namespace containerservice {
22353
22446
  * Specifies the path in the source reference to reconcile on the cluster.
22354
22447
  */
22355
22448
  path?: pulumi.Input<string>;
22449
+ /**
22450
+ * A `postBuild` block as defined below.
22451
+ */
22452
+ postBuild?: pulumi.Input<inputs.containerservice.FluxConfigurationKustomizationPostBuild>;
22356
22453
  /**
22357
22454
  * Whether re-creating Kubernetes resources on the cluster is enabled when patching fails due to an immutable field change. Defaults to `false`.
22358
22455
  */
@@ -22369,6 +22466,36 @@ export declare namespace containerservice {
22369
22466
  * The maximum time to attempt to reconcile the kustomization on the cluster. Defaults to `600`.
22370
22467
  */
22371
22468
  timeoutInSeconds?: pulumi.Input<number>;
22469
+ /**
22470
+ * Whether to enable health check for all Kubernetes objects created by this Kustomization. Defaults to `true`.
22471
+ */
22472
+ wait?: pulumi.Input<boolean>;
22473
+ }
22474
+ interface FluxConfigurationKustomizationPostBuild {
22475
+ /**
22476
+ * Specifies the key/value pairs holding the variables to be substituted in this Kustomization.
22477
+ */
22478
+ substitute?: pulumi.Input<{
22479
+ [key: string]: pulumi.Input<string>;
22480
+ }>;
22481
+ /**
22482
+ * A `substituteFrom` block as defined below.
22483
+ */
22484
+ substituteFroms?: pulumi.Input<pulumi.Input<inputs.containerservice.FluxConfigurationKustomizationPostBuildSubstituteFrom>[]>;
22485
+ }
22486
+ interface FluxConfigurationKustomizationPostBuildSubstituteFrom {
22487
+ /**
22488
+ * Specifies the source kind to hold the variables to be used in substitution. Possible values are `ConfigMap` and `Secret`.
22489
+ */
22490
+ kind: pulumi.Input<string>;
22491
+ /**
22492
+ * Specifies the name of the ConfigMap/Secret that holds the variables to be used in substitution.
22493
+ */
22494
+ name: pulumi.Input<string>;
22495
+ /**
22496
+ * Whether to proceed without ConfigMap/Secret if it is not present. Defaults to `false`.
22497
+ */
22498
+ optional?: pulumi.Input<boolean>;
22372
22499
  }
22373
22500
  interface GroupContainer {
22374
22501
  /**
@@ -25759,7 +25886,7 @@ export declare namespace databricks {
25759
25886
  */
25760
25887
  tenantId?: pulumi.Input<string>;
25761
25888
  /**
25762
- * Specifies the type of Managed Service Identity that should be configured on the Databricks Access Connector. Possible values include `SystemAssigned` or `UserAssigned`.
25889
+ * Specifies the type of Managed Service Identity that should be configured on the Databricks Access Connector. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned`.
25763
25890
  */
25764
25891
  type: pulumi.Input<string>;
25765
25892
  }
@@ -28554,6 +28681,58 @@ export declare namespace dynatrace {
28554
28681
  */
28555
28682
  phoneNumber: pulumi.Input<string>;
28556
28683
  }
28684
+ interface TagRulesLogRule {
28685
+ /**
28686
+ * Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.
28687
+ */
28688
+ filteringTags: pulumi.Input<pulumi.Input<inputs.dynatrace.TagRulesLogRuleFilteringTag>[]>;
28689
+ /**
28690
+ * Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.
28691
+ */
28692
+ sendActivityLogsEnabled?: pulumi.Input<boolean>;
28693
+ /**
28694
+ * Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.
28695
+ */
28696
+ sendAzureActiveDirectoryLogsEnabled?: pulumi.Input<boolean>;
28697
+ /**
28698
+ * Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.
28699
+ */
28700
+ sendSubscriptionLogsEnabled?: pulumi.Input<boolean>;
28701
+ }
28702
+ interface TagRulesLogRuleFilteringTag {
28703
+ /**
28704
+ * Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
28705
+ */
28706
+ action: pulumi.Input<string>;
28707
+ /**
28708
+ * Name of the filtering tag. Changing this forces a new resource to be created.
28709
+ */
28710
+ name: pulumi.Input<string>;
28711
+ /**
28712
+ * Value of the filtering tag. Changing this forces a new resource to be created.
28713
+ */
28714
+ value: pulumi.Input<string>;
28715
+ }
28716
+ interface TagRulesMetricRule {
28717
+ /**
28718
+ * Filtering tag for the metric rule. A `filteringTag` block as defined below.
28719
+ */
28720
+ filteringTags: pulumi.Input<pulumi.Input<inputs.dynatrace.TagRulesMetricRuleFilteringTag>[]>;
28721
+ }
28722
+ interface TagRulesMetricRuleFilteringTag {
28723
+ /**
28724
+ * Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
28725
+ */
28726
+ action: pulumi.Input<string>;
28727
+ /**
28728
+ * Name of the filtering tag. Changing this forces a new resource to be created.
28729
+ */
28730
+ name: pulumi.Input<string>;
28731
+ /**
28732
+ * Value of the filtering tag. Changing this forces a new resource to be created.
28733
+ */
28734
+ value: pulumi.Input<string>;
28735
+ }
28557
28736
  }
28558
28737
  export declare namespace elasticcloud {
28559
28738
  interface ElasticsearchLogs {
@@ -33504,6 +33683,28 @@ export declare namespace healthcare {
33504
33683
  audiences?: pulumi.Input<pulumi.Input<string>[]>;
33505
33684
  authority?: pulumi.Input<string>;
33506
33685
  }
33686
+ interface DicomServiceCors {
33687
+ /**
33688
+ * Whether to allow credentials in CORS. Defaults to `false`.
33689
+ */
33690
+ allowCredentials?: pulumi.Input<boolean>;
33691
+ /**
33692
+ * A list of allowed headers for CORS.
33693
+ */
33694
+ allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
33695
+ /**
33696
+ * A list of allowed methods for CORS.
33697
+ */
33698
+ allowedMethods?: pulumi.Input<pulumi.Input<string>[]>;
33699
+ /**
33700
+ * A list of allowed origins for CORS.
33701
+ */
33702
+ allowedOrigins?: pulumi.Input<pulumi.Input<string>[]>;
33703
+ /**
33704
+ * The maximum age in seconds for the CORS configuration (must be between 0 and 99998 inclusive).
33705
+ */
33706
+ maxAgeInSeconds?: pulumi.Input<number>;
33707
+ }
33507
33708
  interface DicomServiceIdentity {
33508
33709
  /**
33509
33710
  * A list of User Assigned Identity IDs which should be assigned to this Healthcare DICOM service.
@@ -33526,6 +33727,18 @@ export declare namespace healthcare {
33526
33727
  */
33527
33728
  name?: pulumi.Input<string>;
33528
33729
  }
33730
+ interface DicomServiceStorage {
33731
+ /**
33732
+ * The filesystem name of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.
33733
+ */
33734
+ fileSystemName: pulumi.Input<string>;
33735
+ /**
33736
+ * The resource ID of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.
33737
+ *
33738
+ * > **Note:** The `isHnsEnabled` needs to be set to `true` for the storage account to be used with the Healthcare DICOM Service.
33739
+ */
33740
+ storageAccountId: pulumi.Input<string>;
33741
+ }
33529
33742
  interface FhirServiceAuthentication {
33530
33743
  /**
33531
33744
  * The intended audience to receive authentication tokens for the service.
@@ -38257,7 +38470,7 @@ export declare namespace monitoring {
38257
38470
  */
38258
38471
  name: pulumi.Input<string>;
38259
38472
  /**
38260
- * Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent`, `Microsoft-RomeDetectionEvent`, and `Microsoft-SecurityEvent`.
38473
+ * Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent` and `Microsoft-SecurityEvent`.
38261
38474
  */
38262
38475
  streams: pulumi.Input<pulumi.Input<string>[]>;
38263
38476
  /**
@@ -38985,6 +39198,28 @@ export declare namespace mssql {
38985
39198
  */
38986
39199
  sourceDatabaseId: pulumi.Input<string>;
38987
39200
  }
39201
+ interface ManagedInstanceAzureActiveDirectoryAdministrator {
39202
+ /**
39203
+ * Specifies whether only Azure AD authentication can be used to log in to this SQL Managed Instance. When `true`, the `administratorLogin` and `administratorLoginPassword` properties can be omitted. Defaults to `false`.
39204
+ */
39205
+ azureadAuthenticationOnlyEnabled?: pulumi.Input<boolean>;
39206
+ /**
39207
+ * The login username of the Azure AD Administrator of this SQL Managed Instance.
39208
+ */
39209
+ loginUsername: pulumi.Input<string>;
39210
+ /**
39211
+ * The object id of the Azure AD Administrator of this SQL Managed Instance.
39212
+ */
39213
+ objectId: pulumi.Input<string>;
39214
+ /**
39215
+ * The principal type of the Azure AD Administrator of this SQL Managed Instance. Possible values are `Application`, `Group`, `User`.
39216
+ */
39217
+ principalType: pulumi.Input<string>;
39218
+ /**
39219
+ * The tenant id of the Azure AD Administrator of this SQL Managed Instance. Should be specified if the Azure AD Administrator is homed in a different tenant to the SQL Managed Instance.
39220
+ */
39221
+ tenantId?: pulumi.Input<string>;
39222
+ }
38988
39223
  interface ManagedInstanceFailoverGroupPartnerRegion {
38989
39224
  /**
38990
39225
  * The Azure Region where the Managed Instance Failover Group should exist. Changing this forces a new resource to be created.
@@ -39007,7 +39242,7 @@ export declare namespace mssql {
39007
39242
  }
39008
39243
  interface ManagedInstanceIdentity {
39009
39244
  /**
39010
- * Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Managed Instance. Required when `type` is set to `UserAssigned`.
39245
+ * Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Managed Instance. Required when `type` includes `UserAssigned`.
39011
39246
  *
39012
39247
  * > The assigned `principalId` and `tenantId` can be retrieved after the identity `type` has been set to `SystemAssigned` and SQL Managed Instance has been created.
39013
39248
  */
@@ -39021,7 +39256,7 @@ export declare namespace mssql {
39021
39256
  */
39022
39257
  tenantId?: pulumi.Input<string>;
39023
39258
  /**
39024
- * Specifies the type of Managed Service Identity that should be configured on this SQL Managed Instance. Possible values are `SystemAssigned`, `UserAssigned`.
39259
+ * Specifies the type of Managed Service Identity that should be configured on this SQL Managed Instance. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned`.
39025
39260
  */
39026
39261
  type: pulumi.Input<string>;
39027
39262
  }
@@ -40488,13 +40723,11 @@ export declare namespace network {
40488
40723
  */
40489
40724
  capacity?: pulumi.Input<number>;
40490
40725
  /**
40491
- * The Name of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_Small`, `Standard_Medium`, `Standard_Large`, `Basic`, `Standard_v2`, `WAF_Medium`, `WAF_Large`, and `WAF_v2`.
40726
+ * The Name of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_v2`, and `WAF_v2`.
40492
40727
  */
40493
40728
  name: pulumi.Input<string>;
40494
40729
  /**
40495
- * The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
40496
- *
40497
- * !> **NOTE:** The `Standard` and `WAF` SKU have been deprecated in favour of the `Basic`, `Standard_v2` and `WAF_v2` SKU. Please see the [Azure documentation](https://aka.ms/V1retirement) for more details.
40730
+ * The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_v2`, and `WAF_v2`.
40498
40731
  */
40499
40732
  tier: pulumi.Input<string>;
40500
40733
  }
@@ -43316,12 +43549,9 @@ export declare namespace nginx {
43316
43549
  type: pulumi.Input<string>;
43317
43550
  }
43318
43551
  interface DeploymentLoggingStorageAccount {
43319
- /**
43320
- * Specify the container name in the Storage Account for logging.
43321
- */
43322
43552
  containerName?: pulumi.Input<string>;
43323
43553
  /**
43324
- * The name of the StorageAccount for NGINX Logging.
43554
+ * The name which should be used for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.
43325
43555
  */
43326
43556
  name?: pulumi.Input<string>;
43327
43557
  }
@@ -46575,9 +46805,13 @@ export declare namespace siterecovery {
46575
46805
  */
46576
46806
  failoverTestStaticIp?: pulumi.Input<string>;
46577
46807
  /**
46578
- * Name of the subnet to to use when a test failover is done.
46808
+ * Name of the subnet to use when a test failover is done.
46579
46809
  */
46580
46810
  failoverTestSubnetName?: pulumi.Input<string>;
46811
+ /**
46812
+ * A list of IDs of Load Balancer Backend Address Pools to use when a failover is done.
46813
+ */
46814
+ recoveryLoadBalancerBackendAddressPoolIds?: pulumi.Input<pulumi.Input<string>[]>;
46581
46815
  /**
46582
46816
  * Id of the public IP object to use when a failover is done.
46583
46817
  */
@@ -46591,7 +46825,7 @@ export declare namespace siterecovery {
46591
46825
  */
46592
46826
  targetStaticIp?: pulumi.Input<string>;
46593
46827
  /**
46594
- * Name of the subnet to to use when a failover is done.
46828
+ * Name of the subnet to use when a failover is done.
46595
46829
  */
46596
46830
  targetSubnetName?: pulumi.Input<string>;
46597
46831
  }