@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/output.d.ts CHANGED
@@ -10110,7 +10110,7 @@ export declare namespace appservice {
10110
10110
  */
10111
10111
  scmIpRestrictions?: outputs.appservice.LinuxFunctionAppSiteConfigScmIpRestriction[];
10112
10112
  /**
10113
- * 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`.
10113
+ * 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`.
10114
10114
  */
10115
10115
  scmMinimumTlsVersion?: string;
10116
10116
  /**
@@ -15066,7 +15066,7 @@ export declare namespace appservice {
15066
15066
  */
15067
15067
  scmIpRestrictions?: outputs.appservice.WindowsFunctionAppSiteConfigScmIpRestriction[];
15068
15068
  /**
15069
- * 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`.
15069
+ * 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`.
15070
15070
  */
15071
15071
  scmMinimumTlsVersion?: string;
15072
15072
  /**
@@ -18947,6 +18947,34 @@ export declare namespace arckubernetes {
18947
18947
  */
18948
18948
  timeoutInSeconds?: number;
18949
18949
  }
18950
+ interface ProvisionedClusterAzureActiveDirectory {
18951
+ /**
18952
+ * 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.
18953
+ */
18954
+ adminGroupObjectIds?: string[];
18955
+ /**
18956
+ * Whether to enable Azure RBAC for Kubernetes authorization. Defaults to `false`.
18957
+ */
18958
+ azureRbacEnabled?: boolean;
18959
+ /**
18960
+ * The Tenant ID to use for authentication. If not specified, the Tenant of the Arc Kubernetes Cluster will be used.
18961
+ */
18962
+ tenantId?: string;
18963
+ }
18964
+ interface ProvisionedClusterIdentity {
18965
+ /**
18966
+ * The Principal ID associated with this Managed Service Identity.
18967
+ */
18968
+ principalId: string;
18969
+ /**
18970
+ * The Tenant ID associated with this Managed Service Identity.
18971
+ */
18972
+ tenantId: string;
18973
+ /**
18974
+ * The type of the Managed Identity. The only possible value is `SystemAssigned`. Changing this forces a new Arc Kubernetes Provisioned Cluster to be created.
18975
+ */
18976
+ type: string;
18977
+ }
18950
18978
  }
