pulumi-azure-native 2.38.1a1713975200__py3-none-any.whl → 2.38.1a1714385438__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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (1140) hide show
  1. pulumi_azure_native/__init__.py +173 -63
  2. pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
  3. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
  4. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
  5. pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
  6. pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
  7. pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
  8. pulumi_azure_native/cache/v20230801/outputs.py +14 -0
  9. pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
  10. pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
  11. pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
  12. pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
  13. pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
  14. pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
  15. pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
  16. pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
  17. pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
  18. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
  19. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
  20. pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
  21. pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
  22. pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
  23. pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
  24. pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
  25. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
  26. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
  27. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
  28. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
  29. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
  30. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
  31. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
  32. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
  33. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
  34. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
  35. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
  36. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
  37. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
  38. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
  39. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
  41. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
  42. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
  43. pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
  44. pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
  45. pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
  46. pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
  47. pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
  48. pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
  49. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
  51. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
  52. pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
  53. pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
  54. pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
  55. pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
  56. pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
  57. pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
  58. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
  59. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
  60. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
  61. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
  62. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
  63. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
  64. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
  65. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
  66. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
  67. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
  68. pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
  69. pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
  70. pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
  71. pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
  72. pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
  73. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
  74. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
  75. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
  76. pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
  77. pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
  78. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
  79. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
  80. pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
  81. pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
  82. pulumi_azure_native/containerservice/__init__.py +3 -0
  83. pulumi_azure_native/containerservice/fleet.py +3 -3
  84. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  85. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  86. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  87. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  88. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  89. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  90. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  91. pulumi_azure_native/containerservice/update_run.py +3 -3
  92. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  93. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  94. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  95. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  96. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  97. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  98. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  99. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  100. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  101. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  102. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  103. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  104. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  105. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  106. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  107. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  108. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  109. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  110. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  111. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  112. pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
  113. pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
  114. pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
  115. pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
  116. pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
  117. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
  118. pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
  119. pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
  120. pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
  121. pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
  122. pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
  123. pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
  124. pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
  125. pulumi_azure_native/costmanagement/__init__.py +3 -0
  126. pulumi_azure_native/costmanagement/export.py +3 -3
  127. pulumi_azure_native/costmanagement/get_export.py +2 -2
  128. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  129. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  130. pulumi_azure_native/costmanagement/get_view.py +2 -2
  131. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  132. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  133. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  134. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  135. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  136. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  137. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  138. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  139. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  140. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  141. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  142. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  143. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  144. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  145. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  146. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  147. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  148. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  149. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  150. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  151. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  152. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  153. pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
  154. pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
  155. pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
  156. pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
  157. pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
  158. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
  159. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
  160. pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
  161. pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
  162. pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
  163. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
  164. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
  165. pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
  166. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
  167. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  168. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  169. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  170. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  171. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  172. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  173. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  174. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  175. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  176. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  177. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  178. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  179. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  180. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  181. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  182. pulumi_azure_native/costmanagement/view.py +3 -3
  183. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  184. pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
  185. pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
  186. pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
  187. pulumi_azure_native/datafactory/_enums.py +51 -0
  188. pulumi_azure_native/datafactory/_inputs.py +1827 -78
  189. pulumi_azure_native/datafactory/outputs.py +1563 -72
  190. pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
  191. pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
  192. pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
  199. pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
  200. pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
  204. pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
  205. pulumi_azure_native/eventgrid/__init__.py +4 -0
  206. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  207. pulumi_azure_native/eventgrid/channel.py +3 -3
  208. pulumi_azure_native/eventgrid/client.py +3 -3
  209. pulumi_azure_native/eventgrid/client_group.py +3 -3
  210. pulumi_azure_native/eventgrid/domain.py +3 -3
  211. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  212. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  213. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  214. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  215. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  216. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  217. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  218. pulumi_azure_native/eventgrid/get_client.py +2 -2
  219. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  220. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  221. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  222. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  223. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  224. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  225. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  226. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  227. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  228. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  229. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  230. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  231. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  232. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  233. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  234. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
  235. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
  236. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  237. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  238. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  239. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  240. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  241. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  242. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  243. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  244. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  245. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  246. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  247. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  248. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  249. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  250. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  251. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  252. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  253. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  254. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  255. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  256. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  257. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  258. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  259. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  260. pulumi_azure_native/eventgrid/namespace.py +3 -3
  261. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  262. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  263. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  264. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  265. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  266. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  267. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  268. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  269. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  270. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  271. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  272. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  273. pulumi_azure_native/eventgrid/topic.py +3 -3
  274. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  275. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  276. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  277. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  278. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  279. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  280. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  281. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  282. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  283. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  284. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  285. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  287. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  288. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  289. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  290. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  291. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  292. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  293. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  294. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  295. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  296. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  297. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  298. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  299. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  300. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  301. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  303. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  304. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  306. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  307. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  308. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  310. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  311. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  312. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  313. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  314. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  315. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  316. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  317. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  318. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  319. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  320. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  321. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  322. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  323. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  324. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  325. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  326. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  328. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  329. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  331. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  332. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  333. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  335. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  336. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  337. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  338. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  339. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  340. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  341. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  342. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  343. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  344. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  345. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  346. pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
  347. pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
  348. pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
  349. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
  350. pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
  351. pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
  352. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
  353. pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
  354. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
  355. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
  356. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
  357. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
  358. pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
  359. pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
  360. pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
  361. pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
  362. pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
  363. pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
  364. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
  365. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
  366. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
  367. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
  368. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
  369. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
  370. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
  371. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
  372. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
  373. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
  374. pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
  375. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
  376. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
  377. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
  378. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
  379. pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
  380. pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
  381. pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
  382. pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
  383. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
  384. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
  385. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
  386. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
  387. pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
  388. pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
  389. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
  390. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
  391. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
  392. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
  393. pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
  394. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
  395. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
  396. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
  397. pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
  398. pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
  399. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
  400. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
  401. pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
  402. pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
  403. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
  404. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
  405. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
  406. pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
  407. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
  408. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
  409. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
  410. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
  411. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
  412. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
  413. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
  414. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
  415. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
  416. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
  417. pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
  418. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
  419. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
  420. pulumi_azure_native/insights/__init__.py +3 -0
  421. pulumi_azure_native/insights/action_group.py +5 -1
  422. pulumi_azure_native/insights/get_action_group.py +4 -0
  423. pulumi_azure_native/insights/v20230101/action_group.py +1 -1
  424. pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
  425. pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
  426. pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
  427. pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
  428. pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
  429. pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
  430. pulumi_azure_native/machinelearningservices/__init__.py +3 -0
  431. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  432. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  433. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  434. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  435. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  436. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  437. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  438. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  439. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  440. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  441. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  442. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  443. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  444. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  445. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  446. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  447. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  448. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  449. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  450. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  451. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  452. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  453. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  454. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  455. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  456. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  457. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  458. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  459. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  460. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  461. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  462. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  463. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  464. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  465. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  466. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  467. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  468. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  469. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  470. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  471. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  472. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  473. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  474. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  475. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  476. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  477. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  478. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  479. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  480. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  481. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  482. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  483. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  484. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  485. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  486. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  487. pulumi_azure_native/machinelearningservices/job.py +3 -3
  488. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  489. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  490. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  491. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  492. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  493. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  494. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  495. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  496. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  497. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  498. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  499. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  500. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  501. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  502. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  503. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  504. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  505. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  506. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  507. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  508. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  509. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  510. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  511. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  512. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  513. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  514. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  515. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  516. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  517. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  518. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  522. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  523. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  524. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  525. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  526. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  527. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  528. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  529. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  530. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  532. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  533. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  534. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  535. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  536. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  537. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  539. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  540. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  541. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  542. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  543. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  544. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  545. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  546. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  547. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  548. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  549. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  550. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  551. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  552. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  553. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  554. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  555. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  556. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  557. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  558. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  559. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  560. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  561. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  562. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  563. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  564. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  565. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  566. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  567. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  568. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  569. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  570. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  571. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  572. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  573. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  574. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  575. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  576. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  577. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  578. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  579. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  580. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  581. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  582. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  583. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  584. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  585. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  586. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  587. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  588. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  589. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  590. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  591. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  592. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  593. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  594. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  595. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  596. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  597. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  598. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  599. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  600. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  601. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  602. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  603. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  604. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  605. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  606. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  607. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  608. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  609. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  610. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  611. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  612. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  613. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  614. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  615. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  616. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  617. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  618. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  619. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  620. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  621. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  622. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  623. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  624. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  625. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  626. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  627. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  628. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  629. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  630. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  631. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  632. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  633. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  634. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  635. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  636. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  637. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  638. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  639. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  640. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  641. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  642. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  643. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  644. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  645. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  646. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  647. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  649. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  650. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  651. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  652. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  653. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  654. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  655. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  656. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  657. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  658. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  659. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  660. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  661. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  662. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  663. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  664. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  665. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  666. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  667. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  668. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  669. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  670. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  671. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  672. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  673. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  674. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  675. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  676. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  677. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  678. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  679. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  680. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  681. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  682. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  683. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  684. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  685. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  686. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  687. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  688. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  689. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  690. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  691. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  692. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  693. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  694. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  695. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  696. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  697. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  698. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  699. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  700. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  701. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  702. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  703. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  704. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  705. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  706. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  707. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  708. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  709. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  710. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  711. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  712. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  713. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  714. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  715. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  716. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  717. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  718. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  719. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  720. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  721. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  722. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  723. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  724. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  725. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  726. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  727. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  728. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  729. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  730. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  731. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  732. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  733. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  734. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  735. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  736. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  737. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  738. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  739. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  740. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  741. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  742. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  743. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  744. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  745. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  746. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  747. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  748. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  749. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  750. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  751. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  752. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  753. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  754. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  755. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  756. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  757. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  758. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  759. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  760. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  761. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  762. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  763. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  764. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  765. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  766. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  767. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  768. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  769. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  770. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  771. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  772. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  773. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
  774. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
  775. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
  776. pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
  777. pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
  778. pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
  779. pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
  780. pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
  781. pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
  782. pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
  783. pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
  784. pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
  785. pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
  786. pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
  787. pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
  788. pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
  789. pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
  790. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
  791. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
  792. pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
  793. pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
  794. pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
  795. pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
  796. pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
  797. pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
  798. pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
  799. pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
  800. pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
  801. pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
  802. pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
  803. pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
  804. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
  805. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
  806. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
  807. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
  808. pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
  809. pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
  810. pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
  811. pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
  812. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
  813. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
  814. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
  815. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
  816. pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
  817. pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
  818. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
  819. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
  820. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
  821. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
  822. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
  823. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
  824. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
  825. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
  826. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
  827. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
  828. pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
  829. pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
  830. pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
  831. pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
  832. pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
  833. pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
  834. pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
  835. pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
  836. pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
  837. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
  838. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
  839. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
  840. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
  841. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
  842. pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
  843. pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
  844. pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
  845. pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
  846. pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
  847. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
  848. pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
  849. pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
  850. pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
  851. pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
  852. pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
  853. pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
  854. pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
  855. pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
  856. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
  857. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
  858. pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
  859. pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
  860. pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
  861. pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
  862. pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
  863. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
  900. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  901. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  902. pulumi_azure_native/netapp/__init__.py +3 -0
  903. pulumi_azure_native/netapp/account.py +3 -3
  904. pulumi_azure_native/netapp/backup.py +2 -2
  905. pulumi_azure_native/netapp/backup_policy.py +3 -3
  906. pulumi_azure_native/netapp/backup_vault.py +3 -3
  907. pulumi_azure_native/netapp/get_account.py +2 -2
  908. pulumi_azure_native/netapp/get_backup.py +2 -2
  909. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  910. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  911. pulumi_azure_native/netapp/get_pool.py +2 -2
  912. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  913. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  914. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  915. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  916. pulumi_azure_native/netapp/get_volume.py +2 -2
  917. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  918. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  919. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  920. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  921. pulumi_azure_native/netapp/pool.py +3 -3
  922. pulumi_azure_native/netapp/snapshot.py +3 -3
  923. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  924. pulumi_azure_native/netapp/subvolume.py +3 -3
  925. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  926. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  927. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  928. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  929. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  930. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  931. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  932. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  933. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  934. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  935. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  936. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  937. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  938. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  939. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  940. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  941. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  942. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  943. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  944. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  945. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  946. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  947. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  948. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  949. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  950. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  951. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  952. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  953. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  954. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  955. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  956. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  957. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  958. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  959. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  960. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  961. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  962. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  963. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  964. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  965. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  966. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  967. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  968. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  969. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  970. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  971. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  972. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  973. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  974. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  975. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  976. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  977. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  978. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  979. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  980. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  981. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  982. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  983. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  984. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  985. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  986. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  987. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  988. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  989. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  990. pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
  991. pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
  992. pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
  993. pulumi_azure_native/netapp/v20231101/account.py +341 -0
  994. pulumi_azure_native/netapp/v20231101/backup.py +397 -0
  995. pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
  996. pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
  997. pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
  998. pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
  999. pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
  1000. pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
  1001. pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
  1002. pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
  1003. pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
  1004. pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
  1005. pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
  1006. pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
  1007. pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
  1008. pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
  1009. pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
  1010. pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
  1011. pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
  1012. pulumi_azure_native/netapp/v20231101/pool.py +457 -0
  1013. pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
  1014. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
  1015. pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
  1016. pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
  1017. pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
  1018. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
  1019. pulumi_azure_native/netapp/volume.py +3 -3
  1020. pulumi_azure_native/netapp/volume_group.py +3 -3
  1021. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  1022. pulumi_azure_native/servicelinker/__init__.py +3 -0
  1023. pulumi_azure_native/servicelinker/connector.py +3 -3
  1024. pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
  1025. pulumi_azure_native/servicelinker/get_connector.py +2 -2
  1026. pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
  1027. pulumi_azure_native/servicelinker/get_linker.py +2 -2
  1028. pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
  1029. pulumi_azure_native/servicelinker/linker.py +3 -3
  1030. pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
  1031. pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
  1032. pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
  1033. pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
  1034. pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
  1035. pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
  1036. pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
  1037. pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
  1038. pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
  1039. pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
  1040. pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
  1041. pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
  1042. pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
  1043. pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
  1044. pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
  1045. pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
  1046. pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
  1047. pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
  1048. pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
  1049. pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
  1050. pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
  1051. pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
  1052. pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
  1053. pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
  1054. pulumi_azure_native/sql/server.py +20 -0
  1055. pulumi_azure_native/storagecache/__init__.py +5 -0
  1056. pulumi_azure_native/storagecache/_enums.py +11 -0
  1057. pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
  1058. pulumi_azure_native/storagecache/cache.py +3 -3
  1059. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1060. pulumi_azure_native/storagecache/get_import_job.py +333 -0
  1061. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1062. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1063. pulumi_azure_native/storagecache/import_job.py +451 -0
  1064. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1065. pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
  1066. pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
  1067. pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
  1068. pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
  1069. pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
  1070. pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
  1071. pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
  1072. pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
  1073. pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
  1074. pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
  1075. pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
  1076. pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
  1077. pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
  1078. pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
  1079. pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
  1080. pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
  1081. pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
  1082. pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
  1083. pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
  1084. pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
  1085. pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
  1086. pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
  1087. pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
  1088. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/METADATA +1 -1
  1089. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/RECORD +1091 -860
  1090. pulumi_azure_native/blockchain/__init__.py +0 -25
  1091. pulumi_azure_native/blockchain/_inputs.py +0 -138
  1092. pulumi_azure_native/blockchain/blockchain_member.py +0 -537
  1093. pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
  1094. pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
  1095. pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
  1096. pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
  1097. pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
  1098. pulumi_azure_native/blockchain/outputs.py +0 -216
  1099. pulumi_azure_native/blockchain/transaction_node.py +0 -305
  1100. pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
  1101. pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
  1102. pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
  1103. pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
  1104. pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
  1105. pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
  1106. pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
  1107. pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
  1108. pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
  1109. pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
  1110. pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
  1111. pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
  1112. pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
  1113. pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
  1114. pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
  1115. pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
  1116. pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
  1117. pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
  1118. pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
  1119. pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
  1120. pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
  1121. pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
  1122. pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
  1123. pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
  1124. pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
  1125. pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
  1126. pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
  1127. pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
  1128. pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
  1129. pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
  1130. pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
  1131. pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
  1132. pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
  1133. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
  1134. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
  1135. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
  1136. pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
  1137. pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
  1138. pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
  1139. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/WHEEL +0 -0
  1140. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714385438.dist-info}/top_level.txt +0 -0
