pulumi-azure 6.30.0__py3-none-any.whl → 6.31.0__py3-none-any.whl

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 (237) hide show
  1. pulumi_azure/__init__.py +47 -90
  2. pulumi_azure/apimanagement/__init__.py +1 -0
  3. pulumi_azure/apimanagement/get_workspace.py +178 -0
  4. pulumi_azure/appplatform/spring_cloud_certificate.py +0 -184
  5. pulumi_azure/appservice/_inputs.py +60 -57
  6. pulumi_azure/appservice/active_slot.py +2 -2
  7. pulumi_azure/appservice/custom_hostname_binding.py +6 -6
  8. pulumi_azure/appservice/linux_web_app_slot.py +13 -0
  9. pulumi_azure/appservice/outputs.py +40 -38
  10. pulumi_azure/appservice/slot.py +16 -16
  11. pulumi_azure/appservice/windows_web_app.py +7 -7
  12. pulumi_azure/appservice/windows_web_app_slot.py +7 -7
  13. pulumi_azure/arcmachine/_inputs.py +3 -3
  14. pulumi_azure/arcmachine/outputs.py +2 -2
  15. pulumi_azure/armmsi/federated_identity_credential.py +2 -2
  16. pulumi_azure/authorization/get_user_assigned_identity.py +2 -2
  17. pulumi_azure/authorization/user_assigned_identity.py +14 -0
  18. pulumi_azure/automation/__init__.py +1 -0
  19. pulumi_azure/automation/_inputs.py +21 -0
  20. pulumi_azure/automation/job_schedule.py +7 -7
  21. pulumi_azure/automation/outputs.py +12 -0
  22. pulumi_azure/automation/runtime_environment.py +571 -0
  23. pulumi_azure/billing/account_cost_management_export.py +13 -14
  24. pulumi_azure/bot/healthbot.py +23 -9
  25. pulumi_azure/cdn/_inputs.py +21 -3
  26. pulumi_azure/cdn/frontdoor_secret.py +0 -126
  27. pulumi_azure/cdn/outputs.py +14 -2
  28. pulumi_azure/cognitive/__init__.py +1 -0
  29. pulumi_azure/cognitive/_inputs.py +93 -3
  30. pulumi_azure/cognitive/account.py +14 -14
  31. pulumi_azure/cognitive/account_project.py +595 -0
  32. pulumi_azure/cognitive/get_account.py +219 -9
  33. pulumi_azure/cognitive/outputs.py +256 -10
  34. pulumi_azure/compute/_inputs.py +3 -3
  35. pulumi_azure/compute/disk_encryption_set.py +7 -7
  36. pulumi_azure/compute/linux_virtual_machine.py +7 -7
  37. pulumi_azure/compute/managed_disk.py +7 -7
  38. pulumi_azure/compute/outputs.py +2 -2
  39. pulumi_azure/compute/scale_set_standby_pool.py +7 -7
  40. pulumi_azure/compute/windows_virtual_machine.py +7 -7
  41. pulumi_azure/containerapp/_inputs.py +120 -21
  42. pulumi_azure/containerapp/environment_certificate.py +252 -27
  43. pulumi_azure/containerapp/environment_storage.py +0 -7
  44. pulumi_azure/containerapp/job.py +21 -21
  45. pulumi_azure/containerapp/outputs.py +116 -14
  46. pulumi_azure/containerservice/_inputs.py +66 -6
  47. pulumi_azure/containerservice/connected_registry.py +2 -2
  48. pulumi_azure/containerservice/get_registry.py +2 -2
  49. pulumi_azure/containerservice/get_registry_scope_map.py +2 -2
  50. pulumi_azure/containerservice/get_registry_token.py +2 -2
  51. pulumi_azure/containerservice/kubernetes_cluster.py +47 -0
  52. pulumi_azure/containerservice/outputs.py +57 -4
  53. pulumi_azure/containerservice/registry.py +9 -9
  54. pulumi_azure/containerservice/registry_scope_map.py +2 -2
  55. pulumi_azure/containerservice/registry_task.py +2 -2
  56. pulumi_azure/containerservice/registry_token.py +2 -2
  57. pulumi_azure/containerservice/registry_webhook.py +2 -2
  58. pulumi_azure/containerservice/registry_webook.py +2 -2
  59. pulumi_azure/containerservice/token_password.py +2 -2
  60. pulumi_azure/core/get_user_assigned_identity.py +2 -2
  61. pulumi_azure/cosmosdb/_inputs.py +162 -0
  62. pulumi_azure/cosmosdb/account.py +4 -4
  63. pulumi_azure/cosmosdb/cassandra_cluster.py +0 -82
  64. pulumi_azure/cosmosdb/cassandra_datacenter.py +7 -107
  65. pulumi_azure/cosmosdb/mongo_cluster.py +308 -11
  66. pulumi_azure/cosmosdb/outputs.py +149 -0
  67. pulumi_azure/dashboard/grafana.py +7 -7
  68. pulumi_azure/databasemigration/project.py +14 -14
  69. pulumi_azure/databricks/workspace_root_dbfs_customer_managed_key.py +28 -34
  70. pulumi_azure/datafactory/factory.py +7 -7
  71. pulumi_azure/dataprotection/_inputs.py +9 -9
  72. pulumi_azure/dataprotection/backup_instance_blog_storage.py +28 -0
  73. pulumi_azure/dataprotection/backup_instance_disk.py +28 -0
  74. pulumi_azure/dataprotection/backup_instance_kubernetes_cluster.py +35 -7
  75. pulumi_azure/dataprotection/backup_instance_mysql_flexible_server.py +28 -0
  76. pulumi_azure/dataprotection/backup_instance_postgresql.py +32 -0
  77. pulumi_azure/dataprotection/backup_instance_postgresql_flexible_server.py +28 -0
  78. pulumi_azure/dataprotection/backup_policy_postgresql.py +4 -0
  79. pulumi_azure/dataprotection/backup_vault.py +7 -7
  80. pulumi_azure/dataprotection/outputs.py +6 -6
  81. pulumi_azure/datashare/dataset_blob_storage.py +0 -112
  82. pulumi_azure/datashare/dataset_data_lake_gen2.py +0 -104
  83. pulumi_azure/desktopvirtualization/scaling_plan.py +0 -192
  84. pulumi_azure/desktopvirtualization/scaling_plan_host_pool_association.py +0 -140
  85. pulumi_azure/devcenter/network_connection.py +7 -7
  86. pulumi_azure/dns/_inputs.py +10 -3
  87. pulumi_azure/dns/outputs.py +6 -2
  88. pulumi_azure/dns/zone.py +19 -19
  89. pulumi_azure/dynatrace/monitor.py +28 -28
  90. pulumi_azure/elasticsan/volume.py +7 -7
  91. pulumi_azure/eventgrid/namespace.py +14 -14
  92. pulumi_azure/eventhub/_inputs.py +3 -3
  93. pulumi_azure/eventhub/event_hub.py +14 -14
  94. pulumi_azure/eventhub/outputs.py +2 -2
  95. pulumi_azure/eventhub/subscription.py +7 -7
  96. pulumi_azure/extendedlocation/custom_location.py +14 -14
  97. pulumi_azure/hdinsight/_inputs.py +107 -30
  98. pulumi_azure/hdinsight/outputs.py +64 -20
  99. pulumi_azure/hdinsight/spark_cluster.py +7 -7
  100. pulumi_azure/healthcare/dicom_service.py +7 -7
  101. pulumi_azure/hpc/cache_blob_nfs_target.py +0 -274
  102. pulumi_azure/hpc/cache_blob_target.py +0 -120
  103. pulumi_azure/keyvault/access_policy.py +0 -72
  104. pulumi_azure/keyvault/managed_hardware_security_module_role_assignment.py +0 -7
  105. pulumi_azure/keyvault/managed_storage_account.py +0 -4
  106. pulumi_azure/keyvault/secret.py +7 -7
  107. pulumi_azure/kusto/attached_database_configuration.py +7 -7
  108. pulumi_azure/lb/load_balancer.py +14 -0
  109. pulumi_azure/loganalytics/__init__.py +1 -0
  110. pulumi_azure/loganalytics/_inputs.py +198 -6
  111. pulumi_azure/loganalytics/outputs.py +152 -4
  112. pulumi_azure/loganalytics/workspace_table_custom_log.py +660 -0
  113. pulumi_azure/logicapps/_inputs.py +6 -6
  114. pulumi_azure/logicapps/outputs.py +4 -4
  115. pulumi_azure/machinelearning/_inputs.py +9 -9
  116. pulumi_azure/machinelearning/outputs.py +6 -6
  117. pulumi_azure/machinelearning/workspace.py +0 -296
  118. pulumi_azure/machinelearning/workspace_network_outbound_rule_service_tag.py +7 -7
  119. pulumi_azure/maintenance/_inputs.py +9 -9
  120. pulumi_azure/maintenance/outputs.py +6 -6
  121. pulumi_azure/managedredis/_inputs.py +96 -12
  122. pulumi_azure/managedredis/managed_redis.py +7 -7
  123. pulumi_azure/managedredis/outputs.py +97 -8
  124. pulumi_azure/management/private_link_association.py +4 -4
  125. pulumi_azure/mongocluster/__init__.py +1 -0
  126. pulumi_azure/mongocluster/_inputs.py +214 -0
  127. pulumi_azure/mongocluster/mongo_cluster.py +308 -11
  128. pulumi_azure/mongocluster/outputs.py +179 -0
  129. pulumi_azure/mongocluster/user.py +448 -0
  130. pulumi_azure/msi/user_assigned_identity.py +14 -0
  131. pulumi_azure/mssql/_inputs.py +14 -0
  132. pulumi_azure/mssql/managed_instance.py +19 -20
  133. pulumi_azure/mssql/outputs.py +8 -0
  134. pulumi_azure/mysql/flexible_server.py +7 -7
  135. pulumi_azure/netapp/_inputs.py +12 -12
  136. pulumi_azure/netapp/outputs.py +8 -8
  137. pulumi_azure/netapp/volume_group_sap_hana.py +4 -4
  138. pulumi_azure/network/_inputs.py +3 -3
  139. pulumi_azure/network/get_network_manager_network_group.py +15 -1
  140. pulumi_azure/network/network_manager_network_group.py +61 -0
  141. pulumi_azure/network/network_manager_static_member.py +21 -7
  142. pulumi_azure/network/outputs.py +2 -2
  143. pulumi_azure/network/public_ip.py +7 -7
  144. pulumi_azure/network/traffic_manager_profile.py +8 -8
  145. pulumi_azure/network/virtual_network.py +7 -7
  146. pulumi_azure/network/virtual_network_gateway.py +14 -35
  147. pulumi_azure/nginx/_inputs.py +79 -15
  148. pulumi_azure/nginx/outputs.py +50 -10
  149. pulumi_azure/notificationhub/hub.py +7 -7
  150. pulumi_azure/notificationhub/namespace.py +21 -21
  151. pulumi_azure/operationalinsights/analytics_solution.py +6 -6
  152. pulumi_azure/operationalinsights/analytics_workspace.py +7 -7
  153. pulumi_azure/oracle/autonomous_database.py +58 -79
  154. pulumi_azure/oracle/autonomous_database_backup.py +7 -7
  155. pulumi_azure/oracle/cloud_vm_cluster.py +7 -7
  156. pulumi_azure/oracle/get_cloud_vm_cluster.py +1 -1
  157. pulumi_azure/oracle/outputs.py +7 -7
  158. pulumi_azure/oracle/resource_anchor.py +4 -4
  159. pulumi_azure/paloalto/__init__.py +2 -0
  160. pulumi_azure/paloalto/_inputs.py +1343 -277
  161. pulumi_azure/paloalto/local_rulestack_rule.py +7 -7
  162. pulumi_azure/paloalto/next_generation_firewall_virtual_hub_strata_cloud_manager.py +746 -0
  163. pulumi_azure/paloalto/next_generation_firewall_virtual_network_strata_cloud_manager.py +800 -0
  164. pulumi_azure/paloalto/outputs.py +1122 -229
  165. pulumi_azure/pim/_inputs.py +6 -12
  166. pulumi_azure/pim/outputs.py +4 -8
  167. pulumi_azure/pim/role_management_policy.py +0 -100
  168. pulumi_azure/postgresql/flexible_server.py +16 -16
  169. pulumi_azure/postgresql/flexible_server_active_directory_administrator.py +0 -84
  170. pulumi_azure/postgresql/flexible_server_backup.py +2 -2
  171. pulumi_azure/postgresql/flexible_server_configuration.py +2 -2
  172. pulumi_azure/postgresql/flexible_server_database.py +2 -2
  173. pulumi_azure/postgresql/flexible_server_firewall_rule.py +2 -2
  174. pulumi_azure/postgresql/flexible_server_virtual_endpoint.py +23 -23
  175. pulumi_azure/postgresql/get_flexible_server.py +2 -2
  176. pulumi_azure/pulumi-plugin.json +1 -1
  177. pulumi_azure/redhatopenshift/_inputs.py +6 -6
  178. pulumi_azure/redhatopenshift/cluster.py +0 -186
  179. pulumi_azure/redhatopenshift/outputs.py +4 -4
  180. pulumi_azure/redis/firewall_rule.py +6 -6
  181. pulumi_azure/search/service.py +7 -7
  182. pulumi_azure/sentinel/_inputs.py +6 -6
  183. pulumi_azure/sentinel/outputs.py +4 -4
  184. pulumi_azure/servicebus/subscription.py +7 -7
  185. pulumi_azure/siterecovery/_inputs.py +3 -3
  186. pulumi_azure/siterecovery/outputs.py +2 -2
  187. pulumi_azure/siterecovery/vmware_replicated_vm.py +7 -7
  188. pulumi_azure/stack/hci_cluster.py +0 -64
  189. pulumi_azure/stack/hci_marketplace_gallery_image.py +0 -86
  190. pulumi_azure/storage/_inputs.py +9 -12
  191. pulumi_azure/storage/account.py +7 -7
  192. pulumi_azure/storage/container.py +14 -14
  193. pulumi_azure/storage/customer_managed_key.py +7 -7
  194. pulumi_azure/storage/outputs.py +6 -8
  195. pulumi_azure/storage/queue.py +14 -14
  196. pulumi_azure/storage/share.py +14 -14
  197. pulumi_azure/storage/share_directory.py +75 -33
  198. pulumi_azure/storage/share_file.py +75 -33
  199. pulumi_azure/storage/sync_server_endpoint.py +7 -7
  200. pulumi_azure/storage/table_entity.py +7 -7
  201. pulumi_azure/trafficmanager/profile.py +8 -8
  202. pulumi_azure/waf/_inputs.py +3 -3
  203. pulumi_azure/waf/outputs.py +2 -2
  204. pulumi_azure/webpubsub/_inputs.py +3 -3
  205. pulumi_azure/webpubsub/outputs.py +2 -2
  206. pulumi_azure/webpubsub/socketio.py +7 -7
  207. pulumi_azure/workloadssap/_inputs.py +9 -9
  208. pulumi_azure/workloadssap/outputs.py +6 -6
  209. {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/METADATA +1 -1
  210. {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/RECORD +212 -230
  211. pulumi_azure/mobile/__init__.py +0 -32
  212. pulumi_azure/mobile/_inputs.py +0 -1645
  213. pulumi_azure/mobile/get_network.py +0 -212
  214. pulumi_azure/mobile/get_network_attached_data_network.py +0 -281
  215. pulumi_azure/mobile/get_network_data_network.py +0 -188
  216. pulumi_azure/mobile/get_network_packet_core_control_plane.py +0 -344
  217. pulumi_azure/mobile/get_network_packet_core_data_plane.py +0 -230
  218. pulumi_azure/mobile/get_network_service.py +0 -222
  219. pulumi_azure/mobile/get_network_sim.py +0 -239
  220. pulumi_azure/mobile/get_network_sim_group.py +0 -203
  221. pulumi_azure/mobile/get_network_sim_policy.py +0 -245
  222. pulumi_azure/mobile/get_network_site.py +0 -188
  223. pulumi_azure/mobile/get_network_slice.py +0 -203
  224. pulumi_azure/mobile/network.py +0 -487
  225. pulumi_azure/mobile/network_attached_data_network.py +0 -865
  226. pulumi_azure/mobile/network_data_network.py +0 -420
  227. pulumi_azure/mobile/network_packet_core_control_plane.py +0 -1039
  228. pulumi_azure/mobile/network_packet_core_data_plane.py +0 -605
  229. pulumi_azure/mobile/network_service.py +0 -590
  230. pulumi_azure/mobile/network_sim.py +0 -748
  231. pulumi_azure/mobile/network_sim_group.py +0 -503
  232. pulumi_azure/mobile/network_sim_policy.py +0 -709
  233. pulumi_azure/mobile/network_site.py +0 -409
  234. pulumi_azure/mobile/network_slice.py +0 -561
  235. pulumi_azure/mobile/outputs.py +0 -2167
  236. {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/WHEEL +0 -0
  237. {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/top_level.txt +0 -0
@@ -73,6 +73,7 @@ class LinuxWebAppSlotArgs:
73
73
  > **Note:** `service_plan_id` should only be specified if it differs from the Service Plan of the associated Linux Web App.
74
74
  :param pulumi.Input[Sequence[pulumi.Input['LinuxWebAppSlotStorageAccountArgs']]] storage_accounts: One or more `storage_account` blocks as defined below.
75
75
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags that should be assigned to the Linux Web App.
76
+ :param pulumi.Input[_builtins.bool] virtual_network_backup_restore_enabled: Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
76
77
  :param pulumi.Input[_builtins.bool] vnet_image_pull_enabled: Should the traffic for the image pull be routed over virtual network enabled. Defaults to `false`.
77
78
 
78
79
  > **Note:** The feature can also be enabled via the app setting `WEBSITE_PULL_IMAGE_OVER_VNET`. Must be set to `true` when running in an App Service Environment.
@@ -402,6 +403,9 @@ class LinuxWebAppSlotArgs:
402
403
  @_builtins.property
403
404
  @pulumi.getter(name="virtualNetworkBackupRestoreEnabled")
404
405
  def virtual_network_backup_restore_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
406
+ """
407
+ Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
408
+ """
405
409
  return pulumi.get(self, "virtual_network_backup_restore_enabled")
406
410
 
407
411
  @virtual_network_backup_restore_enabled.setter
@@ -535,6 +539,7 @@ class _LinuxWebAppSlotState:
535
539
  :param pulumi.Input[Sequence[pulumi.Input['LinuxWebAppSlotSiteCredentialArgs']]] site_credentials: A `site_credential` block as defined below.
536
540
  :param pulumi.Input[Sequence[pulumi.Input['LinuxWebAppSlotStorageAccountArgs']]] storage_accounts: One or more `storage_account` blocks as defined below.
537
541
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags that should be assigned to the Linux Web App.
542
+ :param pulumi.Input[_builtins.bool] virtual_network_backup_restore_enabled: Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
538
543
  :param pulumi.Input[_builtins.bool] vnet_image_pull_enabled: Should the traffic for the image pull be routed over virtual network enabled. Defaults to `false`.
539
544
 
540
545
  > **Note:** The feature can also be enabled via the app setting `WEBSITE_PULL_IMAGE_OVER_VNET`. Must be set to `true` when running in an App Service Environment.
@@ -1006,6 +1011,9 @@ class _LinuxWebAppSlotState:
1006
1011
  @_builtins.property
1007
1012
  @pulumi.getter(name="virtualNetworkBackupRestoreEnabled")
1008
1013
  def virtual_network_backup_restore_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
1014
+ """
1015
+ Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
1016
+ """
1009
1017
  return pulumi.get(self, "virtual_network_backup_restore_enabled")
1010
1018
 
1011
1019
  @virtual_network_backup_restore_enabled.setter
@@ -1168,6 +1176,7 @@ class LinuxWebAppSlot(pulumi.CustomResource):
1168
1176
  :param pulumi.Input[Union['LinuxWebAppSlotSiteConfigArgs', 'LinuxWebAppSlotSiteConfigArgsDict']] site_config: A `site_config` block as defined below.
1169
1177
  :param pulumi.Input[Sequence[pulumi.Input[Union['LinuxWebAppSlotStorageAccountArgs', 'LinuxWebAppSlotStorageAccountArgsDict']]]] storage_accounts: One or more `storage_account` blocks as defined below.
1170
1178
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags that should be assigned to the Linux Web App.
1179
+ :param pulumi.Input[_builtins.bool] virtual_network_backup_restore_enabled: Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
1171
1180
  :param pulumi.Input[_builtins.bool] vnet_image_pull_enabled: Should the traffic for the image pull be routed over virtual network enabled. Defaults to `false`.
1172
1181
 
1173
1182
  > **Note:** The feature can also be enabled via the app setting `WEBSITE_PULL_IMAGE_OVER_VNET`. Must be set to `true` when running in an App Service Environment.
@@ -1410,6 +1419,7 @@ class LinuxWebAppSlot(pulumi.CustomResource):
1410
1419
  :param pulumi.Input[Sequence[pulumi.Input[Union['LinuxWebAppSlotSiteCredentialArgs', 'LinuxWebAppSlotSiteCredentialArgsDict']]]] site_credentials: A `site_credential` block as defined below.
1411
1420
  :param pulumi.Input[Sequence[pulumi.Input[Union['LinuxWebAppSlotStorageAccountArgs', 'LinuxWebAppSlotStorageAccountArgsDict']]]] storage_accounts: One or more `storage_account` blocks as defined below.
1412
1421
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags that should be assigned to the Linux Web App.
1422
+ :param pulumi.Input[_builtins.bool] virtual_network_backup_restore_enabled: Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
1413
1423
  :param pulumi.Input[_builtins.bool] vnet_image_pull_enabled: Should the traffic for the image pull be routed over virtual network enabled. Defaults to `false`.
1414
1424
 
1415
1425
  > **Note:** The feature can also be enabled via the app setting `WEBSITE_PULL_IMAGE_OVER_VNET`. Must be set to `true` when running in an App Service Environment.
@@ -1721,6 +1731,9 @@ class LinuxWebAppSlot(pulumi.CustomResource):
1721
1731
  @_builtins.property
1722
1732
  @pulumi.getter(name="virtualNetworkBackupRestoreEnabled")
1723
1733
  def virtual_network_backup_restore_enabled(self) -> pulumi.Output[Optional[_builtins.bool]]:
1734
+ """
1735
+ Whether backup and restore operations over the linked virtual network are enabled. Defaults to `false`.
1736
+ """
1724
1737
  return pulumi.get(self, "virtual_network_backup_restore_enabled")
1725
1738
 
1726
1739
  @_builtins.property
@@ -816,7 +816,7 @@ class AppFlexConsumptionAlwaysReady(dict):
816
816
  instance_count: Optional[_builtins.int] = None):
817
817
  """
818
818
  :param _builtins.str name: The name of the `always_ready` of the Function App.
819
- :param _builtins.int instance_count: The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
819
+ :param _builtins.int instance_count: The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
820
820
  """
821
821
  pulumi.set(__self__, "name", name)
822
822
  if instance_count is not None:
@@ -834,7 +834,7 @@ class AppFlexConsumptionAlwaysReady(dict):
834
834
  @pulumi.getter(name="instanceCount")
835
835
  def instance_count(self) -> Optional[_builtins.int]:
836
836
  """
837
- The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
837
+ The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
838
838
  """
839
839
  return pulumi.get(self, "instance_count")
840
840
 
@@ -3133,7 +3133,7 @@ class AppFlexConsumptionSiteConfig(dict):
3133
3133
  :param _builtins.str scm_minimum_tls_version: 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`.
3134
3134
  :param _builtins.str scm_type: The SCM Type in use by the Linux Function App.
3135
3135
  :param _builtins.bool scm_use_main_ip_restriction: Should the Linux Function App `ip_restriction` configuration be used for the SCM also.
3136
- :param _builtins.bool use32_bit_worker: Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
3136
+ :param _builtins.bool use32_bit_worker: Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
3137
3137
  :param _builtins.bool vnet_route_all_enabled: Should the Linux Function App route all traffic through the virtual network. Defaults to `false`.
3138
3138
  :param _builtins.bool websockets_enabled: Should Web Sockets be enabled. Defaults to `false`.
3139
3139
  :param _builtins.int worker_count: The number of Workers for this Linux Function App.
@@ -3433,7 +3433,7 @@ class AppFlexConsumptionSiteConfig(dict):
3433
3433
  @pulumi.getter(name="use32BitWorker")
3434
3434
  def use32_bit_worker(self) -> Optional[_builtins.bool]:
3435
3435
  """
3436
- Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
3436
+ Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
3437
3437
  """
3438
3438
  return pulumi.get(self, "use32_bit_worker")
3439
3439
 
@@ -12587,7 +12587,7 @@ class LinuxFunctionAppSiteConfigApplicationStack(dict):
12587
12587
  use_dotnet_isolated_runtime: Optional[_builtins.bool] = None):
12588
12588
  """
12589
12589
  :param Sequence['LinuxFunctionAppSiteConfigApplicationStackDockerArgs'] dockers: One or more `docker` blocks as defined below.
12590
- :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0` and `9.0`.
12590
+ :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
12591
12591
  :param _builtins.str java_version: The Version of Java to use. Supported versions include `8`, `11`, `17`, `21`.
12592
12592
 
12593
12593
  > **Note:** The value `21` is currently in Preview for `java_version`.
@@ -12626,7 +12626,7 @@ class LinuxFunctionAppSiteConfigApplicationStack(dict):
12626
12626
  @pulumi.getter(name="dotnetVersion")
12627
12627
  def dotnet_version(self) -> Optional[_builtins.str]:
12628
12628
  """
12629
- The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0` and `9.0`.
12629
+ The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
12630
12630
  """
12631
12631
  return pulumi.get(self, "dotnet_version")
12632
12632
 
@@ -16265,8 +16265,8 @@ class LinuxFunctionAppSlotSiteConfigApplicationStack(dict):
16265
16265
  use_dotnet_isolated_runtime: Optional[_builtins.bool] = None):
16266
16266
  """
16267
16267
  :param Sequence['LinuxFunctionAppSlotSiteConfigApplicationStackDockerArgs'] dockers: a `docker` block as detailed below.
16268
- :param _builtins.str dotnet_version: The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0` and `9.0`.
16269
- :param _builtins.str java_version: The version of Java to use. Possible values are `8`, `11` & `17` (In-Preview).
16268
+ :param _builtins.str dotnet_version: The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
16269
+ :param _builtins.str java_version: The version of Java to use. Possible values are `8`, `11`, `17` and `21`.
16270
16270
  :param _builtins.str node_version: The version of Node to use. Possible values include `12`, `14`, `16`, `18`, `20` and `22`.
16271
16271
  :param _builtins.str powershell_core_version: The version of PowerShell Core to use. Possibles values are `7` , `7.2`, and `7.4`.
16272
16272
  :param _builtins.str python_version: The version of Python to use. Possible values are `3.13`, `3.12`, `3.11`, `3.10`, `3.9`, `3.8` and `3.7`.
@@ -16302,7 +16302,7 @@ class LinuxFunctionAppSlotSiteConfigApplicationStack(dict):
16302
16302
  @pulumi.getter(name="dotnetVersion")
16303
16303
  def dotnet_version(self) -> Optional[_builtins.str]:
16304
16304
  """
16305
- The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0` and `9.0`.
16305
+ The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
16306
16306
  """
16307
16307
  return pulumi.get(self, "dotnet_version")
16308
16308
 
@@ -16310,7 +16310,7 @@ class LinuxFunctionAppSlotSiteConfigApplicationStack(dict):
16310
16310
  @pulumi.getter(name="javaVersion")
16311
16311
  def java_version(self) -> Optional[_builtins.str]:
16312
16312
  """
16313
- The version of Java to use. Possible values are `8`, `11` & `17` (In-Preview).
16313
+ The version of Java to use. Possible values are `8`, `11`, `17` and `21`.
16314
16314
  """
16315
16315
  return pulumi.get(self, "java_version")
16316
16316
 
@@ -19999,7 +19999,7 @@ class LinuxWebAppSiteConfig(dict):
19999
19999
  :param _builtins.str remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
20000
20000
  :param _builtins.str scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
20001
20001
  :param Sequence['LinuxWebAppSiteConfigScmIpRestrictionArgs'] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
20002
- :param _builtins.str scm_minimum_tls_version: The 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`.
20002
+ :param _builtins.str scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
20003
20003
  :param _builtins.bool scm_use_main_ip_restriction: Should the Linux Web App `ip_restriction` configuration be used for the SCM also.
20004
20004
  :param _builtins.bool use32_bit_worker: Should the Linux Web App use a 32-bit worker? Defaults to `true`.
20005
20005
  :param _builtins.bool vnet_route_all_enabled: Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
@@ -20278,7 +20278,7 @@ class LinuxWebAppSiteConfig(dict):
20278
20278
  @pulumi.getter(name="scmMinimumTlsVersion")
20279
20279
  def scm_minimum_tls_version(self) -> Optional[_builtins.str]:
20280
20280
  """
20281
- The 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`.
20281
+ The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
20282
20282
  """
20283
20283
  return pulumi.get(self, "scm_minimum_tls_version")
20284
20284
 
@@ -20392,7 +20392,7 @@ class LinuxWebAppSiteConfigApplicationStack(dict):
20392
20392
  > **Note:** `docker_registry_url`, `docker_registry_username`, and `docker_registry_password` replace the use of the `app_settings` values of `DOCKER_REGISTRY_SERVER_URL`, `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` respectively, these values will be managed by the provider and should not be specified in the `app_settings` map.
20393
20393
  :param _builtins.str docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
20394
20394
  :param _builtins.str docker_registry_username: The User Name to use for authentication against the registry to pull the image.
20395
- :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `9.0`.
20395
+ :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0`and `10.0`.
20396
20396
  :param _builtins.str go_version: The version of Go to use. Possible values include `1.18`, and `1.19`.
20397
20397
  :param _builtins.str java_server: The Java server type. Possible values include `JAVA`, `TOMCAT`, and `JBOSSEAP`.
20398
20398
 
@@ -20477,7 +20477,7 @@ class LinuxWebAppSiteConfigApplicationStack(dict):
20477
20477
  @pulumi.getter(name="dotnetVersion")
20478
20478
  def dotnet_version(self) -> Optional[_builtins.str]:
20479
20479
  """
20480
- The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `9.0`.
20480
+ The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0`and `10.0`.
20481
20481
  """
20482
20482
  return pulumi.get(self, "dotnet_version")
20483
20483
 
@@ -24266,12 +24266,12 @@ class LinuxWebAppSlotSiteConfig(dict):
24266
24266
  :param _builtins.str load_balancing_mode: The Site load balancing. Possible values include: `WeightedRoundRobin`, `LeastRequests`, `LeastResponseTime`, `WeightedTotalTraffic`, `RequestHash`, `PerSiteRoundRobin`. Defaults to `LeastRequests` if omitted.
24267
24267
  :param _builtins.bool local_mysql_enabled: Use Local MySQL. Defaults to `false`.
24268
24268
  :param _builtins.str managed_pipeline_mode: Managed pipeline mode. Possible values include: `Integrated`, `Classic`. Defaults to `Integrated`.
24269
- :param _builtins.str minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
24269
+ :param _builtins.str minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
24270
24270
  :param _builtins.bool remote_debugging_enabled: Should Remote Debugging be enabled? Defaults to `false`.
24271
24271
  :param _builtins.str remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
24272
24272
  :param _builtins.str scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
24273
24273
  :param Sequence['LinuxWebAppSlotSiteConfigScmIpRestrictionArgs'] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
24274
- :param _builtins.str scm_minimum_tls_version: The 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`.
24274
+ :param _builtins.str scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
24275
24275
  :param _builtins.bool scm_use_main_ip_restriction: Should the Linux Web App `ip_restriction` configuration be used for the SCM also.
24276
24276
  :param _builtins.bool use32_bit_worker: Should the Linux Web App use a 32-bit worker? Defaults to `true`.
24277
24277
  :param _builtins.bool vnet_route_all_enabled: Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
@@ -24520,7 +24520,7 @@ class LinuxWebAppSlotSiteConfig(dict):
24520
24520
  @pulumi.getter(name="minimumTlsVersion")
24521
24521
  def minimum_tls_version(self) -> Optional[_builtins.str]:
24522
24522
  """
24523
- The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
24523
+ The configures the minimum version of TLS required for SSL requests. Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
24524
24524
  """
24525
24525
  return pulumi.get(self, "minimum_tls_version")
24526
24526
 
@@ -24560,7 +24560,7 @@ class LinuxWebAppSlotSiteConfig(dict):
24560
24560
  @pulumi.getter(name="scmMinimumTlsVersion")
24561
24561
  def scm_minimum_tls_version(self) -> Optional[_builtins.str]:
24562
24562
  """
24563
- The 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`.
24563
+ The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
24564
24564
  """
24565
24565
  return pulumi.get(self, "scm_minimum_tls_version")
24566
24566
 
@@ -24674,13 +24674,13 @@ class LinuxWebAppSlotSiteConfigApplicationStack(dict):
24674
24674
  > **Note:** `docker_registry_url`, `docker_registry_username`, and `docker_registry_password` replace the use of the `app_settings` values of `DOCKER_REGISTRY_SERVER_URL`, `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` respectively, these values will be managed by the provider and should not be specified in the `app_settings` map.
24675
24675
  :param _builtins.str docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
24676
24676
  :param _builtins.str docker_registry_username: The User Name to use for authentication against the registry to pull the image.
24677
- :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `9.0`.
24677
+ :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
24678
24678
  :param _builtins.str go_version: The version of Go to use. Possible values include `1.18`, and `1.19`.
24679
24679
  :param _builtins.str java_server: The Java server type. Possible values include `JAVA`, `TOMCAT`, and `JBOSSEAP`.
24680
24680
 
24681
24681
  > **Note:** `JBOSSEAP` requires a Premium Service Plan SKU to be a valid option.
24682
24682
  :param _builtins.str java_server_version: The Version of the `java_server` to use.
24683
- :param _builtins.str java_version: The Version of Java to use. Possible values include `8`, `11`, and `17`.
24683
+ :param _builtins.str java_version: The Version of Java to use. Possible values are `8`, `11`, `17` and `21`.
24684
24684
 
24685
24685
  > **Note:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.
24686
24686
  :param _builtins.str node_version: The version of Node to run. Possible values are `12-lts`, `14-lts`, `16-lts`, `18-lts`, `20-lts` and `22-lts`. This property conflicts with `java_version`.
@@ -24757,7 +24757,7 @@ class LinuxWebAppSlotSiteConfigApplicationStack(dict):
24757
24757
  @pulumi.getter(name="dotnetVersion")
24758
24758
  def dotnet_version(self) -> Optional[_builtins.str]:
24759
24759
  """
24760
- The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `9.0`.
24760
+ The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
24761
24761
  """
24762
24762
  return pulumi.get(self, "dotnet_version")
24763
24763
 
@@ -24791,7 +24791,7 @@ class LinuxWebAppSlotSiteConfigApplicationStack(dict):
24791
24791
  @pulumi.getter(name="javaVersion")
24792
24792
  def java_version(self) -> Optional[_builtins.str]:
24793
24793
  """
24794
- The Version of Java to use. Possible values include `8`, `11`, and `17`.
24794
+ The Version of Java to use. Possible values are `8`, `11`, `17` and `21`.
24795
24795
 
24796
24796
  > **Note:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.
24797
24797
  """
@@ -31563,7 +31563,7 @@ class WindowsFunctionAppSiteConfigApplicationStack(dict):
31563
31563
  use_custom_runtime: Optional[_builtins.bool] = None,
31564
31564
  use_dotnet_isolated_runtime: Optional[_builtins.bool] = None):
31565
31565
  """
31566
- :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0` and `v9.0`. Defaults to `v4.0`.
31566
+ :param _builtins.str dotnet_version: The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
31567
31567
  :param _builtins.str java_version: The Version of Java to use. Supported versions include `1.8`, `11`, `17`, `21` (In-Preview).
31568
31568
  :param _builtins.str node_version: The version of Node to run. Possible values include `~12`, `~14`, `~16`, `~18` `~20` and `~22`.
31569
31569
  :param _builtins.str powershell_core_version: The version of PowerShell Core to run. Possible values are `7`, `7.2`, and `7.4`.
@@ -31589,7 +31589,7 @@ class WindowsFunctionAppSiteConfigApplicationStack(dict):
31589
31589
  @pulumi.getter(name="dotnetVersion")
31590
31590
  def dotnet_version(self) -> Optional[_builtins.str]:
31591
31591
  """
31592
- The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0` and `v9.0`. Defaults to `v4.0`.
31592
+ The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
31593
31593
  """
31594
31594
  return pulumi.get(self, "dotnet_version")
31595
31595
 
@@ -35090,8 +35090,8 @@ class WindowsFunctionAppSlotSiteConfigApplicationStack(dict):
35090
35090
  use_custom_runtime: Optional[_builtins.bool] = None,
35091
35091
  use_dotnet_isolated_runtime: Optional[_builtins.bool] = None):
35092
35092
  """
35093
- :param _builtins.str dotnet_version: The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`. Defaults to `v4.0`.
35094
- :param _builtins.str java_version: The version of Java to use. Possible values are `1.8`, `11` and `17` (In-Preview).
35093
+ :param _builtins.str dotnet_version: The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
35094
+ :param _builtins.str java_version: The version of Java to use. Possible values are `1.8`, `11`, `17` and `21`.
35095
35095
  :param _builtins.str node_version: The version of Node to use. Possible values are `~12`, `~14`, `~16`, `~18`, `~20`, and `~22`.
35096
35096
  :param _builtins.str powershell_core_version: The PowerShell Core version to use. Possible values are `7`, `7.2`, and `7.4`.
35097
35097
  :param _builtins.bool use_custom_runtime: Does the Function App use a custom Application Stack?
@@ -35114,7 +35114,7 @@ class WindowsFunctionAppSlotSiteConfigApplicationStack(dict):
35114
35114
  @pulumi.getter(name="dotnetVersion")
35115
35115
  def dotnet_version(self) -> Optional[_builtins.str]:
35116
35116
  """
35117
- The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`. Defaults to `v4.0`.
35117
+ The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
35118
35118
  """
35119
35119
  return pulumi.get(self, "dotnet_version")
35120
35120
 
@@ -35122,7 +35122,7 @@ class WindowsFunctionAppSlotSiteConfigApplicationStack(dict):
35122
35122
  @pulumi.getter(name="javaVersion")
35123
35123
  def java_version(self) -> Optional[_builtins.str]:
35124
35124
  """
35125
- The version of Java to use. Possible values are `1.8`, `11` and `17` (In-Preview).
35125
+ The version of Java to use. Possible values are `1.8`, `11`, `17` and `21`.
35126
35126
  """
35127
35127
  return pulumi.get(self, "java_version")
35128
35128
 
@@ -38716,7 +38716,7 @@ class WindowsWebAppSiteConfig(dict):
38716
38716
  :param _builtins.str remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
38717
38717
  :param _builtins.str scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
38718
38718
  :param Sequence['WindowsWebAppSiteConfigScmIpRestrictionArgs'] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
38719
- :param _builtins.str scm_minimum_tls_version: The 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`.
38719
+ :param _builtins.str scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
38720
38720
  :param _builtins.bool scm_use_main_ip_restriction: Should the Windows Web App `ip_restriction` configuration be used for the SCM also.
38721
38721
  :param _builtins.bool use32_bit_worker: Should the Windows Web App use a 32-bit worker. Defaults to `true`.
38722
38722
  :param Sequence['WindowsWebAppSiteConfigVirtualApplicationArgs'] virtual_applications: One or more `virtual_application` blocks as defined below.
@@ -39010,7 +39010,7 @@ class WindowsWebAppSiteConfig(dict):
39010
39010
  @pulumi.getter(name="scmMinimumTlsVersion")
39011
39011
  def scm_minimum_tls_version(self) -> Optional[_builtins.str]:
39012
39012
  """
39013
- The 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`.
39013
+ The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
39014
39014
  """
39015
39015
  return pulumi.get(self, "scm_minimum_tls_version")
39016
39016
 
@@ -39147,7 +39147,7 @@ class WindowsWebAppSiteConfigApplicationStack(dict):
39147
39147
  :param _builtins.str docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
39148
39148
  :param _builtins.str docker_registry_username: The User Name to use for authentication against the registry to pull the image.
39149
39149
  :param _builtins.str dotnet_core_version: The version of .NET to use when `current_stack` is set to `dotnetcore`. Possible values include `v4.0`.
39150
- :param _builtins.str dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`.
39150
+ :param _builtins.str dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
39151
39151
 
39152
39152
  > **Note:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
39153
39153
  Portal Value | API value
@@ -39158,6 +39158,7 @@ class WindowsWebAppSiteConfigApplicationStack(dict):
39158
39158
  .NET 7 (STS) | v7.0
39159
39159
  .NET 8 (LTS) | v8.0
39160
39160
  .NET 9 (STS) | v9.0
39161
+ .NET 10 (LTS) | v10.0
39161
39162
  :param _builtins.bool java_embedded_server_enabled: Should the Java Embedded Server (Java SE) be used to run the app.
39162
39163
  :param _builtins.str java_version: The version of Java to use when `current_stack` is set to `java`.
39163
39164
 
@@ -39262,7 +39263,7 @@ class WindowsWebAppSiteConfigApplicationStack(dict):
39262
39263
  @pulumi.getter(name="dotnetVersion")
39263
39264
  def dotnet_version(self) -> Optional[_builtins.str]:
39264
39265
  """
39265
- The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`.
39266
+ The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
39266
39267
 
39267
39268
  > **Note:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
39268
39269
  Portal Value | API value
@@ -39273,6 +39274,7 @@ class WindowsWebAppSiteConfigApplicationStack(dict):
39273
39274
  .NET 7 (STS) | v7.0
39274
39275
  .NET 8 (LTS) | v8.0
39275
39276
  .NET 9 (STS) | v9.0
39277
+ .NET 10 (LTS) | v10.0
39276
39278
  """
39277
39279
  return pulumi.get(self, "dotnet_version")
39278
39280
 
@@ -43299,12 +43301,12 @@ class WindowsWebAppSlotSiteConfig(dict):
43299
43301
  :param _builtins.str load_balancing_mode: The Site load balancing. Possible values include: `WeightedRoundRobin`, `LeastRequests`, `LeastResponseTime`, `WeightedTotalTraffic`, `RequestHash`, `PerSiteRoundRobin`. Defaults to `LeastRequests` if omitted.
43300
43302
  :param _builtins.bool local_mysql_enabled: Use Local MySQL. Defaults to `false`.
43301
43303
  :param _builtins.str managed_pipeline_mode: Managed pipeline mode. Possible values include: `Integrated`, `Classic`. Defaults to `Integrated`.
43302
- :param _builtins.str minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
43304
+ :param _builtins.str minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
43303
43305
  :param _builtins.bool remote_debugging_enabled: Should Remote Debugging be enabled. Defaults to `false`.
43304
43306
  :param _builtins.str remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
43305
43307
  :param _builtins.str scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
43306
43308
  :param Sequence['WindowsWebAppSlotSiteConfigScmIpRestrictionArgs'] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
43307
- :param _builtins.str scm_minimum_tls_version: The 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`.
43309
+ :param _builtins.str scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
43308
43310
  :param _builtins.bool scm_use_main_ip_restriction: Should the Windows Web App Slot `ip_restriction` configuration be used for the SCM also.
43309
43311
  :param _builtins.bool use32_bit_worker: Should the Windows Web App Slot use a 32-bit worker. The default value varies from different service plans.
43310
43312
  :param Sequence['WindowsWebAppSlotSiteConfigVirtualApplicationArgs'] virtual_applications: One or more `virtual_application` blocks as defined below.
@@ -43561,7 +43563,7 @@ class WindowsWebAppSlotSiteConfig(dict):
43561
43563
  @pulumi.getter(name="minimumTlsVersion")
43562
43564
  def minimum_tls_version(self) -> Optional[_builtins.str]:
43563
43565
  """
43564
- The configures the minimum version of TLS required for SSL requests. Possible values include: `1.0`, `1.1`, and `1.2`. Defaults to `1.2`.
43566
+ The configures the minimum version of TLS required for SSL requests. Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
43565
43567
  """
43566
43568
  return pulumi.get(self, "minimum_tls_version")
43567
43569
 
@@ -43601,7 +43603,7 @@ class WindowsWebAppSlotSiteConfig(dict):
43601
43603
  @pulumi.getter(name="scmMinimumTlsVersion")
43602
43604
  def scm_minimum_tls_version(self) -> Optional[_builtins.str]:
43603
43605
  """
43604
- The 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`.
43606
+ The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
43605
43607
  """
43606
43608
  return pulumi.get(self, "scm_minimum_tls_version")
43607
43609
 
@@ -43736,7 +43738,7 @@ class WindowsWebAppSlotSiteConfigApplicationStack(dict):
43736
43738
  :param _builtins.str docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
43737
43739
  :param _builtins.str docker_registry_username: The User Name to use for authentication against the registry to pull the image.
43738
43740
  :param _builtins.str dotnet_core_version: The version of .NET to use when `current_stack` is set to `dotnetcore`. Possible values include `v4.0`.
43739
- :param _builtins.str dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`.
43741
+ :param _builtins.str dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
43740
43742
  :param _builtins.bool java_embedded_server_enabled: Should the Java Embedded Server (Java SE) be used to run the app.
43741
43743
  :param _builtins.str java_version: The version of Java to use when `current_stack` is set to `java`. Possible values include `1.7`, `1.8`, `11` and `17`. Required with `java_container` and `java_container_version`.
43742
43744
 
@@ -43839,7 +43841,7 @@ class WindowsWebAppSlotSiteConfigApplicationStack(dict):
43839
43841
  @pulumi.getter(name="dotnetVersion")
43840
43842
  def dotnet_version(self) -> Optional[_builtins.str]:
43841
43843
  """
43842
- The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `v9.0`.
43844
+ The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
43843
43845
  """
43844
43846
  return pulumi.get(self, "dotnet_version")
43845
43847
 
@@ -647,9 +647,9 @@ class Slot(pulumi.CustomResource):
647
647
  import pulumi_azure as azure
648
648
  import pulumi_random as random
649
649
 
650
- server = random.RandomId("server",
650
+ server = random.index.Id("server",
651
651
  keepers={
652
- "azi_id": "1",
652
+ aziId: 1,
653
653
  },
654
654
  byte_length=8)
655
655
  example = azure.core.ResourceGroup("example",
@@ -664,7 +664,7 @@ class Slot(pulumi.CustomResource):
664
664
  "size": "S1",
665
665
  })
666
666
  example_app_service = azure.appservice.AppService("example",
667
- name=server.hex,
667
+ name=server["hex"],
668
668
  location=example.location,
669
669
  resource_group_name=example.name,
670
670
  app_service_plan_id=example_plan.id,
@@ -680,7 +680,7 @@ class Slot(pulumi.CustomResource):
680
680
  "value": "Server=some-server.mydomain.com;Integrated Security=SSPI",
681
681
  }])
