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,327 +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
- from ._enums import *
18
- from ._inputs import *
19
-
20
- __all__ = ['StandbyVirtualMachinePoolArgs', 'StandbyVirtualMachinePool']
21
-
22
- @pulumi.input_type
23
- class StandbyVirtualMachinePoolArgs:
24
- def __init__(__self__, *,
25
- resource_group_name: pulumi.Input[str],
26
- virtual_machine_state: pulumi.Input[Union[str, 'VirtualMachineState']],
27
- attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
28
- elasticity_profile: Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']] = None,
29
- location: Optional[pulumi.Input[str]] = None,
30
- standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
31
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
32
- """
33
- The set of arguments for constructing a StandbyVirtualMachinePool resource.
34
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
35
- :param pulumi.Input[Union[str, 'VirtualMachineState']] virtual_machine_state: Specifies the desired state of virtual machines in the pool.
36
- :param pulumi.Input[str] attached_virtual_machine_scale_set_id: Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
37
- :param pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs'] elasticity_profile: Specifies the elasticity profile of the standby virtual machine pools.
38
- :param pulumi.Input[str] location: The geo-location where the resource lives
39
- :param pulumi.Input[str] standby_virtual_machine_pool_name: Name of the standby virtual machine pool
40
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
41
- """
42
- pulumi.set(__self__, "resource_group_name", resource_group_name)
43
- pulumi.set(__self__, "virtual_machine_state", virtual_machine_state)
44
- if attached_virtual_machine_scale_set_id is not None:
45
- pulumi.set(__self__, "attached_virtual_machine_scale_set_id", attached_virtual_machine_scale_set_id)
46
- if elasticity_profile is not None:
47
- pulumi.set(__self__, "elasticity_profile", elasticity_profile)
48
- if location is not None:
49
- pulumi.set(__self__, "location", location)
50
- if standby_virtual_machine_pool_name is not None:
51
- pulumi.set(__self__, "standby_virtual_machine_pool_name", standby_virtual_machine_pool_name)
52
- if tags is not None:
53
- pulumi.set(__self__, "tags", tags)
54
-
55
- @property
56
- @pulumi.getter(name="resourceGroupName")
57
- def resource_group_name(self) -> pulumi.Input[str]:
58
- """
59
- The name of the resource group. The name is case insensitive.
60
- """
61
- return pulumi.get(self, "resource_group_name")
62
-
63
- @resource_group_name.setter
64
- def resource_group_name(self, value: pulumi.Input[str]):
65
- pulumi.set(self, "resource_group_name", value)
66
-
67
- @property
68
- @pulumi.getter(name="virtualMachineState")
69
- def virtual_machine_state(self) -> pulumi.Input[Union[str, 'VirtualMachineState']]:
70
- """
71
- Specifies the desired state of virtual machines in the pool.
72
- """
73
- return pulumi.get(self, "virtual_machine_state")
74
-
75
- @virtual_machine_state.setter
76
- def virtual_machine_state(self, value: pulumi.Input[Union[str, 'VirtualMachineState']]):
77
- pulumi.set(self, "virtual_machine_state", value)
78
-
79
- @property
80
- @pulumi.getter(name="attachedVirtualMachineScaleSetId")
81
- def attached_virtual_machine_scale_set_id(self) -> Optional[pulumi.Input[str]]:
82
- """
83
- Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
84
- """
85
- return pulumi.get(self, "attached_virtual_machine_scale_set_id")
86
-
87
- @attached_virtual_machine_scale_set_id.setter
88
- def attached_virtual_machine_scale_set_id(self, value: Optional[pulumi.Input[str]]):
89
- pulumi.set(self, "attached_virtual_machine_scale_set_id", value)
90
-
91
- @property
92
- @pulumi.getter(name="elasticityProfile")
93
- def elasticity_profile(self) -> Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']]:
94
- """
95
- Specifies the elasticity profile of the standby virtual machine pools.
96
- """
97
- return pulumi.get(self, "elasticity_profile")
98
-
99
- @elasticity_profile.setter
100
- def elasticity_profile(self, value: Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']]):
101
- pulumi.set(self, "elasticity_profile", value)
102
-
103
- @property
104
- @pulumi.getter
105
- def location(self) -> Optional[pulumi.Input[str]]:
106
- """
107
- The geo-location where the resource lives
108
- """
109
- return pulumi.get(self, "location")
110
-
111
- @location.setter
112
- def location(self, value: Optional[pulumi.Input[str]]):
113
- pulumi.set(self, "location", value)
114
-
115
- @property
116
- @pulumi.getter(name="standbyVirtualMachinePoolName")
117
- def standby_virtual_machine_pool_name(self) -> Optional[pulumi.Input[str]]:
118
- """
119
- Name of the standby virtual machine pool
120
- """
121
- return pulumi.get(self, "standby_virtual_machine_pool_name")
122
-
123
- @standby_virtual_machine_pool_name.setter
124
- def standby_virtual_machine_pool_name(self, value: Optional[pulumi.Input[str]]):
125
- pulumi.set(self, "standby_virtual_machine_pool_name", value)
126
-
127
- @property
128
- @pulumi.getter
129
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
130
- """
131
- Resource tags.
132
- """
133
- return pulumi.get(self, "tags")
134
-
135
- @tags.setter
136
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
137
- pulumi.set(self, "tags", value)
138
-
139
-
140
- class StandbyVirtualMachinePool(pulumi.CustomResource):
141
- @overload
142
- def __init__(__self__,
143
- resource_name: str,
144
- opts: Optional[pulumi.ResourceOptions] = None,
145
- attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
146
- elasticity_profile: Optional[pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']]] = None,
147
- location: Optional[pulumi.Input[str]] = None,
148
- resource_group_name: Optional[pulumi.Input[str]] = None,
149
- standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
150
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
151
- virtual_machine_state: Optional[pulumi.Input[Union[str, 'VirtualMachineState']]] = None,
152
- __props__=None):
153
- """
154
- A StandbyVirtualMachinePoolResource.
155
-
156
- :param str resource_name: The name of the resource.
157
- :param pulumi.ResourceOptions opts: Options for the resource.
158
- :param pulumi.Input[str] attached_virtual_machine_scale_set_id: Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
159
- :param pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']] elasticity_profile: Specifies the elasticity profile of the standby virtual machine pools.
160
- :param pulumi.Input[str] location: The geo-location where the resource lives
161
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
162
- :param pulumi.Input[str] standby_virtual_machine_pool_name: Name of the standby virtual machine pool
163
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
164
- :param pulumi.Input[Union[str, 'VirtualMachineState']] virtual_machine_state: Specifies the desired state of virtual machines in the pool.
165
- """
166
- ...
167
- @overload
168
- def __init__(__self__,
169
- resource_name: str,
170
- args: StandbyVirtualMachinePoolArgs,
171
- opts: Optional[pulumi.ResourceOptions] = None):
172
- """
173
- A StandbyVirtualMachinePoolResource.
174
-
175
- :param str resource_name: The name of the resource.
176
- :param StandbyVirtualMachinePoolArgs args: The arguments to use to populate this resource's properties.
177
- :param pulumi.ResourceOptions opts: Options for the resource.
178
- """
179
- ...
180
- def __init__(__self__, resource_name: str, *args, **kwargs):
181
- resource_args, opts = _utilities.get_resource_args_opts(StandbyVirtualMachinePoolArgs, pulumi.ResourceOptions, *args, **kwargs)
182
- if resource_args is not None:
183
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
184
- else:
185
- __self__._internal_init(resource_name, *args, **kwargs)
186
-
187
- def _internal_init(__self__,
188
- resource_name: str,
189
- opts: Optional[pulumi.ResourceOptions] = None,
190
- attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
191
- elasticity_profile: Optional[pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']]] = None,
192
- location: Optional[pulumi.Input[str]] = None,
193
- resource_group_name: Optional[pulumi.Input[str]] = None,
194
- standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
195
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
196
- virtual_machine_state: Optional[pulumi.Input[Union[str, 'VirtualMachineState']]] = None,
197
- __props__=None):
198
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
199
- if not isinstance(opts, pulumi.ResourceOptions):
200
- raise TypeError('Expected resource options to be a ResourceOptions instance')
201
- if opts.id is None:
202
- if __props__ is not None:
203
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
204
- __props__ = StandbyVirtualMachinePoolArgs.__new__(StandbyVirtualMachinePoolArgs)
205
-
206
- __props__.__dict__["attached_virtual_machine_scale_set_id"] = attached_virtual_machine_scale_set_id
207
- __props__.__dict__["elasticity_profile"] = elasticity_profile
208
- __props__.__dict__["location"] = location
209
- if resource_group_name is None and not opts.urn:
210
- raise TypeError("Missing required property 'resource_group_name'")
211
- __props__.__dict__["resource_group_name"] = resource_group_name
212
- __props__.__dict__["standby_virtual_machine_pool_name"] = standby_virtual_machine_pool_name
213
- __props__.__dict__["tags"] = tags
214
- if virtual_machine_state is None and not opts.urn:
215
- raise TypeError("Missing required property 'virtual_machine_state'")
216
- __props__.__dict__["virtual_machine_state"] = virtual_machine_state
217
- __props__.__dict__["name"] = None
218
- __props__.__dict__["provisioning_state"] = None
219
- __props__.__dict__["system_data"] = None
220
- __props__.__dict__["type"] = None
221
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20240301preview:StandbyVirtualMachinePool")])
222
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
- super(StandbyVirtualMachinePool, __self__).__init__(
224
- 'azure-native:standbypool/v20240301:StandbyVirtualMachinePool',
225
- resource_name,
226
- __props__,
227
- opts)
228
-
229
- @staticmethod
230
- def get(resource_name: str,
231
- id: pulumi.Input[str],
232
- opts: Optional[pulumi.ResourceOptions] = None) -> 'StandbyVirtualMachinePool':
233
- """
234
- Get an existing StandbyVirtualMachinePool resource's state with the given name, id, and optional extra
235
- properties used to qualify the lookup.
236
-
237
- :param str resource_name: The unique name of the resulting resource.
238
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
- :param pulumi.ResourceOptions opts: Options for the resource.
240
- """
241
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
242
-
243
- __props__ = StandbyVirtualMachinePoolArgs.__new__(StandbyVirtualMachinePoolArgs)
244
-
245
- __props__.__dict__["attached_virtual_machine_scale_set_id"] = None
246
- __props__.__dict__["elasticity_profile"] = None
247
- __props__.__dict__["location"] = None
248
- __props__.__dict__["name"] = None
249
- __props__.__dict__["provisioning_state"] = None
250
- __props__.__dict__["system_data"] = None
251
- __props__.__dict__["tags"] = None
252
- __props__.__dict__["type"] = None
253
- __props__.__dict__["virtual_machine_state"] = None
254
- return StandbyVirtualMachinePool(resource_name, opts=opts, __props__=__props__)
255
-
256
- @property
257
- @pulumi.getter(name="attachedVirtualMachineScaleSetId")
258
- def attached_virtual_machine_scale_set_id(self) -> pulumi.Output[Optional[str]]:
259
- """
260
- Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
261
- """
262
- return pulumi.get(self, "attached_virtual_machine_scale_set_id")
263
-
264
- @property
265
- @pulumi.getter(name="elasticityProfile")
266
- def elasticity_profile(self) -> pulumi.Output[Optional['outputs.StandbyVirtualMachinePoolElasticityProfileResponse']]:
267
- """
268
- Specifies the elasticity profile of the standby virtual machine pools.
269
- """
270
- return pulumi.get(self, "elasticity_profile")
271
-
272
- @property
273
- @pulumi.getter
274
- def location(self) -> pulumi.Output[str]:
275
- """
276
- The geo-location where the resource lives
277
- """
278
- return pulumi.get(self, "location")
279
-
280
- @property
281
- @pulumi.getter
282
- def name(self) -> pulumi.Output[str]:
283
- """
284
- The name of the resource
285
- """
286
- return pulumi.get(self, "name")
287
-
288
- @property
289
- @pulumi.getter(name="provisioningState")
290
- def provisioning_state(self) -> pulumi.Output[str]:
291
- """
292
- The status of the last operation.
293
- """
294
- return pulumi.get(self, "provisioning_state")
295
-
296
- @property
297
- @pulumi.getter(name="systemData")
298
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
299
- """
300
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
301
- """
302
- return pulumi.get(self, "system_data")
303
-
304
- @property
305
- @pulumi.getter
306
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
307
- """
308
- Resource tags.
309
- """
310
- return pulumi.get(self, "tags")
311
-
312
- @property
313
- @pulumi.getter
314
- def type(self) -> pulumi.Output[str]:
315
- """
316
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
317
- """
318
- return pulumi.get(self, "type")
319
-
320
- @property
321
- @pulumi.getter(name="virtualMachineState")
322
- def virtual_machine_state(self) -> pulumi.Output[str]:
323
- """
324
- Specifies the desired state of virtual machines in the pool.
325
- """
326
- return pulumi.get(self, "virtual_machine_state")
327
-
@@ -1,12 +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
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .alias import *
10
- from .get_alias import *
11
- from ._inputs import *
12
- from . import outputs
@@ -1,17 +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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'Workload',
9
- ]
10
-
11
-
12
- class Workload(str, Enum):
13
- """
14
- The workload type of the subscription. It can be either Production or DevTest.
15
- """
16
- PRODUCTION = "Production"
17
- DEV_TEST = "DevTest"
@@ -1,267 +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 ._enums import *
17
-
18
- __all__ = [
19
- 'PutAliasRequestAdditionalPropertiesArgs',
20
- 'PutAliasRequestAdditionalPropertiesArgsDict',
21
- 'PutAliasRequestPropertiesArgs',
22
- 'PutAliasRequestPropertiesArgsDict',
23
- ]
24
-
25
- MYPY = False
26
-
27
- if not MYPY:
28
- class PutAliasRequestAdditionalPropertiesArgsDict(TypedDict):
29
- """
30
- Put subscription additional properties.
31
- """
32
- management_group_id: NotRequired[pulumi.Input[str]]
33
- """
34
- Management group Id for the subscription.
35
- """
36
- subscription_owner_id: NotRequired[pulumi.Input[str]]
37
- """
38
- Owner Id of the subscription
39
- """
40
- subscription_tenant_id: NotRequired[pulumi.Input[str]]
41
- """
42
- Tenant Id of the subscription
43
- """
44
- tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
45
- """
46
- Tags for the subscription
47
- """
48
- elif False:
49
- PutAliasRequestAdditionalPropertiesArgsDict: TypeAlias = Mapping[str, Any]
50
-
51
- @pulumi.input_type
52
- class PutAliasRequestAdditionalPropertiesArgs:
53
- def __init__(__self__, *,
54
- management_group_id: Optional[pulumi.Input[str]] = None,
55
- subscription_owner_id: Optional[pulumi.Input[str]] = None,
56
- subscription_tenant_id: Optional[pulumi.Input[str]] = None,
57
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
58
- """
59
- Put subscription additional properties.
60
- :param pulumi.Input[str] management_group_id: Management group Id for the subscription.
61
- :param pulumi.Input[str] subscription_owner_id: Owner Id of the subscription
62
- :param pulumi.Input[str] subscription_tenant_id: Tenant Id of the subscription
63
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Tags for the subscription
64
- """
65
- if management_group_id is not None:
66
- pulumi.set(__self__, "management_group_id", management_group_id)
67
- if subscription_owner_id is not None:
68
- pulumi.set(__self__, "subscription_owner_id", subscription_owner_id)
69
- if subscription_tenant_id is not None:
70
- pulumi.set(__self__, "subscription_tenant_id", subscription_tenant_id)
71
- if tags is not None:
72
- pulumi.set(__self__, "tags", tags)
73
-
74
- @property
75
- @pulumi.getter(name="managementGroupId")
76
- def management_group_id(self) -> Optional[pulumi.Input[str]]:
77
- """
78
- Management group Id for the subscription.
79
- """
80
- return pulumi.get(self, "management_group_id")
81
-
82
- @management_group_id.setter
83
- def management_group_id(self, value: Optional[pulumi.Input[str]]):
84
- pulumi.set(self, "management_group_id", value)
85
-
86
- @property
87
- @pulumi.getter(name="subscriptionOwnerId")
88
- def subscription_owner_id(self) -> Optional[pulumi.Input[str]]:
89
- """
90
- Owner Id of the subscription
91
- """
92
- return pulumi.get(self, "subscription_owner_id")
93
-
94
- @subscription_owner_id.setter
95
- def subscription_owner_id(self, value: Optional[pulumi.Input[str]]):
96
- pulumi.set(self, "subscription_owner_id", value)
97
-
98
- @property
99
- @pulumi.getter(name="subscriptionTenantId")
100
- def subscription_tenant_id(self) -> Optional[pulumi.Input[str]]:
101
- """
102
- Tenant Id of the subscription
103
- """
104
- return pulumi.get(self, "subscription_tenant_id")
105
-
106
- @subscription_tenant_id.setter
107
- def subscription_tenant_id(self, value: Optional[pulumi.Input[str]]):
108
- pulumi.set(self, "subscription_tenant_id", value)
109
-
110
- @property
111
- @pulumi.getter
112
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
113
- """
114
- Tags for the subscription
115
- """
116
- return pulumi.get(self, "tags")
117
-
118
- @tags.setter
119
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
120
- pulumi.set(self, "tags", value)
121
-
122
-
123
- if not MYPY:
124
- class PutAliasRequestPropertiesArgsDict(TypedDict):
125
- """
126
- Put subscription properties.
127
- """
128
- additional_properties: NotRequired[pulumi.Input['PutAliasRequestAdditionalPropertiesArgsDict']]
129
- """
130
- Put alias request additional properties.
131
- """
132
- billing_scope: NotRequired[pulumi.Input[str]]
133
- """
134
- Billing scope of the subscription.
135
- For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
136
- For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
137
- For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
138
- """
139
- display_name: NotRequired[pulumi.Input[str]]
140
- """
141
- The friendly name of the subscription.
142
- """
143
- reseller_id: NotRequired[pulumi.Input[str]]
144
- """
145
- Reseller Id
146
- """
147
- subscription_id: NotRequired[pulumi.Input[str]]
148
- """
149
- This parameter can be used to create alias for existing subscription Id
150
- """
151
- workload: NotRequired[pulumi.Input[Union[str, 'Workload']]]
152
- """
153
- The workload type of the subscription. It can be either Production or DevTest.
154
- """
155
- elif False:
156
- PutAliasRequestPropertiesArgsDict: TypeAlias = Mapping[str, Any]
157
-
158
- @pulumi.input_type
159
- class PutAliasRequestPropertiesArgs:
160
- def __init__(__self__, *,
161
- additional_properties: Optional[pulumi.Input['PutAliasRequestAdditionalPropertiesArgs']] = None,
162
- billing_scope: Optional[pulumi.Input[str]] = None,
163
- display_name: Optional[pulumi.Input[str]] = None,
164
- reseller_id: Optional[pulumi.Input[str]] = None,
165
- subscription_id: Optional[pulumi.Input[str]] = None,
166
- workload: Optional[pulumi.Input[Union[str, 'Workload']]] = None):
167
- """
168
- Put subscription properties.
169
- :param pulumi.Input['PutAliasRequestAdditionalPropertiesArgs'] additional_properties: Put alias request additional properties.
170
- :param pulumi.Input[str] billing_scope: Billing scope of the subscription.
171
- For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
172
- For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
173
- For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
174
- :param pulumi.Input[str] display_name: The friendly name of the subscription.
175
- :param pulumi.Input[str] reseller_id: Reseller Id
176
- :param pulumi.Input[str] subscription_id: This parameter can be used to create alias for existing subscription Id
177
- :param pulumi.Input[Union[str, 'Workload']] workload: The workload type of the subscription. It can be either Production or DevTest.
178
- """
179
- if additional_properties is not None:
180
- pulumi.set(__self__, "additional_properties", additional_properties)
181
- if billing_scope is not None:
182
- pulumi.set(__self__, "billing_scope", billing_scope)
183
- if display_name is not None:
184
- pulumi.set(__self__, "display_name", display_name)
185
- if reseller_id is not None:
186
- pulumi.set(__self__, "reseller_id", reseller_id)
187
- if subscription_id is not None:
188
- pulumi.set(__self__, "subscription_id", subscription_id)
189
- if workload is not None:
190
- pulumi.set(__self__, "workload", workload)
191
-
192
- @property
193
- @pulumi.getter(name="additionalProperties")
194
- def additional_properties(self) -> Optional[pulumi.Input['PutAliasRequestAdditionalPropertiesArgs']]:
195
- """
196
- Put alias request additional properties.
197
- """
198
- return pulumi.get(self, "additional_properties")
199
-
200
- @additional_properties.setter
201
- def additional_properties(self, value: Optional[pulumi.Input['PutAliasRequestAdditionalPropertiesArgs']]):
202
- pulumi.set(self, "additional_properties", value)
203
-
204
- @property
205
- @pulumi.getter(name="billingScope")
206
- def billing_scope(self) -> Optional[pulumi.Input[str]]:
207
- """
208
- Billing scope of the subscription.
209
- For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
210
- For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
211
- For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
212
- """
213
- return pulumi.get(self, "billing_scope")
214
-
215
- @billing_scope.setter
216
- def billing_scope(self, value: Optional[pulumi.Input[str]]):
217
- pulumi.set(self, "billing_scope", value)
218
-
219
- @property
220
- @pulumi.getter(name="displayName")
221
- def display_name(self) -> Optional[pulumi.Input[str]]:
222
- """
223
- The friendly name of the subscription.
224
- """
225
- return pulumi.get(self, "display_name")
226
-
227
- @display_name.setter
228
- def display_name(self, value: Optional[pulumi.Input[str]]):
229
- pulumi.set(self, "display_name", value)
230
-
231
- @property
232
- @pulumi.getter(name="resellerId")
233
- def reseller_id(self) -> Optional[pulumi.Input[str]]:
234
- """
235
- Reseller Id
236
- """
237
- return pulumi.get(self, "reseller_id")
238
-
239
- @reseller_id.setter
240
- def reseller_id(self, value: Optional[pulumi.Input[str]]):
241
- pulumi.set(self, "reseller_id", value)
242
-
243
- @property
244
- @pulumi.getter(name="subscriptionId")
245
- def subscription_id(self) -> Optional[pulumi.Input[str]]:
246
- """
247
- This parameter can be used to create alias for existing subscription Id
248
- """
249
- return pulumi.get(self, "subscription_id")
250
-
251
- @subscription_id.setter
252
- def subscription_id(self, value: Optional[pulumi.Input[str]]):
253
- pulumi.set(self, "subscription_id", value)
254
-
255
- @property
256
- @pulumi.getter
257
- def workload(self) -> Optional[pulumi.Input[Union[str, 'Workload']]]:
258
- """
259
- The workload type of the subscription. It can be either Production or DevTest.
260
- """
261
- return pulumi.get(self, "workload")
262
-
263
- @workload.setter
264
- def workload(self, value: Optional[pulumi.Input[Union[str, 'Workload']]]):
265
- pulumi.set(self, "workload", value)
266
-
267
-