pulumi-azure-native 2.57.0__py3-none-any.whl → 2.57.0a1724076329__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 (475) hide show
  1. pulumi_azure_native/__init__.py +0 -104
  2. pulumi_azure_native/billing/_enums.py +12 -0
  3. pulumi_azure_native/billing/_inputs.py +5 -5
  4. pulumi_azure_native/billing/v20240401/_enums.py +12 -0
  5. pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
  6. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  7. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  8. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  9. pulumi_azure_native/datafactory/_inputs.py +19 -140
  10. pulumi_azure_native/datafactory/outputs.py +13 -98
  11. pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -140
  12. pulumi_azure_native/datafactory/v20180601/outputs.py +13 -98
  13. pulumi_azure_native/documentdb/__init__.py +0 -3
  14. pulumi_azure_native/documentdb/_inputs.py +0 -56
  15. pulumi_azure_native/documentdb/firewall_rule.py +70 -30
  16. pulumi_azure_native/documentdb/get_firewall_rule.py +38 -12
  17. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  18. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  20. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  21. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  22. pulumi_azure_native/documentdb/outputs.py +0 -66
  23. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  24. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  25. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  26. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  27. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  28. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  29. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  30. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  31. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  32. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -251
  33. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +68 -28
  34. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +36 -10
  35. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +114 -10
  36. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +49 -10
  37. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +218 -21
  38. pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -294
  39. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +58 -27
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -291
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +68 -28
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +36 -10
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +152 -9
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +49 -10
  45. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +286 -20
  46. pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -332
  47. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +58 -27
  48. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  49. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  50. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  51. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  52. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  53. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  54. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  55. pulumi_azure_native/hybridcompute/license.py +3 -3
  56. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  57. pulumi_azure_native/hybridcompute/machine.py +3 -3
  58. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  59. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  60. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  61. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  65. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  66. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  67. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  68. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  69. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  70. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  96. pulumi_azure_native/iotoperations/__init__.py +0 -3
  97. pulumi_azure_native/iotoperations/broker.py +1 -5
  98. pulumi_azure_native/iotoperations/broker_authentication.py +1 -5
  99. pulumi_azure_native/iotoperations/broker_authorization.py +1 -5
  100. pulumi_azure_native/iotoperations/broker_listener.py +1 -5
  101. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  102. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  103. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  104. pulumi_azure_native/iotoperations/get_broker.py +0 -4
  105. pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -4
  106. pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -4
  107. pulumi_azure_native/iotoperations/get_broker_listener.py +0 -4
  108. pulumi_azure_native/iotoperations/get_instance.py +0 -4
  109. pulumi_azure_native/iotoperations/instance.py +1 -5
  110. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  111. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  112. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  113. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  114. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  115. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  116. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  117. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  118. pulumi_azure_native/netapp/__init__.py +0 -3
  119. pulumi_azure_native/netapp/account.py +3 -3
  120. pulumi_azure_native/netapp/backup.py +2 -2
  121. pulumi_azure_native/netapp/backup_policy.py +3 -3
  122. pulumi_azure_native/netapp/backup_vault.py +3 -3
  123. pulumi_azure_native/netapp/get_account.py +2 -2
  124. pulumi_azure_native/netapp/get_backup.py +2 -2
  125. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  126. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  127. pulumi_azure_native/netapp/get_pool.py +2 -2
  128. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  129. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  130. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  131. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  132. pulumi_azure_native/netapp/get_volume.py +2 -2
  133. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  134. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  135. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  136. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  137. pulumi_azure_native/netapp/pool.py +3 -3
  138. pulumi_azure_native/netapp/snapshot.py +3 -3
  139. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  140. pulumi_azure_native/netapp/subvolume.py +3 -3
  141. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  142. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  143. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  144. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  145. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  146. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  147. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  148. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  149. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  150. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  151. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  152. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  153. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  154. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  155. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  156. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  157. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  158. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  159. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  160. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  161. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  162. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  163. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  164. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  165. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  166. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  167. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  168. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  169. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  170. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  171. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  172. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  173. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  174. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  175. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  176. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  177. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  178. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  179. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  180. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  181. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  182. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  183. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  184. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  185. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  186. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  187. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  188. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  189. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  190. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  191. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  192. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  193. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  194. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  195. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  196. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  197. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  198. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  199. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  200. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  201. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  202. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  203. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  204. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  205. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  206. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  207. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  208. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  209. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  210. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  211. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  212. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  213. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  214. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  215. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  216. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  217. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  218. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  219. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  220. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  221. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  222. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  223. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  224. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  225. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  226. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  227. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  228. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  229. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  230. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  231. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  232. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  233. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  234. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  235. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  236. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  237. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  238. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  239. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  240. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  241. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  242. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  243. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  244. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  245. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  246. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  247. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  248. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  249. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  250. pulumi_azure_native/netapp/volume.py +3 -3
  251. pulumi_azure_native/netapp/volume_group.py +3 -3
  252. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  253. pulumi_azure_native/network/__init__.py +0 -15
  254. pulumi_azure_native/network/_enums.py +0 -11
  255. pulumi_azure_native/network/_inputs.py +0 -436
  256. pulumi_azure_native/network/admin_rule.py +3 -3
  257. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  258. pulumi_azure_native/network/default_admin_rule.py +1 -1
  259. pulumi_azure_native/network/get_admin_rule.py +2 -2
  260. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  261. pulumi_azure_native/network/get_network_manager.py +2 -2
  262. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  263. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  264. pulumi_azure_native/network/network_manager.py +3 -3
  265. pulumi_azure_native/network/outputs.py +0 -723
  266. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  267. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  268. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  269. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  270. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  271. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  272. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  273. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  274. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  275. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  276. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  277. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  278. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  279. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  280. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  281. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  282. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  283. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  284. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  285. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  286. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  287. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  288. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  289. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  290. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  291. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  292. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  293. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  294. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  295. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  296. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  297. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  298. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  299. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  300. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  301. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  302. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  303. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  304. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  305. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  306. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  307. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  308. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  309. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  310. pulumi_azure_native/portal/__init__.py +0 -3
  311. pulumi_azure_native/portal/dashboard.py +3 -3
  312. pulumi_azure_native/portal/get_dashboard.py +2 -2
  313. pulumi_azure_native/portal/get_tenant_configuration.py +0 -4
  314. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +0 -4
  315. pulumi_azure_native/portal/tenant_configuration.py +1 -5
  316. pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
  317. pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
  318. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
  319. pulumi_azure_native/pulumi-plugin.json +1 -1
  320. pulumi_azure_native/standbypool/__init__.py +0 -3
  321. pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
  322. pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
  323. pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
  324. pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
  325. pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
  326. pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
  327. pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
  328. pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
  329. pulumi_azure_native/subscription/__init__.py +0 -3
  330. pulumi_azure_native/subscription/alias.py +3 -3
  331. pulumi_azure_native/subscription/get_alias.py +2 -2
  332. pulumi_azure_native/subscription/v20200901/alias.py +1 -1
  333. pulumi_azure_native/subscription/v20211001/alias.py +1 -1
  334. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/METADATA +1 -1
  335. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/RECORD +337 -475
  336. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/WHEEL +1 -1
  337. pulumi_azure_native/documentdb/v20240701/__init__.py +0 -17
  338. pulumi_azure_native/documentdb/v20240701/_enums.py +0 -86
  339. pulumi_azure_native/documentdb/v20240701/_inputs.py +0 -755
  340. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +0 -220
  341. pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +0 -141
  342. pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +0 -162
  343. pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +0 -141
  344. pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +0 -84
  345. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +0 -258
  346. pulumi_azure_native/documentdb/v20240701/outputs.py +0 -1048
  347. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +0 -221
  348. pulumi_azure_native/hybridcompute/v20240710/__init__.py +0 -22
  349. pulumi_azure_native/hybridcompute/v20240710/_enums.py +0 -164
  350. pulumi_azure_native/hybridcompute/v20240710/_inputs.py +0 -1712
  351. pulumi_azure_native/hybridcompute/v20240710/get_license.py +0 -201
  352. pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +0 -362
  353. pulumi_azure_native/hybridcompute/v20240710/get_machine.py +0 -596
  354. pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +0 -167
  355. pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +0 -141
  356. pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +0 -162
  357. pulumi_azure_native/hybridcompute/v20240710/license.py +0 -326
  358. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +0 -505
  359. pulumi_azure_native/hybridcompute/v20240710/machine.py +0 -855
  360. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +0 -279
  361. pulumi_azure_native/hybridcompute/v20240710/outputs.py +0 -2817
  362. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +0 -220
  363. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +0 -258
  364. pulumi_azure_native/iotoperations/v20240815preview/__init__.py +0 -26
  365. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +0 -616
  366. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +0 -6895
  367. pulumi_azure_native/iotoperations/v20240815preview/broker.py +0 -251
  368. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +0 -272
  369. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +0 -272
  370. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +0 -272
  371. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +0 -272
  372. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +0 -251
  373. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +0 -251
  374. pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +0 -154
  375. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +0 -159
  376. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +0 -159
  377. pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +0 -159
  378. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +0 -159
  379. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +0 -154
  380. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +0 -154
  381. pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +0 -188
  382. pulumi_azure_native/iotoperations/v20240815preview/instance.py +0 -317
  383. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +0 -5753
  384. pulumi_azure_native/netapp/v20240101/__init__.py +0 -35
  385. pulumi_azure_native/netapp/v20240101/_enums.py +0 -267
  386. pulumi_azure_native/netapp/v20240101/_inputs.py +0 -2945
  387. pulumi_azure_native/netapp/v20240101/account.py +0 -346
  388. pulumi_azure_native/netapp/v20240101/backup.py +0 -402
  389. pulumi_azure_native/netapp/v20240101/backup_policy.py +0 -414
  390. pulumi_azure_native/netapp/v20240101/backup_vault.py +0 -258
  391. pulumi_azure_native/netapp/v20240101/get_account.py +0 -227
  392. pulumi_azure_native/netapp/v20240101/get_backup.py +0 -276
  393. pulumi_azure_native/netapp/v20240101/get_backup_policy.py +0 -271
  394. pulumi_azure_native/netapp/v20240101/get_backup_vault.py +0 -167
  395. pulumi_azure_native/netapp/v20240101/get_pool.py +0 -284
  396. pulumi_azure_native/netapp/v20240101/get_snapshot.py +0 -190
  397. pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +0 -245
  398. pulumi_azure_native/netapp/v20240101/get_subvolume.py +0 -190
  399. pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +0 -254
  400. pulumi_azure_native/netapp/v20240101/get_volume.py +0 -887
  401. pulumi_azure_native/netapp/v20240101/get_volume_group.py +0 -167
  402. pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +0 -98
  403. pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +0 -216
  404. pulumi_azure_native/netapp/v20240101/list_volume_replications.py +0 -94
  405. pulumi_azure_native/netapp/v20240101/outputs.py +0 -3035
  406. pulumi_azure_native/netapp/v20240101/pool.py +0 -462
  407. pulumi_azure_native/netapp/v20240101/snapshot.py +0 -291
  408. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +0 -414
  409. pulumi_azure_native/netapp/v20240101/subvolume.py +0 -329
  410. pulumi_azure_native/netapp/v20240101/volume.py +0 -1639
  411. pulumi_azure_native/netapp/v20240101/volume_group.py +0 -279
  412. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +0 -388
  413. pulumi_azure_native/network/get_ipam_pool.py +0 -169
  414. pulumi_azure_native/network/get_ipam_pool_usage.py +0 -195
  415. pulumi_azure_native/network/get_reachability_analysis_intent.py +0 -148
  416. pulumi_azure_native/network/get_reachability_analysis_run.py +0 -148
  417. pulumi_azure_native/network/get_static_cidr.py +0 -148
  418. pulumi_azure_native/network/get_verifier_workspace.py +0 -169
  419. pulumi_azure_native/network/ipam_pool.py +0 -280
  420. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +0 -101
  421. pulumi_azure_native/network/reachability_analysis_intent.py +0 -245
  422. pulumi_azure_native/network/reachability_analysis_run.py +0 -244
  423. pulumi_azure_native/network/static_cidr.py +0 -243
  424. pulumi_azure_native/network/v20240101preview/__init__.py +0 -33
  425. pulumi_azure_native/network/v20240101preview/_enums.py +0 -98
  426. pulumi_azure_native/network/v20240101preview/_inputs.py +0 -611
  427. pulumi_azure_native/network/v20240101preview/admin_rule.py +0 -553
  428. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +0 -291
  429. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +0 -405
  430. pulumi_azure_native/network/v20240101preview/get_admin_rule.py +0 -295
  431. pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +0 -185
  432. pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +0 -308
  433. pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +0 -167
  434. pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +0 -193
  435. pulumi_azure_native/network/v20240101preview/get_network_manager.py +0 -227
  436. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +0 -146
  437. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +0 -146
  438. pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +0 -193
  439. pulumi_azure_native/network/v20240101preview/get_static_cidr.py +0 -146
  440. pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +0 -167
  441. pulumi_azure_native/network/v20240101preview/ipam_pool.py +0 -278
  442. pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +0 -99
  443. pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +0 -118
  444. pulumi_azure_native/network/v20240101preview/network_manager.py +0 -368
  445. pulumi_azure_native/network/v20240101preview/outputs.py +0 -1164
  446. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +0 -243
  447. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +0 -242
  448. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +0 -298
  449. pulumi_azure_native/network/v20240101preview/static_cidr.py +0 -241
  450. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +0 -278
  451. pulumi_azure_native/network/verifier_workspace.py +0 -280
  452. pulumi_azure_native/portal/v20221201preview/__init__.py +0 -15
  453. pulumi_azure_native/portal/v20221201preview/_enums.py +0 -19
  454. pulumi_azure_native/portal/v20221201preview/_inputs.py +0 -639
  455. pulumi_azure_native/portal/v20221201preview/dashboard.py +0 -257
  456. pulumi_azure_native/portal/v20221201preview/get_dashboard.py +0 -162
  457. pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +0 -131
  458. pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +0 -83
  459. pulumi_azure_native/portal/v20221201preview/outputs.py +0 -651
  460. pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +0 -178
  461. pulumi_azure_native/standbypool/v20240301/__init__.py +0 -14
  462. pulumi_azure_native/standbypool/v20240301/_enums.py +0 -34
  463. pulumi_azure_native/standbypool/v20240301/_inputs.py +0 -287
  464. pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +0 -188
  465. pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +0 -201
  466. pulumi_azure_native/standbypool/v20240301/outputs.py +0 -352
  467. pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +0 -299
  468. pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +0 -327
  469. pulumi_azure_native/subscription/v20240801preview/__init__.py +0 -12
  470. pulumi_azure_native/subscription/v20240801preview/_enums.py +0 -17
  471. pulumi_azure_native/subscription/v20240801preview/_inputs.py +0 -267
  472. pulumi_azure_native/subscription/v20240801preview/alias.py +0 -179
  473. pulumi_azure_native/subscription/v20240801preview/get_alias.py +0 -131
  474. pulumi_azure_native/subscription/v20240801preview/outputs.py +0 -324
  475. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/top_level.txt +0 -0