682
682
  example_slot = azure.appservice.Slot("example",
683
- name=server.hex,
683
+ name=server["hex"],
684
684
  app_service_name=example_app_service.name,
685
685
  location=example.location,
686
686
  resource_group_name=example.name,
@@ -705,9 +705,9 @@ class Slot(pulumi.CustomResource):
705
705
  import pulumi_azure as azure
706
706
  import pulumi_random as random
707
707
 
708
- server = random.RandomId("server",
708
+ server = random.index.Id("server",
709
709
  keepers={
710
- "azi_id": "1",
710
+ aziId: 1,
711
711
  },
712
712
  byte_length=8)
713
713
  example = azure.core.ResourceGroup("example",
@@ -722,7 +722,7 @@ class Slot(pulumi.CustomResource):
722
722
  "size": "S1",
723
723
  })
724
724
  example_app_service = azure.appservice.AppService("example",
725
- name=server.hex,
725
+ name=server["hex"],
726
726
  location=example.location,
727
727
  resource_group_name=example.name,
728
728
  app_service_plan_id=example_plan.id,
@@ -732,7 +732,7 @@ class Slot(pulumi.CustomResource):
732
732
  "java_container_version": "9.3",
733
733
  })
734
734
  example_slot = azure.appservice.Slot("example",
735
- name=server.hex,
735
+ name=server["hex"],
736
736
  app_service_name=example_app_service.name,
737
737
  location=example.location,
738
738
  resource_group_name=example.name,
@@ -794,9 +794,9 @@ class Slot(pulumi.CustomResource):
794
794
  import pulumi_azure as azure
795
795
  import pulumi_random as random
796
796
 
797
- server = random.RandomId("server",
797
+ server = random.index.Id("server",
798
798
  keepers={
799
- "azi_id": "1",
799
+ aziId: 1,
800
800
  },
801
801
  byte_length=8)
802
802
  example = azure.core.ResourceGroup("example",
@@ -811,7 +811,7 @@ class Slot(pulumi.CustomResource):
811
811
  "size": "S1",
812
812
  })
813
813
  example_app_service = azure.appservice.AppService("example",
814
- name=server.hex,
814
+ name=server["hex"],
815
815
  location=example.location,
816
816
  resource_group_name=example.name,
817
817
  app_service_plan_id=example_plan.id,
@@ -827,7 +827,7 @@ class Slot(pulumi.CustomResource):
827
827
  "value": "Server=some-server.mydomain.com;Integrated Security=SSPI",
828
828
  }])