18951
18979
  export declare namespace arcmachine {
18952
18980
  interface ArcMachineIdentity {
@@ -21236,6 +21264,28 @@ export declare namespace batch {
21236
21264
  */
21237
21265
  policy?: string;
21238
21266
  }
21267
+ interface PoolSecurityProfile {
21268
+ /**
21269
+ * 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.
21270
+ */
21271
+ hostEncryptionEnabled?: boolean;
21272
+ /**
21273
+ * 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.
21274
+ */
21275
+ secureBootEnabled?: boolean;
21276
+ /**
21277
+ * The security type of the Virtual Machine. Possible values are `confidentialVM` and `trustedLaunch`. Changing this forces a new resource to be created.
21278
+ */
21279
+ securityType?: string;
21280
+ /**
21281
+ * 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.
21282
+ *
21283
+ * > **NOTE:** `securityProfile` block can only be specified during creation and does not support updates.
21284
+ *
21285
+ * > **NOTE:** `securityType` must be specified to set UEFI related properties including `secureBootEnabled` and `vtpmEnabled`.
21286
+ */
21287
+ vtpmEnabled?: boolean;
21288
+ }
21239
21289
  interface PoolStartTask {
21240
21290
  /**
21241
21291
  * The command line executed by the start task.
@@ -22164,13 +22214,15 @@ export declare namespace cdn {
22164
22214
  /**
22165
22215
  * Defines the source of the SSL certificate. Possible values include `CustomerCertificate` and `ManagedCertificate`. Defaults to `ManagedCertificate`.
22166
22216
  *
22167
- * ->**NOTE:** It may take up to 15 minutes for the Front Door Service to validate the state and Domain ownership of the Custom Domain.
22217
+ * ->**Note:** It may take up to 15 minutes for the Front Door Service to validate the state and Domain ownership of the Custom Domain.
22168
22218
  */
22169
22219
  certificateType?: string;
22170
22220
  /**
22171
- * TLS protocol version that will be used for Https. Possible values include `TLS10` and `TLS12`. Defaults to `TLS12`.
22221
+ * TLS protocol version that will be used for Https. Possible values are `TLS12`. Defaults to `TLS12`.
22172
22222
  *
22173
- * > **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.
22223
+ * > **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.
22224
+ *
22225
+ * @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.
22174
22226
  */
22175
22227
  minimumTlsVersion?: string;
22176
22228
  }
@@ -22252,7 +22304,7 @@ export declare namespace cdn {
22252
22304
  */
22253
22305
  type: string;
22254
22306
  /**
22255
- * 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`.
22307
+ * 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`.
22256
22308
  */
22257
22309
  version: string;
22258
22310
  }
@@ -22400,6 +22452,18 @@ export declare namespace cdn {
22400
22452
  */
22401
22453
  targetType?: string;
22402
22454
  }
22455
+ interface FrontdoorProfileIdentity {
22456
+ /**
22457
+ * 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`.
22458
+ */
22459
+ identityIds?: string[];
22460
+ principalId: string;
22461
+ tenantId: string;
22462
+ /**
22463
+ * The type of managed identity to assign. Possible values are `SystemAssigned`, `UserAssigned` or `SystemAssigned, UserAssigned`.
22464
+ */
22465
+ type: string;
22466
+ }
22403
22467
  interface FrontdoorRouteCache {
22404
22468
  /**
22405
22469
  * Is content compression enabled? Possible values are `true` or `false`. Defaults to `false`.
@@ -23060,6 +23124,18 @@ export declare namespace cdn {
23060
23124
  */
23061
23125
  successfulSamplesRequired: number;
23062
23126
  }
23127
+ interface GetFrontdoorProfileIdentity {
23128
+ /**
23129
+ * The list of User Assigned Managed Identity IDs assigned to this Front Door Profile.
23130
+ */
23131
+ identityIds?: string[];
23132
+ principalId: string;
23133
+ tenantId: string;
23134
+ /**
23135
+ * The type of Managed Service Identity that is configured on this Front Door Profile.
23136
+ */
23137
+ type: string;
23138
+ }
23063
23139
  interface GetFrontdoorSecretSecret {
23064
23140
  /**
23065
23141
  * A `customerCertificate` block as defined below.
@@ -23315,16 +23391,13 @@ export declare namespace cognitive {
23315
23391
  * 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.
23316
23392
  */
23317
23393
  family?: string;
23318
- /**
23319
- * The name of the SKU. Possible values include `Standard`, `DataZoneStandard`, `GlobalBatch`, `GlobalStandard` and `ProvisionedManaged`.
23320
- */
23321
23394
  name: string;
23322
23395
  /**
23323
23396
  * 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.
23324
23397
  */
23325
23398
  size?: string;
23326
23399
  /**
23327
- * Possible values are `Free`, `Basic`, `Standard`, `Premium`, `Enterprise`. Changing this forces a new resource to be created.
23400
+ * 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.
23328
23401
  */
23329
23402
  tier?: string;
23330
23403
  }
@@ -24351,6 +24424,10 @@ export declare namespace compute {
24351
24424
  * > **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.
24352
24425
  */
24353
24426
  diskSizeGb: number;
24427
+ /**
24428
+ * The ID of the OS disk.
24429
+ */
24430
+ id: string;
24354
24431
  /**
24355
24432
  * The name which should be used for the Internal OS Disk. Changing this forces a new resource to be created.
24356
24433
  */
@@ -26613,6 +26690,10 @@ export declare namespace compute {
26613
26690
  * > **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.
26614
26691
  */
26615
26692
  diskSizeGb: number;
26693
+ /**
26694
+ * The ID of the OS disk.
26695
+ */
26696
+ id: string;
26616
26697
  /**
26617
26698
  * The name which should be used for the Internal OS Disk. Changing this forces a new resource to be created.
26618
26699
  */
@@ -29842,6 +29923,10 @@ export declare namespace containerservice {
29842
29923
  * Specifies the path in the source reference to reconcile on the cluster.
29843
29924
  */
29844
29925
  path?: string;
29926
+ /**
29927
+ * A `postBuild` block as defined below.
29928
+ */
29929
+ postBuild?: outputs.containerservice.FluxConfigurationKustomizationPostBuild;
29845
29930
  /**
29846
29931
  * Whether re-creating Kubernetes resources on the cluster is enabled when patching fails due to an immutable field change. Defaults to `false`.
29847
29932
  */
@@ -29858,6 +29943,36 @@ export declare namespace containerservice {
29858
29943
  * The maximum time to attempt to reconcile the kustomization on the cluster. Defaults to `600`.
29859
29944
  */
29860
29945
  timeoutInSeconds?: number;
29946
+ /**
29947
+ * Whether to enable health check for all Kubernetes objects created by this Kustomization. Defaults to `true`.
29948
+ */
29949
+ wait?: boolean;
29950
+ }
29951
+ interface FluxConfigurationKustomizationPostBuild {
29952
+ /**
29953
+ * Specifies the key/value pairs holding the variables to be substituted in this Kustomization.
29954
+ */
29955
+ substitute?: {
29956
+ [key: string]: string;
29957
+ };
29958
+ /**
29959
+ * A `substituteFrom` block as defined below.
29960
+ */
29961
+ substituteFroms?: outputs.containerservice.FluxConfigurationKustomizationPostBuildSubstituteFrom[];
29962
+ }
29963
+ interface FluxConfigurationKustomizationPostBuildSubstituteFrom {
29964
+ /**
29965
+ * Specifies the source kind to hold the variables to be used in substitution. Possible values are `ConfigMap` and `Secret`.
29966
+ */
29967
+ kind: string;
29968
+ /**
29969
+ * Specifies the name of the ConfigMap/Secret that holds the variables to be used in substitution.
29970
+ */
29971
+ name: string;
29972
+ /**
29973
+ * Whether to proceed without ConfigMap/Secret if it is not present. Defaults to `false`.
29974
+ */
29975
+ optional?: boolean;
29861
29976
  }
29862
29977
  interface GetClusterNodePoolUpgradeSetting {
29863
29978
  /**
@@ -33910,7 +34025,7 @@ export declare namespace databricks {
33910
34025
  */
33911
34026
  tenantId: string;
33912
34027
  /**
33913
- * Specifies the type of Managed Service Identity that should be configured on the Databricks Access Connector. Possible values include `SystemAssigned` or `UserAssigned`.
34028
+ * Specifies the type of Managed Service Identity that should be configured on the Databricks Access Connector. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned`.
33914
34029
  */
33915
34030
  type: string;
33916
34031
  }
@@ -37137,6 +37252,58 @@ export declare namespace dynatrace {
37137
37252
  */
37138
37253
  phoneNumber: string;
37139
37254
  }
37255
+ interface TagRulesLogRule {
37256
+ /**
37257
+ * Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.
37258
+ */
37259
+ filteringTags: outputs.dynatrace.TagRulesLogRuleFilteringTag[];
37260
+ /**
37261
+ * Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.
37262
+ */
37263
+ sendActivityLogsEnabled?: boolean;
37264
+ /**
37265
+ * Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.
37266
+ */
37267
+ sendAzureActiveDirectoryLogsEnabled?: boolean;
37268
+ /**
37269
+ * Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.
37270
+ */
37271
+ sendSubscriptionLogsEnabled?: boolean;
37272
+ }
37273
+ interface TagRulesLogRuleFilteringTag {
37274
+ /**
37275
+ * Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
37276
+ */
37277
+ action: string;
37278
+ /**
37279
+ * Name of the filtering tag. Changing this forces a new resource to be created.
37280
+ */
37281
+ name: string;
37282
+ /**
37283
+ * Value of the filtering tag. Changing this forces a new resource to be created.
37284
+ */
37285
+ value: string;
37286
+ }
37287
+ interface TagRulesMetricRule {
37288
+ /**
37289
+ * Filtering tag for the metric rule. A `filteringTag` block as defined below.
37290
+ */
37291
+ filteringTags: outputs.dynatrace.TagRulesMetricRuleFilteringTag[];
37292
+ }
37293
+ interface TagRulesMetricRuleFilteringTag {
37294
+ /**
37295
+ * Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
37296
+ */
37297
+ action: string;
37298
+ /**
37299
+ * Name of the filtering tag. Changing this forces a new resource to be created.
37300
+ */
37301
+ name: string;
37302
+ /**
37303
+ * Value of the filtering tag. Changing this forces a new resource to be created.
37304
+ */
37305
+ value: string;
37306
+ }
37140
37307
  }
37141
37308
  export declare namespace elasticcloud {
37142
37309
  interface ElasticsearchLogs {
@@ -42215,6 +42382,28 @@ export declare namespace healthcare {
42215
42382
  audiences: string[];
42216
42383
  authority: string;
42217
42384
  }
42385
+ interface DicomServiceCors {
42386
+ /**
42387
+ * Whether to allow credentials in CORS. Defaults to `false`.
42388
+ */
42389
+ allowCredentials?: boolean;
42390
+ /**
42391
+ * A list of allowed headers for CORS.
42392
+ */
42393
+ allowedHeaders?: string[];
42394
+ /**
42395
+ * A list of allowed methods for CORS.
42396
+ */
42397
+ allowedMethods?: string[];
42398
+ /**
42399
+ * A list of allowed origins for CORS.
42400
+ */
42401
+ allowedOrigins?: string[];
42402
+ /**
42403
+ * The maximum age in seconds for the CORS configuration (must be between 0 and 99998 inclusive).
42404
+ */
42405
+ maxAgeInSeconds?: number;
42406
+ }
42218
42407
  interface DicomServiceIdentity {
42219
42408
  /**
42220
42409
  * A list of User Assigned Identity IDs which should be assigned to this Healthcare DICOM service.
@@ -42237,6 +42426,18 @@ export declare namespace healthcare {
42237
42426
  */
42238
42427
  name: string;
42239
42428
  }
42429
+ interface DicomServiceStorage {
42430
+ /**
42431
+ * The filesystem name of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.
42432
+ */
42433
+ fileSystemName: string;
42434
+ /**
42435
+ * The resource ID of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.
42436
+ *
42437
+ * > **Note:** The `isHnsEnabled` needs to be set to `true` for the storage account to be used with the Healthcare DICOM Service.
42438
+ */
42439
+ storageAccountId: string;
42440
+ }
42240
42441
  interface FhirServiceAuthentication {
42241
42442
  /**
42242
42443
  * The intended audience to receive authentication tokens for the service.
@@ -42303,6 +42504,28 @@ export declare namespace healthcare {
42303
42504
  audiences: string[];
42304
42505
  authority: string;
42305
42506
  }
42507
+ interface GetDicomServiceCor {
42508
+ /**
42509
+ * Whether to allow credentials in CORS.
42510
+ */
42511
+ allowCredentials: boolean;
42512
+ /**
42513
+ * A list of allowed headers for CORS.
42514
+ */
42515
+ allowedHeaders: string[];
42516
+ /**
42517
+ * A list of allowed methods for CORS.
42518
+ */
42519
+ allowedMethods: string[];
42520
+ /**
42521
+ * A list of allowed origins for CORS.
42522
+ */
42523
+ allowedOrigins: string[];
42524
+ /**
42525
+ * The maximum age in seconds for the CORS configuration.
42526
+ */
42527
+ maxAgeInSeconds: number;
42528
+ }
42306
42529
  interface GetDicomServiceIdentity {
42307
42530
  identityIds: string[];
42308
42531
  principalId: string;
@@ -42319,6 +42542,16 @@ export declare namespace healthcare {
42319
42542
  */
42320
42543
  name: string;
42321
42544
  }
42545
+ interface GetDicomServiceStorage {
42546
+ /**
42547
+ * The filesystem name of connected storage account.
42548
+ */
42549
+ fileSystemName: string;
42550
+ /**
42551
+ * The resource ID of connected storage account.
42552
+ */
42553
+ storageAccountId: string;
42554
+ }
42322
42555
  interface GetFhirServiceAuthentication {
42323
42556
  /**
42324
42557
  * The intended audience to receive authentication tokens for the service. The default value is `https://<name>.fhir.azurehealthcareapis.com`.
@@ -47745,7 +47978,7 @@ export declare namespace monitoring {
47745
47978
  */
47746
47979
  name: string;
47747
47980
  /**
47748
- * 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`.
47981
+ * 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`.
47749
47982
  */
47750
47983
  streams: string[];
47751
47984
  /**
@@ -49245,6 +49478,28 @@ export declare namespace mssql {
49245
49478
  */
49246
49479
  sourceDatabaseId: string;
49247
49480
  }
49481
+ interface ManagedInstanceAzureActiveDirectoryAdministrator {
49482
+ /**
49483
+ * 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`.
49484
+ */
49485
+ azureadAuthenticationOnlyEnabled?: boolean;
49486
+ /**
49487
+ * The login username of the Azure AD Administrator of this SQL Managed Instance.
49488
+ */
49489
+ loginUsername: string;
49490
+ /**
49491
+ * The object id of the Azure AD Administrator of this SQL Managed Instance.
49492
+ */
49493
+ objectId: string;
49494
+ /**
49495
+ * The principal type of the Azure AD Administrator of this SQL Managed Instance. Possible values are `Application`, `Group`, `User`.
49496
+ */
49497
+ principalType: string;
49498
+ /**
49499
+ * 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.
49500
+ */
49501
+ tenantId?: string;
49502
+ }
49248
49503
  interface ManagedInstanceFailoverGroupPartnerRegion {
49249
49504
  /**
49250
49505
  * The Azure Region where the Managed Instance Failover Group should exist. Changing this forces a new resource to be created.
@@ -49267,7 +49522,7 @@ export declare namespace mssql {
49267
49522
  }
49268
49523
  interface ManagedInstanceIdentity {
49269
49524
  /**
49270
- * Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Managed Instance. Required when `type` is set to `UserAssigned`.
49525
+ * Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Managed Instance. Required when `type` includes `UserAssigned`.
49271
49526
  *
49272
49527
  * > The assigned `principalId` and `tenantId` can be retrieved after the identity `type` has been set to `SystemAssigned` and SQL Managed Instance has been created.
49273
49528
  */
@@ -49281,7 +49536,7 @@ export declare namespace mssql {
49281
49536
  */
49282
49537
  tenantId: string;
49283
49538
  /**
49284
- * Specifies the type of Managed Service Identity that should be configured on this SQL Managed Instance. Possible values are `SystemAssigned`, `UserAssigned`.
49539
+ * Specifies the type of Managed Service Identity that should be configured on this SQL Managed Instance. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned`.
49285
49540
  */
49286
49541
  type: string;
49287
49542
  }
@@ -51003,13 +51258,11 @@ export declare namespace network {
51003
51258
  */
51004
51259
  capacity?: number;
51005
51260
  /**
51006
- * 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`.
51261
+ * The Name of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_v2`, and `WAF_v2`.
51007
51262
  */
51008
51263
  name: string;
51009
51264
  /**
51010
- * The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
51011
- *
51012
- * !> **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.
51265
+ * The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_v2`, and `WAF_v2`.
51013
51266
  */
51014
51267
  tier: string;
51015
51268
  }
@@ -55541,12 +55794,9 @@ export declare namespace nginx {
55541
55794
  type: string;
55542
55795
  }
55543
55796
  interface DeploymentLoggingStorageAccount {
55544
- /**
55545
- * Specify the container name in the Storage Account for logging.
55546
- */
55547
55797
  containerName?: string;
55548
55798
  /**
55549
- * The name of the StorageAccount for NGINX Logging.
55799
+ * The name which should be used for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.
55550
55800
  */
55551
55801
  name?: string;
55552
55802
  }
@@ -55625,9 +55875,6 @@ export declare namespace nginx {
55625
55875
  type: string;
55626
55876
  }
55627
55877
  interface GetDeploymentLoggingStorageAccount {
55628
- /**
55629
- * The container name of Storage Account for logging.
55630
- */
55631
55878
  containerName: string;
55632
55879
  /**
55633
55880
  * The name of this NGINX Deployment.
@@ -60135,9 +60382,13 @@ export declare namespace siterecovery {
60135
60382
  */
60136
60383
  failoverTestStaticIp: string;
60137
60384
  /**
60138
- * Name of the subnet to to use when a test failover is done.
60385
+ * Name of the subnet to use when a test failover is done.
60139
60386
  */
60140
60387
  failoverTestSubnetName: string;
60388
+ /**
60389
+ * A list of IDs of Load Balancer Backend Address Pools to use when a failover is done.
60390
+ */
60391
+ recoveryLoadBalancerBackendAddressPoolIds?: string[];
60141
60392
  /**
60142
60393
  * Id of the public IP object to use when a failover is done.
60143
60394
  */
@@ -60151,7 +60402,7 @@ export declare namespace siterecovery {
60151
60402
  */
60152
60403
  targetStaticIp?: string;
60153
60404
  /**
60154
- * Name of the subnet to to use when a failover is done.
60405
+ * Name of the subnet to use when a failover is done.
60155
60406
  */
60156
60407
  targetSubnetName?: string;
60157
60408
  }