@@ -1806,14 +1806,46 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1806
1806
  @staticmethod
1807
1807
  def __key_warning(key: str):
1808
1808
  suggest = None
1809
- if key == "connectionString":
1810
- suggest = "connection_string"
1811
- elif key == "alwaysEncryptedSettings":
1809
+ if key == "alwaysEncryptedSettings":
1812
1810
  suggest = "always_encrypted_settings"
1811
+ elif key == "applicationIntent":
1812
+ suggest = "application_intent"
1813
+ elif key == "authenticationType":
1814
+ suggest = "authentication_type"
1815
+ elif key == "commandTimeout":
1816
+ suggest = "command_timeout"
1817
+ elif key == "connectRetryCount":
1818
+ suggest = "connect_retry_count"
1819
+ elif key == "connectRetryInterval":
1820
+ suggest = "connect_retry_interval"
1821
+ elif key == "connectTimeout":
1822
+ suggest = "connect_timeout"
1813
1823
  elif key == "connectVia":
1814
1824
  suggest = "connect_via"
1825
+ elif key == "connectionString":
1826
+ suggest = "connection_string"
1815
1827
  elif key == "encryptedCredential":
1816
1828
  suggest = "encrypted_credential"
1829
+ elif key == "failoverPartner":
1830
+ suggest = "failover_partner"
1831
+ elif key == "hostNameInCertificate":
1832
+ suggest = "host_name_in_certificate"
1833
+ elif key == "integratedSecurity":
1834
+ suggest = "integrated_security"
1835
+ elif key == "loadBalanceTimeout":
1836
+ suggest = "load_balance_timeout"
1837
+ elif key == "maxPoolSize":
1838
+ suggest = "max_pool_size"
1839
+ elif key == "minPoolSize":
1840
+ suggest = "min_pool_size"
1841
+ elif key == "multiSubnetFailover":
1842
+ suggest = "multi_subnet_failover"
1843
+ elif key == "multipleActiveResultSets":
1844
+ suggest = "multiple_active_result_sets"
1845
+ elif key == "packetSize":
1846
+ suggest = "packet_size"
1847
+ elif key == "trustServerCertificate":
1848
+ suggest = "trust_server_certificate"
1817
1849
  elif key == "userName":
1818
1850
  suggest = "user_name"
1819
1851
 
@@ -1829,57 +1861,130 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1829
1861
  return super().get(key, default)
1830
1862
 
1831
1863
  def __init__(__self__, *,
1832
- connection_string: Any,
1833
1864
  type: str,
1834
1865
  always_encrypted_settings: Optional['outputs.SqlAlwaysEncryptedPropertiesResponse'] = None,
1835
1866
  annotations: Optional[Sequence[Any]] = None,
1867
+ application_intent: Optional[Any] = None,
1868
+ authentication_type: Optional[str] = None,
1869
+ command_timeout: Optional[Any] = None,
1870
+ connect_retry_count: Optional[Any] = None,
1871
+ connect_retry_interval: Optional[Any] = None,
1872
+ connect_timeout: Optional[Any] = None,
1836
1873
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
1874
+ connection_string: Optional[Any] = None,
1875
+ database: Optional[Any] = None,
1837
1876
  description: Optional[str] = None,
1877
+ encrypt: Optional[Any] = None,
1838
1878
  encrypted_credential: Optional[str] = None,
1879
+ failover_partner: Optional[Any] = None,
1880
+ host_name_in_certificate: Optional[Any] = None,
1881
+ integrated_security: Optional[Any] = None,
1882
+ load_balance_timeout: Optional[Any] = None,
1883
+ max_pool_size: Optional[Any] = None,
1884
+ min_pool_size: Optional[Any] = None,
1885
+ multi_subnet_failover: Optional[Any] = None,
1886
+ multiple_active_result_sets: Optional[Any] = None,
1887
+ packet_size: Optional[Any] = None,
1839
1888
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
1840
1889
  password: Optional[Any] = None,
1890
+ pooling: Optional[Any] = None,
1891
+ server: Optional[Any] = None,
1892
+ trust_server_certificate: Optional[Any] = None,
1841
1893
  user_name: Optional[Any] = None):
1842
1894
  """
1843
1895
  Amazon RDS for SQL Server linked service.
1844
- :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
1845
1896
  :param str type: Type of linked service.
1846
1897
  Expected value is 'AmazonRdsForSqlServer'.
1847
1898
  :param 'SqlAlwaysEncryptedPropertiesResponse' always_encrypted_settings: Sql always encrypted properties.
1848
1899
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
1900
+ :param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
1901
+ :param str authentication_type: The type used for authentication. Type: string.
1902
+ :param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
1903
+ :param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
1904
+ :param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
1905
+ :param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
1849
1906
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
1907
+ :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
1908
+ :param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
1850
1909
  :param str description: Linked service description.
1910
+ :param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
1851
1911
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
1912
+ :param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
1913
+ :param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
1914
+ :param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
1915
+ :param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
1916
+ :param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
1917
+ :param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
1918
+ :param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
1919
+ :param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
1920
+ :param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
1852
1921
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
1853
1922
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: The on-premises Windows authentication password.
1923
+ :param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
1924
+ :param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
1925
+ :param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
1854
1926
  :param Any user_name: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
1855
1927
  """
1856
- pulumi.set(__self__, "connection_string", connection_string)
1857
1928
  pulumi.set(__self__, "type", 'AmazonRdsForSqlServer')
1858
1929
  if always_encrypted_settings is not None:
1859
1930
  pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
1860
1931
  if annotations is not None:
1861
1932
  pulumi.set(__self__, "annotations", annotations)
1933
+ if application_intent is not None:
1934
+ pulumi.set(__self__, "application_intent", application_intent)
1935
+ if authentication_type is not None:
1936
+ pulumi.set(__self__, "authentication_type", authentication_type)
1937
+ if command_timeout is not None:
1938
+ pulumi.set(__self__, "command_timeout", command_timeout)
1939
+ if connect_retry_count is not None:
1940
+ pulumi.set(__self__, "connect_retry_count", connect_retry_count)
1941
+ if connect_retry_interval is not None:
1942
+ pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
1943
+ if connect_timeout is not None:
1944
+ pulumi.set(__self__, "connect_timeout", connect_timeout)
1862
1945
  if connect_via is not None:
1863
1946
  pulumi.set(__self__, "connect_via", connect_via)
1947
+ if connection_string is not None:
1948
+ pulumi.set(__self__, "connection_string", connection_string)
1949
+ if database is not None:
1950
+ pulumi.set(__self__, "database", database)
1864
1951
  if description is not None:
1865
1952
  pulumi.set(__self__, "description", description)
1953
+ if encrypt is not None:
1954
+ pulumi.set(__self__, "encrypt", encrypt)
1866
1955
  if encrypted_credential is not None:
1867
1956
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
1957
+ if failover_partner is not None:
1958
+ pulumi.set(__self__, "failover_partner", failover_partner)
1959
+ if host_name_in_certificate is not None:
1960
+ pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
1961
+ if integrated_security is not None:
1962
+ pulumi.set(__self__, "integrated_security", integrated_security)
1963
+ if load_balance_timeout is not None:
1964
+ pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
1965
+ if max_pool_size is not None:
1966
+ pulumi.set(__self__, "max_pool_size", max_pool_size)
1967
+ if min_pool_size is not None:
1968
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
1969
+ if multi_subnet_failover is not None:
1970
+ pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
1971
+ if multiple_active_result_sets is not None:
1972
+ pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
1973
+ if packet_size is not None:
1974
+ pulumi.set(__self__, "packet_size", packet_size)
1868
1975
  if parameters is not None:
1869
1976
  pulumi.set(__self__, "parameters", parameters)
1870
1977
  if password is not None:
1871
1978
  pulumi.set(__self__, "password", password)
1979
+ if pooling is not None:
1980
+ pulumi.set(__self__, "pooling", pooling)
1981
+ if server is not None:
1982
+ pulumi.set(__self__, "server", server)
1983
+ if trust_server_certificate is not None:
1984
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
1872
1985
  if user_name is not None:
1873
1986
  pulumi.set(__self__, "user_name", user_name)
1874
1987
 
1875
- @property
1876
- @pulumi.getter(name="connectionString")
1877
- def connection_string(self) -> Any:
1878
- """
1879
- The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
1880
- """
1881
- return pulumi.get(self, "connection_string")
1882
-
1883
1988
  @property
1884
1989
  @pulumi.getter
1885
1990
  def type(self) -> str:
@@ -1905,6 +2010,54 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1905
2010
  """
1906
2011
  return pulumi.get(self, "annotations")
1907
2012
 
2013
+ @property
2014
+ @pulumi.getter(name="applicationIntent")
2015
+ def application_intent(self) -> Optional[Any]:
2016
+ """
2017
+ The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
2018
+ """
2019
+ return pulumi.get(self, "application_intent")
2020
+
2021
+ @property
2022
+ @pulumi.getter(name="authenticationType")
2023
+ def authentication_type(self) -> Optional[str]:
2024
+ """
2025
+ The type used for authentication. Type: string.
2026
+ """
2027
+ return pulumi.get(self, "authentication_type")
2028
+
2029
+ @property
2030
+ @pulumi.getter(name="commandTimeout")
2031
+ def command_timeout(self) -> Optional[Any]:
2032
+ """
2033
+ The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
2034
+ """
2035
+ return pulumi.get(self, "command_timeout")
2036
+
2037
+ @property
2038
+ @pulumi.getter(name="connectRetryCount")
2039
+ def connect_retry_count(self) -> Optional[Any]:
2040
+ """
2041
+ The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
2042
+ """
2043
+ return pulumi.get(self, "connect_retry_count")
2044
+
2045
+ @property
2046
+ @pulumi.getter(name="connectRetryInterval")
2047
+ def connect_retry_interval(self) -> Optional[Any]:
2048
+ """
2049
+ The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
2050
+ """
2051
+ return pulumi.get(self, "connect_retry_interval")
2052
+
2053
+ @property
2054
+ @pulumi.getter(name="connectTimeout")
2055
+ def connect_timeout(self) -> Optional[Any]:
2056
+ """
2057
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
2058
+ """
2059
+ return pulumi.get(self, "connect_timeout")
2060
+
1908
2061
  @property
1909
2062
  @pulumi.getter(name="connectVia")
1910
2063
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -1913,6 +2066,22 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1913
2066
  """
