pulumi-azure-native 2.62.0a1726562525__py3-none-any.whl → 2.63.0a1727187288__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 (1347) hide show
  1. pulumi_azure_native/__init__.py +232 -1
  2. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  3. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  4. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  5. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  6. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  7. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  8. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  9. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  10. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  11. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  12. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  13. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  14. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  15. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  16. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  17. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  18. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  19. pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
  20. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
  21. pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
  22. pulumi_azure_native/azuredatatransfer/v20240911/__init__.py +20 -0
  23. pulumi_azure_native/azuredatatransfer/v20240911/_enums.py +111 -0
  24. pulumi_azure_native/azuredatatransfer/v20240911/_inputs.py +1213 -0
  25. pulumi_azure_native/azuredatatransfer/v20240911/connection.py +258 -0
  26. pulumi_azure_native/azuredatatransfer/v20240911/flow.py +337 -0
  27. pulumi_azure_native/azuredatatransfer/v20240911/get_connection.py +162 -0
  28. pulumi_azure_native/azuredatatransfer/v20240911/get_flow.py +193 -0
  29. pulumi_azure_native/azuredatatransfer/v20240911/get_pipeline.py +162 -0
  30. pulumi_azure_native/azuredatatransfer/v20240911/list_azure_data_transfer_approved_schemas.py +85 -0
  31. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_connection.py +97 -0
  32. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_flow.py +97 -0
  33. pulumi_azure_native/azuredatatransfer/v20240911/list_list_schema.py +125 -0
  34. pulumi_azure_native/azuredatatransfer/v20240911/outputs.py +2123 -0
  35. pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +258 -0
  36. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  37. pulumi_azure_native/cognitiveservices/account.py +3 -3
  38. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  39. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  40. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  41. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  42. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  43. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  44. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  45. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  46. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  47. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  52. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  53. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  54. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  55. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  56. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  57. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  58. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  82. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  83. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  84. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  85. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +1 -1
  86. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +1 -1
  87. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +1 -1
  88. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +1 -1
  89. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +1 -1
  90. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +1 -1
  92. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +1 -1
  93. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +1 -1
  94. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +1 -1
  95. pulumi_azure_native/cognitiveservices/v20241001/__init__.py +31 -0
  96. pulumi_azure_native/cognitiveservices/v20241001/_enums.py +156 -0
  97. pulumi_azure_native/cognitiveservices/v20241001/_inputs.py +2577 -0
  98. pulumi_azure_native/cognitiveservices/v20241001/account.py +355 -0
  99. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan.py +347 -0
  100. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan_association.py +258 -0
  101. pulumi_azure_native/cognitiveservices/v20241001/deployment.py +289 -0
  102. pulumi_azure_native/cognitiveservices/v20241001/encryption_scope.py +260 -0
  103. pulumi_azure_native/cognitiveservices/v20241001/get_account.py +214 -0
  104. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan.py +206 -0
  105. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan_association.py +167 -0
  106. pulumi_azure_native/cognitiveservices/v20241001/get_deployment.py +180 -0
  107. pulumi_azure_native/cognitiveservices/v20241001/get_encryption_scope.py +167 -0
  108. pulumi_azure_native/cognitiveservices/v20241001/get_private_endpoint_connection.py +167 -0
  109. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist.py +167 -0
  110. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist_item.py +172 -0
  111. pulumi_azure_native/cognitiveservices/v20241001/get_rai_policy.py +167 -0
  112. pulumi_azure_native/cognitiveservices/v20241001/get_shared_commitment_plan.py +201 -0
  113. pulumi_azure_native/cognitiveservices/v20241001/list_account_keys.py +96 -0
  114. pulumi_azure_native/cognitiveservices/v20241001/outputs.py +3249 -0
  115. pulumi_azure_native/cognitiveservices/v20241001/private_endpoint_connection.py +260 -0
  116. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist.py +259 -0
  117. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist_item.py +280 -0
  118. pulumi_azure_native/cognitiveservices/v20241001/rai_policy.py +260 -0
  119. pulumi_azure_native/cognitiveservices/v20241001/shared_commitment_plan.py +326 -0
  120. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  122. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  123. pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +41 -1
  124. pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +29 -1
  125. pulumi_azure_native/containerservice/__init__.py +5 -0
  126. pulumi_azure_native/containerservice/_enums.py +15 -0
  127. pulumi_azure_native/containerservice/_inputs.py +37 -0
  128. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  129. pulumi_azure_native/containerservice/auto_upgrade_profile.py +343 -0
  130. pulumi_azure_native/containerservice/fleet.py +3 -3
  131. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  132. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  133. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  134. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +211 -0
  135. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  136. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  137. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  138. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  139. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  140. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  141. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  142. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  143. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  144. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  145. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  146. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  149. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  150. pulumi_azure_native/containerservice/outputs.py +23 -0
  151. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  152. pulumi_azure_native/containerservice/snapshot.py +3 -3
  153. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  154. pulumi_azure_native/containerservice/update_run.py +3 -3
  155. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  156. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  161. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  162. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  163. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  164. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  165. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  168. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  169. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  176. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  180. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  181. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  188. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  189. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  190. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  192. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  193. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  194. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  199. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  204. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  205. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  206. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  211. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  212. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  213. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  214. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  215. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  216. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  217. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  221. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  222. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  224. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  225. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  226. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  227. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  228. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  230. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  231. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  232. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  233. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  237. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  238. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  239. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  240. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  241. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  242. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  243. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  244. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  245. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  246. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  247. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  248. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  249. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  250. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  251. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  252. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  253. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  255. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  256. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  257. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  258. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  259. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  260. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  273. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  274. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  276. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  277. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  278. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  279. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  280. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  281. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  285. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  286. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  289. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  290. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  291. pulumi_azure_native/containerservice/v20240401/fleet.py +1 -1
  292. pulumi_azure_native/containerservice/v20240401/fleet_member.py +1 -1
  293. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +1 -1
  294. pulumi_azure_native/containerservice/v20240401/update_run.py +1 -1
  295. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  296. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  297. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  298. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  299. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  300. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  301. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  302. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  303. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  304. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  305. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  306. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  307. pulumi_azure_native/containerservice/v20240502preview/__init__.py +11 -0
  308. pulumi_azure_native/containerservice/v20240502preview/_enums.py +64 -0
  309. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +625 -0
  310. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  311. pulumi_azure_native/containerservice/v20240502preview/auto_upgrade_profile.py +341 -0
  312. pulumi_azure_native/containerservice/v20240502preview/fleet.py +307 -0
  313. pulumi_azure_native/containerservice/v20240502preview/fleet_member.py +269 -0
  314. pulumi_azure_native/containerservice/v20240502preview/fleet_update_strategy.py +241 -0
  315. pulumi_azure_native/containerservice/v20240502preview/get_auto_upgrade_profile.py +209 -0
  316. pulumi_azure_native/containerservice/v20240502preview/get_fleet.py +201 -0
  317. pulumi_azure_native/containerservice/v20240502preview/get_fleet_member.py +180 -0
  318. pulumi_azure_native/containerservice/v20240502preview/get_fleet_update_strategy.py +167 -0
  319. pulumi_azure_native/containerservice/v20240502preview/get_update_run.py +219 -0
  320. pulumi_azure_native/containerservice/v20240502preview/list_fleet_credentials.py +84 -0
  321. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  322. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  323. pulumi_azure_native/containerservice/v20240502preview/outputs.py +1235 -3
  324. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  325. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  326. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  327. pulumi_azure_native/containerservice/v20240502preview/update_run.py +362 -0
  328. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  329. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  330. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  331. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  332. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  333. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  334. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  335. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  336. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  337. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  339. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  340. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  341. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  342. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  343. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  344. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  345. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  346. pulumi_azure_native/containerservice/v20240801/__init__.py +25 -0
  347. pulumi_azure_native/containerservice/v20240801/_enums.py +628 -0
  348. pulumi_azure_native/containerservice/v20240801/_inputs.py +7532 -0
  349. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1420 -0
  350. pulumi_azure_native/containerservice/v20240801/get_agent_pool.py +687 -0
  351. pulumi_azure_native/containerservice/v20240801/get_maintenance_configuration.py +167 -0
  352. pulumi_azure_native/containerservice/v20240801/get_managed_cluster.py +721 -0
  353. pulumi_azure_native/containerservice/v20240801/get_private_endpoint_connection.py +154 -0
  354. pulumi_azure_native/containerservice/v20240801/get_snapshot.py +253 -0
  355. pulumi_azure_native/containerservice/v20240801/get_trusted_access_role_binding.py +167 -0
  356. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_admin_credentials.py +89 -0
  357. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_monitoring_user_credentials.py +89 -0
  358. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_user_credentials.py +94 -0
  359. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +279 -0
  360. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1353 -0
  361. pulumi_azure_native/containerservice/v20240801/outputs.py +6472 -0
  362. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +251 -0
  363. pulumi_azure_native/containerservice/v20240801/snapshot.py +347 -0
  364. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +260 -0
  365. pulumi_azure_native/datafactory/_inputs.py +20 -0
  366. pulumi_azure_native/datafactory/outputs.py +14 -0
  367. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  368. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  369. pulumi_azure_native/dbformysql/__init__.py +3 -0
  370. pulumi_azure_native/dbformysql/get_server.py +2 -2
  371. pulumi_azure_native/dbformysql/server.py +3 -3
  372. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  373. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  374. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  375. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  376. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  377. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  378. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  379. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  380. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  381. pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
  382. pulumi_azure_native/dbformysql/v20240601preview/__init__.py +12 -0
  383. pulumi_azure_native/dbformysql/v20240601preview/_enums.py +110 -0
  384. pulumi_azure_native/dbformysql/v20240601preview/_inputs.py +850 -0
  385. pulumi_azure_native/dbformysql/v20240601preview/get_server.py +409 -0
  386. pulumi_azure_native/dbformysql/v20240601preview/outputs.py +1147 -0
  387. pulumi_azure_native/dbformysql/v20240601preview/server.py +793 -0
  388. pulumi_azure_native/hybridnetwork/__init__.py +5 -0
  389. pulumi_azure_native/hybridnetwork/artifact_manifest.py +5 -1
  390. pulumi_azure_native/hybridnetwork/artifact_store.py +5 -1
  391. pulumi_azure_native/hybridnetwork/configuration_group_schema.py +5 -1
  392. pulumi_azure_native/hybridnetwork/configuration_group_value.py +5 -1
  393. pulumi_azure_native/hybridnetwork/get_artifact_manifest.py +4 -0
  394. pulumi_azure_native/hybridnetwork/get_artifact_store.py +4 -0
  395. pulumi_azure_native/hybridnetwork/get_configuration_group_schema.py +4 -0
  396. pulumi_azure_native/hybridnetwork/get_configuration_group_value.py +4 -0
  397. pulumi_azure_native/hybridnetwork/get_network_function.py +2 -2
  398. pulumi_azure_native/hybridnetwork/get_network_function_definition_group.py +4 -0
  399. pulumi_azure_native/hybridnetwork/get_network_function_definition_version.py +4 -0
  400. pulumi_azure_native/hybridnetwork/get_network_service_design_group.py +4 -0
  401. pulumi_azure_native/hybridnetwork/get_network_service_design_version.py +4 -0
  402. pulumi_azure_native/hybridnetwork/get_publisher.py +4 -0
  403. pulumi_azure_native/hybridnetwork/get_site.py +4 -0
  404. pulumi_azure_native/hybridnetwork/get_site_network_service.py +4 -0
  405. pulumi_azure_native/hybridnetwork/list_artifact_manifest_credential.py +4 -0
  406. pulumi_azure_native/hybridnetwork/list_artifact_store_network_fabric_controller_private_end_points.py +104 -0
  407. pulumi_azure_native/hybridnetwork/list_artifact_store_private_end_points.py +104 -0
  408. pulumi_azure_native/hybridnetwork/network_function.py +3 -3
  409. pulumi_azure_native/hybridnetwork/network_function_definition_group.py +5 -1
  410. pulumi_azure_native/hybridnetwork/network_function_definition_version.py +5 -1
  411. pulumi_azure_native/hybridnetwork/network_service_design_group.py +5 -1
  412. pulumi_azure_native/hybridnetwork/network_service_design_version.py +5 -1
  413. pulumi_azure_native/hybridnetwork/outputs.py +48 -0
  414. pulumi_azure_native/hybridnetwork/publisher.py +5 -1
  415. pulumi_azure_native/hybridnetwork/site.py +5 -1
  416. pulumi_azure_native/hybridnetwork/site_network_service.py +5 -1
  417. pulumi_azure_native/hybridnetwork/v20220101preview/network_function.py +1 -1
  418. pulumi_azure_native/hybridnetwork/v20230901/artifact_manifest.py +1 -1
  419. pulumi_azure_native/hybridnetwork/v20230901/artifact_store.py +1 -1
  420. pulumi_azure_native/hybridnetwork/v20230901/configuration_group_schema.py +1 -1
  421. pulumi_azure_native/hybridnetwork/v20230901/configuration_group_value.py +1 -1
  422. pulumi_azure_native/hybridnetwork/v20230901/network_function.py +1 -1
  423. pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_group.py +1 -1
  424. pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_version.py +1 -1
  425. pulumi_azure_native/hybridnetwork/v20230901/network_service_design_group.py +1 -1
  426. pulumi_azure_native/hybridnetwork/v20230901/network_service_design_version.py +1 -1
  427. pulumi_azure_native/hybridnetwork/v20230901/publisher.py +1 -1
  428. pulumi_azure_native/hybridnetwork/v20230901/site.py +1 -1
  429. pulumi_azure_native/hybridnetwork/v20230901/site_network_service.py +1 -1
  430. pulumi_azure_native/hybridnetwork/v20240415/__init__.py +37 -0
  431. pulumi_azure_native/hybridnetwork/v20240415/_enums.py +205 -0
  432. pulumi_azure_native/hybridnetwork/v20240415/_inputs.py +4689 -0
  433. pulumi_azure_native/hybridnetwork/v20240415/artifact_manifest.py +300 -0
  434. pulumi_azure_native/hybridnetwork/v20240415/artifact_store.py +279 -0
  435. pulumi_azure_native/hybridnetwork/v20240415/configuration_group_schema.py +278 -0
  436. pulumi_azure_native/hybridnetwork/v20240415/configuration_group_value.py +257 -0
  437. pulumi_azure_native/hybridnetwork/v20240415/get_artifact_manifest.py +172 -0
  438. pulumi_azure_native/hybridnetwork/v20240415/get_artifact_store.py +167 -0
  439. pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_schema.py +167 -0
  440. pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_value.py +162 -0
  441. pulumi_azure_native/hybridnetwork/v20240415/get_network_function.py +188 -0
  442. pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_group.py +167 -0
  443. pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_version.py +172 -0
  444. pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_group.py +167 -0
  445. pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_version.py +172 -0
  446. pulumi_azure_native/hybridnetwork/v20240415/get_publisher.py +175 -0
  447. pulumi_azure_native/hybridnetwork/v20240415/get_site.py +162 -0
  448. pulumi_azure_native/hybridnetwork/v20240415/get_site_network_service.py +188 -0
  449. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_manifest_credential.py +93 -0
  450. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_network_fabric_controller_private_end_points.py +102 -0
  451. pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_private_end_points.py +102 -0
  452. pulumi_azure_native/hybridnetwork/v20240415/network_function.py +297 -0
  453. pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_group.py +278 -0
  454. pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_version.py +300 -0
  455. pulumi_azure_native/hybridnetwork/v20240415/network_service_design_group.py +278 -0
  456. pulumi_azure_native/hybridnetwork/v20240415/network_service_design_version.py +300 -0
  457. pulumi_azure_native/hybridnetwork/v20240415/outputs.py +4660 -0
  458. pulumi_azure_native/hybridnetwork/v20240415/publisher.py +287 -0
  459. pulumi_azure_native/hybridnetwork/v20240415/site.py +257 -0
  460. pulumi_azure_native/hybridnetwork/v20240415/site_network_service.py +316 -0
  461. pulumi_azure_native/insights/__init__.py +3 -0
  462. pulumi_azure_native/insights/get_scheduled_query_rule.py +11 -11
  463. pulumi_azure_native/insights/scheduled_query_rule.py +27 -27
  464. pulumi_azure_native/insights/v20180416/scheduled_query_rule.py +1 -1
  465. pulumi_azure_native/insights/v20200501preview/scheduled_query_rule.py +1 -1
  466. pulumi_azure_native/insights/v20220801preview/get_scheduled_query_rule.py +9 -9
  467. pulumi_azure_native/insights/v20220801preview/scheduled_query_rule.py +25 -25
  468. pulumi_azure_native/insights/v20230315preview/get_scheduled_query_rule.py +9 -9
  469. pulumi_azure_native/insights/v20230315preview/scheduled_query_rule.py +25 -25
  470. pulumi_azure_native/insights/v20231201/get_scheduled_query_rule.py +9 -9
  471. pulumi_azure_native/insights/v20231201/scheduled_query_rule.py +25 -25
  472. pulumi_azure_native/insights/v20240101preview/__init__.py +12 -0
  473. pulumi_azure_native/insights/v20240101preview/_enums.py +71 -0
  474. pulumi_azure_native/insights/v20240101preview/_inputs.py +648 -0
  475. pulumi_azure_native/insights/v20240101preview/get_scheduled_query_rule.py +435 -0
  476. pulumi_azure_native/insights/v20240101preview/outputs.py +719 -0
  477. pulumi_azure_native/insights/v20240101preview/scheduled_query_rule.py +794 -0
  478. pulumi_azure_native/maps/__init__.py +3 -0
  479. pulumi_azure_native/maps/account.py +3 -3
  480. pulumi_azure_native/maps/creator.py +3 -3
  481. pulumi_azure_native/maps/get_account.py +2 -2
  482. pulumi_azure_native/maps/get_creator.py +2 -2
  483. pulumi_azure_native/maps/list_account_keys.py +2 -2
  484. pulumi_azure_native/maps/list_account_sas.py +2 -2
  485. pulumi_azure_native/maps/v20180501/account.py +1 -1
  486. pulumi_azure_native/maps/v20200201preview/creator.py +1 -1
  487. pulumi_azure_native/maps/v20210201/account.py +1 -1
  488. pulumi_azure_native/maps/v20210201/creator.py +1 -1
  489. pulumi_azure_native/maps/v20211201preview/account.py +1 -1
  490. pulumi_azure_native/maps/v20211201preview/creator.py +1 -1
  491. pulumi_azure_native/maps/v20230601/account.py +1 -1
  492. pulumi_azure_native/maps/v20230601/creator.py +1 -1
  493. pulumi_azure_native/maps/v20230801preview/account.py +1 -1
  494. pulumi_azure_native/maps/v20230801preview/creator.py +1 -1
  495. pulumi_azure_native/maps/v20231201preview/account.py +1 -1
  496. pulumi_azure_native/maps/v20231201preview/creator.py +1 -1
  497. pulumi_azure_native/maps/v20240101preview/account.py +1 -1
  498. pulumi_azure_native/maps/v20240101preview/creator.py +1 -1
  499. pulumi_azure_native/maps/v20240701preview/__init__.py +16 -0
  500. pulumi_azure_native/maps/v20240701preview/_enums.py +54 -0
  501. pulumi_azure_native/maps/v20240701preview/_inputs.py +695 -0
  502. pulumi_azure_native/maps/v20240701preview/account.py +346 -0
  503. pulumi_azure_native/maps/v20240701preview/creator.py +279 -0
  504. pulumi_azure_native/maps/v20240701preview/get_account.py +201 -0
  505. pulumi_azure_native/maps/v20240701preview/get_creator.py +167 -0
  506. pulumi_azure_native/maps/v20240701preview/list_account_keys.py +122 -0
  507. pulumi_azure_native/maps/v20240701preview/list_account_sas.py +122 -0
  508. pulumi_azure_native/maps/v20240701preview/outputs.py +862 -0
  509. pulumi_azure_native/monitor/__init__.py +3 -0
  510. pulumi_azure_native/monitor/get_pipeline_group.py +4 -0
  511. pulumi_azure_native/monitor/pipeline_group.py +5 -1
  512. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +1 -1
  513. pulumi_azure_native/monitor/v20241001preview/__init__.py +12 -0
  514. pulumi_azure_native/monitor/v20241001preview/_enums.py +159 -0
  515. pulumi_azure_native/monitor/v20241001preview/_inputs.py +1888 -0
  516. pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py +175 -0
  517. pulumi_azure_native/monitor/v20241001preview/outputs.py +1573 -0
  518. pulumi_azure_native/monitor/v20241001preview/pipeline_group.py +287 -0
  519. pulumi_azure_native/programmableconnectivity/__init__.py +22 -0
  520. pulumi_azure_native/programmableconnectivity/_enums.py +23 -0
  521. pulumi_azure_native/programmableconnectivity/_inputs.py +238 -0
  522. pulumi_azure_native/programmableconnectivity/gateway.py +259 -0
  523. pulumi_azure_native/programmableconnectivity/get_gateway.py +190 -0
  524. pulumi_azure_native/programmableconnectivity/get_operator_api_connection.py +281 -0
  525. pulumi_azure_native/programmableconnectivity/operator_api_connection.py +468 -0
  526. pulumi_azure_native/programmableconnectivity/outputs.py +345 -0
  527. pulumi_azure_native/programmableconnectivity/v20240115preview/__init__.py +14 -0
  528. pulumi_azure_native/programmableconnectivity/v20240115preview/_enums.py +23 -0
  529. pulumi_azure_native/programmableconnectivity/v20240115preview/_inputs.py +238 -0
  530. pulumi_azure_native/programmableconnectivity/v20240115preview/gateway.py +257 -0
  531. pulumi_azure_native/programmableconnectivity/v20240115preview/get_gateway.py +188 -0
  532. pulumi_azure_native/programmableconnectivity/v20240115preview/get_operator_api_connection.py +279 -0
  533. pulumi_azure_native/programmableconnectivity/v20240115preview/operator_api_connection.py +466 -0
  534. pulumi_azure_native/programmableconnectivity/v20240115preview/outputs.py +345 -0
  535. pulumi_azure_native/pulumi-plugin.json +1 -1
  536. pulumi_azure_native/relay/__init__.py +3 -0
  537. pulumi_azure_native/relay/get_hybrid_connection.py +4 -0
  538. pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +2 -2
  539. pulumi_azure_native/relay/get_namespace.py +4 -0
  540. pulumi_azure_native/relay/get_namespace_authorization_rule.py +2 -2
  541. pulumi_azure_native/relay/get_private_endpoint_connection.py +2 -2
  542. pulumi_azure_native/relay/get_wcf_relay.py +2 -2
  543. pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +2 -2
  544. pulumi_azure_native/relay/hybrid_connection.py +5 -1
  545. pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +3 -3
  546. pulumi_azure_native/relay/list_hybrid_connection_keys.py +4 -0
  547. pulumi_azure_native/relay/list_namespace_keys.py +4 -0
  548. pulumi_azure_native/relay/list_wcf_relay_keys.py +4 -0
  549. pulumi_azure_native/relay/namespace.py +5 -1
  550. pulumi_azure_native/relay/namespace_authorization_rule.py +3 -3
  551. pulumi_azure_native/relay/private_endpoint_connection.py +3 -3
  552. pulumi_azure_native/relay/v20170401/hybrid_connection_authorization_rule.py +1 -1
  553. pulumi_azure_native/relay/v20170401/namespace_authorization_rule.py +1 -1
  554. pulumi_azure_native/relay/v20170401/wcf_relay_authorization_rule.py +1 -1
  555. pulumi_azure_native/relay/v20180101preview/private_endpoint_connection.py +1 -1
  556. pulumi_azure_native/relay/v20211101/hybrid_connection.py +1 -1
  557. pulumi_azure_native/relay/v20211101/hybrid_connection_authorization_rule.py +1 -1
  558. pulumi_azure_native/relay/v20211101/namespace.py +1 -1
  559. pulumi_azure_native/relay/v20211101/namespace_authorization_rule.py +1 -1
  560. pulumi_azure_native/relay/v20211101/private_endpoint_connection.py +1 -1
  561. pulumi_azure_native/relay/v20211101/wcf_relay.py +1 -1
  562. pulumi_azure_native/relay/v20211101/wcf_relay_authorization_rule.py +1 -1
  563. pulumi_azure_native/relay/v20240101/__init__.py +27 -0
  564. pulumi_azure_native/relay/v20240101/_enums.py +74 -0
  565. pulumi_azure_native/relay/v20240101/_inputs.py +253 -0
  566. pulumi_azure_native/relay/v20240101/get_hybrid_connection.py +206 -0
  567. pulumi_azure_native/relay/v20240101/get_hybrid_connection_authorization_rule.py +159 -0
  568. pulumi_azure_native/relay/v20240101/get_namespace.py +266 -0
  569. pulumi_azure_native/relay/v20240101/get_namespace_authorization_rule.py +154 -0
  570. pulumi_azure_native/relay/v20240101/get_private_endpoint_connection.py +180 -0
  571. pulumi_azure_native/relay/v20240101/get_wcf_relay.py +245 -0
  572. pulumi_azure_native/relay/v20240101/get_wcf_relay_authorization_rule.py +159 -0
  573. pulumi_azure_native/relay/v20240101/hybrid_connection.py +288 -0
  574. pulumi_azure_native/relay/v20240101/hybrid_connection_authorization_rule.py +252 -0
  575. pulumi_azure_native/relay/v20240101/list_hybrid_connection_keys.py +145 -0
  576. pulumi_azure_native/relay/v20240101/list_namespace_keys.py +140 -0
  577. pulumi_azure_native/relay/v20240101/list_wcf_relay_keys.py +145 -0
  578. pulumi_azure_native/relay/v20240101/namespace.py +383 -0
  579. pulumi_azure_native/relay/v20240101/namespace_authorization_rule.py +231 -0
  580. pulumi_azure_native/relay/v20240101/outputs.py +353 -0
  581. pulumi_azure_native/relay/v20240101/private_endpoint_connection.py +289 -0
  582. pulumi_azure_native/relay/v20240101/wcf_relay.py +357 -0
  583. pulumi_azure_native/relay/v20240101/wcf_relay_authorization_rule.py +252 -0
  584. pulumi_azure_native/relay/wcf_relay.py +3 -3
  585. pulumi_azure_native/relay/wcf_relay_authorization_rule.py +3 -3
  586. pulumi_azure_native/signalrservice/__init__.py +3 -0
  587. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  588. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  589. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  590. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  591. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  592. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  593. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  594. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  595. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  596. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  597. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  598. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  599. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  600. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  601. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  602. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  603. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  604. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  605. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  606. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  607. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  608. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  609. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  610. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  611. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  612. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  613. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  614. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  615. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  616. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  617. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  618. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  619. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  620. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  621. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  622. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  623. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  624. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  625. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  626. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  627. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  628. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  629. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  630. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  631. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  632. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  633. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  634. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  635. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
  636. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
  637. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
  638. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
  639. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
  640. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
  641. pulumi_azure_native/signalrservice/v20240801preview/__init__.py +23 -0
  642. pulumi_azure_native/signalrservice/v20240801preview/_enums.py +102 -0
  643. pulumi_azure_native/signalrservice/v20240801preview/_inputs.py +1650 -0
  644. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r.py +502 -0
  645. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_certificate.py +180 -0
  646. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_domain.py +167 -0
  647. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_private_endpoint_connection.py +180 -0
  648. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_replica.py +209 -0
  649. pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_shared_private_link_resource.py +206 -0
  650. pulumi_azure_native/signalrservice/v20240801preview/list_signal_r_keys.py +122 -0
  651. pulumi_azure_native/signalrservice/v20240801preview/outputs.py +1750 -0
  652. pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +892 -0
  653. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +289 -0
  654. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +260 -0
  655. pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +270 -0
  656. pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +367 -0
  657. pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +328 -0
  658. pulumi_azure_native/sql/__init__.py +3 -0
  659. pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
  660. pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
  661. pulumi_azure_native/sql/data_masking_policy.py +3 -3
  662. pulumi_azure_native/sql/database.py +3 -3
  663. pulumi_azure_native/sql/database_advisor.py +3 -3
  664. pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
  665. pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
  666. pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
  667. pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
  668. pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
  669. pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
  670. pulumi_azure_native/sql/distributed_availability_group.py +3 -3
  671. pulumi_azure_native/sql/elastic_pool.py +3 -3
  672. pulumi_azure_native/sql/encryption_protector.py +3 -3
  673. pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
  674. pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
  675. pulumi_azure_native/sql/failover_group.py +3 -3
  676. pulumi_azure_native/sql/firewall_rule.py +3 -3
  677. pulumi_azure_native/sql/geo_backup_policy.py +3 -3
  678. pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
  679. pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
  680. pulumi_azure_native/sql/get_database.py +2 -2
  681. pulumi_azure_native/sql/get_database_advisor.py +2 -2
  682. pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
  683. pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
  684. pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
  685. pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
  686. pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
  687. pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
  688. pulumi_azure_native/sql/get_elastic_pool.py +2 -2
  689. pulumi_azure_native/sql/get_encryption_protector.py +2 -2
  690. pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
  691. pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
  692. pulumi_azure_native/sql/get_failover_group.py +2 -2
  693. pulumi_azure_native/sql/get_firewall_rule.py +2 -2
  694. pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
  695. pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
  696. pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
  697. pulumi_azure_native/sql/get_instance_pool.py +2 -2
  698. pulumi_azure_native/sql/get_job.py +2 -2
  699. pulumi_azure_native/sql/get_job_agent.py +2 -2
  700. pulumi_azure_native/sql/get_job_credential.py +2 -2
  701. pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
  702. pulumi_azure_native/sql/get_job_step.py +2 -2
  703. pulumi_azure_native/sql/get_job_target_group.py +2 -2
  704. pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
  705. pulumi_azure_native/sql/get_managed_database.py +2 -2
  706. pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
  707. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
  708. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
  709. pulumi_azure_native/sql/get_managed_instance.py +2 -2
  710. pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
  711. pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
  712. pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
  713. pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
  714. pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
  715. pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
  716. pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
  717. pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
  718. pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
  719. pulumi_azure_native/sql/get_replication_link.py +2 -2
  720. pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
  721. pulumi_azure_native/sql/get_server.py +2 -2
  722. pulumi_azure_native/sql/get_server_advisor.py +2 -2
  723. pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
  724. pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
  725. pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
  726. pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
  727. pulumi_azure_native/sql/get_server_key.py +2 -2
  728. pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
  729. pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
  730. pulumi_azure_native/sql/get_server_trust_group.py +2 -2
  731. pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
  732. pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
  733. pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
  734. pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
  735. pulumi_azure_native/sql/get_sync_agent.py +2 -2
  736. pulumi_azure_native/sql/get_sync_group.py +2 -2
  737. pulumi_azure_native/sql/get_sync_member.py +2 -2
  738. pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
  739. pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
  740. pulumi_azure_native/sql/get_workload_classifier.py +2 -2
  741. pulumi_azure_native/sql/get_workload_group.py +2 -2
  742. pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
  743. pulumi_azure_native/sql/instance_failover_group.py +3 -3
  744. pulumi_azure_native/sql/instance_pool.py +3 -3
  745. pulumi_azure_native/sql/job.py +3 -3
  746. pulumi_azure_native/sql/job_agent.py +3 -3
  747. pulumi_azure_native/sql/job_credential.py +3 -3
  748. pulumi_azure_native/sql/job_private_endpoint.py +3 -3
  749. pulumi_azure_native/sql/job_step.py +3 -3
  750. pulumi_azure_native/sql/job_target_group.py +3 -3
  751. pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
  752. pulumi_azure_native/sql/managed_database.py +3 -3
  753. pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
  754. pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
  755. pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
  756. pulumi_azure_native/sql/managed_instance.py +3 -3
  757. pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
  758. pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
  759. pulumi_azure_native/sql/managed_instance_key.py +3 -3
  760. pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
  761. pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
  762. pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
  763. pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
  764. pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
  765. pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
  766. pulumi_azure_native/sql/replication_link.py +3 -3
  767. pulumi_azure_native/sql/sensitivity_label.py +3 -3
  768. pulumi_azure_native/sql/server.py +3 -3
  769. pulumi_azure_native/sql/server_advisor.py +3 -3
  770. pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
  771. pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
  772. pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
  773. pulumi_azure_native/sql/server_dns_alias.py +3 -3
  774. pulumi_azure_native/sql/server_key.py +3 -3
  775. pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
  776. pulumi_azure_native/sql/server_trust_certificate.py +3 -3
  777. pulumi_azure_native/sql/server_trust_group.py +3 -3
  778. pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
  779. pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
  780. pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
  781. pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
  782. pulumi_azure_native/sql/sync_agent.py +3 -3
  783. pulumi_azure_native/sql/sync_group.py +3 -3
  784. pulumi_azure_native/sql/sync_member.py +3 -3
  785. pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
  786. pulumi_azure_native/sql/v20140401/database.py +1 -1
  787. pulumi_azure_native/sql/v20140401/database_advisor.py +1 -1
  788. pulumi_azure_native/sql/v20140401/database_threat_detection_policy.py +1 -1
  789. pulumi_azure_native/sql/v20140401/elastic_pool.py +1 -1
  790. pulumi_azure_native/sql/v20140401/firewall_rule.py +1 -1
  791. pulumi_azure_native/sql/v20140401/server.py +1 -1
  792. pulumi_azure_native/sql/v20140401/server_advisor.py +1 -1
  793. pulumi_azure_native/sql/v20140401/server_azure_ad_administrator.py +1 -1
  794. pulumi_azure_native/sql/v20140401/transparent_data_encryption.py +1 -1
  795. pulumi_azure_native/sql/v20150501preview/server_key.py +1 -1
  796. pulumi_azure_native/sql/v20170301preview/backup_long_term_retention_policy.py +1 -1
  797. pulumi_azure_native/sql/v20170301preview/server_security_alert_policy.py +1 -1
  798. pulumi_azure_native/sql/v20180601preview/database_security_alert_policy.py +1 -1
  799. pulumi_azure_native/sql/v20190601preview/database.py +1 -1
  800. pulumi_azure_native/sql/v20200202preview/database.py +1 -1
  801. pulumi_azure_native/sql/v20200801preview/database.py +1 -1
  802. pulumi_azure_native/sql/v20210201preview/managed_instance.py +1 -1
  803. pulumi_azure_native/sql/v20211101/backup_short_term_retention_policy.py +1 -1
  804. pulumi_azure_native/sql/v20211101/data_masking_policy.py +1 -1
  805. pulumi_azure_native/sql/v20211101/database.py +1 -1
  806. pulumi_azure_native/sql/v20211101/database_advisor.py +1 -1
  807. pulumi_azure_native/sql/v20211101/database_blob_auditing_policy.py +1 -1
  808. pulumi_azure_native/sql/v20211101/database_security_alert_policy.py +1 -1
  809. pulumi_azure_native/sql/v20211101/database_vulnerability_assessment.py +1 -1
  810. pulumi_azure_native/sql/v20211101/database_vulnerability_assessment_rule_baseline.py +1 -1
  811. pulumi_azure_native/sql/v20211101/distributed_availability_group.py +1 -1
  812. pulumi_azure_native/sql/v20211101/elastic_pool.py +1 -1
  813. pulumi_azure_native/sql/v20211101/encryption_protector.py +1 -1
  814. pulumi_azure_native/sql/v20211101/extended_database_blob_auditing_policy.py +1 -1
  815. pulumi_azure_native/sql/v20211101/extended_server_blob_auditing_policy.py +1 -1
  816. pulumi_azure_native/sql/v20211101/failover_group.py +1 -1
  817. pulumi_azure_native/sql/v20211101/firewall_rule.py +1 -1
  818. pulumi_azure_native/sql/v20211101/geo_backup_policy.py +1 -1
  819. pulumi_azure_native/sql/v20211101/i_pv6_firewall_rule.py +1 -1
  820. pulumi_azure_native/sql/v20211101/instance_failover_group.py +1 -1
  821. pulumi_azure_native/sql/v20211101/instance_pool.py +1 -1
  822. pulumi_azure_native/sql/v20211101/job.py +1 -1
  823. pulumi_azure_native/sql/v20211101/job_agent.py +1 -1
  824. pulumi_azure_native/sql/v20211101/job_credential.py +1 -1
  825. pulumi_azure_native/sql/v20211101/job_step.py +1 -1
  826. pulumi_azure_native/sql/v20211101/job_target_group.py +1 -1
  827. pulumi_azure_native/sql/v20211101/long_term_retention_policy.py +1 -1
  828. pulumi_azure_native/sql/v20211101/managed_database.py +1 -1
  829. pulumi_azure_native/sql/v20211101/managed_database_sensitivity_label.py +1 -1
  830. pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment.py +1 -1
  831. pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  832. pulumi_azure_native/sql/v20211101/managed_instance.py +1 -1
  833. pulumi_azure_native/sql/v20211101/managed_instance_administrator.py +1 -1
  834. pulumi_azure_native/sql/v20211101/managed_instance_azure_ad_only_authentication.py +1 -1
  835. pulumi_azure_native/sql/v20211101/managed_instance_key.py +1 -1
  836. pulumi_azure_native/sql/v20211101/managed_instance_private_endpoint_connection.py +1 -1
  837. pulumi_azure_native/sql/v20211101/managed_instance_vulnerability_assessment.py +1 -1
  838. pulumi_azure_native/sql/v20211101/managed_server_dns_alias.py +1 -1
  839. pulumi_azure_native/sql/v20211101/outbound_firewall_rule.py +1 -1
  840. pulumi_azure_native/sql/v20211101/private_endpoint_connection.py +1 -1
  841. pulumi_azure_native/sql/v20211101/sensitivity_label.py +1 -1
  842. pulumi_azure_native/sql/v20211101/server.py +1 -1
  843. pulumi_azure_native/sql/v20211101/server_advisor.py +1 -1
  844. pulumi_azure_native/sql/v20211101/server_azure_ad_administrator.py +1 -1
  845. pulumi_azure_native/sql/v20211101/server_azure_ad_only_authentication.py +1 -1
  846. pulumi_azure_native/sql/v20211101/server_blob_auditing_policy.py +1 -1
  847. pulumi_azure_native/sql/v20211101/server_dns_alias.py +1 -1
  848. pulumi_azure_native/sql/v20211101/server_key.py +1 -1
  849. pulumi_azure_native/sql/v20211101/server_security_alert_policy.py +1 -1
  850. pulumi_azure_native/sql/v20211101/server_trust_certificate.py +1 -1
  851. pulumi_azure_native/sql/v20211101/server_trust_group.py +1 -1
  852. pulumi_azure_native/sql/v20211101/server_vulnerability_assessment.py +1 -1
  853. pulumi_azure_native/sql/v20211101/sync_agent.py +1 -1
  854. pulumi_azure_native/sql/v20211101/sync_group.py +1 -1
  855. pulumi_azure_native/sql/v20211101/sync_member.py +1 -1
  856. pulumi_azure_native/sql/v20211101/transparent_data_encryption.py +1 -1
  857. pulumi_azure_native/sql/v20211101/virtual_network_rule.py +1 -1
  858. pulumi_azure_native/sql/v20211101/workload_classifier.py +1 -1
  859. pulumi_azure_native/sql/v20211101/workload_group.py +1 -1
  860. pulumi_azure_native/sql/v20221101preview/backup_short_term_retention_policy.py +1 -1
  861. pulumi_azure_native/sql/v20221101preview/data_masking_policy.py +1 -1
  862. pulumi_azure_native/sql/v20221101preview/database.py +1 -1
  863. pulumi_azure_native/sql/v20221101preview/database_advisor.py +1 -1
  864. pulumi_azure_native/sql/v20221101preview/database_blob_auditing_policy.py +1 -1
  865. pulumi_azure_native/sql/v20221101preview/database_security_alert_policy.py +1 -1
  866. pulumi_azure_native/sql/v20221101preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  867. pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment.py +1 -1
  868. pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  869. pulumi_azure_native/sql/v20221101preview/distributed_availability_group.py +1 -1
  870. pulumi_azure_native/sql/v20221101preview/elastic_pool.py +1 -1
  871. pulumi_azure_native/sql/v20221101preview/encryption_protector.py +1 -1
  872. pulumi_azure_native/sql/v20221101preview/extended_database_blob_auditing_policy.py +1 -1
  873. pulumi_azure_native/sql/v20221101preview/extended_server_blob_auditing_policy.py +1 -1
  874. pulumi_azure_native/sql/v20221101preview/failover_group.py +1 -1
  875. pulumi_azure_native/sql/v20221101preview/firewall_rule.py +1 -1
  876. pulumi_azure_native/sql/v20221101preview/geo_backup_policy.py +1 -1
  877. pulumi_azure_native/sql/v20221101preview/i_pv6_firewall_rule.py +1 -1
  878. pulumi_azure_native/sql/v20221101preview/instance_failover_group.py +1 -1
  879. pulumi_azure_native/sql/v20221101preview/instance_pool.py +1 -1
  880. pulumi_azure_native/sql/v20221101preview/job.py +1 -1
  881. pulumi_azure_native/sql/v20221101preview/job_agent.py +1 -1
  882. pulumi_azure_native/sql/v20221101preview/job_credential.py +1 -1
  883. pulumi_azure_native/sql/v20221101preview/job_step.py +1 -1
  884. pulumi_azure_native/sql/v20221101preview/job_target_group.py +1 -1
  885. pulumi_azure_native/sql/v20221101preview/long_term_retention_policy.py +1 -1
  886. pulumi_azure_native/sql/v20221101preview/managed_database.py +1 -1
  887. pulumi_azure_native/sql/v20221101preview/managed_database_sensitivity_label.py +1 -1
  888. pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment.py +1 -1
  889. pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  890. pulumi_azure_native/sql/v20221101preview/managed_instance.py +1 -1
  891. pulumi_azure_native/sql/v20221101preview/managed_instance_administrator.py +1 -1
  892. pulumi_azure_native/sql/v20221101preview/managed_instance_azure_ad_only_authentication.py +1 -1
  893. pulumi_azure_native/sql/v20221101preview/managed_instance_key.py +1 -1
  894. pulumi_azure_native/sql/v20221101preview/managed_instance_long_term_retention_policy.py +1 -1
  895. pulumi_azure_native/sql/v20221101preview/managed_instance_private_endpoint_connection.py +1 -1
  896. pulumi_azure_native/sql/v20221101preview/managed_instance_vulnerability_assessment.py +1 -1
  897. pulumi_azure_native/sql/v20221101preview/managed_server_dns_alias.py +1 -1
  898. pulumi_azure_native/sql/v20221101preview/outbound_firewall_rule.py +1 -1
  899. pulumi_azure_native/sql/v20221101preview/private_endpoint_connection.py +1 -1
  900. pulumi_azure_native/sql/v20221101preview/sensitivity_label.py +1 -1
  901. pulumi_azure_native/sql/v20221101preview/server.py +1 -1
  902. pulumi_azure_native/sql/v20221101preview/server_advisor.py +1 -1
  903. pulumi_azure_native/sql/v20221101preview/server_azure_ad_administrator.py +1 -1
  904. pulumi_azure_native/sql/v20221101preview/server_azure_ad_only_authentication.py +1 -1
  905. pulumi_azure_native/sql/v20221101preview/server_blob_auditing_policy.py +1 -1
  906. pulumi_azure_native/sql/v20221101preview/server_dns_alias.py +1 -1
  907. pulumi_azure_native/sql/v20221101preview/server_key.py +1 -1
  908. pulumi_azure_native/sql/v20221101preview/server_security_alert_policy.py +1 -1
  909. pulumi_azure_native/sql/v20221101preview/server_trust_certificate.py +1 -1
  910. pulumi_azure_native/sql/v20221101preview/server_trust_group.py +1 -1
  911. pulumi_azure_native/sql/v20221101preview/server_vulnerability_assessment.py +1 -1
  912. pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  913. pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessments_setting.py +1 -1
  914. pulumi_azure_native/sql/v20221101preview/start_stop_managed_instance_schedule.py +1 -1
  915. pulumi_azure_native/sql/v20221101preview/sync_agent.py +1 -1
  916. pulumi_azure_native/sql/v20221101preview/sync_group.py +1 -1
  917. pulumi_azure_native/sql/v20221101preview/sync_member.py +1 -1
  918. pulumi_azure_native/sql/v20221101preview/transparent_data_encryption.py +1 -1
  919. pulumi_azure_native/sql/v20221101preview/virtual_network_rule.py +1 -1
  920. pulumi_azure_native/sql/v20221101preview/workload_classifier.py +1 -1
  921. pulumi_azure_native/sql/v20221101preview/workload_group.py +1 -1
  922. pulumi_azure_native/sql/v20230201preview/backup_short_term_retention_policy.py +1 -1
  923. pulumi_azure_native/sql/v20230201preview/data_masking_policy.py +1 -1
  924. pulumi_azure_native/sql/v20230201preview/database.py +1 -1
  925. pulumi_azure_native/sql/v20230201preview/database_advisor.py +1 -1
  926. pulumi_azure_native/sql/v20230201preview/database_blob_auditing_policy.py +1 -1
  927. pulumi_azure_native/sql/v20230201preview/database_security_alert_policy.py +1 -1
  928. pulumi_azure_native/sql/v20230201preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  929. pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment.py +1 -1
  930. pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  931. pulumi_azure_native/sql/v20230201preview/distributed_availability_group.py +1 -1
  932. pulumi_azure_native/sql/v20230201preview/elastic_pool.py +1 -1
  933. pulumi_azure_native/sql/v20230201preview/encryption_protector.py +1 -1
  934. pulumi_azure_native/sql/v20230201preview/extended_database_blob_auditing_policy.py +1 -1
  935. pulumi_azure_native/sql/v20230201preview/extended_server_blob_auditing_policy.py +1 -1
  936. pulumi_azure_native/sql/v20230201preview/failover_group.py +1 -1
  937. pulumi_azure_native/sql/v20230201preview/firewall_rule.py +1 -1
  938. pulumi_azure_native/sql/v20230201preview/geo_backup_policy.py +1 -1
  939. pulumi_azure_native/sql/v20230201preview/i_pv6_firewall_rule.py +1 -1
  940. pulumi_azure_native/sql/v20230201preview/instance_failover_group.py +1 -1
  941. pulumi_azure_native/sql/v20230201preview/instance_pool.py +1 -1
  942. pulumi_azure_native/sql/v20230201preview/job.py +1 -1
  943. pulumi_azure_native/sql/v20230201preview/job_agent.py +1 -1
  944. pulumi_azure_native/sql/v20230201preview/job_credential.py +1 -1
  945. pulumi_azure_native/sql/v20230201preview/job_step.py +1 -1
  946. pulumi_azure_native/sql/v20230201preview/job_target_group.py +1 -1
  947. pulumi_azure_native/sql/v20230201preview/long_term_retention_policy.py +1 -1
  948. pulumi_azure_native/sql/v20230201preview/managed_database.py +1 -1
  949. pulumi_azure_native/sql/v20230201preview/managed_database_sensitivity_label.py +1 -1
  950. pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment.py +1 -1
  951. pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  952. pulumi_azure_native/sql/v20230201preview/managed_instance.py +1 -1
  953. pulumi_azure_native/sql/v20230201preview/managed_instance_administrator.py +1 -1
  954. pulumi_azure_native/sql/v20230201preview/managed_instance_azure_ad_only_authentication.py +1 -1
  955. pulumi_azure_native/sql/v20230201preview/managed_instance_key.py +1 -1
  956. pulumi_azure_native/sql/v20230201preview/managed_instance_long_term_retention_policy.py +1 -1
  957. pulumi_azure_native/sql/v20230201preview/managed_instance_private_endpoint_connection.py +1 -1
  958. pulumi_azure_native/sql/v20230201preview/managed_instance_vulnerability_assessment.py +1 -1
  959. pulumi_azure_native/sql/v20230201preview/managed_server_dns_alias.py +1 -1
  960. pulumi_azure_native/sql/v20230201preview/outbound_firewall_rule.py +1 -1
  961. pulumi_azure_native/sql/v20230201preview/private_endpoint_connection.py +1 -1
  962. pulumi_azure_native/sql/v20230201preview/sensitivity_label.py +1 -1
  963. pulumi_azure_native/sql/v20230201preview/server.py +1 -1
  964. pulumi_azure_native/sql/v20230201preview/server_advisor.py +1 -1
  965. pulumi_azure_native/sql/v20230201preview/server_azure_ad_administrator.py +1 -1
  966. pulumi_azure_native/sql/v20230201preview/server_azure_ad_only_authentication.py +1 -1
  967. pulumi_azure_native/sql/v20230201preview/server_blob_auditing_policy.py +1 -1
  968. pulumi_azure_native/sql/v20230201preview/server_dns_alias.py +1 -1
  969. pulumi_azure_native/sql/v20230201preview/server_key.py +1 -1
  970. pulumi_azure_native/sql/v20230201preview/server_security_alert_policy.py +1 -1
  971. pulumi_azure_native/sql/v20230201preview/server_trust_certificate.py +1 -1
  972. pulumi_azure_native/sql/v20230201preview/server_trust_group.py +1 -1
  973. pulumi_azure_native/sql/v20230201preview/server_vulnerability_assessment.py +1 -1
  974. pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  975. pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessments_setting.py +1 -1
  976. pulumi_azure_native/sql/v20230201preview/start_stop_managed_instance_schedule.py +1 -1
  977. pulumi_azure_native/sql/v20230201preview/sync_agent.py +1 -1
  978. pulumi_azure_native/sql/v20230201preview/sync_group.py +1 -1
  979. pulumi_azure_native/sql/v20230201preview/sync_member.py +1 -1
  980. pulumi_azure_native/sql/v20230201preview/transparent_data_encryption.py +1 -1
  981. pulumi_azure_native/sql/v20230201preview/virtual_network_rule.py +1 -1
  982. pulumi_azure_native/sql/v20230201preview/workload_classifier.py +1 -1
  983. pulumi_azure_native/sql/v20230201preview/workload_group.py +1 -1
  984. pulumi_azure_native/sql/v20230501preview/backup_short_term_retention_policy.py +1 -1
  985. pulumi_azure_native/sql/v20230501preview/data_masking_policy.py +1 -1
  986. pulumi_azure_native/sql/v20230501preview/database.py +1 -1
  987. pulumi_azure_native/sql/v20230501preview/database_advisor.py +1 -1
  988. pulumi_azure_native/sql/v20230501preview/database_blob_auditing_policy.py +1 -1
  989. pulumi_azure_native/sql/v20230501preview/database_security_alert_policy.py +1 -1
  990. pulumi_azure_native/sql/v20230501preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  991. pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment.py +1 -1
  992. pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  993. pulumi_azure_native/sql/v20230501preview/distributed_availability_group.py +1 -1
  994. pulumi_azure_native/sql/v20230501preview/elastic_pool.py +1 -1
  995. pulumi_azure_native/sql/v20230501preview/encryption_protector.py +1 -1
  996. pulumi_azure_native/sql/v20230501preview/extended_database_blob_auditing_policy.py +1 -1
  997. pulumi_azure_native/sql/v20230501preview/extended_server_blob_auditing_policy.py +1 -1
  998. pulumi_azure_native/sql/v20230501preview/failover_group.py +1 -1
  999. pulumi_azure_native/sql/v20230501preview/firewall_rule.py +1 -1
  1000. pulumi_azure_native/sql/v20230501preview/geo_backup_policy.py +1 -1
  1001. pulumi_azure_native/sql/v20230501preview/i_pv6_firewall_rule.py +1 -1
  1002. pulumi_azure_native/sql/v20230501preview/instance_failover_group.py +1 -1
  1003. pulumi_azure_native/sql/v20230501preview/instance_pool.py +1 -1
  1004. pulumi_azure_native/sql/v20230501preview/job.py +1 -1
  1005. pulumi_azure_native/sql/v20230501preview/job_agent.py +1 -1
  1006. pulumi_azure_native/sql/v20230501preview/job_credential.py +1 -1
  1007. pulumi_azure_native/sql/v20230501preview/job_private_endpoint.py +1 -1
  1008. pulumi_azure_native/sql/v20230501preview/job_step.py +1 -1
  1009. pulumi_azure_native/sql/v20230501preview/job_target_group.py +1 -1
  1010. pulumi_azure_native/sql/v20230501preview/long_term_retention_policy.py +1 -1
  1011. pulumi_azure_native/sql/v20230501preview/managed_database.py +1 -1
  1012. pulumi_azure_native/sql/v20230501preview/managed_database_sensitivity_label.py +1 -1
  1013. pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment.py +1 -1
  1014. pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  1015. pulumi_azure_native/sql/v20230501preview/managed_instance.py +1 -1
  1016. pulumi_azure_native/sql/v20230501preview/managed_instance_administrator.py +1 -1
  1017. pulumi_azure_native/sql/v20230501preview/managed_instance_azure_ad_only_authentication.py +1 -1
  1018. pulumi_azure_native/sql/v20230501preview/managed_instance_key.py +1 -1
  1019. pulumi_azure_native/sql/v20230501preview/managed_instance_long_term_retention_policy.py +1 -1
  1020. pulumi_azure_native/sql/v20230501preview/managed_instance_private_endpoint_connection.py +1 -1
  1021. pulumi_azure_native/sql/v20230501preview/managed_instance_vulnerability_assessment.py +1 -1
  1022. pulumi_azure_native/sql/v20230501preview/managed_server_dns_alias.py +1 -1
  1023. pulumi_azure_native/sql/v20230501preview/outbound_firewall_rule.py +1 -1
  1024. pulumi_azure_native/sql/v20230501preview/private_endpoint_connection.py +1 -1
  1025. pulumi_azure_native/sql/v20230501preview/replication_link.py +1 -1
  1026. pulumi_azure_native/sql/v20230501preview/sensitivity_label.py +1 -1
  1027. pulumi_azure_native/sql/v20230501preview/server.py +1 -1
  1028. pulumi_azure_native/sql/v20230501preview/server_advisor.py +1 -1
  1029. pulumi_azure_native/sql/v20230501preview/server_azure_ad_administrator.py +1 -1
  1030. pulumi_azure_native/sql/v20230501preview/server_azure_ad_only_authentication.py +1 -1
  1031. pulumi_azure_native/sql/v20230501preview/server_blob_auditing_policy.py +1 -1
  1032. pulumi_azure_native/sql/v20230501preview/server_dns_alias.py +1 -1
  1033. pulumi_azure_native/sql/v20230501preview/server_key.py +1 -1
  1034. pulumi_azure_native/sql/v20230501preview/server_security_alert_policy.py +1 -1
  1035. pulumi_azure_native/sql/v20230501preview/server_trust_certificate.py +1 -1
  1036. pulumi_azure_native/sql/v20230501preview/server_trust_group.py +1 -1
  1037. pulumi_azure_native/sql/v20230501preview/server_vulnerability_assessment.py +1 -1
  1038. pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  1039. pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessments_setting.py +1 -1
  1040. pulumi_azure_native/sql/v20230501preview/start_stop_managed_instance_schedule.py +1 -1
  1041. pulumi_azure_native/sql/v20230501preview/sync_agent.py +1 -1
  1042. pulumi_azure_native/sql/v20230501preview/sync_group.py +1 -1
  1043. pulumi_azure_native/sql/v20230501preview/sync_member.py +1 -1
  1044. pulumi_azure_native/sql/v20230501preview/transparent_data_encryption.py +1 -1
  1045. pulumi_azure_native/sql/v20230501preview/virtual_network_rule.py +1 -1
  1046. pulumi_azure_native/sql/v20230501preview/workload_classifier.py +1 -1
  1047. pulumi_azure_native/sql/v20230501preview/workload_group.py +1 -1
  1048. pulumi_azure_native/sql/v20230801preview/backup_short_term_retention_policy.py +1 -1
  1049. pulumi_azure_native/sql/v20230801preview/data_masking_policy.py +1 -1
  1050. pulumi_azure_native/sql/v20230801preview/database.py +1 -1
  1051. pulumi_azure_native/sql/v20230801preview/database_advisor.py +1 -1
  1052. pulumi_azure_native/sql/v20230801preview/database_blob_auditing_policy.py +1 -1
  1053. pulumi_azure_native/sql/v20230801preview/database_security_alert_policy.py +1 -1
  1054. pulumi_azure_native/sql/v20230801preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
  1055. pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment.py +1 -1
  1056. pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment_rule_baseline.py +1 -1
  1057. pulumi_azure_native/sql/v20230801preview/distributed_availability_group.py +1 -1
  1058. pulumi_azure_native/sql/v20230801preview/elastic_pool.py +1 -1
  1059. pulumi_azure_native/sql/v20230801preview/encryption_protector.py +1 -1
  1060. pulumi_azure_native/sql/v20230801preview/extended_database_blob_auditing_policy.py +1 -1
  1061. pulumi_azure_native/sql/v20230801preview/extended_server_blob_auditing_policy.py +1 -1
  1062. pulumi_azure_native/sql/v20230801preview/failover_group.py +1 -1
  1063. pulumi_azure_native/sql/v20230801preview/firewall_rule.py +1 -1
  1064. pulumi_azure_native/sql/v20230801preview/geo_backup_policy.py +1 -1
  1065. pulumi_azure_native/sql/v20230801preview/i_pv6_firewall_rule.py +1 -1
  1066. pulumi_azure_native/sql/v20230801preview/instance_failover_group.py +1 -1
  1067. pulumi_azure_native/sql/v20230801preview/instance_pool.py +1 -1
  1068. pulumi_azure_native/sql/v20230801preview/job.py +1 -1
  1069. pulumi_azure_native/sql/v20230801preview/job_agent.py +1 -1
  1070. pulumi_azure_native/sql/v20230801preview/job_credential.py +1 -1
  1071. pulumi_azure_native/sql/v20230801preview/job_private_endpoint.py +1 -1
  1072. pulumi_azure_native/sql/v20230801preview/job_step.py +1 -1
  1073. pulumi_azure_native/sql/v20230801preview/job_target_group.py +1 -1
  1074. pulumi_azure_native/sql/v20230801preview/long_term_retention_policy.py +1 -1
  1075. pulumi_azure_native/sql/v20230801preview/managed_database.py +1 -1
  1076. pulumi_azure_native/sql/v20230801preview/managed_database_sensitivity_label.py +1 -1
  1077. pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment.py +1 -1
  1078. pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
  1079. pulumi_azure_native/sql/v20230801preview/managed_instance.py +1 -1
  1080. pulumi_azure_native/sql/v20230801preview/managed_instance_administrator.py +1 -1
  1081. pulumi_azure_native/sql/v20230801preview/managed_instance_azure_ad_only_authentication.py +1 -1
  1082. pulumi_azure_native/sql/v20230801preview/managed_instance_key.py +1 -1
  1083. pulumi_azure_native/sql/v20230801preview/managed_instance_long_term_retention_policy.py +1 -1
  1084. pulumi_azure_native/sql/v20230801preview/managed_instance_private_endpoint_connection.py +1 -1
  1085. pulumi_azure_native/sql/v20230801preview/managed_instance_vulnerability_assessment.py +1 -1
  1086. pulumi_azure_native/sql/v20230801preview/managed_server_dns_alias.py +1 -1
  1087. pulumi_azure_native/sql/v20230801preview/outbound_firewall_rule.py +1 -1
  1088. pulumi_azure_native/sql/v20230801preview/private_endpoint_connection.py +1 -1
  1089. pulumi_azure_native/sql/v20230801preview/replication_link.py +1 -1
  1090. pulumi_azure_native/sql/v20230801preview/sensitivity_label.py +1 -1
  1091. pulumi_azure_native/sql/v20230801preview/server.py +1 -1
  1092. pulumi_azure_native/sql/v20230801preview/server_advisor.py +1 -1
  1093. pulumi_azure_native/sql/v20230801preview/server_azure_ad_administrator.py +1 -1
  1094. pulumi_azure_native/sql/v20230801preview/server_azure_ad_only_authentication.py +1 -1
  1095. pulumi_azure_native/sql/v20230801preview/server_blob_auditing_policy.py +1 -1
  1096. pulumi_azure_native/sql/v20230801preview/server_dns_alias.py +1 -1
  1097. pulumi_azure_native/sql/v20230801preview/server_key.py +1 -1
  1098. pulumi_azure_native/sql/v20230801preview/server_security_alert_policy.py +1 -1
  1099. pulumi_azure_native/sql/v20230801preview/server_trust_certificate.py +1 -1
  1100. pulumi_azure_native/sql/v20230801preview/server_trust_group.py +1 -1
  1101. pulumi_azure_native/sql/v20230801preview/server_vulnerability_assessment.py +1 -1
  1102. pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
  1103. pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessments_setting.py +1 -1
  1104. pulumi_azure_native/sql/v20230801preview/start_stop_managed_instance_schedule.py +1 -1
  1105. pulumi_azure_native/sql/v20230801preview/sync_agent.py +1 -1
  1106. pulumi_azure_native/sql/v20230801preview/sync_group.py +1 -1
  1107. pulumi_azure_native/sql/v20230801preview/sync_member.py +1 -1
  1108. pulumi_azure_native/sql/v20230801preview/transparent_data_encryption.py +1 -1
  1109. pulumi_azure_native/sql/v20230801preview/virtual_network_rule.py +1 -1
  1110. pulumi_azure_native/sql/v20230801preview/workload_classifier.py +1 -1
  1111. pulumi_azure_native/sql/v20230801preview/workload_group.py +1 -1
  1112. pulumi_azure_native/sql/v20240501preview/__init__.py +138 -0
  1113. pulumi_azure_native/sql/v20240501preview/_enums.py +616 -0
  1114. pulumi_azure_native/sql/v20240501preview/_inputs.py +2390 -0
  1115. pulumi_azure_native/sql/v20240501preview/backup_short_term_retention_policy.py +258 -0
  1116. pulumi_azure_native/sql/v20240501preview/data_masking_policy.py +300 -0
  1117. pulumi_azure_native/sql/v20240501preview/database.py +1542 -0
  1118. pulumi_azure_native/sql/v20240501preview/database_advisor.py +302 -0
  1119. pulumi_azure_native/sql/v20240501preview/database_blob_auditing_policy.py +792 -0
  1120. pulumi_azure_native/sql/v20240501preview/database_security_alert_policy.py +426 -0
  1121. pulumi_azure_native/sql/v20240501preview/database_sql_vulnerability_assessment_rule_baseline.py +299 -0
  1122. pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment.py +291 -0
  1123. pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment_rule_baseline.py +274 -0
  1124. pulumi_azure_native/sql/v20240501preview/distributed_availability_group.py +443 -0
  1125. pulumi_azure_native/sql/v20240501preview/elastic_pool.py +613 -0
  1126. pulumi_azure_native/sql/v20240501preview/encryption_protector.py +318 -0
  1127. pulumi_azure_native/sql/v20240501preview/extended_database_blob_auditing_policy.py +811 -0
  1128. pulumi_azure_native/sql/v20240501preview/extended_server_blob_auditing_policy.py +855 -0
  1129. pulumi_azure_native/sql/v20240501preview/failover_group.py +379 -0
  1130. pulumi_azure_native/sql/v20240501preview/firewall_rule.py +256 -0
  1131. pulumi_azure_native/sql/v20240501preview/geo_backup_policy.py +261 -0
  1132. pulumi_azure_native/sql/v20240501preview/get_backup_short_term_retention_policy.py +145 -0
  1133. pulumi_azure_native/sql/v20240501preview/get_data_masking_policy.py +197 -0
  1134. pulumi_azure_native/sql/v20240501preview/get_database.py +723 -0
  1135. pulumi_azure_native/sql/v20240501preview/get_database_advisor.py +224 -0
  1136. pulumi_azure_native/sql/v20240501preview/get_database_blob_auditing_policy.py +320 -0
  1137. pulumi_azure_native/sql/v20240501preview/get_database_security_alert_policy.py +237 -0
  1138. pulumi_azure_native/sql/v20240501preview/get_database_sql_vulnerability_assessment_rule_baseline.py +154 -0
  1139. pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment.py +133 -0
  1140. pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment_rule_baseline.py +143 -0
  1141. pulumi_azure_native/sql/v20240501preview/get_distributed_availability_group.py +258 -0
  1142. pulumi_azure_native/sql/v20240501preview/get_elastic_pool.py +329 -0
  1143. pulumi_azure_native/sql/v20240501preview/get_encryption_protector.py +218 -0
  1144. pulumi_azure_native/sql/v20240501preview/get_extended_database_blob_auditing_policy.py +320 -0
  1145. pulumi_azure_native/sql/v20240501preview/get_extended_server_blob_auditing_policy.py +337 -0
  1146. pulumi_azure_native/sql/v20240501preview/get_failover_group.py +219 -0
  1147. pulumi_azure_native/sql/v20240501preview/get_firewall_rule.py +140 -0
  1148. pulumi_azure_native/sql/v20240501preview/get_geo_backup_policy.py +171 -0
  1149. pulumi_azure_native/sql/v20240501preview/get_i_pv6_firewall_rule.py +140 -0
  1150. pulumi_azure_native/sql/v20240501preview/get_instance_failover_group.py +206 -0
  1151. pulumi_azure_native/sql/v20240501preview/get_instance_pool.py +214 -0
  1152. pulumi_azure_native/sql/v20240501preview/get_job.py +159 -0
  1153. pulumi_azure_native/sql/v20240501preview/get_job_agent.py +193 -0
  1154. pulumi_azure_native/sql/v20240501preview/get_job_credential.py +132 -0
  1155. pulumi_azure_native/sql/v20240501preview/get_job_private_endpoint.py +145 -0
  1156. pulumi_azure_native/sql/v20240501preview/get_job_step.py +203 -0
  1157. pulumi_azure_native/sql/v20240501preview/get_job_target_group.py +133 -0
  1158. pulumi_azure_native/sql/v20240501preview/get_long_term_retention_policy.py +171 -0
  1159. pulumi_azure_native/sql/v20240501preview/get_managed_database.py +244 -0
  1160. pulumi_azure_native/sql/v20240501preview/get_managed_database_sensitivity_label.py +271 -0
  1161. pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment.py +133 -0
  1162. pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment_rule_baseline.py +143 -0
  1163. pulumi_azure_native/sql/v20240501preview/get_managed_instance.py +640 -0
  1164. pulumi_azure_native/sql/v20240501preview/get_managed_instance_administrator.py +164 -0
  1165. pulumi_azure_native/sql/v20240501preview/get_managed_instance_azure_ad_only_authentication.py +127 -0
  1166. pulumi_azure_native/sql/v20240501preview/get_managed_instance_key.py +166 -0
  1167. pulumi_azure_native/sql/v20240501preview/get_managed_instance_long_term_retention_policy.py +184 -0
  1168. pulumi_azure_native/sql/v20240501preview/get_managed_instance_private_endpoint_connection.py +154 -0
  1169. pulumi_azure_native/sql/v20240501preview/get_managed_instance_vulnerability_assessment.py +128 -0
  1170. pulumi_azure_native/sql/v20240501preview/get_managed_server_dns_alias.py +138 -0
  1171. pulumi_azure_native/sql/v20240501preview/get_outbound_firewall_rule.py +125 -0
  1172. pulumi_azure_native/sql/v20240501preview/get_private_endpoint_connection.py +167 -0
  1173. pulumi_azure_native/sql/v20240501preview/get_replication_link.py +275 -0
  1174. pulumi_azure_native/sql/v20240501preview/get_sensitivity_label.py +271 -0
  1175. pulumi_azure_native/sql/v20240501preview/get_server.py +362 -0
  1176. pulumi_azure_native/sql/v20240501preview/get_server_advisor.py +219 -0
  1177. pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_administrator.py +179 -0
  1178. pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_only_authentication.py +127 -0
  1179. pulumi_azure_native/sql/v20240501preview/get_server_blob_auditing_policy.py +324 -0
  1180. pulumi_azure_native/sql/v20240501preview/get_server_dns_alias.py +127 -0
  1181. pulumi_azure_native/sql/v20240501preview/get_server_key.py +192 -0
  1182. pulumi_azure_native/sql/v20240501preview/get_server_security_alert_policy.py +232 -0
  1183. pulumi_azure_native/sql/v20240501preview/get_server_trust_certificate.py +153 -0
  1184. pulumi_azure_native/sql/v20240501preview/get_server_trust_group.py +141 -0
  1185. pulumi_azure_native/sql/v20240501preview/get_server_vulnerability_assessment.py +128 -0
  1186. pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessment_rule_baseline.py +154 -0
  1187. pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessments_setting.py +141 -0
  1188. pulumi_azure_native/sql/v20240501preview/get_start_stop_managed_instance_schedule.py +193 -0
  1189. pulumi_azure_native/sql/v20240501preview/get_sync_agent.py +192 -0
  1190. pulumi_azure_native/sql/v20240501preview/get_sync_group.py +276 -0
  1191. pulumi_azure_native/sql/v20240501preview/get_sync_member.py +267 -0
  1192. pulumi_azure_native/sql/v20240501preview/get_transparent_data_encryption.py +132 -0
  1193. pulumi_azure_native/sql/v20240501preview/get_virtual_network_rule.py +153 -0
  1194. pulumi_azure_native/sql/v20240501preview/get_workload_classifier.py +202 -0
  1195. pulumi_azure_native/sql/v20240501preview/get_workload_group.py +197 -0
  1196. pulumi_azure_native/sql/v20240501preview/i_pv6_firewall_rule.py +256 -0
  1197. pulumi_azure_native/sql/v20240501preview/instance_failover_group.py +350 -0
  1198. pulumi_azure_native/sql/v20240501preview/instance_pool.py +377 -0
  1199. pulumi_azure_native/sql/v20240501preview/job.py +275 -0
  1200. pulumi_azure_native/sql/v20240501preview/job_agent.py +338 -0
  1201. pulumi_azure_native/sql/v20240501preview/job_credential.py +251 -0
  1202. pulumi_azure_native/sql/v20240501preview/job_private_endpoint.py +240 -0
  1203. pulumi_azure_native/sql/v20240501preview/job_step.py +400 -0
  1204. pulumi_azure_native/sql/v20240501preview/job_target_group.py +233 -0
  1205. pulumi_azure_native/sql/v20240501preview/long_term_retention_policy.py +316 -0
  1206. pulumi_azure_native/sql/v20240501preview/managed_database.py +655 -0
  1207. pulumi_azure_native/sql/v20240501preview/managed_database_sensitivity_label.py +469 -0
  1208. pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment.py +291 -0
  1209. pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment_rule_baseline.py +274 -0
  1210. pulumi_azure_native/sql/v20240501preview/managed_instance.py +1263 -0
  1211. pulumi_azure_native/sql/v20240501preview/managed_instance_administrator.py +294 -0
  1212. pulumi_azure_native/sql/v20240501preview/managed_instance_azure_ad_only_authentication.py +209 -0
  1213. pulumi_azure_native/sql/v20240501preview/managed_instance_key.py +261 -0
  1214. pulumi_azure_native/sql/v20240501preview/managed_instance_long_term_retention_policy.py +346 -0
  1215. pulumi_azure_native/sql/v20240501preview/managed_instance_private_endpoint_connection.py +244 -0
  1216. pulumi_azure_native/sql/v20240501preview/managed_instance_vulnerability_assessment.py +271 -0
  1217. pulumi_azure_native/sql/v20240501preview/managed_server_dns_alias.py +218 -0
  1218. pulumi_azure_native/sql/v20240501preview/outbound_firewall_rule.py +184 -0
  1219. pulumi_azure_native/sql/v20240501preview/outputs.py +3714 -0
  1220. pulumi_azure_native/sql/v20240501preview/private_endpoint_connection.py +255 -0
  1221. pulumi_azure_native/sql/v20240501preview/replication_link.py +335 -0
  1222. pulumi_azure_native/sql/v20240501preview/sensitivity_label.py +469 -0
  1223. pulumi_azure_native/sql/v20240501preview/server.py +618 -0
  1224. pulumi_azure_native/sql/v20240501preview/server_advisor.py +281 -0
  1225. pulumi_azure_native/sql/v20240501preview/server_azure_ad_administrator.py +308 -0
  1226. pulumi_azure_native/sql/v20240501preview/server_azure_ad_only_authentication.py +209 -0
  1227. pulumi_azure_native/sql/v20240501preview/server_blob_auditing_policy.py +826 -0
  1228. pulumi_azure_native/sql/v20240501preview/server_dns_alias.py +189 -0
  1229. pulumi_azure_native/sql/v20240501preview/server_key.py +281 -0
  1230. pulumi_azure_native/sql/v20240501preview/server_security_alert_policy.py +405 -0
  1231. pulumi_azure_native/sql/v20240501preview/server_trust_certificate.py +227 -0
  1232. pulumi_azure_native/sql/v20240501preview/server_trust_group.py +241 -0
  1233. pulumi_azure_native/sql/v20240501preview/server_vulnerability_assessment.py +271 -0
  1234. pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessment_rule_baseline.py +299 -0
  1235. pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessments_setting.py +220 -0
  1236. pulumi_azure_native/sql/v20240501preview/start_stop_managed_instance_schedule.py +308 -0
  1237. pulumi_azure_native/sql/v20240501preview/sync_agent.py +258 -0
  1238. pulumi_azure_native/sql/v20240501preview/sync_group.py +514 -0
  1239. pulumi_azure_native/sql/v20240501preview/sync_member.py +483 -0
  1240. pulumi_azure_native/sql/v20240501preview/transparent_data_encryption.py +231 -0
  1241. pulumi_azure_native/sql/v20240501preview/virtual_network_rule.py +248 -0
  1242. pulumi_azure_native/sql/v20240501preview/workload_classifier.py +396 -0
  1243. pulumi_azure_native/sql/v20240501preview/workload_group.py +377 -0
  1244. pulumi_azure_native/sql/virtual_network_rule.py +3 -3
  1245. pulumi_azure_native/sql/workload_classifier.py +3 -3
  1246. pulumi_azure_native/sql/workload_group.py +3 -3
  1247. pulumi_azure_native/webpubsub/__init__.py +3 -0
  1248. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1249. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1250. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1251. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1252. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1253. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1254. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1255. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1256. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  1257. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  1258. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  1259. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  1260. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  1261. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  1262. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  1263. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  1264. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  1265. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  1266. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  1267. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  1268. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  1269. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1270. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  1271. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1272. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  1273. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  1274. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  1275. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  1276. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1277. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  1278. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1279. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  1280. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  1281. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  1282. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  1283. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1284. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  1285. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1286. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  1287. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  1288. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  1289. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  1290. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1291. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  1292. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1293. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  1294. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  1295. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  1296. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  1297. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  1298. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  1299. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  1300. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
  1301. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
  1302. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
  1303. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
  1304. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1305. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
  1306. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1307. pulumi_azure_native/webpubsub/v20240801preview/__init__.py +25 -0
  1308. pulumi_azure_native/webpubsub/v20240801preview/_enums.py +97 -0
  1309. pulumi_azure_native/webpubsub/v20240801preview/_inputs.py +1768 -0
  1310. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub.py +458 -0
  1311. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_certificate.py +180 -0
  1312. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_domain.py +167 -0
  1313. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_hub.py +141 -0
  1314. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_private_endpoint_connection.py +180 -0
  1315. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_replica.py +209 -0
  1316. pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_shared_private_link_resource.py +206 -0
  1317. pulumi_azure_native/webpubsub/v20240801preview/list_web_pub_sub_keys.py +122 -0
  1318. pulumi_azure_native/webpubsub/v20240801preview/outputs.py +1862 -0
  1319. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +785 -0
  1320. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +289 -0
  1321. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +260 -0
  1322. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +222 -0
  1323. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +270 -0
  1324. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +367 -0
  1325. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +328 -0
  1326. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1327. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1328. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1329. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1330. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1331. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1332. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1333. pulumi_azure_native/workloads/__init__.py +4 -0
  1334. pulumi_azure_native/workloads/_enums.py +37 -1
  1335. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_availability_zone_details.py +97 -0
  1336. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_disk_configurations.py +112 -0
  1337. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sap_supported_sku.py +112 -0
  1338. pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sizing_recommendations.py +126 -0
  1339. pulumi_azure_native/workloads/v20240901/__init__.py +4 -4
  1340. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_availability_zone_details.py → get_sap_virtual_instance_invoke_availability_zone_details.py} +20 -20
  1341. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_disk_configurations.py → get_sap_virtual_instance_invoke_disk_configurations.py} +26 -26
  1342. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sap_supported_sku.py → get_sap_virtual_instance_invoke_sap_supported_sku.py} +26 -26
  1343. pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sizing_recommendations.py → get_sap_virtual_instance_invoke_sizing_recommendations.py} +32 -32
  1344. {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/METADATA +1 -1
  1345. {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/RECORD +1347 -1006
  1346. {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/WHEEL +0 -0
  1347. {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0a1727187288.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1888 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AzureMonitorWorkspaceLogsApiConfigArgs',
20
+ 'AzureMonitorWorkspaceLogsApiConfigArgsDict',
21
+ 'AzureMonitorWorkspaceLogsExporterArgs',
22
+ 'AzureMonitorWorkspaceLogsExporterArgsDict',
23
+ 'AzureResourceManagerCommonTypesExtendedLocationArgs',
24
+ 'AzureResourceManagerCommonTypesExtendedLocationArgsDict',
25
+ 'BatchProcessorArgs',
26
+ 'BatchProcessorArgsDict',
27
+ 'CacheConfigurationArgs',
28
+ 'CacheConfigurationArgsDict',
29
+ 'ConcurrencyConfigurationArgs',
30
+ 'ConcurrencyConfigurationArgsDict',
31
+ 'ExporterArgs',
32
+ 'ExporterArgsDict',
33
+ 'JsonArrayMapperArgs',
34
+ 'JsonArrayMapperArgsDict',
35
+ 'JsonMapperDestinationFieldArgs',
36
+ 'JsonMapperDestinationFieldArgsDict',
37
+ 'JsonMapperSourceFieldArgs',
38
+ 'JsonMapperSourceFieldArgsDict',
39
+ 'NetworkingConfigurationArgs',
40
+ 'NetworkingConfigurationArgsDict',
41
+ 'NetworkingRouteArgs',
42
+ 'NetworkingRouteArgsDict',
43
+ 'OtlpReceiverArgs',
44
+ 'OtlpReceiverArgsDict',
45
+ 'PersistenceConfigurationsArgs',
46
+ 'PersistenceConfigurationsArgsDict',
47
+ 'PipelineGroupPropertiesArgs',
48
+ 'PipelineGroupPropertiesArgsDict',
49
+ 'PipelineArgs',
50
+ 'PipelineArgsDict',
51
+ 'ProcessorArgs',
52
+ 'ProcessorArgsDict',
53
+ 'ReceiverArgs',
54
+ 'ReceiverArgsDict',
55
+ 'RecordMapArgs',
56
+ 'RecordMapArgsDict',
57
+ 'ResourceMapArgs',
58
+ 'ResourceMapArgsDict',
59
+ 'SchemaMapArgs',
60
+ 'SchemaMapArgsDict',
61
+ 'ScopeMapArgs',
62
+ 'ScopeMapArgsDict',
63
+ 'ServiceArgs',
64
+ 'ServiceArgsDict',
65
+ 'SyslogReceiverArgs',
66
+ 'SyslogReceiverArgsDict',
67
+ 'TcpExporterArgs',
68
+ 'TcpExporterArgsDict',
69
+ 'UdpReceiverArgs',
70
+ 'UdpReceiverArgsDict',
71
+ ]
72
+
73
+ MYPY = False
74
+
75
+ if not MYPY:
76
+ class AzureMonitorWorkspaceLogsApiConfigArgsDict(TypedDict):
77
+ """
78
+ Azure Monitor Workspace Logs Api configurations.
79
+ """
80
+ data_collection_endpoint_url: pulumi.Input[str]
81
+ """
82
+ Data collection endpoint ingestion url.
83
+ """
84
+ data_collection_rule: pulumi.Input[str]
85
+ """
86
+ Data Collection Rule (DCR) immutable id.
87
+ """
88
+ schema: pulumi.Input['SchemaMapArgsDict']
89
+ """
90
+ The schema mapping for incoming data.
91
+ """
92
+ stream: pulumi.Input[str]
93
+ """
94
+ Stream name in destination. Azure Monitor stream is related to the destination table.
95
+ """
96
+ elif False:
97
+ AzureMonitorWorkspaceLogsApiConfigArgsDict: TypeAlias = Mapping[str, Any]
98
+
99
+ @pulumi.input_type
100
+ class AzureMonitorWorkspaceLogsApiConfigArgs:
101
+ def __init__(__self__, *,
102
+ data_collection_endpoint_url: pulumi.Input[str],
103
+ data_collection_rule: pulumi.Input[str],
104
+ schema: pulumi.Input['SchemaMapArgs'],
105
+ stream: pulumi.Input[str]):
106
+ """
107
+ Azure Monitor Workspace Logs Api configurations.
108
+ :param pulumi.Input[str] data_collection_endpoint_url: Data collection endpoint ingestion url.
109
+ :param pulumi.Input[str] data_collection_rule: Data Collection Rule (DCR) immutable id.
110
+ :param pulumi.Input['SchemaMapArgs'] schema: The schema mapping for incoming data.
111
+ :param pulumi.Input[str] stream: Stream name in destination. Azure Monitor stream is related to the destination table.
112
+ """
113
+ pulumi.set(__self__, "data_collection_endpoint_url", data_collection_endpoint_url)
114
+ pulumi.set(__self__, "data_collection_rule", data_collection_rule)
115
+ pulumi.set(__self__, "schema", schema)
116
+ pulumi.set(__self__, "stream", stream)
117
+
118
+ @property
119
+ @pulumi.getter(name="dataCollectionEndpointUrl")
120
+ def data_collection_endpoint_url(self) -> pulumi.Input[str]:
121
+ """
122
+ Data collection endpoint ingestion url.
123
+ """
124
+ return pulumi.get(self, "data_collection_endpoint_url")
125
+
126
+ @data_collection_endpoint_url.setter
127
+ def data_collection_endpoint_url(self, value: pulumi.Input[str]):
128
+ pulumi.set(self, "data_collection_endpoint_url", value)
129
+
130
+ @property
131
+ @pulumi.getter(name="dataCollectionRule")
132
+ def data_collection_rule(self) -> pulumi.Input[str]:
133
+ """
134
+ Data Collection Rule (DCR) immutable id.
135
+ """
136
+ return pulumi.get(self, "data_collection_rule")
137
+
138
+ @data_collection_rule.setter
139
+ def data_collection_rule(self, value: pulumi.Input[str]):
140
+ pulumi.set(self, "data_collection_rule", value)
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def schema(self) -> pulumi.Input['SchemaMapArgs']:
145
+ """
146
+ The schema mapping for incoming data.
147
+ """
148
+ return pulumi.get(self, "schema")
149
+
150
+ @schema.setter
151
+ def schema(self, value: pulumi.Input['SchemaMapArgs']):
152
+ pulumi.set(self, "schema", value)
153
+
154
+ @property
155
+ @pulumi.getter
156
+ def stream(self) -> pulumi.Input[str]:
157
+ """
158
+ Stream name in destination. Azure Monitor stream is related to the destination table.
159
+ """
160
+ return pulumi.get(self, "stream")
161
+
162
+ @stream.setter
163
+ def stream(self, value: pulumi.Input[str]):
164
+ pulumi.set(self, "stream", value)
165
+
166
+
167
+ if not MYPY:
168
+ class AzureMonitorWorkspaceLogsExporterArgsDict(TypedDict):
169
+ """
170
+ Azure Monitor Workspace Logs specific configurations.
171
+ """
172
+ api: pulumi.Input['AzureMonitorWorkspaceLogsApiConfigArgsDict']
173
+ """
174
+ API configurations for Azure Monitor workspace exporter.
175
+ """
176
+ cache: NotRequired[pulumi.Input['CacheConfigurationArgsDict']]
177
+ """
178
+ Cache configurations.
179
+ """
180
+ concurrency: NotRequired[pulumi.Input['ConcurrencyConfigurationArgsDict']]
181
+ """
182
+ Concurrency configuration for the exporter.
183
+ """
184
+ elif False:
185
+ AzureMonitorWorkspaceLogsExporterArgsDict: TypeAlias = Mapping[str, Any]
186
+
187
+ @pulumi.input_type
188
+ class AzureMonitorWorkspaceLogsExporterArgs:
189
+ def __init__(__self__, *,
190
+ api: pulumi.Input['AzureMonitorWorkspaceLogsApiConfigArgs'],
191
+ cache: Optional[pulumi.Input['CacheConfigurationArgs']] = None,
192
+ concurrency: Optional[pulumi.Input['ConcurrencyConfigurationArgs']] = None):
193
+ """
194
+ Azure Monitor Workspace Logs specific configurations.
195
+ :param pulumi.Input['AzureMonitorWorkspaceLogsApiConfigArgs'] api: API configurations for Azure Monitor workspace exporter.
196
+ :param pulumi.Input['CacheConfigurationArgs'] cache: Cache configurations.
197
+ :param pulumi.Input['ConcurrencyConfigurationArgs'] concurrency: Concurrency configuration for the exporter.
198
+ """
199
+ pulumi.set(__self__, "api", api)
200
+ if cache is not None:
201
+ pulumi.set(__self__, "cache", cache)
202
+ if concurrency is not None:
203
+ pulumi.set(__self__, "concurrency", concurrency)
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def api(self) -> pulumi.Input['AzureMonitorWorkspaceLogsApiConfigArgs']:
208
+ """
209
+ API configurations for Azure Monitor workspace exporter.
210
+ """
211
+ return pulumi.get(self, "api")
212
+
213
+ @api.setter
214
+ def api(self, value: pulumi.Input['AzureMonitorWorkspaceLogsApiConfigArgs']):
215
+ pulumi.set(self, "api", value)
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def cache(self) -> Optional[pulumi.Input['CacheConfigurationArgs']]:
220
+ """
221
+ Cache configurations.
222
+ """
223
+ return pulumi.get(self, "cache")
224
+
225
+ @cache.setter
226
+ def cache(self, value: Optional[pulumi.Input['CacheConfigurationArgs']]):
227
+ pulumi.set(self, "cache", value)
228
+
229
+ @property
230
+ @pulumi.getter
231
+ def concurrency(self) -> Optional[pulumi.Input['ConcurrencyConfigurationArgs']]:
232
+ """
233
+ Concurrency configuration for the exporter.
234
+ """
235
+ return pulumi.get(self, "concurrency")
236
+
237
+ @concurrency.setter
238
+ def concurrency(self, value: Optional[pulumi.Input['ConcurrencyConfigurationArgs']]):
239
+ pulumi.set(self, "concurrency", value)
240
+
241
+
242
+ if not MYPY:
243
+ class AzureResourceManagerCommonTypesExtendedLocationArgsDict(TypedDict):
244
+ """
245
+ The complex type of the extended location.
246
+ """
247
+ name: pulumi.Input[str]
248
+ """
249
+ The name of the extended location.
250
+ """
251
+ type: pulumi.Input[Union[str, 'ExtendedLocationType']]
252
+ """
253
+ The type of the extended location.
254
+ """
255
+ elif False:
256
+ AzureResourceManagerCommonTypesExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
257
+
258
+ @pulumi.input_type
259
+ class AzureResourceManagerCommonTypesExtendedLocationArgs:
260
+ def __init__(__self__, *,
261
+ name: pulumi.Input[str],
262
+ type: pulumi.Input[Union[str, 'ExtendedLocationType']]):
263
+ """
264
+ The complex type of the extended location.
265
+ :param pulumi.Input[str] name: The name of the extended location.
266
+ :param pulumi.Input[Union[str, 'ExtendedLocationType']] type: The type of the extended location.
267
+ """
268
+ pulumi.set(__self__, "name", name)
269
+ pulumi.set(__self__, "type", type)
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def name(self) -> pulumi.Input[str]:
274
+ """
275
+ The name of the extended location.
276
+ """
277
+ return pulumi.get(self, "name")
278
+
279
+ @name.setter
280
+ def name(self, value: pulumi.Input[str]):
281
+ pulumi.set(self, "name", value)
282
+
283
+ @property
284
+ @pulumi.getter
285
+ def type(self) -> pulumi.Input[Union[str, 'ExtendedLocationType']]:
286
+ """
287
+ The type of the extended location.
288
+ """
289
+ return pulumi.get(self, "type")
290
+
291
+ @type.setter
292
+ def type(self, value: pulumi.Input[Union[str, 'ExtendedLocationType']]):
293
+ pulumi.set(self, "type", value)
294
+
295
+
296
+ if not MYPY:
297
+ class BatchProcessorArgsDict(TypedDict):
298
+ """
299
+ Batch processor.
300
+ """
301
+ batch_size: NotRequired[pulumi.Input[int]]
302
+ """
303
+ Size of the batch.
304
+ """
305
+ timeout: NotRequired[pulumi.Input[int]]
306
+ """
307
+ Timeout in milliseconds.
308
+ """
309
+ elif False:
310
+ BatchProcessorArgsDict: TypeAlias = Mapping[str, Any]
311
+
312
+ @pulumi.input_type
313
+ class BatchProcessorArgs:
314
+ def __init__(__self__, *,
315
+ batch_size: Optional[pulumi.Input[int]] = None,
316
+ timeout: Optional[pulumi.Input[int]] = None):
317
+ """
318
+ Batch processor.
319
+ :param pulumi.Input[int] batch_size: Size of the batch.
320
+ :param pulumi.Input[int] timeout: Timeout in milliseconds.
321
+ """
322
+ if batch_size is None:
323
+ batch_size = 8192
324
+ if batch_size is not None:
325
+ pulumi.set(__self__, "batch_size", batch_size)
326
+ if timeout is None:
327
+ timeout = 200
328
+ if timeout is not None:
329
+ pulumi.set(__self__, "timeout", timeout)
330
+
331
+ @property
332
+ @pulumi.getter(name="batchSize")
333
+ def batch_size(self) -> Optional[pulumi.Input[int]]:
334
+ """
335
+ Size of the batch.
336
+ """
337
+ return pulumi.get(self, "batch_size")
338
+
339
+ @batch_size.setter
340
+ def batch_size(self, value: Optional[pulumi.Input[int]]):
341
+ pulumi.set(self, "batch_size", value)
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def timeout(self) -> Optional[pulumi.Input[int]]:
346
+ """
347
+ Timeout in milliseconds.
348
+ """
349
+ return pulumi.get(self, "timeout")
350
+
351
+ @timeout.setter
352
+ def timeout(self, value: Optional[pulumi.Input[int]]):
353
+ pulumi.set(self, "timeout", value)
354
+
355
+
356
+ if not MYPY:
357
+ class CacheConfigurationArgsDict(TypedDict):
358
+ """
359
+ Cache configurations.
360
+ """
361
+ max_storage_usage: NotRequired[pulumi.Input[int]]
362
+ """
363
+ Max storage usage in megabytes.
364
+ """
365
+ retention_period: NotRequired[pulumi.Input[int]]
366
+ """
367
+ Retention period in minutes.
368
+ """
369
+ elif False:
370
+ CacheConfigurationArgsDict: TypeAlias = Mapping[str, Any]
371
+
372
+ @pulumi.input_type
373
+ class CacheConfigurationArgs:
374
+ def __init__(__self__, *,
375
+ max_storage_usage: Optional[pulumi.Input[int]] = None,
376
+ retention_period: Optional[pulumi.Input[int]] = None):
377
+ """
378
+ Cache configurations.
379
+ :param pulumi.Input[int] max_storage_usage: Max storage usage in megabytes.
380
+ :param pulumi.Input[int] retention_period: Retention period in minutes.
381
+ """
382
+ if max_storage_usage is not None:
383
+ pulumi.set(__self__, "max_storage_usage", max_storage_usage)
384
+ if retention_period is not None:
385
+ pulumi.set(__self__, "retention_period", retention_period)
386
+
387
+ @property
388
+ @pulumi.getter(name="maxStorageUsage")
389
+ def max_storage_usage(self) -> Optional[pulumi.Input[int]]:
390
+ """
391
+ Max storage usage in megabytes.
392
+ """
393
+ return pulumi.get(self, "max_storage_usage")
394
+
395
+ @max_storage_usage.setter
396
+ def max_storage_usage(self, value: Optional[pulumi.Input[int]]):
397
+ pulumi.set(self, "max_storage_usage", value)
398
+
399
+ @property
400
+ @pulumi.getter(name="retentionPeriod")
401
+ def retention_period(self) -> Optional[pulumi.Input[int]]:
402
+ """
403
+ Retention period in minutes.
404
+ """
405
+ return pulumi.get(self, "retention_period")
406
+
407
+ @retention_period.setter
408
+ def retention_period(self, value: Optional[pulumi.Input[int]]):
409
+ pulumi.set(self, "retention_period", value)
410
+
411
+
412
+ if not MYPY:
413
+ class ConcurrencyConfigurationArgsDict(TypedDict):
414
+ """
415
+ Concurrent publishing configuration.
416
+ """
417
+ batch_queue_size: NotRequired[pulumi.Input[int]]
418
+ """
419
+ Size of the queue for log batches.
420
+ """
421
+ worker_count: NotRequired[pulumi.Input[int]]
422
+ """
423
+ Number of parallel workers processing the log queues.
424
+ """
425
+ elif False:
426
+ ConcurrencyConfigurationArgsDict: TypeAlias = Mapping[str, Any]
427
+
428
+ @pulumi.input_type
429
+ class ConcurrencyConfigurationArgs:
430
+ def __init__(__self__, *,
431
+ batch_queue_size: Optional[pulumi.Input[int]] = None,
432
+ worker_count: Optional[pulumi.Input[int]] = None):
433
+ """
434
+ Concurrent publishing configuration.
435
+ :param pulumi.Input[int] batch_queue_size: Size of the queue for log batches.
436
+ :param pulumi.Input[int] worker_count: Number of parallel workers processing the log queues.
437
+ """
438
+ if batch_queue_size is None:
439
+ batch_queue_size = 100
440
+ if batch_queue_size is not None:
441
+ pulumi.set(__self__, "batch_queue_size", batch_queue_size)
442
+ if worker_count is None:
443
+ worker_count = 4
444
+ if worker_count is not None:
445
+ pulumi.set(__self__, "worker_count", worker_count)
446
+
447
+ @property
448
+ @pulumi.getter(name="batchQueueSize")
449
+ def batch_queue_size(self) -> Optional[pulumi.Input[int]]:
450
+ """
451
+ Size of the queue for log batches.
452
+ """
453
+ return pulumi.get(self, "batch_queue_size")
454
+
455
+ @batch_queue_size.setter
456
+ def batch_queue_size(self, value: Optional[pulumi.Input[int]]):
457
+ pulumi.set(self, "batch_queue_size", value)
458
+
459
+ @property
460
+ @pulumi.getter(name="workerCount")
461
+ def worker_count(self) -> Optional[pulumi.Input[int]]:
462
+ """
463
+ Number of parallel workers processing the log queues.
464
+ """
465
+ return pulumi.get(self, "worker_count")
466
+
467
+ @worker_count.setter
468
+ def worker_count(self, value: Optional[pulumi.Input[int]]):
469
+ pulumi.set(self, "worker_count", value)
470
+
471
+
472
+ if not MYPY:
473
+ class ExporterArgsDict(TypedDict):
474
+ """
475
+ Exporter Info.
476
+ """
477
+ name: pulumi.Input[str]
478
+ """
479
+ The name of exporter.
480
+ """
481
+ type: pulumi.Input[Union[str, 'ExporterType']]
482
+ """
483
+ The type of exporter.
484
+ """
485
+ azure_monitor_workspace_logs: NotRequired[pulumi.Input['AzureMonitorWorkspaceLogsExporterArgsDict']]
486
+ """
487
+ Azure Monitor Workspace Logs specific configurations.
488
+ """
489
+ tcp: NotRequired[pulumi.Input['TcpExporterArgsDict']]
490
+ """
491
+ TCP based exporter. Used for pipelineGroup exporter.
492
+ """
493
+ elif False:
494
+ ExporterArgsDict: TypeAlias = Mapping[str, Any]
495
+
496
+ @pulumi.input_type
497
+ class ExporterArgs:
498
+ def __init__(__self__, *,
499
+ name: pulumi.Input[str],
500
+ type: pulumi.Input[Union[str, 'ExporterType']],
501
+ azure_monitor_workspace_logs: Optional[pulumi.Input['AzureMonitorWorkspaceLogsExporterArgs']] = None,
502
+ tcp: Optional[pulumi.Input['TcpExporterArgs']] = None):
503
+ """
504
+ Exporter Info.
505
+ :param pulumi.Input[str] name: The name of exporter.
506
+ :param pulumi.Input[Union[str, 'ExporterType']] type: The type of exporter.
507
+ :param pulumi.Input['AzureMonitorWorkspaceLogsExporterArgs'] azure_monitor_workspace_logs: Azure Monitor Workspace Logs specific configurations.
508
+ :param pulumi.Input['TcpExporterArgs'] tcp: TCP based exporter. Used for pipelineGroup exporter.
509
+ """
510
+ pulumi.set(__self__, "name", name)
511
+ pulumi.set(__self__, "type", type)
512
+ if azure_monitor_workspace_logs is not None:
513
+ pulumi.set(__self__, "azure_monitor_workspace_logs", azure_monitor_workspace_logs)
514
+ if tcp is not None:
515
+ pulumi.set(__self__, "tcp", tcp)
516
+
517
+ @property
518
+ @pulumi.getter
519
+ def name(self) -> pulumi.Input[str]:
520
+ """
521
+ The name of exporter.
522
+ """
523
+ return pulumi.get(self, "name")
524
+
525
+ @name.setter
526
+ def name(self, value: pulumi.Input[str]):
527
+ pulumi.set(self, "name", value)
528
+
529
+ @property
530
+ @pulumi.getter
531
+ def type(self) -> pulumi.Input[Union[str, 'ExporterType']]:
532
+ """
533
+ The type of exporter.
534
+ """
535
+ return pulumi.get(self, "type")
536
+
537
+ @type.setter
538
+ def type(self, value: pulumi.Input[Union[str, 'ExporterType']]):
539
+ pulumi.set(self, "type", value)
540
+
541
+ @property
542
+ @pulumi.getter(name="azureMonitorWorkspaceLogs")
543
+ def azure_monitor_workspace_logs(self) -> Optional[pulumi.Input['AzureMonitorWorkspaceLogsExporterArgs']]:
544
+ """
545
+ Azure Monitor Workspace Logs specific configurations.
546
+ """
547
+ return pulumi.get(self, "azure_monitor_workspace_logs")
548
+
549
+ @azure_monitor_workspace_logs.setter
550
+ def azure_monitor_workspace_logs(self, value: Optional[pulumi.Input['AzureMonitorWorkspaceLogsExporterArgs']]):
551
+ pulumi.set(self, "azure_monitor_workspace_logs", value)
552
+
553
+ @property
554
+ @pulumi.getter
555
+ def tcp(self) -> Optional[pulumi.Input['TcpExporterArgs']]:
556
+ """
557
+ TCP based exporter. Used for pipelineGroup exporter.
558
+ """
559
+ return pulumi.get(self, "tcp")
560
+
561
+ @tcp.setter
562
+ def tcp(self, value: Optional[pulumi.Input['TcpExporterArgs']]):
563
+ pulumi.set(self, "tcp", value)
564
+
565
+
566
+ if not MYPY:
567
+ class JsonArrayMapperArgsDict(TypedDict):
568
+ """
569
+ A component that allows parsing a value from sourceField as a json array, match a key to each parsed value from keys, and output the key-value map to destinationField field.
570
+ """
571
+ keys: pulumi.Input[Sequence[pulumi.Input[str]]]
572
+ """
573
+ Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.
574
+ """
575
+ destination_field: NotRequired[pulumi.Input['JsonMapperDestinationFieldArgsDict']]
576
+ """
577
+ Define a destination field to which the parsed output will be written. The output is a map, it's keys is the given keys array and the matching values are the parsed json array elements.
578
+ """
579
+ source_field: NotRequired[pulumi.Input['JsonMapperSourceFieldArgsDict']]
580
+ """
581
+ Define a source field from which a json array will be read and parsed to it's elements. The number of elements in the json array is expected to be the same as the length of keys.
582
+ """
583
+ elif False:
584
+ JsonArrayMapperArgsDict: TypeAlias = Mapping[str, Any]
585
+
586
+ @pulumi.input_type
587
+ class JsonArrayMapperArgs:
588
+ def __init__(__self__, *,
589
+ keys: pulumi.Input[Sequence[pulumi.Input[str]]],
590
+ destination_field: Optional[pulumi.Input['JsonMapperDestinationFieldArgs']] = None,
591
+ source_field: Optional[pulumi.Input['JsonMapperSourceFieldArgs']] = None):
592
+ """
593
+ A component that allows parsing a value from sourceField as a json array, match a key to each parsed value from keys, and output the key-value map to destinationField field.
594
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] keys: Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.
595
+ :param pulumi.Input['JsonMapperDestinationFieldArgs'] destination_field: Define a destination field to which the parsed output will be written. The output is a map, it's keys is the given keys array and the matching values are the parsed json array elements.
596
+ :param pulumi.Input['JsonMapperSourceFieldArgs'] source_field: Define a source field from which a json array will be read and parsed to it's elements. The number of elements in the json array is expected to be the same as the length of keys.
597
+ """
598
+ pulumi.set(__self__, "keys", keys)
599
+ if destination_field is not None:
600
+ pulumi.set(__self__, "destination_field", destination_field)
601
+ if source_field is not None:
602
+ pulumi.set(__self__, "source_field", source_field)
603
+
604
+ @property
605
+ @pulumi.getter
606
+ def keys(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
607
+ """
608
+ Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.
609
+ """
610
+ return pulumi.get(self, "keys")
611
+
612
+ @keys.setter
613
+ def keys(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
614
+ pulumi.set(self, "keys", value)
615
+
616
+ @property
617
+ @pulumi.getter(name="destinationField")
618
+ def destination_field(self) -> Optional[pulumi.Input['JsonMapperDestinationFieldArgs']]:
619
+ """
620
+ Define a destination field to which the parsed output will be written. The output is a map, it's keys is the given keys array and the matching values are the parsed json array elements.
621
+ """
622
+ return pulumi.get(self, "destination_field")
623
+
624
+ @destination_field.setter
625
+ def destination_field(self, value: Optional[pulumi.Input['JsonMapperDestinationFieldArgs']]):
626
+ pulumi.set(self, "destination_field", value)
627
+
628
+ @property
629
+ @pulumi.getter(name="sourceField")
630
+ def source_field(self) -> Optional[pulumi.Input['JsonMapperSourceFieldArgs']]:
631
+ """
632
+ Define a source field from which a json array will be read and parsed to it's elements. The number of elements in the json array is expected to be the same as the length of keys.
633
+ """
634
+ return pulumi.get(self, "source_field")
635
+
636
+ @source_field.setter
637
+ def source_field(self, value: Optional[pulumi.Input['JsonMapperSourceFieldArgs']]):
638
+ pulumi.set(self, "source_field", value)
639
+
640
+
641
+ if not MYPY:
642
+ class JsonMapperDestinationFieldArgsDict(TypedDict):
643
+ """
644
+ JsonArrayMapper destination field used to describe the field to which the parsed output will be written.
645
+ """
646
+ destination: NotRequired[pulumi.Input[Union[str, 'JsonMapperElement']]]
647
+ """
648
+ Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.
649
+ """
650
+ field_name: NotRequired[pulumi.Input[str]]
651
+ """
652
+ Define a destination field name under the given element. Leaving this empty, means the root of the element. In case element=attributes and fieldName is empty, the object's attributes themselves will contain the key value output pairs.
653
+ """
654
+ elif False:
655
+ JsonMapperDestinationFieldArgsDict: TypeAlias = Mapping[str, Any]
656
+
657
+ @pulumi.input_type
658
+ class JsonMapperDestinationFieldArgs:
659
+ def __init__(__self__, *,
660
+ destination: Optional[pulumi.Input[Union[str, 'JsonMapperElement']]] = None,
661
+ field_name: Optional[pulumi.Input[str]] = None):
662
+ """
663
+ JsonArrayMapper destination field used to describe the field to which the parsed output will be written.
664
+ :param pulumi.Input[Union[str, 'JsonMapperElement']] destination: Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.
665
+ :param pulumi.Input[str] field_name: Define a destination field name under the given element. Leaving this empty, means the root of the element. In case element=attributes and fieldName is empty, the object's attributes themselves will contain the key value output pairs.
666
+ """
667
+ if destination is None:
668
+ destination = 'attributes'
669
+ if destination is not None:
670
+ pulumi.set(__self__, "destination", destination)
671
+ if field_name is not None:
672
+ pulumi.set(__self__, "field_name", field_name)
673
+
674
+ @property
675
+ @pulumi.getter
676
+ def destination(self) -> Optional[pulumi.Input[Union[str, 'JsonMapperElement']]]:
677
+ """
678
+ Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.
679
+ """
680
+ return pulumi.get(self, "destination")
681
+
682
+ @destination.setter
683
+ def destination(self, value: Optional[pulumi.Input[Union[str, 'JsonMapperElement']]]):
684
+ pulumi.set(self, "destination", value)
685
+
686
+ @property
687
+ @pulumi.getter(name="fieldName")
688
+ def field_name(self) -> Optional[pulumi.Input[str]]:
689
+ """
690
+ Define a destination field name under the given element. Leaving this empty, means the root of the element. In case element=attributes and fieldName is empty, the object's attributes themselves will contain the key value output pairs.
691
+ """
692
+ return pulumi.get(self, "field_name")
693
+
694
+ @field_name.setter
695
+ def field_name(self, value: Optional[pulumi.Input[str]]):
696
+ pulumi.set(self, "field_name", value)
697
+
698
+
699
+ if not MYPY:
700
+ class JsonMapperSourceFieldArgsDict(TypedDict):
701
+ """
702
+ JsonArrayMapper source field used to describe the field from which the json array will be read.
703
+ """
704
+ field_name: NotRequired[pulumi.Input[str]]
705
+ """
706
+ Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.
707
+ """
708
+ elif False:
709
+ JsonMapperSourceFieldArgsDict: TypeAlias = Mapping[str, Any]
710
+
711
+ @pulumi.input_type
712
+ class JsonMapperSourceFieldArgs:
713
+ def __init__(__self__, *,
714
+ field_name: Optional[pulumi.Input[str]] = None):
715
+ """
716
+ JsonArrayMapper source field used to describe the field from which the json array will be read.
717
+ :param pulumi.Input[str] field_name: Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.
718
+ """
719
+ if field_name is not None:
720
+ pulumi.set(__self__, "field_name", field_name)
721
+
722
+ @property
723
+ @pulumi.getter(name="fieldName")
724
+ def field_name(self) -> Optional[pulumi.Input[str]]:
725
+ """
726
+ Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.
727
+ """
728
+ return pulumi.get(self, "field_name")
729
+
730
+ @field_name.setter
731
+ def field_name(self, value: Optional[pulumi.Input[str]]):
732
+ pulumi.set(self, "field_name", value)
733
+
734
+
735
+ if not MYPY:
736
+ class NetworkingConfigurationArgsDict(TypedDict):
737
+ """
738
+ Networking configuration for the pipeline group instance.
739
+ """
740
+ external_networking_mode: pulumi.Input[Union[str, 'ExternalNetworkingMode']]
741
+ """
742
+ External networking mode.
743
+ """
744
+ routes: pulumi.Input[Sequence[pulumi.Input['NetworkingRouteArgsDict']]]
745
+ """
746
+ Networking routes configuration.
747
+ """
748
+ host: NotRequired[pulumi.Input[str]]
749
+ """
750
+ The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
751
+ """
752
+ elif False:
753
+ NetworkingConfigurationArgsDict: TypeAlias = Mapping[str, Any]
754
+
755
+ @pulumi.input_type
756
+ class NetworkingConfigurationArgs:
757
+ def __init__(__self__, *,
758
+ external_networking_mode: pulumi.Input[Union[str, 'ExternalNetworkingMode']],
759
+ routes: pulumi.Input[Sequence[pulumi.Input['NetworkingRouteArgs']]],
760
+ host: Optional[pulumi.Input[str]] = None):
761
+ """
762
+ Networking configuration for the pipeline group instance.
763
+ :param pulumi.Input[Union[str, 'ExternalNetworkingMode']] external_networking_mode: External networking mode.
764
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkingRouteArgs']]] routes: Networking routes configuration.
765
+ :param pulumi.Input[str] host: The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
766
+ """
767
+ pulumi.set(__self__, "external_networking_mode", external_networking_mode)
768
+ pulumi.set(__self__, "routes", routes)
769
+ if host is not None:
770
+ pulumi.set(__self__, "host", host)
771
+
772
+ @property
773
+ @pulumi.getter(name="externalNetworkingMode")
774
+ def external_networking_mode(self) -> pulumi.Input[Union[str, 'ExternalNetworkingMode']]:
775
+ """
776
+ External networking mode.
777
+ """
778
+ return pulumi.get(self, "external_networking_mode")
779
+
780
+ @external_networking_mode.setter
781
+ def external_networking_mode(self, value: pulumi.Input[Union[str, 'ExternalNetworkingMode']]):
782
+ pulumi.set(self, "external_networking_mode", value)
783
+
784
+ @property
785
+ @pulumi.getter
786
+ def routes(self) -> pulumi.Input[Sequence[pulumi.Input['NetworkingRouteArgs']]]:
787
+ """
788
+ Networking routes configuration.
789
+ """
790
+ return pulumi.get(self, "routes")
791
+
792
+ @routes.setter
793
+ def routes(self, value: pulumi.Input[Sequence[pulumi.Input['NetworkingRouteArgs']]]):
794
+ pulumi.set(self, "routes", value)
795
+
796
+ @property
797
+ @pulumi.getter
798
+ def host(self) -> Optional[pulumi.Input[str]]:
799
+ """
800
+ The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
801
+ """
802
+ return pulumi.get(self, "host")
803
+
804
+ @host.setter
805
+ def host(self, value: Optional[pulumi.Input[str]]):
806
+ pulumi.set(self, "host", value)
807
+
808
+
809
+ if not MYPY:
810
+ class NetworkingRouteArgsDict(TypedDict):
811
+ """
812
+ Networking route configuration.
813
+ """
814
+ receiver: pulumi.Input[str]
815
+ """
816
+ The name of the previously defined receiver.
817
+ """
818
+ path: NotRequired[pulumi.Input[str]]
819
+ """
820
+ Route path.
821
+ """
822
+ port: NotRequired[pulumi.Input[int]]
823
+ """
824
+ The port that will be configured externally. If not specified, it will use the port from the receiver definition.
825
+ """
826
+ subdomain: NotRequired[pulumi.Input[str]]
827
+ """
828
+ Route subdomain.
829
+ """
830
+ elif False:
831
+ NetworkingRouteArgsDict: TypeAlias = Mapping[str, Any]
832
+
833
+ @pulumi.input_type
834
+ class NetworkingRouteArgs:
835
+ def __init__(__self__, *,
836
+ receiver: pulumi.Input[str],
837
+ path: Optional[pulumi.Input[str]] = None,
838
+ port: Optional[pulumi.Input[int]] = None,
839
+ subdomain: Optional[pulumi.Input[str]] = None):
840
+ """
841
+ Networking route configuration.
842
+ :param pulumi.Input[str] receiver: The name of the previously defined receiver.
843
+ :param pulumi.Input[str] path: Route path.
844
+ :param pulumi.Input[int] port: The port that will be configured externally. If not specified, it will use the port from the receiver definition.
845
+ :param pulumi.Input[str] subdomain: Route subdomain.
846
+ """
847
+ pulumi.set(__self__, "receiver", receiver)
848
+ if path is not None:
849
+ pulumi.set(__self__, "path", path)
850
+ if port is not None:
851
+ pulumi.set(__self__, "port", port)
852
+ if subdomain is not None:
853
+ pulumi.set(__self__, "subdomain", subdomain)
854
+
855
+ @property
856
+ @pulumi.getter
857
+ def receiver(self) -> pulumi.Input[str]:
858
+ """
859
+ The name of the previously defined receiver.
860
+ """
861
+ return pulumi.get(self, "receiver")
862
+
863
+ @receiver.setter
864
+ def receiver(self, value: pulumi.Input[str]):
865
+ pulumi.set(self, "receiver", value)
866
+
867
+ @property
868
+ @pulumi.getter
869
+ def path(self) -> Optional[pulumi.Input[str]]:
870
+ """
871
+ Route path.
872
+ """
873
+ return pulumi.get(self, "path")
874
+
875
+ @path.setter
876
+ def path(self, value: Optional[pulumi.Input[str]]):
877
+ pulumi.set(self, "path", value)
878
+
879
+ @property
880
+ @pulumi.getter
881
+ def port(self) -> Optional[pulumi.Input[int]]:
882
+ """
883
+ The port that will be configured externally. If not specified, it will use the port from the receiver definition.
884
+ """
885
+ return pulumi.get(self, "port")
886
+
887
+ @port.setter
888
+ def port(self, value: Optional[pulumi.Input[int]]):
889
+ pulumi.set(self, "port", value)
890
+
891
+ @property
892
+ @pulumi.getter
893
+ def subdomain(self) -> Optional[pulumi.Input[str]]:
894
+ """
895
+ Route subdomain.
896
+ """
897
+ return pulumi.get(self, "subdomain")
898
+
899
+ @subdomain.setter
900
+ def subdomain(self, value: Optional[pulumi.Input[str]]):
901
+ pulumi.set(self, "subdomain", value)
902
+
903
+
904
+ if not MYPY:
905
+ class OtlpReceiverArgsDict(TypedDict):
906
+ """
907
+ OTLP Receiver.
908
+ """
909
+ endpoint: pulumi.Input[str]
910
+ """
911
+ OTLP GRPC endpoint definition. Example: 0.0.0.0:<port>.
912
+ """
913
+ elif False:
914
+ OtlpReceiverArgsDict: TypeAlias = Mapping[str, Any]
915
+
916
+ @pulumi.input_type
917
+ class OtlpReceiverArgs:
918
+ def __init__(__self__, *,
919
+ endpoint: pulumi.Input[str]):
920
+ """
921
+ OTLP Receiver.
922
+ :param pulumi.Input[str] endpoint: OTLP GRPC endpoint definition. Example: 0.0.0.0:<port>.
923
+ """
924
+ pulumi.set(__self__, "endpoint", endpoint)
925
+
926
+ @property
927
+ @pulumi.getter
928
+ def endpoint(self) -> pulumi.Input[str]:
929
+ """
930
+ OTLP GRPC endpoint definition. Example: 0.0.0.0:<port>.
931
+ """
932
+ return pulumi.get(self, "endpoint")
933
+
934
+ @endpoint.setter
935
+ def endpoint(self, value: pulumi.Input[str]):
936
+ pulumi.set(self, "endpoint", value)
937
+
938
+
939
+ if not MYPY:
940
+ class PersistenceConfigurationsArgsDict(TypedDict):
941
+ """
942
+ Persistence options to all pipelines in the instance.
943
+ """
944
+ persistent_volume_name: pulumi.Input[str]
945
+ """
946
+ The name of the mounted persistent volume.
947
+ """
948
+ elif False:
949
+ PersistenceConfigurationsArgsDict: TypeAlias = Mapping[str, Any]
950
+
951
+ @pulumi.input_type
952
+ class PersistenceConfigurationsArgs:
953
+ def __init__(__self__, *,
954
+ persistent_volume_name: pulumi.Input[str]):
955
+ """
956
+ Persistence options to all pipelines in the instance.
957
+ :param pulumi.Input[str] persistent_volume_name: The name of the mounted persistent volume.
958
+ """
959
+ pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
960
+
961
+ @property
962
+ @pulumi.getter(name="persistentVolumeName")
963
+ def persistent_volume_name(self) -> pulumi.Input[str]:
964
+ """
965
+ The name of the mounted persistent volume.
966
+ """
967
+ return pulumi.get(self, "persistent_volume_name")
968
+
969
+ @persistent_volume_name.setter
970
+ def persistent_volume_name(self, value: pulumi.Input[str]):
971
+ pulumi.set(self, "persistent_volume_name", value)
972
+
973
+
974
+ if not MYPY:
975
+ class PipelineGroupPropertiesArgsDict(TypedDict):
976
+ """
977
+ Properties that need to be specified to create a new pipeline group instance.
978
+ """
979
+ exporters: pulumi.Input[Sequence[pulumi.Input['ExporterArgsDict']]]
980
+ """
981
+ The exporters specified for a pipeline group instance.
982
+ """
983
+ processors: pulumi.Input[Sequence[pulumi.Input['ProcessorArgsDict']]]
984
+ """
985
+ The processors specified for a pipeline group instance.
986
+ """
987
+ receivers: pulumi.Input[Sequence[pulumi.Input['ReceiverArgsDict']]]
988
+ """
989
+ The receivers specified for a pipeline group instance.
990
+ """
991
+ service: pulumi.Input['ServiceArgsDict']
992
+ """
993
+ The service section for a given pipeline group instance.
994
+ """
995
+ networking_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgsDict']]]]
996
+ """
997
+ Networking configurations for the pipeline group instance.
998
+ """
999
+ replicas: NotRequired[pulumi.Input[int]]
1000
+ """
1001
+ Defines the amount of replicas of the pipeline group instance.
1002
+ """
1003
+ elif False:
1004
+ PipelineGroupPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1005
+
1006
+ @pulumi.input_type
1007
+ class PipelineGroupPropertiesArgs:
1008
+ def __init__(__self__, *,
1009
+ exporters: pulumi.Input[Sequence[pulumi.Input['ExporterArgs']]],
1010
+ processors: pulumi.Input[Sequence[pulumi.Input['ProcessorArgs']]],
1011
+ receivers: pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]],
1012
+ service: pulumi.Input['ServiceArgs'],
1013
+ networking_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]]] = None,
1014
+ replicas: Optional[pulumi.Input[int]] = None):
1015
+ """
1016
+ Properties that need to be specified to create a new pipeline group instance.
1017
+ :param pulumi.Input[Sequence[pulumi.Input['ExporterArgs']]] exporters: The exporters specified for a pipeline group instance.
1018
+ :param pulumi.Input[Sequence[pulumi.Input['ProcessorArgs']]] processors: The processors specified for a pipeline group instance.
1019
+ :param pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]] receivers: The receivers specified for a pipeline group instance.
1020
+ :param pulumi.Input['ServiceArgs'] service: The service section for a given pipeline group instance.
1021
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]] networking_configurations: Networking configurations for the pipeline group instance.
1022
+ :param pulumi.Input[int] replicas: Defines the amount of replicas of the pipeline group instance.
1023
+ """
1024
+ pulumi.set(__self__, "exporters", exporters)
1025
+ pulumi.set(__self__, "processors", processors)
1026
+ pulumi.set(__self__, "receivers", receivers)
1027
+ pulumi.set(__self__, "service", service)
1028
+ if networking_configurations is not None:
1029
+ pulumi.set(__self__, "networking_configurations", networking_configurations)
1030
+ if replicas is not None:
1031
+ pulumi.set(__self__, "replicas", replicas)
1032
+
1033
+ @property
1034
+ @pulumi.getter
1035
+ def exporters(self) -> pulumi.Input[Sequence[pulumi.Input['ExporterArgs']]]:
1036
+ """
1037
+ The exporters specified for a pipeline group instance.
1038
+ """
1039
+ return pulumi.get(self, "exporters")
1040
+
1041
+ @exporters.setter
1042
+ def exporters(self, value: pulumi.Input[Sequence[pulumi.Input['ExporterArgs']]]):
1043
+ pulumi.set(self, "exporters", value)
1044
+
1045
+ @property
1046
+ @pulumi.getter
1047
+ def processors(self) -> pulumi.Input[Sequence[pulumi.Input['ProcessorArgs']]]:
1048
+ """
1049
+ The processors specified for a pipeline group instance.
1050
+ """
1051
+ return pulumi.get(self, "processors")
1052
+
1053
+ @processors.setter
1054
+ def processors(self, value: pulumi.Input[Sequence[pulumi.Input['ProcessorArgs']]]):
1055
+ pulumi.set(self, "processors", value)
1056
+
1057
+ @property
1058
+ @pulumi.getter
1059
+ def receivers(self) -> pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]]:
1060
+ """
1061
+ The receivers specified for a pipeline group instance.
1062
+ """
1063
+ return pulumi.get(self, "receivers")
1064
+
1065
+ @receivers.setter
1066
+ def receivers(self, value: pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]]):
1067
+ pulumi.set(self, "receivers", value)
1068
+
1069
+ @property
1070
+ @pulumi.getter
1071
+ def service(self) -> pulumi.Input['ServiceArgs']:
1072
+ """
1073
+ The service section for a given pipeline group instance.
1074
+ """
1075
+ return pulumi.get(self, "service")
1076
+
1077
+ @service.setter
1078
+ def service(self, value: pulumi.Input['ServiceArgs']):
1079
+ pulumi.set(self, "service", value)
1080
+
1081
+ @property
1082
+ @pulumi.getter(name="networkingConfigurations")
1083
+ def networking_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]]]:
1084
+ """
1085
+ Networking configurations for the pipeline group instance.
1086
+ """
1087
+ return pulumi.get(self, "networking_configurations")
1088
+
1089
+ @networking_configurations.setter
1090
+ def networking_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]]]):
1091
+ pulumi.set(self, "networking_configurations", value)
1092
+
1093
+ @property
1094
+ @pulumi.getter
1095
+ def replicas(self) -> Optional[pulumi.Input[int]]:
1096
+ """
1097
+ Defines the amount of replicas of the pipeline group instance.
1098
+ """
1099
+ return pulumi.get(self, "replicas")
1100
+
1101
+ @replicas.setter
1102
+ def replicas(self, value: Optional[pulumi.Input[int]]):
1103
+ pulumi.set(self, "replicas", value)
1104
+
1105
+
1106
+ if not MYPY:
1107
+ class PipelineArgsDict(TypedDict):
1108
+ """
1109
+ Pipeline Info.
1110
+ """
1111
+ exporters: pulumi.Input[Sequence[pulumi.Input[str]]]
1112
+ """
1113
+ Reference to exporters configured for the pipeline.
1114
+ """
1115
+ name: pulumi.Input[str]
1116
+ """
1117
+ Name of the pipeline.
1118
+ """
1119
+ receivers: pulumi.Input[Sequence[pulumi.Input[str]]]
1120
+ """
1121
+ Reference to receivers configured for the pipeline.
1122
+ """
1123
+ type: pulumi.Input[Union[str, 'PipelineType']]
1124
+ """
1125
+ The type of pipeline
1126
+ """
1127
+ processors: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1128
+ """
1129
+ Reference to processors configured for the pipeline.
1130
+ """
1131
+ elif False:
1132
+ PipelineArgsDict: TypeAlias = Mapping[str, Any]
1133
+
1134
+ @pulumi.input_type
1135
+ class PipelineArgs:
1136
+ def __init__(__self__, *,
1137
+ exporters: pulumi.Input[Sequence[pulumi.Input[str]]],
1138
+ name: pulumi.Input[str],
1139
+ receivers: pulumi.Input[Sequence[pulumi.Input[str]]],
1140
+ type: pulumi.Input[Union[str, 'PipelineType']],
1141
+ processors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1142
+ """
1143
+ Pipeline Info.
1144
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] exporters: Reference to exporters configured for the pipeline.
1145
+ :param pulumi.Input[str] name: Name of the pipeline.
1146
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] receivers: Reference to receivers configured for the pipeline.
1147
+ :param pulumi.Input[Union[str, 'PipelineType']] type: The type of pipeline
1148
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] processors: Reference to processors configured for the pipeline.
1149
+ """
1150
+ pulumi.set(__self__, "exporters", exporters)
1151
+ pulumi.set(__self__, "name", name)
1152
+ pulumi.set(__self__, "receivers", receivers)
1153
+ pulumi.set(__self__, "type", type)
1154
+ if processors is not None:
1155
+ pulumi.set(__self__, "processors", processors)
1156
+
1157
+ @property
1158
+ @pulumi.getter
1159
+ def exporters(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1160
+ """
1161
+ Reference to exporters configured for the pipeline.
1162
+ """
1163
+ return pulumi.get(self, "exporters")
1164
+
1165
+ @exporters.setter
1166
+ def exporters(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1167
+ pulumi.set(self, "exporters", value)
1168
+
1169
+ @property
1170
+ @pulumi.getter
1171
+ def name(self) -> pulumi.Input[str]:
1172
+ """
1173
+ Name of the pipeline.
1174
+ """
1175
+ return pulumi.get(self, "name")
1176
+
1177
+ @name.setter
1178
+ def name(self, value: pulumi.Input[str]):
1179
+ pulumi.set(self, "name", value)
1180
+
1181
+ @property
1182
+ @pulumi.getter
1183
+ def receivers(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1184
+ """
1185
+ Reference to receivers configured for the pipeline.
1186
+ """
1187
+ return pulumi.get(self, "receivers")
1188
+
1189
+ @receivers.setter
1190
+ def receivers(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1191
+ pulumi.set(self, "receivers", value)
1192
+
1193
+ @property
1194
+ @pulumi.getter
1195
+ def type(self) -> pulumi.Input[Union[str, 'PipelineType']]:
1196
+ """
1197
+ The type of pipeline
1198
+ """
1199
+ return pulumi.get(self, "type")
1200
+
1201
+ @type.setter
1202
+ def type(self, value: pulumi.Input[Union[str, 'PipelineType']]):
1203
+ pulumi.set(self, "type", value)
1204
+
1205
+ @property
1206
+ @pulumi.getter
1207
+ def processors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1208
+ """
1209
+ Reference to processors configured for the pipeline.
1210
+ """
1211
+ return pulumi.get(self, "processors")
1212
+
1213
+ @processors.setter
1214
+ def processors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1215
+ pulumi.set(self, "processors", value)
1216
+
1217
+
1218
+ if not MYPY:
1219
+ class ProcessorArgsDict(TypedDict):
1220
+ """
1221
+ Processor Info.
1222
+ """
1223
+ name: pulumi.Input[str]
1224
+ """
1225
+ The name of processor.
1226
+ """
1227
+ type: pulumi.Input[Union[str, 'ProcessorType']]
1228
+ """
1229
+ The type of processor.
1230
+ """
1231
+ batch: NotRequired[pulumi.Input['BatchProcessorArgsDict']]
1232
+ """
1233
+ Batch processor configurations.
1234
+ """
1235
+ elif False:
1236
+ ProcessorArgsDict: TypeAlias = Mapping[str, Any]
1237
+
1238
+ @pulumi.input_type
1239
+ class ProcessorArgs:
1240
+ def __init__(__self__, *,
1241
+ name: pulumi.Input[str],
1242
+ type: pulumi.Input[Union[str, 'ProcessorType']],
1243
+ batch: Optional[pulumi.Input['BatchProcessorArgs']] = None):
1244
+ """
1245
+ Processor Info.
1246
+ :param pulumi.Input[str] name: The name of processor.
1247
+ :param pulumi.Input[Union[str, 'ProcessorType']] type: The type of processor.
1248
+ :param pulumi.Input['BatchProcessorArgs'] batch: Batch processor configurations.
1249
+ """
1250
+ pulumi.set(__self__, "name", name)
1251
+ pulumi.set(__self__, "type", type)
1252
+ if batch is not None:
1253
+ pulumi.set(__self__, "batch", batch)
1254
+
1255
+ @property
1256
+ @pulumi.getter
1257
+ def name(self) -> pulumi.Input[str]:
1258
+ """
1259
+ The name of processor.
1260
+ """
1261
+ return pulumi.get(self, "name")
1262
+
1263
+ @name.setter
1264
+ def name(self, value: pulumi.Input[str]):
1265
+ pulumi.set(self, "name", value)
1266
+
1267
+ @property
1268
+ @pulumi.getter
1269
+ def type(self) -> pulumi.Input[Union[str, 'ProcessorType']]:
1270
+ """
1271
+ The type of processor.
1272
+ """
1273
+ return pulumi.get(self, "type")
1274
+
1275
+ @type.setter
1276
+ def type(self, value: pulumi.Input[Union[str, 'ProcessorType']]):
1277
+ pulumi.set(self, "type", value)
1278
+
1279
+ @property
1280
+ @pulumi.getter
1281
+ def batch(self) -> Optional[pulumi.Input['BatchProcessorArgs']]:
1282
+ """
1283
+ Batch processor configurations.
1284
+ """
1285
+ return pulumi.get(self, "batch")
1286
+
1287
+ @batch.setter
1288
+ def batch(self, value: Optional[pulumi.Input['BatchProcessorArgs']]):
1289
+ pulumi.set(self, "batch", value)
1290
+
1291
+
1292
+ if not MYPY:
1293
+ class ReceiverArgsDict(TypedDict):
1294
+ """
1295
+ Receiver Info.
1296
+ """
1297
+ name: pulumi.Input[str]
1298
+ """
1299
+ The name of receiver.
1300
+ """
1301
+ type: pulumi.Input[Union[str, 'ReceiverType']]
1302
+ """
1303
+ The type of receiver.
1304
+ """
1305
+ otlp: NotRequired[pulumi.Input['OtlpReceiverArgsDict']]
1306
+ """
1307
+ OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
1308
+ """
1309
+ syslog: NotRequired[pulumi.Input['SyslogReceiverArgsDict']]
1310
+ """
1311
+ Syslog configurations. This field is mandatory for syslog type receivers.
1312
+ """
1313
+ udp: NotRequired[pulumi.Input['UdpReceiverArgsDict']]
1314
+ """
1315
+ UDP receiver configurations. This field is mandatory for UDP receivers.
1316
+ """
1317
+ elif False:
1318
+ ReceiverArgsDict: TypeAlias = Mapping[str, Any]
1319
+
1320
+ @pulumi.input_type
1321
+ class ReceiverArgs:
1322
+ def __init__(__self__, *,
1323
+ name: pulumi.Input[str],
1324
+ type: pulumi.Input[Union[str, 'ReceiverType']],
1325
+ otlp: Optional[pulumi.Input['OtlpReceiverArgs']] = None,
1326
+ syslog: Optional[pulumi.Input['SyslogReceiverArgs']] = None,
1327
+ udp: Optional[pulumi.Input['UdpReceiverArgs']] = None):
1328
+ """
1329
+ Receiver Info.
1330
+ :param pulumi.Input[str] name: The name of receiver.
1331
+ :param pulumi.Input[Union[str, 'ReceiverType']] type: The type of receiver.
1332
+ :param pulumi.Input['OtlpReceiverArgs'] otlp: OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
1333
+ :param pulumi.Input['SyslogReceiverArgs'] syslog: Syslog configurations. This field is mandatory for syslog type receivers.
1334
+ :param pulumi.Input['UdpReceiverArgs'] udp: UDP receiver configurations. This field is mandatory for UDP receivers.
1335
+ """
1336
+ pulumi.set(__self__, "name", name)
1337
+ pulumi.set(__self__, "type", type)
1338
+ if otlp is not None:
1339
+ pulumi.set(__self__, "otlp", otlp)
1340
+ if syslog is not None:
1341
+ pulumi.set(__self__, "syslog", syslog)
1342
+ if udp is not None:
1343
+ pulumi.set(__self__, "udp", udp)
1344
+
1345
+ @property
1346
+ @pulumi.getter
1347
+ def name(self) -> pulumi.Input[str]:
1348
+ """
1349
+ The name of receiver.
1350
+ """
1351
+ return pulumi.get(self, "name")
1352
+
1353
+ @name.setter
1354
+ def name(self, value: pulumi.Input[str]):
1355
+ pulumi.set(self, "name", value)
1356
+
1357
+ @property
1358
+ @pulumi.getter
1359
+ def type(self) -> pulumi.Input[Union[str, 'ReceiverType']]:
1360
+ """
1361
+ The type of receiver.
1362
+ """
1363
+ return pulumi.get(self, "type")
1364
+
1365
+ @type.setter
1366
+ def type(self, value: pulumi.Input[Union[str, 'ReceiverType']]):
1367
+ pulumi.set(self, "type", value)
1368
+
1369
+ @property
1370
+ @pulumi.getter
1371
+ def otlp(self) -> Optional[pulumi.Input['OtlpReceiverArgs']]:
1372
+ """
1373
+ OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
1374
+ """
1375
+ return pulumi.get(self, "otlp")
1376
+
1377
+ @otlp.setter
1378
+ def otlp(self, value: Optional[pulumi.Input['OtlpReceiverArgs']]):
1379
+ pulumi.set(self, "otlp", value)
1380
+
1381
+ @property
1382
+ @pulumi.getter
1383
+ def syslog(self) -> Optional[pulumi.Input['SyslogReceiverArgs']]:
1384
+ """
1385
+ Syslog configurations. This field is mandatory for syslog type receivers.
1386
+ """
1387
+ return pulumi.get(self, "syslog")
1388
+
1389
+ @syslog.setter
1390
+ def syslog(self, value: Optional[pulumi.Input['SyslogReceiverArgs']]):
1391
+ pulumi.set(self, "syslog", value)
1392
+
1393
+ @property
1394
+ @pulumi.getter
1395
+ def udp(self) -> Optional[pulumi.Input['UdpReceiverArgs']]:
1396
+ """
1397
+ UDP receiver configurations. This field is mandatory for UDP receivers.
1398
+ """
1399
+ return pulumi.get(self, "udp")
1400
+
1401
+ @udp.setter
1402
+ def udp(self, value: Optional[pulumi.Input['UdpReceiverArgs']]):
1403
+ pulumi.set(self, "udp", value)
1404
+
1405
+
1406
+ if not MYPY:
1407
+ class RecordMapArgsDict(TypedDict):
1408
+ """
1409
+ Record map for schema in azure monitor.
1410
+ """
1411
+ from_: pulumi.Input[str]
1412
+ """
1413
+ Record Map Key.
1414
+ """
1415
+ to: pulumi.Input[str]
1416
+ """
1417
+ Record Map Value.
1418
+ """
1419
+ elif False:
1420
+ RecordMapArgsDict: TypeAlias = Mapping[str, Any]
1421
+
1422
+ @pulumi.input_type
1423
+ class RecordMapArgs:
1424
+ def __init__(__self__, *,
1425
+ from_: pulumi.Input[str],
1426
+ to: pulumi.Input[str]):
1427
+ """
1428
+ Record map for schema in azure monitor.
1429
+ :param pulumi.Input[str] from_: Record Map Key.
1430
+ :param pulumi.Input[str] to: Record Map Value.
1431
+ """
1432
+ pulumi.set(__self__, "from_", from_)
1433
+ pulumi.set(__self__, "to", to)
1434
+
1435
+ @property
1436
+ @pulumi.getter(name="from")
1437
+ def from_(self) -> pulumi.Input[str]:
1438
+ """
1439
+ Record Map Key.
1440
+ """
1441
+ return pulumi.get(self, "from_")
1442
+
1443
+ @from_.setter
1444
+ def from_(self, value: pulumi.Input[str]):
1445
+ pulumi.set(self, "from_", value)
1446
+
1447
+ @property
1448
+ @pulumi.getter
1449
+ def to(self) -> pulumi.Input[str]:
1450
+ """
1451
+ Record Map Value.
1452
+ """
1453
+ return pulumi.get(self, "to")
1454
+
1455
+ @to.setter
1456
+ def to(self, value: pulumi.Input[str]):
1457
+ pulumi.set(self, "to", value)
1458
+
1459
+
1460
+ if not MYPY:
1461
+ class ResourceMapArgsDict(TypedDict):
1462
+ """
1463
+ Resource map for schema in azure monitor.
1464
+ """
1465
+ from_: pulumi.Input[str]
1466
+ """
1467
+ Resource Map Key.
1468
+ """
1469
+ to: pulumi.Input[str]
1470
+ """
1471
+ Resource Map Value.
1472
+ """
1473
+ elif False:
1474
+ ResourceMapArgsDict: TypeAlias = Mapping[str, Any]
1475
+
1476
+ @pulumi.input_type
1477
+ class ResourceMapArgs:
1478
+ def __init__(__self__, *,
1479
+ from_: pulumi.Input[str],
1480
+ to: pulumi.Input[str]):
1481
+ """
1482
+ Resource map for schema in azure monitor.
1483
+ :param pulumi.Input[str] from_: Resource Map Key.
1484
+ :param pulumi.Input[str] to: Resource Map Value.
1485
+ """
1486
+ pulumi.set(__self__, "from_", from_)
1487
+ pulumi.set(__self__, "to", to)
1488
+
1489
+ @property
1490
+ @pulumi.getter(name="from")
1491
+ def from_(self) -> pulumi.Input[str]:
1492
+ """
1493
+ Resource Map Key.
1494
+ """
1495
+ return pulumi.get(self, "from_")
1496
+
1497
+ @from_.setter
1498
+ def from_(self, value: pulumi.Input[str]):
1499
+ pulumi.set(self, "from_", value)
1500
+
1501
+ @property
1502
+ @pulumi.getter
1503
+ def to(self) -> pulumi.Input[str]:
1504
+ """
1505
+ Resource Map Value.
1506
+ """
1507
+ return pulumi.get(self, "to")
1508
+
1509
+ @to.setter
1510
+ def to(self, value: pulumi.Input[str]):
1511
+ pulumi.set(self, "to", value)
1512
+
1513
+
1514
+ if not MYPY:
1515
+ class SchemaMapArgsDict(TypedDict):
1516
+ """
1517
+ Schema map for azure monitor for logs.
1518
+ """
1519
+ record_map: pulumi.Input[Sequence[pulumi.Input['RecordMapArgsDict']]]
1520
+ """
1521
+ Record Map.
1522
+ """
1523
+ resource_map: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceMapArgsDict']]]]
1524
+ """
1525
+ Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
1526
+ """
1527
+ scope_map: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScopeMapArgsDict']]]]
1528
+ """
1529
+ A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
1530
+ """
1531
+ elif False:
1532
+ SchemaMapArgsDict: TypeAlias = Mapping[str, Any]
1533
+
1534
+ @pulumi.input_type
1535
+ class SchemaMapArgs:
1536
+ def __init__(__self__, *,
1537
+ record_map: pulumi.Input[Sequence[pulumi.Input['RecordMapArgs']]],
1538
+ resource_map: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceMapArgs']]]] = None,
1539
+ scope_map: Optional[pulumi.Input[Sequence[pulumi.Input['ScopeMapArgs']]]] = None):
1540
+ """
1541
+ Schema map for azure monitor for logs.
1542
+ :param pulumi.Input[Sequence[pulumi.Input['RecordMapArgs']]] record_map: Record Map.
1543
+ :param pulumi.Input[Sequence[pulumi.Input['ResourceMapArgs']]] resource_map: Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
1544
+ :param pulumi.Input[Sequence[pulumi.Input['ScopeMapArgs']]] scope_map: A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
1545
+ """
1546
+ pulumi.set(__self__, "record_map", record_map)
1547
+ if resource_map is not None:
1548
+ pulumi.set(__self__, "resource_map", resource_map)
1549
+ if scope_map is not None:
1550
+ pulumi.set(__self__, "scope_map", scope_map)
1551
+
1552
+ @property
1553
+ @pulumi.getter(name="recordMap")
1554
+ def record_map(self) -> pulumi.Input[Sequence[pulumi.Input['RecordMapArgs']]]:
1555
+ """
1556
+ Record Map.
1557
+ """
1558
+ return pulumi.get(self, "record_map")
1559
+
1560
+ @record_map.setter
1561
+ def record_map(self, value: pulumi.Input[Sequence[pulumi.Input['RecordMapArgs']]]):
1562
+ pulumi.set(self, "record_map", value)
1563
+
1564
+ @property
1565
+ @pulumi.getter(name="resourceMap")
1566
+ def resource_map(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceMapArgs']]]]:
1567
+ """
1568
+ Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
1569
+ """
1570
+ return pulumi.get(self, "resource_map")
1571
+
1572
+ @resource_map.setter
1573
+ def resource_map(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceMapArgs']]]]):
1574
+ pulumi.set(self, "resource_map", value)
1575
+
1576
+ @property
1577
+ @pulumi.getter(name="scopeMap")
1578
+ def scope_map(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScopeMapArgs']]]]:
1579
+ """
1580
+ A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
1581
+ """
1582
+ return pulumi.get(self, "scope_map")
1583
+
1584
+ @scope_map.setter
1585
+ def scope_map(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScopeMapArgs']]]]):
1586
+ pulumi.set(self, "scope_map", value)
1587
+
1588
+
1589
+ if not MYPY:
1590
+ class ScopeMapArgsDict(TypedDict):
1591
+ """
1592
+ Scope map for schema in azure monitor.
1593
+ """
1594
+ from_: pulumi.Input[str]
1595
+ """
1596
+ Scope Map Key.
1597
+ """
1598
+ to: pulumi.Input[str]
1599
+ """
1600
+ Scope Map Value.
1601
+ """
1602
+ elif False:
1603
+ ScopeMapArgsDict: TypeAlias = Mapping[str, Any]
1604
+
1605
+ @pulumi.input_type
1606
+ class ScopeMapArgs:
1607
+ def __init__(__self__, *,
1608
+ from_: pulumi.Input[str],
1609
+ to: pulumi.Input[str]):
1610
+ """
1611
+ Scope map for schema in azure monitor.
1612
+ :param pulumi.Input[str] from_: Scope Map Key.
1613
+ :param pulumi.Input[str] to: Scope Map Value.
1614
+ """
1615
+ pulumi.set(__self__, "from_", from_)
1616
+ pulumi.set(__self__, "to", to)
1617
+
1618
+ @property
1619
+ @pulumi.getter(name="from")
1620
+ def from_(self) -> pulumi.Input[str]:
1621
+ """
1622
+ Scope Map Key.
1623
+ """
1624
+ return pulumi.get(self, "from_")
1625
+
1626
+ @from_.setter
1627
+ def from_(self, value: pulumi.Input[str]):
1628
+ pulumi.set(self, "from_", value)
1629
+
1630
+ @property
1631
+ @pulumi.getter
1632
+ def to(self) -> pulumi.Input[str]:
1633
+ """
1634
+ Scope Map Value.
1635
+ """
1636
+ return pulumi.get(self, "to")
1637
+
1638
+ @to.setter
1639
+ def to(self, value: pulumi.Input[str]):
1640
+ pulumi.set(self, "to", value)
1641
+
1642
+
1643
+ if not MYPY:
1644
+ class ServiceArgsDict(TypedDict):
1645
+ """
1646
+ Service Info.
1647
+ """
1648
+ pipelines: pulumi.Input[Sequence[pulumi.Input['PipelineArgsDict']]]
1649
+ """
1650
+ Pipelines belonging to a given pipeline group.
1651
+ """
1652
+ persistence: NotRequired[pulumi.Input['PersistenceConfigurationsArgsDict']]
1653
+ """
1654
+ Persistence options to all pipelines in the instance.
1655
+ """
1656
+ elif False:
1657
+ ServiceArgsDict: TypeAlias = Mapping[str, Any]
1658
+
1659
+ @pulumi.input_type
1660
+ class ServiceArgs:
1661
+ def __init__(__self__, *,
1662
+ pipelines: pulumi.Input[Sequence[pulumi.Input['PipelineArgs']]],
1663
+ persistence: Optional[pulumi.Input['PersistenceConfigurationsArgs']] = None):
1664
+ """
1665
+ Service Info.
1666
+ :param pulumi.Input[Sequence[pulumi.Input['PipelineArgs']]] pipelines: Pipelines belonging to a given pipeline group.
1667
+ :param pulumi.Input['PersistenceConfigurationsArgs'] persistence: Persistence options to all pipelines in the instance.
1668
+ """
1669
+ pulumi.set(__self__, "pipelines", pipelines)
1670
+ if persistence is not None:
1671
+ pulumi.set(__self__, "persistence", persistence)
1672
+
1673
+ @property
1674
+ @pulumi.getter
1675
+ def pipelines(self) -> pulumi.Input[Sequence[pulumi.Input['PipelineArgs']]]:
1676
+ """
1677
+ Pipelines belonging to a given pipeline group.
1678
+ """
1679
+ return pulumi.get(self, "pipelines")
1680
+
1681
+ @pipelines.setter
1682
+ def pipelines(self, value: pulumi.Input[Sequence[pulumi.Input['PipelineArgs']]]):
1683
+ pulumi.set(self, "pipelines", value)
1684
+
1685
+ @property
1686
+ @pulumi.getter
1687
+ def persistence(self) -> Optional[pulumi.Input['PersistenceConfigurationsArgs']]:
1688
+ """
1689
+ Persistence options to all pipelines in the instance.
1690
+ """
1691
+ return pulumi.get(self, "persistence")
1692
+
1693
+ @persistence.setter
1694
+ def persistence(self, value: Optional[pulumi.Input['PersistenceConfigurationsArgs']]):
1695
+ pulumi.set(self, "persistence", value)
1696
+
1697
+
1698
+ if not MYPY:
1699
+ class SyslogReceiverArgsDict(TypedDict):
1700
+ """
1701
+ Base receiver using TCP as transport protocol.
1702
+ """
1703
+ endpoint: pulumi.Input[str]
1704
+ """
1705
+ Syslog receiver endpoint definition. Example: 0.0.0.0:<port>.
1706
+ """
1707
+ protocol: NotRequired[pulumi.Input[Union[str, 'SyslogProtocol']]]
1708
+ """
1709
+ Protocol to parse syslog messages. Default rfc3164
1710
+ """
1711
+ elif False:
1712
+ SyslogReceiverArgsDict: TypeAlias = Mapping[str, Any]
1713
+
1714
+ @pulumi.input_type
1715
+ class SyslogReceiverArgs:
1716
+ def __init__(__self__, *,
1717
+ endpoint: pulumi.Input[str],
1718
+ protocol: Optional[pulumi.Input[Union[str, 'SyslogProtocol']]] = None):
1719
+ """
1720
+ Base receiver using TCP as transport protocol.
1721
+ :param pulumi.Input[str] endpoint: Syslog receiver endpoint definition. Example: 0.0.0.0:<port>.
1722
+ :param pulumi.Input[Union[str, 'SyslogProtocol']] protocol: Protocol to parse syslog messages. Default rfc3164
1723
+ """
1724
+ pulumi.set(__self__, "endpoint", endpoint)
1725
+ if protocol is None:
1726
+ protocol = 'rfc3164'
1727
+ if protocol is not None:
1728
+ pulumi.set(__self__, "protocol", protocol)
1729
+
1730
+ @property
1731
+ @pulumi.getter
1732
+ def endpoint(self) -> pulumi.Input[str]:
1733
+ """
1734
+ Syslog receiver endpoint definition. Example: 0.0.0.0:<port>.
1735
+ """
1736
+ return pulumi.get(self, "endpoint")
1737
+
1738
+ @endpoint.setter
1739
+ def endpoint(self, value: pulumi.Input[str]):
1740
+ pulumi.set(self, "endpoint", value)
1741
+
1742
+ @property
1743
+ @pulumi.getter
1744
+ def protocol(self) -> Optional[pulumi.Input[Union[str, 'SyslogProtocol']]]:
1745
+ """
1746
+ Protocol to parse syslog messages. Default rfc3164
1747
+ """
1748
+ return pulumi.get(self, "protocol")
1749
+
1750
+ @protocol.setter
1751
+ def protocol(self, value: Optional[pulumi.Input[Union[str, 'SyslogProtocol']]]):
1752
+ pulumi.set(self, "protocol", value)
1753
+
1754
+
1755
+ if not MYPY:
1756
+ class TcpExporterArgsDict(TypedDict):
1757
+ """
1758
+ Base exporter using TCP as transport protocol.
1759
+ """
1760
+ url: pulumi.Input[str]
1761
+ """
1762
+ TCP url to export.
1763
+ """
1764
+ elif False:
1765
+ TcpExporterArgsDict: TypeAlias = Mapping[str, Any]
1766
+
1767
+ @pulumi.input_type
1768
+ class TcpExporterArgs:
1769
+ def __init__(__self__, *,
1770
+ url: pulumi.Input[str]):
1771
+ """
1772
+ Base exporter using TCP as transport protocol.
1773
+ :param pulumi.Input[str] url: TCP url to export.
1774
+ """
1775
+ pulumi.set(__self__, "url", url)
1776
+
1777
+ @property
1778
+ @pulumi.getter
1779
+ def url(self) -> pulumi.Input[str]:
1780
+ """
1781
+ TCP url to export.
1782
+ """
1783
+ return pulumi.get(self, "url")
1784
+
1785
+ @url.setter
1786
+ def url(self, value: pulumi.Input[str]):
1787
+ pulumi.set(self, "url", value)
1788
+
1789
+
1790
+ if not MYPY:
1791
+ class UdpReceiverArgsDict(TypedDict):
1792
+ """
1793
+ Receiver using UDP as transport protocol.
1794
+ """
1795
+ endpoint: pulumi.Input[str]
1796
+ """
1797
+ TCP endpoint definition. Example: 0.0.0.0:<port>.
1798
+ """
1799
+ encoding: NotRequired[pulumi.Input[Union[str, 'StreamEncodingType']]]
1800
+ """
1801
+ The encoding of the stream being received.
1802
+ """
1803
+ json_array_mapper: NotRequired[pulumi.Input['JsonArrayMapperArgsDict']]
1804
+ """
1805
+ Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.
1806
+ """
1807
+ read_queue_length: NotRequired[pulumi.Input[int]]
1808
+ """
1809
+ Max read queue length.
1810
+ """
1811
+ elif False:
1812
+ UdpReceiverArgsDict: TypeAlias = Mapping[str, Any]
1813
+
1814
+ @pulumi.input_type
1815
+ class UdpReceiverArgs:
1816
+ def __init__(__self__, *,
1817
+ endpoint: pulumi.Input[str],
1818
+ encoding: Optional[pulumi.Input[Union[str, 'StreamEncodingType']]] = None,
1819
+ json_array_mapper: Optional[pulumi.Input['JsonArrayMapperArgs']] = None,
1820
+ read_queue_length: Optional[pulumi.Input[int]] = None):
1821
+ """
1822
+ Receiver using UDP as transport protocol.
1823
+ :param pulumi.Input[str] endpoint: TCP endpoint definition. Example: 0.0.0.0:<port>.
1824
+ :param pulumi.Input[Union[str, 'StreamEncodingType']] encoding: The encoding of the stream being received.
1825
+ :param pulumi.Input['JsonArrayMapperArgs'] json_array_mapper: Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.
1826
+ :param pulumi.Input[int] read_queue_length: Max read queue length.
1827
+ """
1828
+ pulumi.set(__self__, "endpoint", endpoint)
1829
+ if encoding is None:
1830
+ encoding = 'nop'
1831
+ if encoding is not None:
1832
+ pulumi.set(__self__, "encoding", encoding)
1833
+ if json_array_mapper is not None:
1834
+ pulumi.set(__self__, "json_array_mapper", json_array_mapper)
1835
+ if read_queue_length is None:
1836
+ read_queue_length = 1000
1837
+ if read_queue_length is not None:
1838
+ pulumi.set(__self__, "read_queue_length", read_queue_length)
1839
+
1840
+ @property
1841
+ @pulumi.getter
1842
+ def endpoint(self) -> pulumi.Input[str]:
1843
+ """
1844
+ TCP endpoint definition. Example: 0.0.0.0:<port>.
1845
+ """
1846
+ return pulumi.get(self, "endpoint")
1847
+
1848
+ @endpoint.setter
1849
+ def endpoint(self, value: pulumi.Input[str]):
1850
+ pulumi.set(self, "endpoint", value)
1851
+
1852
+ @property
1853
+ @pulumi.getter
1854
+ def encoding(self) -> Optional[pulumi.Input[Union[str, 'StreamEncodingType']]]:
1855
+ """
1856
+ The encoding of the stream being received.
1857
+ """
1858
+ return pulumi.get(self, "encoding")
1859
+
1860
+ @encoding.setter
1861
+ def encoding(self, value: Optional[pulumi.Input[Union[str, 'StreamEncodingType']]]):
1862
+ pulumi.set(self, "encoding", value)
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="jsonArrayMapper")
1866
+ def json_array_mapper(self) -> Optional[pulumi.Input['JsonArrayMapperArgs']]:
1867
+ """
1868
+ Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.
1869
+ """
1870
+ return pulumi.get(self, "json_array_mapper")
1871
+
1872
+ @json_array_mapper.setter
1873
+ def json_array_mapper(self, value: Optional[pulumi.Input['JsonArrayMapperArgs']]):
1874
+ pulumi.set(self, "json_array_mapper", value)
1875
+
1876
+ @property
1877
+ @pulumi.getter(name="readQueueLength")
1878
+ def read_queue_length(self) -> Optional[pulumi.Input[int]]:
1879
+ """
1880
+ Max read queue length.
1881
+ """
1882
+ return pulumi.get(self, "read_queue_length")
1883
+
1884
+ @read_queue_length.setter
1885
+ def read_queue_length(self, value: Optional[pulumi.Input[int]]):
1886
+ pulumi.set(self, "read_queue_length", value)
1887
+
1888
+