829
829
  example_slot = azure.appservice.Slot("example",
830
- name=server.hex,
830
+ name=server["hex"],
831
831
  app_service_name=example_app_service.name,
832
832
  location=example.location,
833
833
  resource_group_name=example.name,
@@ -852,9 +852,9 @@ class Slot(pulumi.CustomResource):
852
852
  import pulumi_azure as azure
853
853
  import pulumi_random as random
854
854
 
855
- server = random.RandomId("server",
855
+ server = random.index.Id("server",
856
856
  keepers={
857
- "azi_id": "1",
857
+ aziId: 1,
858
858
  },
859
859
  byte_length=8)
860
860
  example = azure.core.ResourceGroup("example",
@@ -869,7 +869,7 @@ class Slot(pulumi.CustomResource):
869
869
  "size": "S1",
870
870
  })
871
871
  example_app_service = azure.appservice.AppService("example",
872
- name=server.hex,
872
+ name=server["hex"],
873
873
  location=example.location,
874
874
  resource_group_name=example.name,
875
875
  app_service_plan_id=example_plan.id,
@@ -879,7 +879,7 @@ class Slot(pulumi.CustomResource):
879
879
  "java_container_version": "9.3",
880
880
  })
881
881
  example_slot = azure.appservice.Slot("example",
882
- name=server.hex,
882
+ name=server["hex"],
883
883
  app_service_name=example_app_service.name,
884
884
  location=example.location,
885
885
  resource_group_name=example.name,
@@ -62,7 +62,7 @@ class WindowsWebAppArgs:
62
62
  :param pulumi.Input[_builtins.bool] client_affinity_enabled: Should Client Affinity be enabled?
63
63
  :param pulumi.Input[_builtins.bool] client_certificate_enabled: Should Client Certificates be enabled?
64
64
  :param pulumi.Input[_builtins.str] client_certificate_exclusion_paths: Paths to exclude when using client certificates, separated by ;
65
- :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
65
+ :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
66
66
  :param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppConnectionStringArgs']]] connection_strings: One or more `connection_string` blocks as defined below.
67
67
  :param pulumi.Input[_builtins.bool] enabled: Should the Windows Web App be enabled? Defaults to `true`.
68
68
  :param pulumi.Input[_builtins.bool] ftp_publish_basic_authentication_enabled: Should the default FTP Basic Authentication publishing profile be enabled. Defaults to `true`.
@@ -269,7 +269,7 @@ class WindowsWebAppArgs:
269
269
  @pulumi.getter(name="clientCertificateMode")
270
270
  def client_certificate_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
271
271
  """
272
- The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
272
+ The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
273
273
  """
274
274
  return pulumi.get(self, "client_certificate_mode")
275
275
 
@@ -549,7 +549,7 @@ class _WindowsWebAppState:
549
549
  :param pulumi.Input[_builtins.bool] client_affinity_enabled: Should Client Affinity be enabled?
550
550
  :param pulumi.Input[_builtins.bool] client_certificate_enabled: Should Client Certificates be enabled?
551
551
  :param pulumi.Input[_builtins.str] client_certificate_exclusion_paths: Paths to exclude when using client certificates, separated by ;
552
- :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
552
+ :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
553
553
  :param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppConnectionStringArgs']]] connection_strings: One or more `connection_string` blocks as defined below.
554
554
  :param pulumi.Input[_builtins.str] custom_domain_verification_id: The identifier used by App Service to perform domain ownership verification via DNS TXT record.
555
555
  :param pulumi.Input[_builtins.str] default_hostname: The default hostname of the Windows Web App.
@@ -753,7 +753,7 @@ class _WindowsWebAppState:
753
753
  @pulumi.getter(name="clientCertificateMode")
754
754
  def client_certificate_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
755
755
  """
756
- The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
756
+ The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
757
757
  """
758
758
  return pulumi.get(self, "client_certificate_mode")
759
759
 
@@ -1213,7 +1213,7 @@ class WindowsWebApp(pulumi.CustomResource):
1213
1213
  :param pulumi.Input[_builtins.bool] client_affinity_enabled: Should Client Affinity be enabled?
1214
1214
  :param pulumi.Input[_builtins.bool] client_certificate_enabled: Should Client Certificates be enabled?
1215
1215
  :param pulumi.Input[_builtins.str] client_certificate_exclusion_paths: Paths to exclude when using client certificates, separated by ;
1216
- :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
1216
+ :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
1217
1217
  :param pulumi.Input[Sequence[pulumi.Input[Union['WindowsWebAppConnectionStringArgs', 'WindowsWebAppConnectionStringArgsDict']]]] connection_strings: One or more `connection_string` blocks as defined below.
1218
1218
  :param pulumi.Input[_builtins.bool] enabled: Should the Windows Web App be enabled? Defaults to `true`.
1219
1219
  :param pulumi.Input[_builtins.bool] ftp_publish_basic_authentication_enabled: Should the default FTP Basic Authentication publishing profile be enabled. Defaults to `true`.
@@ -1451,7 +1451,7 @@ class WindowsWebApp(pulumi.CustomResource):
1451
1451
  :param pulumi.Input[_builtins.bool] client_affinity_enabled: Should Client Affinity be enabled?
1452
1452
  :param pulumi.Input[_builtins.bool] client_certificate_enabled: Should Client Certificates be enabled?
1453
1453
  :param pulumi.Input[_builtins.str] client_certificate_exclusion_paths: Paths to exclude when using client certificates, separated by ;
1454
- :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
1454
+ :param pulumi.Input[_builtins.str] client_certificate_mode: The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
1455
1455
  :param pulumi.Input[Sequence[pulumi.Input[Union['WindowsWebAppConnectionStringArgs', 'WindowsWebAppConnectionStringArgsDict']]]] connection_strings: One or more `connection_string` blocks as defined below.
1456
1456
  :param pulumi.Input[_builtins.str] custom_domain_verification_id: The identifier used by App Service to perform domain ownership verification via DNS TXT record.
1457
1457
  :param pulumi.Input[_builtins.str] default_hostname: The default hostname of the Windows Web App.
@@ -1594,7 +1594,7 @@ class WindowsWebApp(pulumi.CustomResource):
1594
1594
  @pulumi.getter(name="clientCertificateMode")
1595
1595
  def client_certificate_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
1596
1596
  """
1597
- The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_cert_enabled` is `false`. Defaults to `Required`.
1597
+ The Client Certificate mode. Possible values are `Required`, `Optional`, and `OptionalInteractiveUser`. This property has no effect when `client_certificate_enabled` is `false`. Defaults to `Required`.
1598
1598
  """
1599
1599
  return pulumi.get(self, "client_certificate_mode")
1600
1600