1914
2067
  return pulumi.get(self, "connect_via")
1915
2068
 
2069
+ @property
2070
+ @pulumi.getter(name="connectionString")
2071
+ def connection_string(self) -> Optional[Any]:
2072
+ """
2073
+ The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
2074
+ """
2075
+ return pulumi.get(self, "connection_string")
2076
+
2077
+ @property
2078
+ @pulumi.getter
2079
+ def database(self) -> Optional[Any]:
2080
+ """
2081
+ The name of the database, used by recommended version. Type: string (or Expression with resultType string).
2082
+ """
2083
+ return pulumi.get(self, "database")
2084
+
1916
2085
  @property
1917
2086
  @pulumi.getter
1918
2087
  def description(self) -> Optional[str]:
@@ -1921,6 +2090,14 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1921
2090
  """
1922
2091
  return pulumi.get(self, "description")
1923
2092
 
2093
+ @property
2094
+ @pulumi.getter
2095
+ def encrypt(self) -> Optional[Any]:
2096
+ """
2097
+ Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
2098
+ """
2099
+ return pulumi.get(self, "encrypt")
2100
+
1924
2101
  @property
1925
2102
  @pulumi.getter(name="encryptedCredential")
1926
2103
  def encrypted_credential(self) -> Optional[str]:
@@ -1929,6 +2106,78 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1929
2106
  """
1930
2107
  return pulumi.get(self, "encrypted_credential")
1931
2108
 
2109
+ @property
2110
+ @pulumi.getter(name="failoverPartner")
2111
+ def failover_partner(self) -> Optional[Any]:
2112
+ """
2113
+ The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
2114
+ """
2115
+ return pulumi.get(self, "failover_partner")
2116
+
2117
+ @property
2118
+ @pulumi.getter(name="hostNameInCertificate")
2119
+ def host_name_in_certificate(self) -> Optional[Any]:
2120
+ """
2121
+ The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
2122
+ """
2123
+ return pulumi.get(self, "host_name_in_certificate")
2124
+
2125
+ @property
2126
+ @pulumi.getter(name="integratedSecurity")
2127
+ def integrated_security(self) -> Optional[Any]:
2128
+ """
2129
+ Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
2130
+ """
2131
+ return pulumi.get(self, "integrated_security")
2132
+
2133
+ @property
2134
+ @pulumi.getter(name="loadBalanceTimeout")
2135
+ def load_balance_timeout(self) -> Optional[Any]:
2136
+ """
2137
+ The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
2138
+ """
2139
+ return pulumi.get(self, "load_balance_timeout")
2140
+
2141
+ @property
2142
+ @pulumi.getter(name="maxPoolSize")
2143
+ def max_pool_size(self) -> Optional[Any]:
2144
+ """
2145
+ The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
2146
+ """
2147
+ return pulumi.get(self, "max_pool_size")
2148
+
2149
+ @property
2150
+ @pulumi.getter(name="minPoolSize")
2151
+ def min_pool_size(self) -> Optional[Any]:
2152
+ """
2153
+ The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
2154
+ """
2155
+ return pulumi.get(self, "min_pool_size")
2156
+
2157
+ @property
2158
+ @pulumi.getter(name="multiSubnetFailover")
2159
+ def multi_subnet_failover(self) -> Optional[Any]:
2160
+ """
2161
+ If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
2162
+ """
2163
+ return pulumi.get(self, "multi_subnet_failover")
2164
+
2165
+ @property
2166
+ @pulumi.getter(name="multipleActiveResultSets")
2167
+ def multiple_active_result_sets(self) -> Optional[Any]:
2168
+ """
2169
+ When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
2170
+ """
2171
+ return pulumi.get(self, "multiple_active_result_sets")
2172
+
2173
+ @property
2174
+ @pulumi.getter(name="packetSize")
2175
+ def packet_size(self) -> Optional[Any]:
2176
+ """
2177
+ The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
2178
+ """
2179
+ return pulumi.get(self, "packet_size")
2180
+
1932
2181
  @property
1933
2182
  @pulumi.getter
1934
2183
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -1945,6 +2194,30 @@ class AmazonRdsForSqlServerLinkedServiceResponse(dict):
1945
2194
  """
1946
2195
  return pulumi.get(self, "password")
1947
2196
 
2197
+ @property
2198
+ @pulumi.getter
2199
+ def pooling(self) -> Optional[Any]:
2200
+ """
2201
+ Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
2202
+ """
2203
+ return pulumi.get(self, "pooling")
2204
+
2205
+ @property
2206
+ @pulumi.getter
2207
+ def server(self) -> Optional[Any]:
2208
+ """
2209
+ The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
2210
+ """
2211
+ return pulumi.get(self, "server")
2212
+
2213
+ @property
2214
+ @pulumi.getter(name="trustServerCertificate")
2215
+ def trust_server_certificate(self) -> Optional[Any]:
2216
+ """
2217
+ Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
2218
+ """
2219
+ return pulumi.get(self, "trust_server_certificate")
2220
+
1948
2221
  @property
1949
2222
  @pulumi.getter(name="userName")
1950
2223
  def user_name(self) -> Optional[Any]:
@@ -14416,18 +14689,56 @@ class AzureSqlDWLinkedServiceResponse(dict):
14416
14689
  @staticmethod
14417
14690
  def __key_warning(key: str):
14418
14691
  suggest = None
14419
- if key == "connectionString":
14420
- suggest = "connection_string"
14692
+ if key == "applicationIntent":
14693
+ suggest = "application_intent"
14694
+ elif key == "authenticationType":
14695
+ suggest = "authentication_type"
14421
14696
  elif key == "azureCloudType":
14422
14697
  suggest = "azure_cloud_type"
14698
+ elif key == "commandTimeout":
14699
+ suggest = "command_timeout"
14700
+ elif key == "connectRetryCount":
14701
+ suggest = "connect_retry_count"
14702
+ elif key == "connectRetryInterval":
14703
+ suggest = "connect_retry_interval"
14704
+ elif key == "connectTimeout":
14705
+ suggest = "connect_timeout"
14423
14706
  elif key == "connectVia":
14424
14707
  suggest = "connect_via"
14708
+ elif key == "connectionString":
14709
+ suggest = "connection_string"
14425
14710
  elif key == "encryptedCredential":
14426
14711
  suggest = "encrypted_credential"
14712
+ elif key == "failoverPartner":
14713
+ suggest = "failover_partner"
14714
+ elif key == "hostNameInCertificate":
14715
+ suggest = "host_name_in_certificate"
14716
+ elif key == "integratedSecurity":
14717
+ suggest = "integrated_security"
14718
+ elif key == "loadBalanceTimeout":
14719
+ suggest = "load_balance_timeout"
14720
+ elif key == "maxPoolSize":
14721
+ suggest = "max_pool_size"
14722
+ elif key == "minPoolSize":
14723
+ suggest = "min_pool_size"
14724
+ elif key == "multiSubnetFailover":
14725
+ suggest = "multi_subnet_failover"
14726
+ elif key == "multipleActiveResultSets":
14727
+ suggest = "multiple_active_result_sets"
14728
+ elif key == "packetSize":
14729
+ suggest = "packet_size"
14730
+ elif key == "servicePrincipalCredential":
14731
+ suggest = "service_principal_credential"
14732
+ elif key == "servicePrincipalCredentialType":
14733
+ suggest = "service_principal_credential_type"
14427
14734
  elif key == "servicePrincipalId":
14428
14735
  suggest = "service_principal_id"
14429
14736
  elif key == "servicePrincipalKey":
14430
14737
  suggest = "service_principal_key"
14738
+ elif key == "trustServerCertificate":
14739
+ suggest = "trust_server_certificate"
14740
+ elif key == "userName":
14741
+ suggest = "user_name"
14431
14742
 
14432
14743
  if suggest:
14433
14744
  pulumi.log.warn(f"Key '{key}' not found in AzureSqlDWLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -14441,68 +14752,153 @@ class AzureSqlDWLinkedServiceResponse(dict):
14441
14752
  return super().get(key, default)
14442
14753
 
14443
14754
  def __init__(__self__, *,
14444
- connection_string: Any,
14445
14755
  type: str,
14446
14756
  annotations: Optional[Sequence[Any]] = None,
14757
+ application_intent: Optional[Any] = None,
14758
+ authentication_type: Optional[str] = None,
14447
14759
  azure_cloud_type: Optional[Any] = None,
14760
+ command_timeout: Optional[Any] = None,
14761
+ connect_retry_count: Optional[Any] = None,
14762
+ connect_retry_interval: Optional[Any] = None,
14763
+ connect_timeout: Optional[Any] = None,
14448
14764
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
14765
+ connection_string: Optional[Any] = None,
14449
14766
  credential: Optional['outputs.CredentialReferenceResponse'] = None,
14767
+ database: Optional[Any] = None,
14450
14768
  description: Optional[str] = None,
14769
+ encrypt: Optional[Any] = None,
14451
14770
  encrypted_credential: Optional[str] = None,
14771
+ failover_partner: Optional[Any] = None,
14772
+ host_name_in_certificate: Optional[Any] = None,
14773
+ integrated_security: Optional[Any] = None,
14774
+ load_balance_timeout: Optional[Any] = None,
14775
+ max_pool_size: Optional[Any] = None,
14776
+ min_pool_size: Optional[Any] = None,
14777
+ multi_subnet_failover: Optional[Any] = None,
14778
+ multiple_active_result_sets: Optional[Any] = None,
14779
+ packet_size: Optional[Any] = None,
14452
14780
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
14453
14781
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
14782
+ pooling: Optional[Any] = None,
14783
+ server: Optional[Any] = None,
14784
+ service_principal_credential: Optional[Any] = None,
14785
+ service_principal_credential_type: Optional[Any] = None,
14454
14786
  service_principal_id: Optional[Any] = None,
14455
14787
  service_principal_key: Optional[Any] = None,
14456
- tenant: Optional[Any] = None):
14788
+ tenant: Optional[Any] = None,
14789
+ trust_server_certificate: Optional[Any] = None,
14790
+ user_name: Optional[Any] = None):
14457
14791
  """
14458
14792
  Azure SQL Data Warehouse linked service.
14459
- :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
14460
14793
  :param str type: Type of linked service.
14461
14794
  Expected value is 'AzureSqlDW'.
14462
14795
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
14796
+ :param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
14797
+ :param str authentication_type: The type used for authentication. Type: string.
14463
14798
  :param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
14799
+ :param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
14800
+ :param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
14801
+ :param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
14802
+ :param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
14464
14803
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
14804
+ :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
14465
14805
  :param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
14806
+ :param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
14466
14807
  :param str description: Linked service description.
14808
+ :param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
14467
14809
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
14810
+ :param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
14811
+ :param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
14812
+ :param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
14813
+ :param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
14814
+ :param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
14815
+ :param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
14816
+ :param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
14817
+ :param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
14818
+ :param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
14468
14819
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
14469
14820
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
14821
+ :param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
14822
+ :param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
14823
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
14824
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
14470
14825
  :param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
14471
14826
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The key of the service principal used to authenticate against Azure SQL Data Warehouse.
14472
14827
  :param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
