pulumi-azure-native 2.34.1a1712062553__py3-none-any.whl → 2.35.1a1712567702__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 (341) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurearcdata/__init__.py +7 -0
  3. pulumi_azure_native/azurearcdata/_enums.py +12 -0
  4. pulumi_azure_native/azurearcdata/_inputs.py +399 -0
  5. pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
  6. pulumi_azure_native/azurearcdata/data_controller.py +5 -1
  7. pulumi_azure_native/azurearcdata/failover_group.py +5 -1
  8. pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
  9. pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
  10. pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
  11. pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
  12. pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
  13. pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
  14. pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
  15. pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
  16. pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
  17. pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
  18. pulumi_azure_native/azurearcdata/outputs.py +1047 -0
  19. pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
  20. pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
  21. pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
  22. pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
  23. pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
  24. pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
  25. pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
  26. pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
  27. pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
  28. pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
  29. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
  30. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
  31. pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
  32. pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
  33. pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
  34. pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
  35. pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
  36. pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
  37. pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
  38. pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
  39. pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
  40. pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
  41. pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
  42. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
  43. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
  44. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
  45. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
  46. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
  47. pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
  48. pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
  49. pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
  50. pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
  51. pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
  52. pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
  53. pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
  54. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
  55. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
  56. pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
  57. pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
  58. pulumi_azure_native/insights/__init__.py +3 -0
  59. pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
  60. pulumi_azure_native/insights/data_collection_rule.py +5 -1
  61. pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
  62. pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
  63. pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
  64. pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
  65. pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
  66. pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
  67. pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
  68. pulumi_azure_native/insights/v20230311/__init__.py +16 -0
  69. pulumi_azure_native/insights/v20230311/_enums.py +196 -0
  70. pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
  71. pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
  72. pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
  73. pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
  74. pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
  75. pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
  76. pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
  77. pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
  78. pulumi_azure_native/loadtestservice/_enums.py +7 -1
  79. pulumi_azure_native/loadtestservice/_inputs.py +5 -5
  80. pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
  81. pulumi_azure_native/loadtestservice/load_test.py +9 -9
  82. pulumi_azure_native/loadtestservice/outputs.py +49 -49
  83. pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
  84. pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
  85. pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
  86. pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
  87. pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
  88. pulumi_azure_native/netapp/__init__.py +3 -0
  89. pulumi_azure_native/netapp/account.py +3 -3
  90. pulumi_azure_native/netapp/backup.py +2 -2
  91. pulumi_azure_native/netapp/backup_policy.py +3 -3
  92. pulumi_azure_native/netapp/backup_vault.py +3 -3
  93. pulumi_azure_native/netapp/get_account.py +2 -2
  94. pulumi_azure_native/netapp/get_backup.py +2 -2
  95. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  96. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  97. pulumi_azure_native/netapp/get_pool.py +2 -2
  98. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  99. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  100. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  101. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  102. pulumi_azure_native/netapp/get_volume.py +2 -2
  103. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  104. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  105. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  106. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  107. pulumi_azure_native/netapp/pool.py +3 -3
  108. pulumi_azure_native/netapp/snapshot.py +3 -3
  109. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  110. pulumi_azure_native/netapp/subvolume.py +3 -3
  111. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  112. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  113. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  114. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  115. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  116. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  117. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  118. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  119. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  120. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  121. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  122. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  123. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  124. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  125. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  126. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  127. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  128. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  129. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  130. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  131. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  132. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  133. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  134. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  135. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  136. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  137. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  138. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  139. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  140. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  141. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  142. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  143. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  144. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  145. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  146. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  147. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  148. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  149. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  150. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  151. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  152. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  153. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  154. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  155. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  156. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  157. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  158. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  159. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  160. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  161. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  162. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  163. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  164. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  165. pulumi_azure_native/netapp/v20230701preview/__init__.py +35 -0
  166. pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
  167. pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
  168. pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
  169. pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
  170. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
  171. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
  172. pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
  173. pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
  174. pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
  175. pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
  176. pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
  177. pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
  178. pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
  179. pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
  180. pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
  181. pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
  182. pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
  183. pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
  184. pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
  185. pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
  186. pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
  187. pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
  188. pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
  189. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
  190. pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
  191. pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
  192. pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
  193. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
  194. pulumi_azure_native/netapp/volume.py +3 -3
  195. pulumi_azure_native/netapp/volume_group.py +3 -3
  196. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  197. pulumi_azure_native/quota/_enums.py +1 -1
  198. pulumi_azure_native/quota/_inputs.py +10 -10
  199. pulumi_azure_native/quota/get_group_quota.py +7 -7
  200. pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
  201. pulumi_azure_native/quota/group_quota.py +15 -15
  202. pulumi_azure_native/quota/group_quota_subscription.py +17 -17
  203. pulumi_azure_native/quota/outputs.py +12 -12
  204. pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
  205. pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
  206. pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
  207. pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
  208. pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
  209. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
  210. pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
  211. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  212. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  213. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  214. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  215. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  216. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  217. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  218. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  219. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  220. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  221. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  222. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  223. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  224. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  225. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  226. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  227. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  228. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  229. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  231. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  232. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  233. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  234. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  235. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  236. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  237. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  238. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  239. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  240. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  241. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  243. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  244. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  245. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  246. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  247. pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
  248. pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
  249. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
  250. pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
  251. pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
  252. pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
  253. pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
  254. pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
  255. pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
  256. pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
  257. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
  258. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
  259. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
  260. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
  261. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
  262. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
  263. pulumi_azure_native/resources/__init__.py +3 -0
  264. pulumi_azure_native/resources/deployment.py +3 -3
  265. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  266. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  267. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  268. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  269. pulumi_azure_native/resources/get_deployment.py +2 -2
  270. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  271. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  272. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  273. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  274. pulumi_azure_native/resources/get_resource.py +2 -2
  275. pulumi_azure_native/resources/get_resource_group.py +2 -2
  276. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  277. pulumi_azure_native/resources/resource.py +3 -3
  278. pulumi_azure_native/resources/resource_group.py +3 -3
  279. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  280. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  281. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  282. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  283. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  284. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  285. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  286. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  287. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  288. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  289. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  290. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  291. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  292. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  293. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  294. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  295. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  296. pulumi_azure_native/resources/v20240301/__init__.py +26 -0
  297. pulumi_azure_native/resources/v20240301/_enums.py +55 -0
  298. pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
  299. pulumi_azure_native/resources/v20240301/deployment.py +244 -0
  300. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
  301. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
  302. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
  303. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
  304. pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
  305. pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
  306. pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
  307. pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
  308. pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
  309. pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
  310. pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
  311. pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
  312. pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
  313. pulumi_azure_native/resources/v20240301/resource.py +480 -0
  314. pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
  315. pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
  316. pulumi_azure_native/security/__init__.py +3 -0
  317. pulumi_azure_native/security/dev_ops_configuration.py +5 -1
  318. pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
  319. pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
  320. pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
  321. pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
  322. pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
  323. pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
  324. pulumi_azure_native/security/v20240401/__init__.py +16 -0
  325. pulumi_azure_native/security/v20240401/_enums.py +40 -0
  326. pulumi_azure_native/security/v20240401/_inputs.py +135 -0
  327. pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
  328. pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
  329. pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
  330. pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
  331. pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
  332. pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
  333. pulumi_azure_native/security/v20240401/outputs.py +1018 -0
  334. pulumi_azure_native/standbypool/_inputs.py +2 -2
  335. pulumi_azure_native/standbypool/outputs.py +2 -2
  336. pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
  337. pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
  338. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
  339. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
  340. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
  341. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,217 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['FailoverGroupArgs', 'FailoverGroup']