@@ -1,201 +0,0 @@
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 . import outputs
17
-
18
- __all__ = [
19
- 'GetLicenseResult',
20
- 'AwaitableGetLicenseResult',
21
- 'get_license',
22
- 'get_license_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetLicenseResult:
27
- """
28
- Describes a license in a hybrid machine.
29
- """
30
- def __init__(__self__, id=None, license_details=None, license_type=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, tenant_id=None, type=None):
31
- if id and not isinstance(id, str):
32
- raise TypeError("Expected argument 'id' to be a str")
33
- pulumi.set(__self__, "id", id)
34
- if license_details and not isinstance(license_details, dict):
35
- raise TypeError("Expected argument 'license_details' to be a dict")
36
- pulumi.set(__self__, "license_details", license_details)
37
- if license_type and not isinstance(license_type, str):
38
- raise TypeError("Expected argument 'license_type' to be a str")
39
- pulumi.set(__self__, "license_type", license_type)
40
- if location and not isinstance(location, str):
41
- raise TypeError("Expected argument 'location' to be a str")
42
- pulumi.set(__self__, "location", location)
43
- if name and not isinstance(name, str):
44
- raise TypeError("Expected argument 'name' to be a str")
45
- pulumi.set(__self__, "name", name)
46
- if provisioning_state and not isinstance(provisioning_state, str):
47
- raise TypeError("Expected argument 'provisioning_state' to be a str")
48
- pulumi.set(__self__, "provisioning_state", provisioning_state)
49
- if system_data and not isinstance(system_data, dict):
50
- raise TypeError("Expected argument 'system_data' to be a dict")
51
- pulumi.set(__self__, "system_data", system_data)
52
- if tags and not isinstance(tags, dict):
53
- raise TypeError("Expected argument 'tags' to be a dict")
54
- pulumi.set(__self__, "tags", tags)
55
- if tenant_id and not isinstance(tenant_id, str):
56
- raise TypeError("Expected argument 'tenant_id' to be a str")
57
- pulumi.set(__self__, "tenant_id", tenant_id)
58
- if type and not isinstance(type, str):
59
- raise TypeError("Expected argument 'type' to be a str")
60
- pulumi.set(__self__, "type", type)
61
-
62
- @property
63
- @pulumi.getter
64
- def id(self) -> str:
65
- """
66
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
67
- """
68
- return pulumi.get(self, "id")
69
-
70
- @property
71
- @pulumi.getter(name="licenseDetails")
72
- def license_details(self) -> Optional['outputs.LicenseDetailsResponse']:
73
- """
74
- Describes the properties of a License.
75
- """
76
- return pulumi.get(self, "license_details")
77
-
78
- @property
79
- @pulumi.getter(name="licenseType")
80
- def license_type(self) -> Optional[str]:
81
- """
82
- The type of the license resource.
83
- """
84
- return pulumi.get(self, "license_type")
85
-
86
- @property
87
- @pulumi.getter
88
- def location(self) -> str:
89
- """
90
- The geo-location where the resource lives
91
- """
92
- return pulumi.get(self, "location")
93
-
94
- @property
95
- @pulumi.getter
96
- def name(self) -> str:
97
- """
98
- The name of the resource
99
- """
100
- return pulumi.get(self, "name")
101
-
102
- @property
103
- @pulumi.getter(name="provisioningState")
104
- def provisioning_state(self) -> str:
105
- """
106
- The provisioning state, which only appears in the response.
107
- """
108
- return pulumi.get(self, "provisioning_state")
109
-
110
- @property
111
- @pulumi.getter(name="systemData")
112
- def system_data(self) -> 'outputs.SystemDataResponse':
113
- """
114
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
115
- """
116
- return pulumi.get(self, "system_data")
117
-
118
- @property
119
- @pulumi.getter
120
- def tags(self) -> Optional[Mapping[str, str]]:
121
- """
122
- Resource tags.
123
- """
124
- return pulumi.get(self, "tags")
125
-
126
- @property
127
- @pulumi.getter(name="tenantId")
128
- def tenant_id(self) -> Optional[str]:
129
- """
130
- Describes the tenant id.
131
- """
132
- return pulumi.get(self, "tenant_id")
133
-
134
- @property
135
- @pulumi.getter
136
- def type(self) -> str:
137
- """
138
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
139
- """
140
- return pulumi.get(self, "type")
141
-
142
-
143
- class AwaitableGetLicenseResult(GetLicenseResult):
144
- # pylint: disable=using-constant-test
145
- def __await__(self):
146
- if False:
147
- yield self
148
- return GetLicenseResult(
149
- id=self.id,
150
- license_details=self.license_details,
151
- license_type=self.license_type,
152
- location=self.location,
153
- name=self.name,
154
- provisioning_state=self.provisioning_state,
155
- system_data=self.system_data,
156
- tags=self.tags,
157
- tenant_id=self.tenant_id,
158
- type=self.type)
159
-
160
-
161
- def get_license(license_name: Optional[str] = None,
162
- resource_group_name: Optional[str] = None,
163
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLicenseResult:
164
- """
165
- Retrieves information about the view of a license.
166
-
167
-
168
- :param str license_name: The name of the license.
169
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
170
- """
171
- __args__ = dict()
172
- __args__['licenseName'] = license_name
173
- __args__['resourceGroupName'] = resource_group_name
174
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
175
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240710:getLicense', __args__, opts=opts, typ=GetLicenseResult).value
176
-
177
- return AwaitableGetLicenseResult(
178
- id=pulumi.get(__ret__, 'id'),
179
- license_details=pulumi.get(__ret__, 'license_details'),
180
- license_type=pulumi.get(__ret__, 'license_type'),
181
- location=pulumi.get(__ret__, 'location'),
182
- name=pulumi.get(__ret__, 'name'),
183
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
184
- system_data=pulumi.get(__ret__, 'system_data'),
185
- tags=pulumi.get(__ret__, 'tags'),
186
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
187
- type=pulumi.get(__ret__, 'type'))
188
-
189
-
190
- @_utilities.lift_output_func(get_license)
191
- def get_license_output(license_name: Optional[pulumi.Input[str]] = None,
192
- resource_group_name: Optional[pulumi.Input[str]] = None,
193
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLicenseResult]:
194
- """
195
- Retrieves information about the view of a license.
196
-
197
-
198
- :param str license_name: The name of the license.
199
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
200
- """
201
- ...
@@ -1,362 +0,0 @@
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 . import outputs
17
-
18
- __all__ = [
19
- 'GetLicenseProfileResult',
20
- 'AwaitableGetLicenseProfileResult',
21
- 'get_license_profile',
22
- 'get_license_profile_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetLicenseProfileResult:
27
- """
28
- Describes a license profile in a hybrid machine.
29
- """
30
- def __init__(__self__, assigned_license=None, assigned_license_immutable_id=None, billing_end_date=None, billing_start_date=None, disenrollment_date=None, enrollment_date=None, error=None, esu_eligibility=None, esu_key_state=None, esu_keys=None, id=None, location=None, name=None, product_features=None, product_type=None, provisioning_state=None, server_type=None, software_assurance_customer=None, subscription_status=None, system_data=None, tags=None, type=None):
31
- if assigned_license and not isinstance(assigned_license, str):
32
- raise TypeError("Expected argument 'assigned_license' to be a str")
33
- pulumi.set(__self__, "assigned_license", assigned_license)
34
- if assigned_license_immutable_id and not isinstance(assigned_license_immutable_id, str):
35
- raise TypeError("Expected argument 'assigned_license_immutable_id' to be a str")
36
- pulumi.set(__self__, "assigned_license_immutable_id", assigned_license_immutable_id)
37
- if billing_end_date and not isinstance(billing_end_date, str):
38
- raise TypeError("Expected argument 'billing_end_date' to be a str")
39
- pulumi.set(__self__, "billing_end_date", billing_end_date)
40
- if billing_start_date and not isinstance(billing_start_date, str):
41
- raise TypeError("Expected argument 'billing_start_date' to be a str")
42
- pulumi.set(__self__, "billing_start_date", billing_start_date)
43
- if disenrollment_date and not isinstance(disenrollment_date, str):
44
- raise TypeError("Expected argument 'disenrollment_date' to be a str")
45
- pulumi.set(__self__, "disenrollment_date", disenrollment_date)
46
- if enrollment_date and not isinstance(enrollment_date, str):
47
- raise TypeError("Expected argument 'enrollment_date' to be a str")
48
- pulumi.set(__self__, "enrollment_date", enrollment_date)
49
- if error and not isinstance(error, dict):
50
- raise TypeError("Expected argument 'error' to be a dict")
51
- pulumi.set(__self__, "error", error)
52
- if esu_eligibility and not isinstance(esu_eligibility, str):
53
- raise TypeError("Expected argument 'esu_eligibility' to be a str")
54
- pulumi.set(__self__, "esu_eligibility", esu_eligibility)
55
- if esu_key_state and not isinstance(esu_key_state, str):
56
- raise TypeError("Expected argument 'esu_key_state' to be a str")
57
- pulumi.set(__self__, "esu_key_state", esu_key_state)
58
- if esu_keys and not isinstance(esu_keys, list):
59
- raise TypeError("Expected argument 'esu_keys' to be a list")
60
- pulumi.set(__self__, "esu_keys", esu_keys)
61
- if id and not isinstance(id, str):
62
- raise TypeError("Expected argument 'id' to be a str")
63
- pulumi.set(__self__, "id", id)
64
- if location and not isinstance(location, str):
65
- raise TypeError("Expected argument 'location' to be a str")
66
- pulumi.set(__self__, "location", location)
67
- if name and not isinstance(name, str):
68
- raise TypeError("Expected argument 'name' to be a str")
69
- pulumi.set(__self__, "name", name)
70
- if product_features and not isinstance(product_features, list):
71
- raise TypeError("Expected argument 'product_features' to be a list")
72
- pulumi.set(__self__, "product_features", product_features)
73
- if product_type and not isinstance(product_type, str):
74
- raise TypeError("Expected argument 'product_type' to be a str")
75
- pulumi.set(__self__, "product_type", product_type)
76
- if provisioning_state and not isinstance(provisioning_state, str):
77
- raise TypeError("Expected argument 'provisioning_state' to be a str")
78
- pulumi.set(__self__, "provisioning_state", provisioning_state)
79
- if server_type and not isinstance(server_type, str):
80
- raise TypeError("Expected argument 'server_type' to be a str")
81
- pulumi.set(__self__, "server_type", server_type)
82
- if software_assurance_customer and not isinstance(software_assurance_customer, bool):
83
- raise TypeError("Expected argument 'software_assurance_customer' to be a bool")
84
- pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
85
- if subscription_status and not isinstance(subscription_status, str):
86
- raise TypeError("Expected argument 'subscription_status' to be a str")
87
- pulumi.set(__self__, "subscription_status", subscription_status)
88
- if system_data and not isinstance(system_data, dict):
89
- raise TypeError("Expected argument 'system_data' to be a dict")
90
- pulumi.set(__self__, "system_data", system_data)
91
- if tags and not isinstance(tags, dict):
92
- raise TypeError("Expected argument 'tags' to be a dict")
93
- pulumi.set(__self__, "tags", tags)
94
- if type and not isinstance(type, str):
95
- raise TypeError("Expected argument 'type' to be a str")
96
- pulumi.set(__self__, "type", type)
97
-
98
- @property
99
- @pulumi.getter(name="assignedLicense")
100
- def assigned_license(self) -> Optional[str]:
101
- """
102
- The resource id of the license.
103
- """
104
- return pulumi.get(self, "assigned_license")
105
-
106
- @property
107
- @pulumi.getter(name="assignedLicenseImmutableId")
108
- def assigned_license_immutable_id(self) -> str:
109
- """
110
- The guid id of the license.
111
- """
112
- return pulumi.get(self, "assigned_license_immutable_id")
113
-
114
- @property
115
- @pulumi.getter(name="billingEndDate")
116
- def billing_end_date(self) -> str:
117
- """
118
- The timestamp in UTC when the billing ends.
119
- """
120
- return pulumi.get(self, "billing_end_date")
121
-
122
- @property
123
- @pulumi.getter(name="billingStartDate")
124
- def billing_start_date(self) -> str:
125
- """
126
- The timestamp in UTC when the billing starts.
127
- """
128
- return pulumi.get(self, "billing_start_date")
129
-
130
- @property
131
- @pulumi.getter(name="disenrollmentDate")
132
- def disenrollment_date(self) -> str:
133
- """
134
- The timestamp in UTC when the user disenrolled the feature.
135
- """
136
- return pulumi.get(self, "disenrollment_date")
137
-
138
- @property
139
- @pulumi.getter(name="enrollmentDate")
140
- def enrollment_date(self) -> str:
141
- """
142
- The timestamp in UTC when the user enrolls the feature.
143
- """
144
- return pulumi.get(self, "enrollment_date")
145
-
146
- @property
147
- @pulumi.getter
148
- def error(self) -> 'outputs.ErrorDetailResponse':
149
- """
150
- The errors that were encountered during the feature enrollment or disenrollment.
151
- """
152
- return pulumi.get(self, "error")
153
-
154
- @property
155
- @pulumi.getter(name="esuEligibility")
156
- def esu_eligibility(self) -> str:
157
- """
158
- Indicates the eligibility state of Esu.
159
- """
160
- return pulumi.get(self, "esu_eligibility")
161
-
162
- @property
163
- @pulumi.getter(name="esuKeyState")
164
- def esu_key_state(self) -> str:
165
- """
166
- Indicates whether there is an ESU Key currently active for the machine.
167
- """
168
- return pulumi.get(self, "esu_key_state")
169
-
170
- @property
171
- @pulumi.getter(name="esuKeys")
172
- def esu_keys(self) -> Sequence['outputs.EsuKeyResponse']:
173
- """
174
- The list of ESU keys.
175
- """
176
- return pulumi.get(self, "esu_keys")
177
-
178
- @property
179
- @pulumi.getter
180
- def id(self) -> str:
181
- """
182
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
183
- """
184
- return pulumi.get(self, "id")
185
-
186
- @property
187
- @pulumi.getter
188
- def location(self) -> str:
189
- """
190
- The geo-location where the resource lives
191
- """
192
- return pulumi.get(self, "location")
193
-
194
- @property
195
- @pulumi.getter
196
- def name(self) -> str:
197
- """
198
- The name of the resource
199
- """
200
- return pulumi.get(self, "name")
201
-
202
- @property
203
- @pulumi.getter(name="productFeatures")
204
- def product_features(self) -> Optional[Sequence['outputs.ProductFeatureResponse']]:
205
- """
206
- The list of product features.
207
- """
208
- return pulumi.get(self, "product_features")
209
-
210
- @property
211
- @pulumi.getter(name="productType")
212
- def product_type(self) -> Optional[str]:
213
- """
214
- Indicates the product type of the license.
215
- """
216
- return pulumi.get(self, "product_type")
217
-
218
- @property
219
- @pulumi.getter(name="provisioningState")
220
- def provisioning_state(self) -> str:
221
- """
222
- The provisioning state, which only appears in the response.
223
- """
224
- return pulumi.get(self, "provisioning_state")
225
-
226
- @property
227
- @pulumi.getter(name="serverType")
228
- def server_type(self) -> str:
229
- """
230
- The type of the Esu servers.
231
- """
232
- return pulumi.get(self, "server_type")
233
-
234
- @property
235
- @pulumi.getter(name="softwareAssuranceCustomer")
236
- def software_assurance_customer(self) -> Optional[bool]:
237
- """
238
- Specifies if this machine is licensed as part of a Software Assurance agreement.
239
- """
240
- return pulumi.get(self, "software_assurance_customer")
241
-
242
- @property
243
- @pulumi.getter(name="subscriptionStatus")
244
- def subscription_status(self) -> Optional[str]:
245
- """
246
- Indicates the subscription status of the product.
247
- """
248
- return pulumi.get(self, "subscription_status")
249
-
250
- @property
251
- @pulumi.getter(name="systemData")
252
- def system_data(self) -> 'outputs.SystemDataResponse':
253
- """
254
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
255
- """
256
- return pulumi.get(self, "system_data")
257
-
258
- @property
259
- @pulumi.getter
260
- def tags(self) -> Optional[Mapping[str, str]]:
261
- """
262
- Resource tags.
263
- """
264
- return pulumi.get(self, "tags")
265
-
266
- @property
267
- @pulumi.getter
268
- def type(self) -> str:
269
- """
270
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
271
- """
272
- return pulumi.get(self, "type")
273
-
274
-
275
- class AwaitableGetLicenseProfileResult(GetLicenseProfileResult):
276
- # pylint: disable=using-constant-test
277
- def __await__(self):
278
- if False:
279
- yield self
280
- return GetLicenseProfileResult(
281
- assigned_license=self.assigned_license,
282
- assigned_license_immutable_id=self.assigned_license_immutable_id,
283
- billing_end_date=self.billing_end_date,
284
- billing_start_date=self.billing_start_date,
285
- disenrollment_date=self.disenrollment_date,
286
- enrollment_date=self.enrollment_date,
287
- error=self.error,
288
- esu_eligibility=self.esu_eligibility,
289
- esu_key_state=self.esu_key_state,
290
- esu_keys=self.esu_keys,
291
- id=self.id,
292
- location=self.location,
293
- name=self.name,
294
- product_features=self.product_features,
295
- product_type=self.product_type,
296
- provisioning_state=self.provisioning_state,
297
- server_type=self.server_type,
298
- software_assurance_customer=self.software_assurance_customer,
299
- subscription_status=self.subscription_status,
300
- system_data=self.system_data,
301
- tags=self.tags,
302
- type=self.type)
303
-
304
-
305
- def get_license_profile(license_profile_name: Optional[str] = None,
306
- machine_name: Optional[str] = None,
307
- resource_group_name: Optional[str] = None,
308
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLicenseProfileResult:
309
- """
310
- Retrieves information about the view of a license profile.
311
-
312
-
313
- :param str license_profile_name: The name of the license profile.
314
- :param str machine_name: The name of the hybrid machine.
315
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
316
- """
317
- __args__ = dict()
318
- __args__['licenseProfileName'] = license_profile_name
319
- __args__['machineName'] = machine_name
320
- __args__['resourceGroupName'] = resource_group_name
321
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
322
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240710:getLicenseProfile', __args__, opts=opts, typ=GetLicenseProfileResult).value
323
-
324
- return AwaitableGetLicenseProfileResult(
325
- assigned_license=pulumi.get(__ret__, 'assigned_license'),
326
- assigned_license_immutable_id=pulumi.get(__ret__, 'assigned_license_immutable_id'),
327
- billing_end_date=pulumi.get(__ret__, 'billing_end_date'),
328
- billing_start_date=pulumi.get(__ret__, 'billing_start_date'),
329
- disenrollment_date=pulumi.get(__ret__, 'disenrollment_date'),
330
- enrollment_date=pulumi.get(__ret__, 'enrollment_date'),
331
- error=pulumi.get(__ret__, 'error'),
332
- esu_eligibility=pulumi.get(__ret__, 'esu_eligibility'),
333
- esu_key_state=pulumi.get(__ret__, 'esu_key_state'),
334
- esu_keys=pulumi.get(__ret__, 'esu_keys'),
335
- id=pulumi.get(__ret__, 'id'),
336
- location=pulumi.get(__ret__, 'location'),
337
- name=pulumi.get(__ret__, 'name'),
338
- product_features=pulumi.get(__ret__, 'product_features'),
339
- product_type=pulumi.get(__ret__, 'product_type'),
340
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
341
- server_type=pulumi.get(__ret__, 'server_type'),
342
- software_assurance_customer=pulumi.get(__ret__, 'software_assurance_customer'),
343
- subscription_status=pulumi.get(__ret__, 'subscription_status'),
344
- system_data=pulumi.get(__ret__, 'system_data'),
345
- tags=pulumi.get(__ret__, 'tags'),
346
- type=pulumi.get(__ret__, 'type'))
347
-
348
-
349
- @_utilities.lift_output_func(get_license_profile)
350
- def get_license_profile_output(license_profile_name: Optional[pulumi.Input[str]] = None,
351
- machine_name: Optional[pulumi.Input[str]] = None,
352
- resource_group_name: Optional[pulumi.Input[str]] = None,
353
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLicenseProfileResult]:
354
- """
355
- Retrieves information about the view of a license profile.
356
-
357
-
358
- :param str license_profile_name: The name of the license profile.
359
- :param str machine_name: The name of the hybrid machine.
360
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
361
- """
362
- ...