14828
+ :param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
14829
+ :param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
14473
14830
  """
14474
- pulumi.set(__self__, "connection_string", connection_string)
14475
14831
  pulumi.set(__self__, "type", 'AzureSqlDW')
14476
14832
  if annotations is not None:
14477
14833
  pulumi.set(__self__, "annotations", annotations)
14834
+ if application_intent is not None:
14835
+ pulumi.set(__self__, "application_intent", application_intent)
14836
+ if authentication_type is not None:
14837
+ pulumi.set(__self__, "authentication_type", authentication_type)
14478
14838
  if azure_cloud_type is not None:
14479
14839
  pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
14840
+ if command_timeout is not None:
14841
+ pulumi.set(__self__, "command_timeout", command_timeout)
14842
+ if connect_retry_count is not None:
14843
+ pulumi.set(__self__, "connect_retry_count", connect_retry_count)
14844
+ if connect_retry_interval is not None:
14845
+ pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
14846
+ if connect_timeout is not None:
14847
+ pulumi.set(__self__, "connect_timeout", connect_timeout)
14480
14848
  if connect_via is not None:
14481
14849
  pulumi.set(__self__, "connect_via", connect_via)
14850
+ if connection_string is not None:
14851
+ pulumi.set(__self__, "connection_string", connection_string)
14482
14852
  if credential is not None:
14483
14853
  pulumi.set(__self__, "credential", credential)
14854
+ if database is not None:
14855
+ pulumi.set(__self__, "database", database)
14484
14856
  if description is not None:
14485
14857
  pulumi.set(__self__, "description", description)
14858
+ if encrypt is not None:
14859
+ pulumi.set(__self__, "encrypt", encrypt)
14486
14860
  if encrypted_credential is not None:
14487
14861
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
14862
+ if failover_partner is not None:
14863
+ pulumi.set(__self__, "failover_partner", failover_partner)
14864
+ if host_name_in_certificate is not None:
14865
+ pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
14866
+ if integrated_security is not None:
14867
+ pulumi.set(__self__, "integrated_security", integrated_security)
14868
+ if load_balance_timeout is not None:
14869
+ pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
14870
+ if max_pool_size is not None:
14871
+ pulumi.set(__self__, "max_pool_size", max_pool_size)
14872
+ if min_pool_size is not None:
14873
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
14874
+ if multi_subnet_failover is not None:
14875
+ pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
14876
+ if multiple_active_result_sets is not None:
14877
+ pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
14878
+ if packet_size is not None:
14879
+ pulumi.set(__self__, "packet_size", packet_size)
14488
14880
  if parameters is not None:
14489
14881
  pulumi.set(__self__, "parameters", parameters)
14490
14882
  if password is not None:
14491
14883
  pulumi.set(__self__, "password", password)
14884
+ if pooling is not None:
14885
+ pulumi.set(__self__, "pooling", pooling)
14886
+ if server is not None:
14887
+ pulumi.set(__self__, "server", server)
14888
+ if service_principal_credential is not None:
14889
+ pulumi.set(__self__, "service_principal_credential", service_principal_credential)
14890
+ if service_principal_credential_type is not None:
14891
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
14492
14892
  if service_principal_id is not None:
14493
14893
  pulumi.set(__self__, "service_principal_id", service_principal_id)
14494
14894
  if service_principal_key is not None:
14495
14895
  pulumi.set(__self__, "service_principal_key", service_principal_key)
14496
14896
  if tenant is not None:
14497
14897
  pulumi.set(__self__, "tenant", tenant)
14498
-
14499
- @property
14500
- @pulumi.getter(name="connectionString")
14501
- def connection_string(self) -> Any:
14502
- """
14503
- The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
14504
- """
14505
- return pulumi.get(self, "connection_string")
14898
+ if trust_server_certificate is not None:
14899
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
14900
+ if user_name is not None:
14901
+ pulumi.set(__self__, "user_name", user_name)
14506
14902
 
14507
14903
  @property
14508
14904
  @pulumi.getter
@@ -14521,6 +14917,22 @@ class AzureSqlDWLinkedServiceResponse(dict):
14521
14917
  """
14522
14918
  return pulumi.get(self, "annotations")
14523
14919
 
14920
+ @property
14921
+ @pulumi.getter(name="applicationIntent")
14922
+ def application_intent(self) -> Optional[Any]:
14923
+ """
14924
+ The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
14925
+ """
14926
+ return pulumi.get(self, "application_intent")
14927
+
14928
+ @property
14929
+ @pulumi.getter(name="authenticationType")
14930
+ def authentication_type(self) -> Optional[str]:
14931
+ """
14932
+ The type used for authentication. Type: string.
14933
+ """
14934
+ return pulumi.get(self, "authentication_type")
14935
+
14524
14936
  @property
14525
14937
  @pulumi.getter(name="azureCloudType")
14526
14938
  def azure_cloud_type(self) -> Optional[Any]:
@@ -14529,6 +14941,38 @@ class AzureSqlDWLinkedServiceResponse(dict):
14529
14941
  """
14530
14942
  return pulumi.get(self, "azure_cloud_type")
14531
14943
 
14944
+ @property
14945
+ @pulumi.getter(name="commandTimeout")
14946
+ def command_timeout(self) -> Optional[Any]:
14947
+ """
14948
+ The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
14949
+ """
14950
+ return pulumi.get(self, "command_timeout")
14951
+
14952
+ @property
14953
+ @pulumi.getter(name="connectRetryCount")
14954
+ def connect_retry_count(self) -> Optional[Any]:
14955
+ """
14956
+ The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
14957
+ """
14958
+ return pulumi.get(self, "connect_retry_count")
14959
+
14960
+ @property
14961
+ @pulumi.getter(name="connectRetryInterval")
14962
+ def connect_retry_interval(self) -> Optional[Any]:
14963
+ """
14964
+ The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
14965
+ """
14966
+ return pulumi.get(self, "connect_retry_interval")
14967
+
14968
+ @property
14969
+ @pulumi.getter(name="connectTimeout")
14970
+ def connect_timeout(self) -> Optional[Any]:
14971
+ """
14972
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
14973
+ """
14974
+ return pulumi.get(self, "connect_timeout")
14975
+
14532
14976
  @property
14533
14977
  @pulumi.getter(name="connectVia")
14534
14978
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -14537,6 +14981,14 @@ class AzureSqlDWLinkedServiceResponse(dict):
14537
14981
  """
14538
14982
  return pulumi.get(self, "connect_via")
14539
14983
 
14984
+ @property
14985
+ @pulumi.getter(name="connectionString")
14986
+ def connection_string(self) -> Optional[Any]:
14987
+ """
14988
+ The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
14989
+ """
14990
+ return pulumi.get(self, "connection_string")
14991
+
14540
14992
  @property
14541
14993
  @pulumi.getter
14542
14994
  def credential(self) -> Optional['outputs.CredentialReferenceResponse']:
@@ -14545,6 +14997,14 @@ class AzureSqlDWLinkedServiceResponse(dict):
14545
14997
  """
14546
14998
  return pulumi.get(self, "credential")
14547
14999
 
15000
+ @property
15001
+ @pulumi.getter
15002
+ def database(self) -> Optional[Any]:
15003
+ """
15004
+ The name of the database, used by recommended version. Type: string (or Expression with resultType string).
15005
+ """
15006
+ return pulumi.get(self, "database")
15007
+
14548
15008
  @property
14549
15009
  @pulumi.getter
14550
15010
  def description(self) -> Optional[str]:
@@ -14553,6 +15013,14 @@ class AzureSqlDWLinkedServiceResponse(dict):
14553
15013
  """
14554
15014
  return pulumi.get(self, "description")
14555
15015
 
15016
+ @property
15017
+ @pulumi.getter
15018
+ def encrypt(self) -> Optional[Any]:
15019
+ """
15020
+ Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
15021
+ """
15022
+ return pulumi.get(self, "encrypt")
15023
+
14556
15024
  @property
14557
15025
  @pulumi.getter(name="encryptedCredential")
14558
15026
  def encrypted_credential(self) -> Optional[str]:
@@ -14561,6 +15029,78 @@ class AzureSqlDWLinkedServiceResponse(dict):
14561
15029
  """
14562
15030
  return pulumi.get(self, "encrypted_credential")
14563
15031
 
15032
+ @property
15033
+ @pulumi.getter(name="failoverPartner")
15034
+ def failover_partner(self) -> Optional[Any]:
15035
+ """
15036
+ The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
15037
+ """
15038
+ return pulumi.get(self, "failover_partner")
15039
+
15040
+ @property
15041
+ @pulumi.getter(name="hostNameInCertificate")
15042
+ def host_name_in_certificate(self) -> Optional[Any]:
15043
+ """
15044
+ The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
15045
+ """
15046
+ return pulumi.get(self, "host_name_in_certificate")
15047
+
15048
+ @property
15049
+ @pulumi.getter(name="integratedSecurity")
15050
+ def integrated_security(self) -> Optional[Any]:
15051
+ """
15052
+ Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
15053
+ """
15054
+ return pulumi.get(self, "integrated_security")
15055
+
15056
+ @property
15057
+ @pulumi.getter(name="loadBalanceTimeout")
15058
+ def load_balance_timeout(self) -> Optional[Any]:
15059
+ """
15060
+ The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
15061
+ """
15062
+ return pulumi.get(self, "load_balance_timeout")
15063
+
15064
+ @property
15065
+ @pulumi.getter(name="maxPoolSize")
15066
+ def max_pool_size(self) -> Optional[Any]:
15067
+ """
15068
+ The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15069
+ """
15070
+ return pulumi.get(self, "max_pool_size")
15071
+
15072
+ @property
15073
+ @pulumi.getter(name="minPoolSize")
15074
+ def min_pool_size(self) -> Optional[Any]:
15075
+ """
15076
+ The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15077
+ """
15078
+ return pulumi.get(self, "min_pool_size")
15079
+
15080
+ @property
15081
+ @pulumi.getter(name="multiSubnetFailover")
15082
+ def multi_subnet_failover(self) -> Optional[Any]:
15083
+ """
15084
+ If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15085
+ """
15086
+ return pulumi.get(self, "multi_subnet_failover")
15087
+
15088
+ @property
15089
+ @pulumi.getter(name="multipleActiveResultSets")
15090
+ def multiple_active_result_sets(self) -> Optional[Any]:
15091
+ """
15092
+ When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15093
+ """
15094
+ return pulumi.get(self, "multiple_active_result_sets")
15095
+
15096
+ @property
15097
+ @pulumi.getter(name="packetSize")
15098
+ def packet_size(self) -> Optional[Any]:
15099
+ """
15100
+ The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
15101
+ """
15102
+ return pulumi.get(self, "packet_size")
15103
+
14564
15104
  @property
14565
15105
  @pulumi.getter
14566
15106
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -14577,6 +15117,38 @@ class AzureSqlDWLinkedServiceResponse(dict):
14577
15117
  """
14578
15118
  return pulumi.get(self, "password")
14579
15119
 
15120
+ @property
15121
+ @pulumi.getter
15122
+ def pooling(self) -> Optional[Any]:
15123
+ """
15124
+ Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15125
+ """
15126
+ return pulumi.get(self, "pooling")
15127
+
15128
+ @property
15129
+ @pulumi.getter
15130
+ def server(self) -> Optional[Any]:
15131
+ """
15132
+ The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
15133
+ """
15134
+ return pulumi.get(self, "server")
15135
+
15136
+ @property
15137
+ @pulumi.getter(name="servicePrincipalCredential")
15138
+ def service_principal_credential(self) -> Optional[Any]:
15139
+ """
15140
+ The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
15141
+ """
15142
+ return pulumi.get(self, "service_principal_credential")
15143
+
15144
+ @property
15145
+ @pulumi.getter(name="servicePrincipalCredentialType")
15146
+ def service_principal_credential_type(self) -> Optional[Any]:
15147
+ """
15148
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
15149
+ """
15150
+ return pulumi.get(self, "service_principal_credential_type")
15151
+
14580
15152
  @property
14581
15153
  @pulumi.getter(name="servicePrincipalId")
14582
15154
  def service_principal_id(self) -> Optional[Any]:
@@ -14601,6 +15173,22 @@ class AzureSqlDWLinkedServiceResponse(dict):
14601
15173
  """
14602
15174
  return pulumi.get(self, "tenant")
14603
15175
 
15176
+ @property
15177
+ @pulumi.getter(name="trustServerCertificate")
15178
+ def trust_server_certificate(self) -> Optional[Any]:
15179
+ """
15180
+ Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15181
+ """
15182
+ return pulumi.get(self, "trust_server_certificate")
15183
+
15184
+ @property
15185
+ @pulumi.getter(name="userName")
15186
+ def user_name(self) -> Optional[Any]:
15187
+ """
15188
+ The user name to be used when connecting to server. Type: string (or Expression with resultType string).
15189
+ """
15190
+ return pulumi.get(self, "user_name")
15191
+
14604
15192
 
14605
15193
  @pulumi.output_type
14606
15194
  class AzureSqlDWTableDatasetResponse(dict):
@@ -14760,20 +15348,58 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14760
15348
  @staticmethod
14761
15349
  def __key_warning(key: str):
14762
15350
  suggest = None
14763
- if key == "connectionString":
14764
- suggest = "connection_string"
14765
- elif key == "alwaysEncryptedSettings":
15351
+ if key == "alwaysEncryptedSettings":
14766
15352
  suggest = "always_encrypted_settings"
15353
+ elif key == "applicationIntent":
15354
+ suggest = "application_intent"
15355
+ elif key == "authenticationType":
15356
+ suggest = "authentication_type"
14767
15357
  elif key == "azureCloudType":
14768
15358
  suggest = "azure_cloud_type"
15359
+ elif key == "commandTimeout":
15360
+ suggest = "command_timeout"
15361
+ elif key == "connectRetryCount":
15362
+ suggest = "connect_retry_count"
15363
+ elif key == "connectRetryInterval":
15364
+ suggest = "connect_retry_interval"
15365
+ elif key == "connectTimeout":
15366
+ suggest = "connect_timeout"
14769
15367
  elif key == "connectVia":
14770
15368
  suggest = "connect_via"
15369
+ elif key == "connectionString":
15370
+ suggest = "connection_string"
14771
15371
  elif key == "encryptedCredential":
14772
15372
  suggest = "encrypted_credential"
15373
+ elif key == "failoverPartner":
15374
+ suggest = "failover_partner"
15375
+ elif key == "hostNameInCertificate":
15376
+ suggest = "host_name_in_certificate"
15377
+ elif key == "integratedSecurity":
15378
+ suggest = "integrated_security"
15379
+ elif key == "loadBalanceTimeout":
15380
+ suggest = "load_balance_timeout"
15381
+ elif key == "maxPoolSize":
15382
+ suggest = "max_pool_size"
15383
+ elif key == "minPoolSize":
15384
+ suggest = "min_pool_size"
15385
+ elif key == "multiSubnetFailover":
15386
+ suggest = "multi_subnet_failover"
15387
+ elif key == "multipleActiveResultSets":
15388
+ suggest = "multiple_active_result_sets"
15389
+ elif key == "packetSize":
15390
+ suggest = "packet_size"
15391
+ elif key == "servicePrincipalCredential":
15392
+ suggest = "service_principal_credential"
15393
+ elif key == "servicePrincipalCredentialType":
15394
+ suggest = "service_principal_credential_type"
14773
15395
  elif key == "servicePrincipalId":
14774
15396
  suggest = "service_principal_id"
14775
15397
  elif key == "servicePrincipalKey":
14776
15398
  suggest = "service_principal_key"
15399
+ elif key == "trustServerCertificate":
15400
+ suggest = "trust_server_certificate"
15401
+ elif key == "userName":
15402
+ suggest = "user_name"
14777
15403
 
14778
15404
  if suggest:
14779
15405
  pulumi.log.warn(f"Key '{key}' not found in AzureSqlDatabaseLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -14787,72 +15413,157 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14787
15413
  return super().get(key, default)
14788
15414
 
14789
15415
  def __init__(__self__, *,
14790
- connection_string: Any,
14791
15416
  type: str,
14792
15417
  always_encrypted_settings: Optional['outputs.SqlAlwaysEncryptedPropertiesResponse'] = None,
14793
15418
  annotations: Optional[Sequence[Any]] = None,
15419
+ application_intent: Optional[Any] = None,
15420
+ authentication_type: Optional[str] = None,
14794
15421
  azure_cloud_type: Optional[Any] = None,
15422
+ command_timeout: Optional[Any] = None,
15423
+ connect_retry_count: Optional[Any] = None,
15424
+ connect_retry_interval: Optional[Any] = None,
15425
+ connect_timeout: Optional[Any] = None,
14795
15426
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
15427
+ connection_string: Optional[Any] = None,
14796
15428
  credential: Optional['outputs.CredentialReferenceResponse'] = None,
15429
+ database: Optional[Any] = None,
14797
15430
  description: Optional[str] = None,
15431
+ encrypt: Optional[Any] = None,
14798
15432
  encrypted_credential: Optional[str] = None,
15433
+ failover_partner: Optional[Any] = None,
15434
+ host_name_in_certificate: Optional[Any] = None,
15435
+ integrated_security: Optional[Any] = None,
15436
+ load_balance_timeout: Optional[Any] = None,
15437
+ max_pool_size: Optional[Any] = None,
15438
+ min_pool_size: Optional[Any] = None,
15439
+ multi_subnet_failover: Optional[Any] = None,
15440
+ multiple_active_result_sets: Optional[Any] = None,
15441
+ packet_size: Optional[Any] = None,
14799
15442
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
14800
15443
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
15444
+ pooling: Optional[Any] = None,
15445
+ server: Optional[Any] = None,
15446
+ service_principal_credential: Optional[Any] = None,
15447
+ service_principal_credential_type: Optional[Any] = None,
14801
15448
  service_principal_id: Optional[Any] = None,
14802
15449
  service_principal_key: Optional[Any] = None,
14803
- tenant: Optional[Any] = None):
15450
+ tenant: Optional[Any] = None,
15451
+ trust_server_certificate: Optional[Any] = None,
15452
+ user_name: Optional[Any] = None):
14804
15453
  """
14805
15454
  Microsoft Azure SQL Database linked service.
14806
- :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
14807
15455
  :param str type: Type of linked service.
14808
15456
  Expected value is 'AzureSqlDatabase'.
14809
15457
  :param 'SqlAlwaysEncryptedPropertiesResponse' always_encrypted_settings: Sql always encrypted properties.
14810
15458
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
15459
+ :param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
15460
+ :param str authentication_type: The type used for authentication. Type: string.
14811
15461
  :param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
15462
+ :param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
15463
+ :param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
15464
+ :param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
15465
+ :param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
14812
15466
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
15467
+ :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
14813
15468
  :param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
15469
+ :param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
14814
15470
  :param str description: Linked service description.
15471
+ :param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
14815
15472
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
15473
+ :param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
15474
+ :param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
15475
+ :param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
15476
+ :param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
15477
+ :param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15478
+ :param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15479
+ :param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15480
+ :param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15481
+ :param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
14816
15482
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
14817
15483
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
15484
+ :param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15485
+ :param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
15486
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
15487
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
14818
15488
  :param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string).
14819
15489
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The key of the service principal used to authenticate against Azure SQL Database.
14820
15490
  :param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
15491
+ :param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15492
+ :param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
14821
15493
  """
14822
- pulumi.set(__self__, "connection_string", connection_string)
14823
15494
  pulumi.set(__self__, "type", 'AzureSqlDatabase')
14824
15495
  if always_encrypted_settings is not None:
14825
15496
  pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
14826
15497
  if annotations is not None:
14827
15498
  pulumi.set(__self__, "annotations", annotations)
15499
+ if application_intent is not None:
15500
+ pulumi.set(__self__, "application_intent", application_intent)
15501
+ if authentication_type is not None:
15502
+ pulumi.set(__self__, "authentication_type", authentication_type)
14828
15503
  if azure_cloud_type is not None:
14829
15504
  pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
15505
+ if command_timeout is not None:
15506
+ pulumi.set(__self__, "command_timeout", command_timeout)
15507
+ if connect_retry_count is not None:
15508
+ pulumi.set(__self__, "connect_retry_count", connect_retry_count)
15509
+ if connect_retry_interval is not None:
15510
+ pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
15511
+ if connect_timeout is not None:
15512
+ pulumi.set(__self__, "connect_timeout", connect_timeout)
14830
15513
  if connect_via is not None:
14831
15514
  pulumi.set(__self__, "connect_via", connect_via)
15515
+ if connection_string is not None:
15516
+ pulumi.set(__self__, "connection_string", connection_string)
14832
15517
  if credential is not None:
14833
15518
  pulumi.set(__self__, "credential", credential)
15519
+ if database is not None:
15520
+ pulumi.set(__self__, "database", database)
14834
15521
  if description is not None:
14835
15522
  pulumi.set(__self__, "description", description)
15523
+ if encrypt is not None:
15524
+ pulumi.set(__self__, "encrypt", encrypt)
14836
15525
  if encrypted_credential is not None:
14837
15526
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
15527
+ if failover_partner is not None:
15528
+ pulumi.set(__self__, "failover_partner", failover_partner)
15529
+ if host_name_in_certificate is not None:
15530
+ pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
15531
+ if integrated_security is not None:
15532
+ pulumi.set(__self__, "integrated_security", integrated_security)
15533
+ if load_balance_timeout is not None:
15534
+ pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
15535
+ if max_pool_size is not None:
15536
+ pulumi.set(__self__, "max_pool_size", max_pool_size)
15537
+ if min_pool_size is not None:
15538
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
15539
+ if multi_subnet_failover is not None:
15540
+ pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
15541
+ if multiple_active_result_sets is not None:
15542
+ pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
15543
+ if packet_size is not None:
15544
+ pulumi.set(__self__, "packet_size", packet_size)
14838
15545
  if parameters is not None:
14839
15546
  pulumi.set(__self__, "parameters", parameters)
14840
15547
  if password is not None:
14841
15548
  pulumi.set(__self__, "password", password)
15549
+ if pooling is not None:
15550
+ pulumi.set(__self__, "pooling", pooling)
15551
+ if server is not None:
15552
+ pulumi.set(__self__, "server", server)
15553
+ if service_principal_credential is not None:
15554
+ pulumi.set(__self__, "service_principal_credential", service_principal_credential)
15555
+ if service_principal_credential_type is not None:
15556
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
14842
15557
  if service_principal_id is not None:
14843
15558
  pulumi.set(__self__, "service_principal_id", service_principal_id)
14844
15559
  if service_principal_key is not None:
14845
15560
  pulumi.set(__self__, "service_principal_key", service_principal_key)
14846
15561
  if tenant is not None:
14847
15562
  pulumi.set(__self__, "tenant", tenant)
14848
-
14849
- @property
14850
- @pulumi.getter(name="connectionString")
14851
- def connection_string(self) -> Any:
14852
- """
14853
- The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
14854
- """
14855
- return pulumi.get(self, "connection_string")
15563
+ if trust_server_certificate is not None:
15564
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
15565
+ if user_name is not None:
15566
+ pulumi.set(__self__, "user_name", user_name)
14856
15567
 
14857
15568
  @property
14858
15569
  @pulumi.getter
@@ -14879,6 +15590,22 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14879
15590
  """
14880
15591
  return pulumi.get(self, "annotations")
14881
15592
 
15593
+ @property
15594
+ @pulumi.getter(name="applicationIntent")
15595
+ def application_intent(self) -> Optional[Any]:
15596
+ """
15597
+ The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
15598
+ """
15599
+ return pulumi.get(self, "application_intent")
15600
+
15601
+ @property
15602
+ @pulumi.getter(name="authenticationType")
15603
+ def authentication_type(self) -> Optional[str]:
15604
+ """
15605
+ The type used for authentication. Type: string.
15606
+ """
15607
+ return pulumi.get(self, "authentication_type")
15608
+
14882
15609
  @property
14883
15610
  @pulumi.getter(name="azureCloudType")
14884
15611
  def azure_cloud_type(self) -> Optional[Any]:
@@ -14887,6 +15614,38 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14887
15614
  """
14888
15615
  return pulumi.get(self, "azure_cloud_type")
14889
15616
 
15617
+ @property
15618
+ @pulumi.getter(name="commandTimeout")
15619
+ def command_timeout(self) -> Optional[Any]:
15620
+ """
15621
+ The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
15622
+ """
15623
+ return pulumi.get(self, "command_timeout")
15624
+
15625
+ @property
15626
+ @pulumi.getter(name="connectRetryCount")
15627
+ def connect_retry_count(self) -> Optional[Any]:
15628
+ """
15629
+ The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
15630
+ """
15631
+ return pulumi.get(self, "connect_retry_count")
15632
+
15633
+ @property
15634
+ @pulumi.getter(name="connectRetryInterval")
15635
+ def connect_retry_interval(self) -> Optional[Any]:
15636
+ """
15637
+ The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
15638
+ """
15639
+ return pulumi.get(self, "connect_retry_interval")
15640
+
15641
+ @property
15642
+ @pulumi.getter(name="connectTimeout")
15643
+ def connect_timeout(self) -> Optional[Any]:
15644
+ """
15645
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
15646
+ """
15647
+ return pulumi.get(self, "connect_timeout")
15648
+
14890
15649
  @property
14891
15650
  @pulumi.getter(name="connectVia")
14892
15651
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -14895,6 +15654,14 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14895
15654
  """
14896
15655
  return pulumi.get(self, "connect_via")
14897
15656
 
15657
+ @property
15658
+ @pulumi.getter(name="connectionString")
15659
+ def connection_string(self) -> Optional[Any]:
15660
+ """
15661
+ The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
15662
+ """
15663
+ return pulumi.get(self, "connection_string")
15664
+
14898
15665
  @property
14899
15666
  @pulumi.getter
14900
15667
  def credential(self) -> Optional['outputs.CredentialReferenceResponse']:
@@ -14903,6 +15670,14 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14903
15670
  """
14904
15671
  return pulumi.get(self, "credential")
14905
15672
 
15673
+ @property
15674
+ @pulumi.getter
15675
+ def database(self) -> Optional[Any]:
15676
+ """
15677
+ The name of the database, used by recommended version. Type: string (or Expression with resultType string).
15678
+ """
15679
+ return pulumi.get(self, "database")
15680
+
14906
15681
  @property
14907
15682
  @pulumi.getter
14908
15683
  def description(self) -> Optional[str]:
@@ -14911,6 +15686,14 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14911
15686
  """
14912
15687
  return pulumi.get(self, "description")
14913
15688
 
15689
+ @property
15690
+ @pulumi.getter
15691
+ def encrypt(self) -> Optional[Any]:
15692
+ """
15693
+ Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
15694
+ """
15695
+ return pulumi.get(self, "encrypt")
15696
+
14914
15697
  @property
14915
15698
  @pulumi.getter(name="encryptedCredential")
14916
15699
  def encrypted_credential(self) -> Optional[str]:
@@ -14919,6 +15702,78 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14919
15702
  """
14920
15703
  return pulumi.get(self, "encrypted_credential")
14921
15704
 
15705
+ @property
15706
+ @pulumi.getter(name="failoverPartner")
15707
+ def failover_partner(self) -> Optional[Any]:
15708
+ """
15709
+ The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
15710
+ """
15711
+ return pulumi.get(self, "failover_partner")
15712
+
15713
+ @property
15714
+ @pulumi.getter(name="hostNameInCertificate")
15715
+ def host_name_in_certificate(self) -> Optional[Any]:
15716
+ """
15717
+ The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
15718
+ """
15719
+ return pulumi.get(self, "host_name_in_certificate")
15720
+
15721
+ @property
15722
+ @pulumi.getter(name="integratedSecurity")
15723
+ def integrated_security(self) -> Optional[Any]:
15724
+ """
15725
+ Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
15726
+ """
15727
+ return pulumi.get(self, "integrated_security")
15728
+
15729
+ @property
15730
+ @pulumi.getter(name="loadBalanceTimeout")
15731
+ def load_balance_timeout(self) -> Optional[Any]:
15732
+ """
15733
+ The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
15734
+ """
15735
+ return pulumi.get(self, "load_balance_timeout")
15736
+
15737
+ @property
15738
+ @pulumi.getter(name="maxPoolSize")
15739
+ def max_pool_size(self) -> Optional[Any]:
15740
+ """
15741
+ The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15742
+ """
15743
+ return pulumi.get(self, "max_pool_size")
15744
+
15745
+ @property
15746
+ @pulumi.getter(name="minPoolSize")
15747
+ def min_pool_size(self) -> Optional[Any]:
15748
+ """
15749
+ The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
15750
+ """
15751
+ return pulumi.get(self, "min_pool_size")
15752
+
15753
+ @property
15754
+ @pulumi.getter(name="multiSubnetFailover")
15755
+ def multi_subnet_failover(self) -> Optional[Any]:
15756
+ """
15757
+ If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15758
+ """
15759
+ return pulumi.get(self, "multi_subnet_failover")
15760
+
15761
+ @property
15762
+ @pulumi.getter(name="multipleActiveResultSets")
15763
+ def multiple_active_result_sets(self) -> Optional[Any]:
15764
+ """
15765
+ When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15766
+ """
15767
+ return pulumi.get(self, "multiple_active_result_sets")
15768
+
15769
+ @property
15770
+ @pulumi.getter(name="packetSize")
15771
+ def packet_size(self) -> Optional[Any]:
15772
+ """
15773
+ The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
15774
+ """
15775
+ return pulumi.get(self, "packet_size")
15776
+
14922
15777
  @property
14923
15778
  @pulumi.getter
14924
15779
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -14935,6 +15790,38 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14935
15790
  """
14936
15791
  return pulumi.get(self, "password")
14937
15792
 
15793
+ @property
15794
+ @pulumi.getter
15795
+ def pooling(self) -> Optional[Any]:
15796
+ """
15797
+ Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15798
+ """
15799
+ return pulumi.get(self, "pooling")
15800
+
15801
+ @property
15802
+ @pulumi.getter
15803
+ def server(self) -> Optional[Any]:
15804
+ """
15805
+ The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
15806
+ """
15807
+ return pulumi.get(self, "server")
15808
+
15809
+ @property
15810
+ @pulumi.getter(name="servicePrincipalCredential")
15811
+ def service_principal_credential(self) -> Optional[Any]:
15812
+ """
15813
+ The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
15814
+ """
15815
+ return pulumi.get(self, "service_principal_credential")
15816
+
15817
+ @property
15818
+ @pulumi.getter(name="servicePrincipalCredentialType")
15819
+ def service_principal_credential_type(self) -> Optional[Any]:
15820
+ """
15821
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
15822
+ """
15823
+ return pulumi.get(self, "service_principal_credential_type")
15824
+
14938
15825
  @property
14939
15826
  @pulumi.getter(name="servicePrincipalId")
14940
15827
  def service_principal_id(self) -> Optional[Any]:
@@ -14959,6 +15846,22 @@ class AzureSqlDatabaseLinkedServiceResponse(dict):
14959
15846
  """
14960
15847
  return pulumi.get(self, "tenant")
14961
15848
 
15849
+ @property
15850
+ @pulumi.getter(name="trustServerCertificate")
15851
+ def trust_server_certificate(self) -> Optional[Any]:
15852
+ """
15853
+ Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
15854
+ """
15855
+ return pulumi.get(self, "trust_server_certificate")
15856
+
15857
+ @property
15858
+ @pulumi.getter(name="userName")
15859
+ def user_name(self) -> Optional[Any]:
15860
+ """
15861
+ The user name to be used when connecting to server. Type: string (or Expression with resultType string).
15862
+ """
15863
+ return pulumi.get(self, "user_name")
15864
+
14962
15865
 
14963
15866
  @pulumi.output_type
14964
15867
  class AzureSqlMILinkedServiceResponse(dict):
@@ -14968,20 +15871,58 @@ class AzureSqlMILinkedServiceResponse(dict):
14968
15871
  @staticmethod
14969
15872
  def __key_warning(key: str):
14970
15873
  suggest = None
14971
- if key == "connectionString":
14972
- suggest = "connection_string"
14973
- elif key == "alwaysEncryptedSettings":
15874
+ if key == "alwaysEncryptedSettings":
14974
15875
  suggest = "always_encrypted_settings"
15876
+ elif key == "applicationIntent":
15877
+ suggest = "application_intent"
15878
+ elif key == "authenticationType":
15879
+ suggest = "authentication_type"
14975
15880
  elif key == "azureCloudType":
14976
15881
  suggest = "azure_cloud_type"
15882
+ elif key == "commandTimeout":
15883
+ suggest = "command_timeout"
15884
+ elif key == "connectRetryCount":
15885
+ suggest = "connect_retry_count"
15886
+ elif key == "connectRetryInterval":
15887
+ suggest = "connect_retry_interval"
15888
+ elif key == "connectTimeout":
15889
+ suggest = "connect_timeout"
14977
15890
  elif key == "connectVia":
14978
15891
  suggest = "connect_via"
15892
+ elif key == "connectionString":
15893
+ suggest = "connection_string"
14979
15894
  elif key == "encryptedCredential":
14980
15895
  suggest = "encrypted_credential"
15896
+ elif key == "failoverPartner":
15897
+ suggest = "failover_partner"
15898
+ elif key == "hostNameInCertificate":
15899
+ suggest = "host_name_in_certificate"
15900
+ elif key == "integratedSecurity":
15901
+ suggest = "integrated_security"
15902
+ elif key == "loadBalanceTimeout":
15903
+ suggest = "load_balance_timeout"
15904
+ elif key == "maxPoolSize":
15905
+ suggest = "max_pool_size"
15906
+ elif key == "minPoolSize":
15907
+ suggest = "min_pool_size"
15908
+ elif key == "multiSubnetFailover":
15909
+ suggest = "multi_subnet_failover"
15910
+ elif key == "multipleActiveResultSets":
15911
+ suggest = "multiple_active_result_sets"
15912
+ elif key == "packetSize":
15913
+ suggest = "packet_size"
15914
+ elif key == "servicePrincipalCredential":
15915
+ suggest = "service_principal_credential"
15916
+ elif key == "servicePrincipalCredentialType":
15917
+ suggest = "service_principal_credential_type"
14981
15918
  elif key == "servicePrincipalId":
14982
15919
  suggest = "service_principal_id"
14983
15920
  elif key == "servicePrincipalKey":
14984
15921
  suggest = "service_principal_key"
15922
+ elif key == "trustServerCertificate":
15923
+ suggest = "trust_server_certificate"
15924
+ elif key == "userName":
15925
+ suggest = "user_name"
14985
15926
 
14986
15927
  if suggest:
14987
15928
  pulumi.log.warn(f"Key '{key}' not found in AzureSqlMILinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -14995,72 +15936,157 @@ class AzureSqlMILinkedServiceResponse(dict):
14995
15936
  return super().get(key, default)
14996
15937
 
14997
15938
  def __init__(__self__, *,
14998
- connection_string: Any,
14999
15939
  type: str,
15000
15940
  always_encrypted_settings: Optional['outputs.SqlAlwaysEncryptedPropertiesResponse'] = None,
15001
15941
  annotations: Optional[Sequence[Any]] = None,
15942
+ application_intent: Optional[Any] = None,
15943
+ authentication_type: Optional[str] = None,
15002
15944
  azure_cloud_type: Optional[Any] = None,
15945
+ command_timeout: Optional[Any] = None,
15946
+ connect_retry_count: Optional[Any] = None,
15947
+ connect_retry_interval: Optional[Any] = None,
15948
+ connect_timeout: Optional[Any] = None,
15003
15949
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
15950
+ connection_string: Optional[Any] = None,
15004
15951
  credential: Optional['outputs.CredentialReferenceResponse'] = None,
15952
+ database: Optional[Any] = None,
15005
15953
  description: Optional[str] = None,
15954
+ encrypt: Optional[Any] = None,
15006
15955
  encrypted_credential: Optional[str] = None,
15956
+ failover_partner: Optional[Any] = None,
15957
+ host_name_in_certificate: Optional[Any] = None,
15958
+ integrated_security: Optional[Any] = None,
15959
+ load_balance_timeout: Optional[Any] = None,
15960
+ max_pool_size: Optional[Any] = None,
15961
+ min_pool_size: Optional[Any] = None,
15962
+ multi_subnet_failover: Optional[Any] = None,
15963
+ multiple_active_result_sets: Optional[Any] = None,
15964
+ packet_size: Optional[Any] = None,
15007
15965
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
15008
15966
  password: Optional['outputs.AzureKeyVaultSecretReferenceResponse'] = None,
15967
+ pooling: Optional[Any] = None,
15968
+ server: Optional[Any] = None,
15969
+ service_principal_credential: Optional[Any] = None,
15970
+ service_principal_credential_type: Optional[Any] = None,
15009
15971
  service_principal_id: Optional[Any] = None,
15010
15972
  service_principal_key: Optional[Any] = None,
15011
- tenant: Optional[Any] = None):
15973
+ tenant: Optional[Any] = None,
15974
+ trust_server_certificate: Optional[Any] = None,
15975
+ user_name: Optional[Any] = None):
15012
15976
  """
15013
15977
  Azure SQL Managed Instance linked service.
15014
- :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
15015
15978
  :param str type: Type of linked service.
15016
15979
  Expected value is 'AzureSqlMI'.
15017
15980
  :param 'SqlAlwaysEncryptedPropertiesResponse' always_encrypted_settings: Sql always encrypted properties.
15018
15981
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
15982
+ :param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
15983
+ :param str authentication_type: The type used for authentication. Type: string.
15019
15984
  :param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
15985
+ :param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
15986
+ :param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
15987
+ :param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
15988
+ :param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
15020
15989
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
15990
+ :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
15021
15991
  :param 'CredentialReferenceResponse' credential: The credential reference containing authentication information.
15992
+ :param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
15022
15993
  :param str description: Linked service description.
15994
+ :param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
15023
15995
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
15996
+ :param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
15997
+ :param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
15998
+ :param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
15999
+ :param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
16000
+ :param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
16001
+ :param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
16002
+ :param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16003
+ :param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16004
+ :param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
15024
16005
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
15025
16006
  :param 'AzureKeyVaultSecretReferenceResponse' password: The Azure key vault secret reference of password in connection string.
16007
+ :param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16008
+ :param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
16009
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
16010
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
15026
16011
  :param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or Expression with resultType string).
15027
16012
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The key of the service principal used to authenticate against Azure SQL Managed Instance.
15028
16013
  :param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
16014
+ :param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16015
+ :param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
15029
16016
  """
15030
- pulumi.set(__self__, "connection_string", connection_string)
15031
16017
  pulumi.set(__self__, "type", 'AzureSqlMI')
15032
16018
  if always_encrypted_settings is not None:
15033
16019
  pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
15034
16020
  if annotations is not None:
15035
16021
  pulumi.set(__self__, "annotations", annotations)
16022
+ if application_intent is not None:
16023
+ pulumi.set(__self__, "application_intent", application_intent)
16024
+ if authentication_type is not None:
16025
+ pulumi.set(__self__, "authentication_type", authentication_type)
15036
16026
  if azure_cloud_type is not None:
15037
16027
  pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
16028
+ if command_timeout is not None:
16029
+ pulumi.set(__self__, "command_timeout", command_timeout)
16030
+ if connect_retry_count is not None:
16031
+ pulumi.set(__self__, "connect_retry_count", connect_retry_count)
16032
+ if connect_retry_interval is not None:
16033
+ pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
16034
+ if connect_timeout is not None:
16035
+ pulumi.set(__self__, "connect_timeout", connect_timeout)
15038
16036
  if connect_via is not None:
15039
16037
  pulumi.set(__self__, "connect_via", connect_via)
16038
+ if connection_string is not None:
16039
+ pulumi.set(__self__, "connection_string", connection_string)
15040
16040
  if credential is not None:
15041
16041
  pulumi.set(__self__, "credential", credential)
16042
+ if database is not None:
16043
+ pulumi.set(__self__, "database", database)
15042
16044
  if description is not None:
15043
16045
  pulumi.set(__self__, "description", description)
16046
+ if encrypt is not None:
16047
+ pulumi.set(__self__, "encrypt", encrypt)
15044
16048
  if encrypted_credential is not None:
15045
16049
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
16050
+ if failover_partner is not None:
16051
+ pulumi.set(__self__, "failover_partner", failover_partner)
16052
+ if host_name_in_certificate is not None:
16053
+ pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
16054
+ if integrated_security is not None:
16055
+ pulumi.set(__self__, "integrated_security", integrated_security)
16056
+ if load_balance_timeout is not None:
16057
+ pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
16058
+ if max_pool_size is not None:
16059
+ pulumi.set(__self__, "max_pool_size", max_pool_size)
16060
+ if min_pool_size is not None:
16061
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
16062
+ if multi_subnet_failover is not None:
16063
+ pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
16064
+ if multiple_active_result_sets is not None:
16065
+ pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
16066
+ if packet_size is not None:
16067
+ pulumi.set(__self__, "packet_size", packet_size)
15046
16068
  if parameters is not None:
15047
16069
  pulumi.set(__self__, "parameters", parameters)
15048
16070
  if password is not None:
15049
16071
  pulumi.set(__self__, "password", password)
16072
+ if pooling is not None:
16073
+ pulumi.set(__self__, "pooling", pooling)
16074
+ if server is not None:
16075
+ pulumi.set(__self__, "server", server)
16076
+ if service_principal_credential is not None:
16077
+ pulumi.set(__self__, "service_principal_credential", service_principal_credential)
16078
+ if service_principal_credential_type is not None:
16079
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
15050
16080
  if service_principal_id is not None:
15051
16081
  pulumi.set(__self__, "service_principal_id", service_principal_id)
15052
16082
  if service_principal_key is not None:
15053
16083
  pulumi.set(__self__, "service_principal_key", service_principal_key)
15054
16084
  if tenant is not None:
15055
16085
  pulumi.set(__self__, "tenant", tenant)
15056
-
15057
- @property
15058
- @pulumi.getter(name="connectionString")
15059
- def connection_string(self) -> Any:
15060
- """
15061
- The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
15062
- """
15063
- return pulumi.get(self, "connection_string")
16086
+ if trust_server_certificate is not None:
16087
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
16088
+ if user_name is not None:
16089
+ pulumi.set(__self__, "user_name", user_name)
15064
16090
 
15065
16091
  @property
15066
16092
  @pulumi.getter
@@ -15087,6 +16113,22 @@ class AzureSqlMILinkedServiceResponse(dict):
15087
16113
  """