16
+
17
+ @pulumi.input_type
18
+ class FailoverGroupArgs:
19
+ def __init__(__self__, *,
20
+ properties: pulumi.Input['FailoverGroupPropertiesArgs'],
21
+ resource_group_name: pulumi.Input[str],
22
+ sql_managed_instance_name: pulumi.Input[str],
23
+ failover_group_name: Optional[pulumi.Input[str]] = None):
24
+ """
25
+ The set of arguments for constructing a FailoverGroup resource.
26
+ :param pulumi.Input['FailoverGroupPropertiesArgs'] properties: null
27
+ :param pulumi.Input[str] resource_group_name: The name of the Azure resource group
28
+ :param pulumi.Input[str] sql_managed_instance_name: Name of SQL Managed Instance
29
+ :param pulumi.Input[str] failover_group_name: The name of the Failover Group
30
+ """
31
+ pulumi.set(__self__, "properties", properties)
32
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
33
+ pulumi.set(__self__, "sql_managed_instance_name", sql_managed_instance_name)
34
+ if failover_group_name is not None:
35
+ pulumi.set(__self__, "failover_group_name", failover_group_name)
36
+
37
+ @property
38
+ @pulumi.getter
39
+ def properties(self) -> pulumi.Input['FailoverGroupPropertiesArgs']:
40
+ """
41
+ null
42
+ """
43
+ return pulumi.get(self, "properties")
44
+
45
+ @properties.setter
46
+ def properties(self, value: pulumi.Input['FailoverGroupPropertiesArgs']):
47
+ pulumi.set(self, "properties", value)
48
+
49
+ @property
50
+ @pulumi.getter(name="resourceGroupName")
51
+ def resource_group_name(self) -> pulumi.Input[str]:
52
+ """
53
+ The name of the Azure resource group
54
+ """
55
+ return pulumi.get(self, "resource_group_name")
56
+
57
+ @resource_group_name.setter
58
+ def resource_group_name(self, value: pulumi.Input[str]):
59
+ pulumi.set(self, "resource_group_name", value)
60
+
61
+ @property
62
+ @pulumi.getter(name="sqlManagedInstanceName")
63
+ def sql_managed_instance_name(self) -> pulumi.Input[str]:
64
+ """
65
+ Name of SQL Managed Instance
66
+ """
67
+ return pulumi.get(self, "sql_managed_instance_name")
68
+
69
+ @sql_managed_instance_name.setter
70
+ def sql_managed_instance_name(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "sql_managed_instance_name", value)
72
+
73
+ @property
74
+ @pulumi.getter(name="failoverGroupName")
75
+ def failover_group_name(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ The name of the Failover Group
78
+ """
79
+ return pulumi.get(self, "failover_group_name")
80
+
81
+ @failover_group_name.setter
82
+ def failover_group_name(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "failover_group_name", value)
84
+
85
+
86
+ class FailoverGroup(pulumi.CustomResource):
87
+ @overload
88
+ def __init__(__self__,
89
+ resource_name: str,
90
+ opts: Optional[pulumi.ResourceOptions] = None,
91
+ failover_group_name: Optional[pulumi.Input[str]] = None,
92
+ properties: Optional[pulumi.Input[pulumi.InputType['FailoverGroupPropertiesArgs']]] = None,
93
+ resource_group_name: Optional[pulumi.Input[str]] = None,
94
+ sql_managed_instance_name: Optional[pulumi.Input[str]] = None,
95
+ __props__=None):
96
+ """
97
+ A failover group resource.
98
+
99
+ :param str resource_name: The name of the resource.
100
+ :param pulumi.ResourceOptions opts: Options for the resource.
101
+ :param pulumi.Input[str] failover_group_name: The name of the Failover Group
102
+ :param pulumi.Input[pulumi.InputType['FailoverGroupPropertiesArgs']] properties: null
103
+ :param pulumi.Input[str] resource_group_name: The name of the Azure resource group
104
+ :param pulumi.Input[str] sql_managed_instance_name: Name of SQL Managed Instance
105
+ """
106
+ ...
107
+ @overload
108
+ def __init__(__self__,
109
+ resource_name: str,
110
+ args: FailoverGroupArgs,
111
+ opts: Optional[pulumi.ResourceOptions] = None):
112
+ """
113
+ A failover group resource.
114
+
115
+ :param str resource_name: The name of the resource.
116
+ :param FailoverGroupArgs args: The arguments to use to populate this resource's properties.
117
+ :param pulumi.ResourceOptions opts: Options for the resource.
118
+ """
119
+ ...
120
+ def __init__(__self__, resource_name: str, *args, **kwargs):
121
+ resource_args, opts = _utilities.get_resource_args_opts(FailoverGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
122
+ if resource_args is not None:
123
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
124
+ else:
125
+ __self__._internal_init(resource_name, *args, **kwargs)
126
+
127
+ def _internal_init(__self__,
128
+ resource_name: str,
129
+ opts: Optional[pulumi.ResourceOptions] = None,
130
+ failover_group_name: Optional[pulumi.Input[str]] = None,
131
+ properties: Optional[pulumi.Input[pulumi.InputType['FailoverGroupPropertiesArgs']]] = None,
132
+ resource_group_name: Optional[pulumi.Input[str]] = None,
133
+ sql_managed_instance_name: Optional[pulumi.Input[str]] = None,
134
+ __props__=None):
135
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
136
+ if not isinstance(opts, pulumi.ResourceOptions):
137
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
138
+ if opts.id is None:
139
+ if __props__ is not None:
140
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
141
+ __props__ = FailoverGroupArgs.__new__(FailoverGroupArgs)
142
+
143
+ __props__.__dict__["failover_group_name"] = failover_group_name
144
+ if properties is None and not opts.urn:
145
+ raise TypeError("Missing required property 'properties'")
146
+ __props__.__dict__["properties"] = properties
147
+ if resource_group_name is None and not opts.urn:
148
+ raise TypeError("Missing required property 'resource_group_name'")
149
+ __props__.__dict__["resource_group_name"] = resource_group_name
150
+ if sql_managed_instance_name is None and not opts.urn:
151
+ raise TypeError("Missing required property 'sql_managed_instance_name'")
152
+ __props__.__dict__["sql_managed_instance_name"] = sql_managed_instance_name
153
+ __props__.__dict__["name"] = None
154
+ __props__.__dict__["system_data"] = None
155
+ __props__.__dict__["type"] = None
156
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurearcdata:FailoverGroup"), pulumi.Alias(type_="azure-native:azurearcdata/v20230115preview:FailoverGroup")])
157
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
158
+ super(FailoverGroup, __self__).__init__(
159
+ 'azure-native:azurearcdata/v20240101:FailoverGroup',
160
+ resource_name,
161
+ __props__,
162
+ opts)
163
+
164
+ @staticmethod
165
+ def get(resource_name: str,
166
+ id: pulumi.Input[str],
167
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'FailoverGroup':
168
+ """
169
+ Get an existing FailoverGroup resource's state with the given name, id, and optional extra
170
+ properties used to qualify the lookup.
171
+
172
+ :param str resource_name: The unique name of the resulting resource.
173
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
174
+ :param pulumi.ResourceOptions opts: Options for the resource.
175
+ """
176
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
177
+
178
+ __props__ = FailoverGroupArgs.__new__(FailoverGroupArgs)
179
+
180
+ __props__.__dict__["name"] = None
181
+ __props__.__dict__["properties"] = None
182
+ __props__.__dict__["system_data"] = None
183
+ __props__.__dict__["type"] = None
184
+ return FailoverGroup(resource_name, opts=opts, __props__=__props__)
185
+
186
+ @property
187
+ @pulumi.getter
188
+ def name(self) -> pulumi.Output[str]:
189
+ """
190
+ The name of the resource
191
+ """
192
+ return pulumi.get(self, "name")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def properties(self) -> pulumi.Output['outputs.FailoverGroupPropertiesResponse']:
197
+ """
198
+ null
199
+ """
200
+ return pulumi.get(self, "properties")
201
+
202
+ @property
203
+ @pulumi.getter(name="systemData")
204
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
205
+ """
206
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
207
+ """
208
+ return pulumi.get(self, "system_data")
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def type(self) -> pulumi.Output[str]:
213
+ """
214
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
215
+ """
216
+ return pulumi.get(self, "type")
217
+
@@ -0,0 +1,136 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetActiveDirectoryConnectorResult',
15
+ 'AwaitableGetActiveDirectoryConnectorResult',
16
+ 'get_active_directory_connector',
17
+ 'get_active_directory_connector_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetActiveDirectoryConnectorResult:
22
+ """
23
+ Active directory connector resource
24
+ """
25
+ def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
26
+ if id and not isinstance(id, str):
27
+ raise TypeError("Expected argument 'id' to be a str")
28
+ pulumi.set(__self__, "id", id)
29
+ if name and not isinstance(name, str):
30
+ raise TypeError("Expected argument 'name' to be a str")
31
+ pulumi.set(__self__, "name", name)
32
+ if properties and not isinstance(properties, dict):
33
+ raise TypeError("Expected argument 'properties' to be a dict")
34
+ pulumi.set(__self__, "properties", properties)
35
+ if system_data and not isinstance(system_data, dict):
36
+ raise TypeError("Expected argument 'system_data' to be a dict")
37
+ pulumi.set(__self__, "system_data", system_data)
38
+ if type and not isinstance(type, str):
39
+ raise TypeError("Expected argument 'type' to be a str")
40
+ pulumi.set(__self__, "type", type)
41
+
42
+ @property
43
+ @pulumi.getter
44
+ def id(self) -> str:
45
+ """
46
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
47
+ """
48
+ return pulumi.get(self, "id")
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def name(self) -> str:
53
+ """
54
+ The name of the resource
55
+ """
56
+ return pulumi.get(self, "name")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def properties(self) -> 'outputs.ActiveDirectoryConnectorPropertiesResponse':
61
+ """
62
+ null
63
+ """
64
+ return pulumi.get(self, "properties")
65
+
66
+ @property
67
+ @pulumi.getter(name="systemData")
68
+ def system_data(self) -> 'outputs.SystemDataResponse':
69
+ """
70
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ """
72
+ return pulumi.get(self, "system_data")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def type(self) -> str:
77
+ """
78
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
79
+ """
80
+ return pulumi.get(self, "type")
81
+
82
+
83
+ class AwaitableGetActiveDirectoryConnectorResult(GetActiveDirectoryConnectorResult):
84
+ # pylint: disable=using-constant-test
85
+ def __await__(self):
86
+ if False:
87
+ yield self
88
+ return GetActiveDirectoryConnectorResult(
89
+ id=self.id,
90
+ name=self.name,
91
+ properties=self.properties,
92
+ system_data=self.system_data,
93
+ type=self.type)
94
+
95
+
96
+ def get_active_directory_connector(active_directory_connector_name: Optional[str] = None,
97
+ data_controller_name: Optional[str] = None,
98
+ resource_group_name: Optional[str] = None,
99
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetActiveDirectoryConnectorResult:
100
+ """
101
+ Retrieves an Active Directory connector resource
102
+
103
+
104
+ :param str active_directory_connector_name: The name of the Active Directory connector instance
105
+ :param str data_controller_name: The name of the data controller
106
+ :param str resource_group_name: The name of the Azure resource group
107
+ """
108
+ __args__ = dict()
109
+ __args__['activeDirectoryConnectorName'] = active_directory_connector_name
110
+ __args__['dataControllerName'] = data_controller_name
111
+ __args__['resourceGroupName'] = resource_group_name
112
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
113
+ __ret__ = pulumi.runtime.invoke('azure-native:azurearcdata/v20240101:getActiveDirectoryConnector', __args__, opts=opts, typ=GetActiveDirectoryConnectorResult).value
114
+
115
+ return AwaitableGetActiveDirectoryConnectorResult(
116
+ id=pulumi.get(__ret__, 'id'),
117
+ name=pulumi.get(__ret__, 'name'),
118
+ properties=pulumi.get(__ret__, 'properties'),
119
+ system_data=pulumi.get(__ret__, 'system_data'),
120
+ type=pulumi.get(__ret__, 'type'))
121
+
122
+
123
+ @_utilities.lift_output_func(get_active_directory_connector)
124
+ def get_active_directory_connector_output(active_directory_connector_name: Optional[pulumi.Input[str]] = None,
125
+ data_controller_name: Optional[pulumi.Input[str]] = None,
126
+ resource_group_name: Optional[pulumi.Input[str]] = None,
127
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetActiveDirectoryConnectorResult]:
128
+ """
129
+ Retrieves an Active Directory connector resource
130
+
131
+
132
+ :param str active_directory_connector_name: The name of the Active Directory connector instance
133
+ :param str data_controller_name: The name of the data controller
134
+ :param str resource_group_name: The name of the Azure resource group
135
+ """
136
+ ...
@@ -0,0 +1,170 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetDataControllerResult',
15
+ 'AwaitableGetDataControllerResult',
16
+ 'get_data_controller',
17
+ 'get_data_controller_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetDataControllerResult:
22
+ """
23
+ Data controller resource
24
+ """
25
+ def __init__(__self__, extended_location=None, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
26
+ if extended_location and not isinstance(extended_location, dict):
27
+ raise TypeError("Expected argument 'extended_location' to be a dict")
28
+ pulumi.set(__self__, "extended_location", extended_location)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if location and not isinstance(location, str):
33
+ raise TypeError("Expected argument 'location' to be a str")
34
+ pulumi.set(__self__, "location", location)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if properties and not isinstance(properties, dict):
39
+ raise TypeError("Expected argument 'properties' to be a dict")
40
+ pulumi.set(__self__, "properties", properties)
41
+ if system_data and not isinstance(system_data, dict):
42
+ raise TypeError("Expected argument 'system_data' to be a dict")
43
+ pulumi.set(__self__, "system_data", system_data)
44
+ if tags and not isinstance(tags, dict):
45
+ raise TypeError("Expected argument 'tags' to be a dict")
46
+ pulumi.set(__self__, "tags", tags)
47
+ if type and not isinstance(type, str):
48
+ raise TypeError("Expected argument 'type' to be a str")
49
+ pulumi.set(__self__, "type", type)
50
+
51
+ @property
52
+ @pulumi.getter(name="extendedLocation")
53
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
54
+ """
55
+ The extendedLocation of the resource.
56
+ """
57
+ return pulumi.get(self, "extended_location")
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def id(self) -> str:
62
+ """
63
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def location(self) -> str:
70
+ """
71
+ The geo-location where the resource lives
72
+ """
73
+ return pulumi.get(self, "location")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def name(self) -> str:
78
+ """
79
+ The name of the resource
80
+ """
81
+ return pulumi.get(self, "name")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def properties(self) -> 'outputs.DataControllerPropertiesResponse':
86
+ """
87
+ The data controller's properties
88
+ """
89
+ return pulumi.get(self, "properties")
90
+
91
+ @property
92
+ @pulumi.getter(name="systemData")
93
+ def system_data(self) -> 'outputs.SystemDataResponse':
94
+ """
95
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
96
+ """
97
+ return pulumi.get(self, "system_data")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def tags(self) -> Optional[Mapping[str, str]]:
102
+ """
103
+ Resource tags.
104
+ """
105
+ return pulumi.get(self, "tags")
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def type(self) -> str:
110
+ """
111
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
112
+ """
113
+ return pulumi.get(self, "type")
114
+
115
+
116
+ class AwaitableGetDataControllerResult(GetDataControllerResult):
117
+ # pylint: disable=using-constant-test
118
+ def __await__(self):
119
+ if False:
120
+ yield self
121
+ return GetDataControllerResult(
122
+ extended_location=self.extended_location,
123
+ id=self.id,
124
+ location=self.location,
125
+ name=self.name,
126
+ properties=self.properties,
127
+ system_data=self.system_data,
128
+ tags=self.tags,
129
+ type=self.type)
130
+
131
+
132
+ def get_data_controller(data_controller_name: Optional[str] = None,
133
+ resource_group_name: Optional[str] = None,
134
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDataControllerResult:
135
+ """
136
+ Retrieves a dataController resource
137
+
138
+
139
+ :param str data_controller_name: The name of the data controller
140
+ :param str resource_group_name: The name of the Azure resource group
141
+ """
142
+ __args__ = dict()
143
+ __args__['dataControllerName'] = data_controller_name
144
+ __args__['resourceGroupName'] = resource_group_name
145
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
+ __ret__ = pulumi.runtime.invoke('azure-native:azurearcdata/v20240101:getDataController', __args__, opts=opts, typ=GetDataControllerResult).value
147
+
148
+ return AwaitableGetDataControllerResult(
149
+ extended_location=pulumi.get(__ret__, 'extended_location'),
150
+ id=pulumi.get(__ret__, 'id'),
151
+ location=pulumi.get(__ret__, 'location'),
152
+ name=pulumi.get(__ret__, 'name'),
153
+ properties=pulumi.get(__ret__, 'properties'),
154
+ system_data=pulumi.get(__ret__, 'system_data'),
155
+ tags=pulumi.get(__ret__, 'tags'),
156
+ type=pulumi.get(__ret__, 'type'))
157
+
158
+
159
+ @_utilities.lift_output_func(get_data_controller)
160
+ def get_data_controller_output(data_controller_name: Optional[pulumi.Input[str]] = None,
161
+ resource_group_name: Optional[pulumi.Input[str]] = None,
162
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDataControllerResult]:
163
+ """
164
+ Retrieves a dataController resource
165
+
166
+
167
+ :param str data_controller_name: The name of the data controller
168
+ :param str resource_group_name: The name of the Azure resource group
169
+ """
170
+ ...
@@ -0,0 +1,136 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetFailoverGroupResult',
15
+ 'AwaitableGetFailoverGroupResult',
16
+ 'get_failover_group',
17
+ 'get_failover_group_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetFailoverGroupResult:
22
+ """
23
+ A failover group resource.
24
+ """
25
+ def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
26
+ if id and not isinstance(id, str):
27
+ raise TypeError("Expected argument 'id' to be a str")
28
+ pulumi.set(__self__, "id", id)
29
+ if name and not isinstance(name, str):
30
+ raise TypeError("Expected argument 'name' to be a str")
31
+ pulumi.set(__self__, "name", name)
32
+ if properties and not isinstance(properties, dict):
33
+ raise TypeError("Expected argument 'properties' to be a dict")
34
+ pulumi.set(__self__, "properties", properties)
35
+ if system_data and not isinstance(system_data, dict):
36
+ raise TypeError("Expected argument 'system_data' to be a dict")
37
+ pulumi.set(__self__, "system_data", system_data)
38
+ if type and not isinstance(type, str):
39
+ raise TypeError("Expected argument 'type' to be a str")
40
+ pulumi.set(__self__, "type", type)
41
+
42
+ @property
43
+ @pulumi.getter
44
+ def id(self) -> str:
45
+ """
46
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
47
+ """
48
+ return pulumi.get(self, "id")
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def name(self) -> str:
53
+ """
54
+ The name of the resource
55
+ """
56
+ return pulumi.get(self, "name")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def properties(self) -> 'outputs.FailoverGroupPropertiesResponse':
61
+ """
62
+ null
63
+ """
64
+ return pulumi.get(self, "properties")
65
+
66
+ @property
67
+ @pulumi.getter(name="systemData")
68
+ def system_data(self) -> 'outputs.SystemDataResponse':
69
+ """
70
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ """
72
+ return pulumi.get(self, "system_data")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def type(self) -> str:
77
+ """
78
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
79
+ """
80
+ return pulumi.get(self, "type")
81
+
82
+
83
+ class AwaitableGetFailoverGroupResult(GetFailoverGroupResult):
84
+ # pylint: disable=using-constant-test
85
+ def __await__(self):
86
+ if False:
87
+ yield self
88
+ return GetFailoverGroupResult(
89
+ id=self.id,
90
+ name=self.name,
91
+ properties=self.properties,
92
+ system_data=self.system_data,
93
+ type=self.type)
94
+
95
+
96
+ def get_failover_group(failover_group_name: Optional[str] = None,
97
+ resource_group_name: Optional[str] = None,
98
+ sql_managed_instance_name: Optional[str] = None,
99
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFailoverGroupResult:
100
+ """
101
+ Retrieves a failover group resource
102
+
103
+
104
+ :param str failover_group_name: The name of the Failover Group
105
+ :param str resource_group_name: The name of the Azure resource group
106
+ :param str sql_managed_instance_name: Name of SQL Managed Instance
107
+ """
108
+ __args__ = dict()
109
+ __args__['failoverGroupName'] = failover_group_name
110
+ __args__['resourceGroupName'] = resource_group_name
111
+ __args__['sqlManagedInstanceName'] = sql_managed_instance_name
112
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
113
+ __ret__ = pulumi.runtime.invoke('azure-native:azurearcdata/v20240101:getFailoverGroup', __args__, opts=opts, typ=GetFailoverGroupResult).value
114
+
115
+ return AwaitableGetFailoverGroupResult(
116
+ id=pulumi.get(__ret__, 'id'),
117
+ name=pulumi.get(__ret__, 'name'),
118
+ properties=pulumi.get(__ret__, 'properties'),
119
+ system_data=pulumi.get(__ret__, 'system_data'),
120
+ type=pulumi.get(__ret__, 'type'))
121
+
122
+
123
+ @_utilities.lift_output_func(get_failover_group)
124
+ def get_failover_group_output(failover_group_name: Optional[pulumi.Input[str]] = None,
125
+ resource_group_name: Optional[pulumi.Input[str]] = None,
126
+ sql_managed_instance_name: Optional[pulumi.Input[str]] = None,
127
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFailoverGroupResult]:
128
+ """
129
+ Retrieves a failover group resource
130
+
131
+
132
+ :param str failover_group_name: The name of the Failover Group
133
+ :param str resource_group_name: The name of the Azure resource group
134
+ :param str sql_managed_instance_name: Name of SQL Managed Instance
135
+ """
136
+ ...