15088
16114
  return pulumi.get(self, "annotations")
15089
16115
 
16116
+ @property
16117
+ @pulumi.getter(name="applicationIntent")
16118
+ def application_intent(self) -> Optional[Any]:
16119
+ """
16120
+ The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
16121
+ """
16122
+ return pulumi.get(self, "application_intent")
16123
+
16124
+ @property
16125
+ @pulumi.getter(name="authenticationType")
16126
+ def authentication_type(self) -> Optional[str]:
16127
+ """
16128
+ The type used for authentication. Type: string.
16129
+ """
16130
+ return pulumi.get(self, "authentication_type")
16131
+
15090
16132
  @property
15091
16133
  @pulumi.getter(name="azureCloudType")
15092
16134
  def azure_cloud_type(self) -> Optional[Any]:
@@ -15095,6 +16137,38 @@ class AzureSqlMILinkedServiceResponse(dict):
15095
16137
  """
15096
16138
  return pulumi.get(self, "azure_cloud_type")
15097
16139
 
16140
+ @property
16141
+ @pulumi.getter(name="commandTimeout")
16142
+ def command_timeout(self) -> Optional[Any]:
16143
+ """
16144
+ The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
16145
+ """
16146
+ return pulumi.get(self, "command_timeout")
16147
+
16148
+ @property
16149
+ @pulumi.getter(name="connectRetryCount")
16150
+ def connect_retry_count(self) -> Optional[Any]:
16151
+ """
16152
+ The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
16153
+ """
16154
+ return pulumi.get(self, "connect_retry_count")
16155
+
16156
+ @property
16157
+ @pulumi.getter(name="connectRetryInterval")
16158
+ def connect_retry_interval(self) -> Optional[Any]:
16159
+ """
16160
+ The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
16161
+ """
16162
+ return pulumi.get(self, "connect_retry_interval")
16163
+
16164
+ @property
16165
+ @pulumi.getter(name="connectTimeout")
16166
+ def connect_timeout(self) -> Optional[Any]:
16167
+ """
16168
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
16169
+ """
16170
+ return pulumi.get(self, "connect_timeout")
16171
+
15098
16172
  @property
15099
16173
  @pulumi.getter(name="connectVia")
15100
16174
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -15103,6 +16177,14 @@ class AzureSqlMILinkedServiceResponse(dict):
15103
16177
  """
15104
16178
  return pulumi.get(self, "connect_via")
15105
16179
 
16180
+ @property
16181
+ @pulumi.getter(name="connectionString")
16182
+ def connection_string(self) -> Optional[Any]:
16183
+ """
16184
+ The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
16185
+ """
16186
+ return pulumi.get(self, "connection_string")
16187
+
15106
16188
  @property
15107
16189
  @pulumi.getter
15108
16190
  def credential(self) -> Optional['outputs.CredentialReferenceResponse']:
@@ -15111,6 +16193,14 @@ class AzureSqlMILinkedServiceResponse(dict):
15111
16193
  """
15112
16194
  return pulumi.get(self, "credential")
15113
16195
 
16196
+ @property
16197
+ @pulumi.getter
16198
+ def database(self) -> Optional[Any]:
16199
+ """
16200
+ The name of the database, used by recommended version. Type: string (or Expression with resultType string).
16201
+ """
16202
+ return pulumi.get(self, "database")
16203
+
15114
16204
  @property
15115
16205
  @pulumi.getter
15116
16206
  def description(self) -> Optional[str]:
@@ -15119,6 +16209,14 @@ class AzureSqlMILinkedServiceResponse(dict):
15119
16209
  """
15120
16210
  return pulumi.get(self, "description")
15121
16211
 
16212
+ @property
16213
+ @pulumi.getter
16214
+ def encrypt(self) -> Optional[Any]:
16215
+ """
16216
+ Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
16217
+ """
16218
+ return pulumi.get(self, "encrypt")
16219
+
15122
16220
  @property
15123
16221
  @pulumi.getter(name="encryptedCredential")
15124
16222
  def encrypted_credential(self) -> Optional[str]:
@@ -15127,6 +16225,78 @@ class AzureSqlMILinkedServiceResponse(dict):
15127
16225
  """
15128
16226
  return pulumi.get(self, "encrypted_credential")
15129
16227
 
16228
+ @property
16229
+ @pulumi.getter(name="failoverPartner")
16230
+ def failover_partner(self) -> Optional[Any]:
16231
+ """
16232
+ The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
16233
+ """
16234
+ return pulumi.get(self, "failover_partner")
16235
+
16236
+ @property
16237
+ @pulumi.getter(name="hostNameInCertificate")
16238
+ def host_name_in_certificate(self) -> Optional[Any]:
16239
+ """
16240
+ The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
16241
+ """
16242
+ return pulumi.get(self, "host_name_in_certificate")
16243
+
16244
+ @property
16245
+ @pulumi.getter(name="integratedSecurity")
16246
+ def integrated_security(self) -> Optional[Any]:
16247
+ """
16248
+ Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
16249
+ """
16250
+ return pulumi.get(self, "integrated_security")
16251
+
16252
+ @property
16253
+ @pulumi.getter(name="loadBalanceTimeout")
16254
+ def load_balance_timeout(self) -> Optional[Any]:
16255
+ """
16256
+ The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
16257
+ """
16258
+ return pulumi.get(self, "load_balance_timeout")
16259
+
16260
+ @property
16261
+ @pulumi.getter(name="maxPoolSize")
16262
+ def max_pool_size(self) -> Optional[Any]:
16263
+ """
16264
+ The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
16265
+ """
16266
+ return pulumi.get(self, "max_pool_size")
16267
+
16268
+ @property
16269
+ @pulumi.getter(name="minPoolSize")
16270
+ def min_pool_size(self) -> Optional[Any]:
16271
+ """
16272
+ The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
16273
+ """
16274
+ return pulumi.get(self, "min_pool_size")
16275
+
16276
+ @property
16277
+ @pulumi.getter(name="multiSubnetFailover")
16278
+ def multi_subnet_failover(self) -> Optional[Any]:
16279
+ """
16280
+ If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16281
+ """
16282
+ return pulumi.get(self, "multi_subnet_failover")
16283
+
16284
+ @property
16285
+ @pulumi.getter(name="multipleActiveResultSets")
16286
+ def multiple_active_result_sets(self) -> Optional[Any]:
16287
+ """
16288
+ When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16289
+ """
16290
+ return pulumi.get(self, "multiple_active_result_sets")
16291
+
16292
+ @property
16293
+ @pulumi.getter(name="packetSize")
16294
+ def packet_size(self) -> Optional[Any]:
16295
+ """
16296
+ The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
16297
+ """
16298
+ return pulumi.get(self, "packet_size")
16299
+
15130
16300
  @property
15131
16301
  @pulumi.getter
15132
16302
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -15143,6 +16313,38 @@ class AzureSqlMILinkedServiceResponse(dict):
15143
16313
  """
15144
16314
  return pulumi.get(self, "password")
15145
16315
 
16316
+ @property
16317
+ @pulumi.getter
16318
+ def pooling(self) -> Optional[Any]:
16319
+ """
16320
+ Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16321
+ """
16322
+ return pulumi.get(self, "pooling")
16323
+
16324
+ @property
16325
+ @pulumi.getter
16326
+ def server(self) -> Optional[Any]:
16327
+ """
16328
+ The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
16329
+ """
16330
+ return pulumi.get(self, "server")
16331
+
16332
+ @property
16333
+ @pulumi.getter(name="servicePrincipalCredential")
16334
+ def service_principal_credential(self) -> Optional[Any]:
16335
+ """
16336
+ The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
16337
+ """
16338
+ return pulumi.get(self, "service_principal_credential")
16339
+
16340
+ @property
16341
+ @pulumi.getter(name="servicePrincipalCredentialType")
16342
+ def service_principal_credential_type(self) -> Optional[Any]:
16343
+ """
16344
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
16345
+ """
16346
+ return pulumi.get(self, "service_principal_credential_type")
16347
+
15146
16348
  @property
15147
16349
  @pulumi.getter(name="servicePrincipalId")
15148
16350
  def service_principal_id(self) -> Optional[Any]:
@@ -15167,6 +16369,22 @@ class AzureSqlMILinkedServiceResponse(dict):
15167
16369
  """
15168
16370
  return pulumi.get(self, "tenant")
15169
16371
 
16372
+ @property
16373
+ @pulumi.getter(name="trustServerCertificate")
16374
+ def trust_server_certificate(self) -> Optional[Any]:
16375
+ """
16376
+ Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
16377
+ """
16378
+ return pulumi.get(self, "trust_server_certificate")
16379
+
16380
+ @property
16381
+ @pulumi.getter(name="userName")
16382
+ def user_name(self) -> Optional[Any]:
16383
+ """
16384
+ The user name to be used when connecting to server. Type: string (or Expression with resultType string).
16385
+ """
16386
+ return pulumi.get(self, "user_name")
16387
+
15170
16388
 
15171
16389
  @pulumi.output_type
15172
16390
  class AzureSqlMITableDatasetResponse(dict):
@@ -77076,14 +78294,46 @@ class SqlServerLinkedServiceResponse(dict):
77076
78294
  @staticmethod
77077
78295
  def __key_warning(key: str):
77078
78296
  suggest = None
77079
- if key == "connectionString":
77080
- suggest = "connection_string"
77081
- elif key == "alwaysEncryptedSettings":
78297
+ if key == "alwaysEncryptedSettings":
77082
78298
  suggest = "always_encrypted_settings"
78299
+ elif key == "applicationIntent":
78300
+ suggest = "application_intent"
78301
+ elif key == "authenticationType":
78302
+ suggest = "authentication_type"
78303
+ elif key == "commandTimeout":
78304
+ suggest = "command_timeout"
78305
+ elif key == "connectRetryCount":
78306
+ suggest = "connect_retry_count"
78307
+ elif key == "connectRetryInterval":
78308
+ suggest = "connect_retry_interval"
78309
+ elif key == "connectTimeout":
78310
+ suggest = "connect_timeout"
77083
78311
  elif key == "connectVia":
77084
78312
  suggest = "connect_via"
78313
+ elif key == "connectionString":
78314
+ suggest = "connection_string"
77085
78315
  elif key == "encryptedCredential":
77086
78316
  suggest = "encrypted_credential"
78317
+ elif key == "failoverPartner":
78318
+ suggest = "failover_partner"
78319
+ elif key == "hostNameInCertificate":
78320
+ suggest = "host_name_in_certificate"
78321
+ elif key == "integratedSecurity":
78322
+ suggest = "integrated_security"
78323
+ elif key == "loadBalanceTimeout":
78324
+ suggest = "load_balance_timeout"
78325
+ elif key == "maxPoolSize":
78326
+ suggest = "max_pool_size"
78327
+ elif key == "minPoolSize":
78328
+ suggest = "min_pool_size"
78329
+ elif key == "multiSubnetFailover":
78330
+ suggest = "multi_subnet_failover"
78331
+ elif key == "multipleActiveResultSets":
78332
+ suggest = "multiple_active_result_sets"
78333
+ elif key == "packetSize":
78334
+ suggest = "packet_size"
78335
+ elif key == "trustServerCertificate":
78336
+ suggest = "trust_server_certificate"
77087
78337
  elif key == "userName":
77088
78338
  suggest = "user_name"
77089
78339
 
@@ -77099,57 +78349,130 @@ class SqlServerLinkedServiceResponse(dict):
77099
78349
  return super().get(key, default)
77100
78350
 
77101
78351
  def __init__(__self__, *,
77102
- connection_string: Any,
77103
78352
  type: str,
77104
78353
  always_encrypted_settings: Optional['outputs.SqlAlwaysEncryptedPropertiesResponse'] = None,
77105
78354
  annotations: Optional[Sequence[Any]] = None,
78355
+ application_intent: Optional[Any] = None,
78356
+ authentication_type: Optional[str] = None,
78357
+ command_timeout: Optional[Any] = None,
78358
+ connect_retry_count: Optional[Any] = None,
78359
+ connect_retry_interval: Optional[Any] = None,
78360
+ connect_timeout: Optional[Any] = None,
77106
78361
  connect_via: Optional['outputs.IntegrationRuntimeReferenceResponse'] = None,
78362
+ connection_string: Optional[Any] = None,
78363
+ database: Optional[Any] = None,
77107
78364
  description: Optional[str] = None,
78365
+ encrypt: Optional[Any] = None,
77108
78366
  encrypted_credential: Optional[str] = None,
78367
+ failover_partner: Optional[Any] = None,
78368
+ host_name_in_certificate: Optional[Any] = None,
78369
+ integrated_security: Optional[Any] = None,
78370
+ load_balance_timeout: Optional[Any] = None,
78371
+ max_pool_size: Optional[Any] = None,
78372
+ min_pool_size: Optional[Any] = None,
78373
+ multi_subnet_failover: Optional[Any] = None,
78374
+ multiple_active_result_sets: Optional[Any] = None,
78375
+ packet_size: Optional[Any] = None,
77109
78376
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
77110
78377
  password: Optional[Any] = None,
78378
+ pooling: Optional[Any] = None,
78379
+ server: Optional[Any] = None,
78380
+ trust_server_certificate: Optional[Any] = None,
77111
78381
  user_name: Optional[Any] = None):
77112
78382
  """
77113
78383
  SQL Server linked service.
77114
- :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
77115
78384
  :param str type: Type of linked service.
77116
78385
  Expected value is 'SqlServer'.
77117
78386
  :param 'SqlAlwaysEncryptedPropertiesResponse' always_encrypted_settings: Sql always encrypted properties.
77118
78387
  :param Sequence[Any] annotations: List of tags that can be used for describing the linked service.
78388
+ :param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
78389
+ :param str authentication_type: The type used for authentication. Type: string.
78390
+ :param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
78391
+ :param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
78392
+ :param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
78393
+ :param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
77119
78394
  :param 'IntegrationRuntimeReferenceResponse' connect_via: The integration runtime reference.
78395
+ :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
78396
+ :param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
77120
78397
  :param str description: Linked service description.
78398
+ :param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
77121
78399
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
78400
+ :param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
78401
+ :param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
78402
+ :param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
78403
+ :param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
78404
+ :param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
78405
+ :param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
78406
+ :param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78407
+ :param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78408
+ :param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
77122
78409
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
77123
78410
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: The on-premises Windows authentication password.
78411
+ :param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78412
+ :param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
78413
+ :param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
77124
78414
  :param Any user_name: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
77125
78415
  """
77126
- pulumi.set(__self__, "connection_string", connection_string)
77127
78416
  pulumi.set(__self__, "type", 'SqlServer')
77128
78417
  if always_encrypted_settings is not None:
77129
78418
  pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
77130
78419
  if annotations is not None:
77131
78420
  pulumi.set(__self__, "annotations", annotations)
78421
+ if application_intent is not None:
78422
+ pulumi.set(__self__, "application_intent", application_intent)
78423
+ if authentication_type is not None:
78424
+ pulumi.set(__self__, "authentication_type", authentication_type)
78425
+ if command_timeout is not None:
78426
+ pulumi.set(__self__, "command_timeout", command_timeout)
78427
+ if connect_retry_count is not None:
78428
+ pulumi.set(__self__, "connect_retry_count", connect_retry_count)
78429
+ if connect_retry_interval is not None:
78430
+ pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
78431
+ if connect_timeout is not None:
78432
+ pulumi.set(__self__, "connect_timeout", connect_timeout)
77132
78433
  if connect_via is not None:
77133
78434
  pulumi.set(__self__, "connect_via", connect_via)
78435
+ if connection_string is not None:
78436
+ pulumi.set(__self__, "connection_string", connection_string)
78437
+ if database is not None:
78438
+ pulumi.set(__self__, "database", database)
77134
78439
  if description is not None:
77135
78440
  pulumi.set(__self__, "description", description)
78441
+ if encrypt is not None:
78442
+ pulumi.set(__self__, "encrypt", encrypt)
77136
78443
  if encrypted_credential is not None:
77137
78444
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
78445
+ if failover_partner is not None:
78446
+ pulumi.set(__self__, "failover_partner", failover_partner)
78447
+ if host_name_in_certificate is not None:
78448
+ pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
78449
+ if integrated_security is not None:
78450
+ pulumi.set(__self__, "integrated_security", integrated_security)
78451
+ if load_balance_timeout is not None:
78452
+ pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
78453
+ if max_pool_size is not None:
78454
+ pulumi.set(__self__, "max_pool_size", max_pool_size)
78455
+ if min_pool_size is not None:
78456
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
78457
+ if multi_subnet_failover is not None:
78458
+ pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
78459
+ if multiple_active_result_sets is not None:
78460
+ pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
78461
+ if packet_size is not None:
78462
+ pulumi.set(__self__, "packet_size", packet_size)
77138
78463
  if parameters is not None:
77139
78464
  pulumi.set(__self__, "parameters", parameters)
77140
78465
  if password is not None:
77141
78466
  pulumi.set(__self__, "password", password)
78467
+ if pooling is not None:
78468
+ pulumi.set(__self__, "pooling", pooling)
78469
+ if server is not None:
78470
+ pulumi.set(__self__, "server", server)
78471
+ if trust_server_certificate is not None:
78472
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
77142
78473
  if user_name is not None:
77143
78474
  pulumi.set(__self__, "user_name", user_name)
77144
78475
 
77145
- @property
77146
- @pulumi.getter(name="connectionString")
77147
- def connection_string(self) -> Any:
77148
- """
77149
- The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
77150
- """
77151
- return pulumi.get(self, "connection_string")
77152
-
77153
78476
  @property
77154
78477
  @pulumi.getter
77155
78478
  def type(self) -> str:
@@ -77175,6 +78498,54 @@ class SqlServerLinkedServiceResponse(dict):
77175
78498
  """
77176
78499
  return pulumi.get(self, "annotations")
77177
78500
 
78501
+ @property
78502
+ @pulumi.getter(name="applicationIntent")
78503
+ def application_intent(self) -> Optional[Any]:
78504
+ """
78505
+ The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
78506
+ """
78507
+ return pulumi.get(self, "application_intent")
78508
+
78509
+ @property
78510
+ @pulumi.getter(name="authenticationType")
78511
+ def authentication_type(self) -> Optional[str]:
78512
+ """
78513
+ The type used for authentication. Type: string.
78514
+ """
78515
+ return pulumi.get(self, "authentication_type")
78516
+
78517
+ @property
78518
+ @pulumi.getter(name="commandTimeout")
78519
+ def command_timeout(self) -> Optional[Any]:
78520
+ """
78521
+ The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
78522
+ """
78523
+ return pulumi.get(self, "command_timeout")
78524
+
78525
+ @property
78526
+ @pulumi.getter(name="connectRetryCount")
78527
+ def connect_retry_count(self) -> Optional[Any]:
78528
+ """
78529
+ The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
78530
+ """
78531
+ return pulumi.get(self, "connect_retry_count")
78532
+
78533
+ @property
78534
+ @pulumi.getter(name="connectRetryInterval")
78535
+ def connect_retry_interval(self) -> Optional[Any]:
78536
+ """
78537
+ The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
78538
+ """
78539
+ return pulumi.get(self, "connect_retry_interval")
78540
+
78541
+ @property
78542
+ @pulumi.getter(name="connectTimeout")
78543
+ def connect_timeout(self) -> Optional[Any]:
78544
+ """
78545
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
78546
+ """
78547
+ return pulumi.get(self, "connect_timeout")
78548
+
77178
78549
  @property
77179
78550
  @pulumi.getter(name="connectVia")
77180
78551
  def connect_via(self) -> Optional['outputs.IntegrationRuntimeReferenceResponse']:
@@ -77183,6 +78554,22 @@ class SqlServerLinkedServiceResponse(dict):
77183
78554
  """
77184
78555
  return pulumi.get(self, "connect_via")
77185
78556
 
78557
+ @property
78558
+ @pulumi.getter(name="connectionString")
78559
+ def connection_string(self) -> Optional[Any]:
78560
+ """
78561
+ The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
78562
+ """
78563
+ return pulumi.get(self, "connection_string")
78564
+
78565
+ @property
78566
+ @pulumi.getter
78567
+ def database(self) -> Optional[Any]:
78568
+ """
78569
+ The name of the database, used by recommended version. Type: string (or Expression with resultType string).
78570
+ """
78571
+ return pulumi.get(self, "database")
78572
+
77186
78573
  @property
77187
78574
  @pulumi.getter
77188
78575
  def description(self) -> Optional[str]:
@@ -77191,6 +78578,14 @@ class SqlServerLinkedServiceResponse(dict):
77191
78578
  """
77192
78579
  return pulumi.get(self, "description")
77193
78580
 
78581
+ @property
78582
+ @pulumi.getter
78583
+ def encrypt(self) -> Optional[Any]:
78584
+ """
78585
+ Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
78586
+ """
78587
+ return pulumi.get(self, "encrypt")
78588
+
77194
78589
  @property
77195
78590
  @pulumi.getter(name="encryptedCredential")
77196
78591
  def encrypted_credential(self) -> Optional[str]:
@@ -77199,6 +78594,78 @@ class SqlServerLinkedServiceResponse(dict):
77199
78594
  """
77200
78595
  return pulumi.get(self, "encrypted_credential")
77201
78596
 
78597
+ @property
78598
+ @pulumi.getter(name="failoverPartner")
78599
+ def failover_partner(self) -> Optional[Any]:
78600
+ """
78601
+ The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
78602
+ """
78603
+ return pulumi.get(self, "failover_partner")
78604
+
78605
+ @property
78606
+ @pulumi.getter(name="hostNameInCertificate")
78607
+ def host_name_in_certificate(self) -> Optional[Any]:
78608
+ """
78609
+ The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
78610
+ """
78611
+ return pulumi.get(self, "host_name_in_certificate")
78612
+
78613
+ @property
78614
+ @pulumi.getter(name="integratedSecurity")
78615
+ def integrated_security(self) -> Optional[Any]:
78616
+ """
78617
+ Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
78618
+ """
78619
+ return pulumi.get(self, "integrated_security")
78620
+
78621
+ @property
78622
+ @pulumi.getter(name="loadBalanceTimeout")
78623
+ def load_balance_timeout(self) -> Optional[Any]:
78624
+ """
78625
+ The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
78626
+ """
78627
+ return pulumi.get(self, "load_balance_timeout")
78628
+
78629
+ @property
78630
+ @pulumi.getter(name="maxPoolSize")
78631
+ def max_pool_size(self) -> Optional[Any]:
78632
+ """
78633
+ The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
78634
+ """
78635
+ return pulumi.get(self, "max_pool_size")
78636
+
78637
+ @property
78638
+ @pulumi.getter(name="minPoolSize")
78639
+ def min_pool_size(self) -> Optional[Any]:
78640
+ """
78641
+ The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
78642
+ """
78643
+ return pulumi.get(self, "min_pool_size")
78644
+
78645
+ @property
78646
+ @pulumi.getter(name="multiSubnetFailover")
78647
+ def multi_subnet_failover(self) -> Optional[Any]:
78648
+ """
78649
+ If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78650
+ """
78651
+ return pulumi.get(self, "multi_subnet_failover")
78652
+
78653
+ @property
78654
+ @pulumi.getter(name="multipleActiveResultSets")
78655
+ def multiple_active_result_sets(self) -> Optional[Any]:
78656
+ """
78657
+ When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78658
+ """
78659
+ return pulumi.get(self, "multiple_active_result_sets")
78660
+
78661
+ @property
78662
+ @pulumi.getter(name="packetSize")
78663
+ def packet_size(self) -> Optional[Any]:
78664
+ """
78665
+ The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
78666
+ """
78667
+ return pulumi.get(self, "packet_size")
78668
+
77202
78669
  @property
77203
78670
  @pulumi.getter
77204
78671
  def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
@@ -77215,6 +78682,30 @@ class SqlServerLinkedServiceResponse(dict):
77215
78682
  """
77216
78683
  return pulumi.get(self, "password")
77217
78684
 
78685
+ @property
78686
+ @pulumi.getter
78687
+ def pooling(self) -> Optional[Any]:
78688
+ """
78689
+ Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78690
+ """
78691
+ return pulumi.get(self, "pooling")
78692
+
78693
+ @property
78694
+ @pulumi.getter
78695
+ def server(self) -> Optional[Any]:
78696
+ """
78697
+ The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
78698
+ """
78699
+ return pulumi.get(self, "server")
78700
+
78701
+ @property
78702
+ @pulumi.getter(name="trustServerCertificate")
78703
+ def trust_server_certificate(self) -> Optional[Any]:
78704
+ """
78705
+ Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
78706
+ """
78707
+ return pulumi.get(self, "trust_server_certificate")
78708
+
77218
78709
  @property
77219
78710
  @pulumi.getter(name="userName")
77220
78711
  def user_name(self) -> Optional[Any]: