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,651 +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
-
19
- __all__ = [
20
- 'ConfigurationPropertiesResponse',
21
- 'DashboardLensResponse',
22
- 'DashboardPartsPositionResponse',
23
- 'DashboardPartsResponse',
24
- 'DashboardPropertiesWithProvisioningStateResponse',
25
- 'MarkdownPartMetadataResponse',
26
- 'MarkdownPartMetadataSettingsContentResponse',
27
- 'MarkdownPartMetadataSettingsContentSettingsResponse',
28
- 'MarkdownPartMetadataSettingsResponse',
29
- 'SystemDataResponse',
30
- 'ViolationResponse',
31
- ]
32
-
33
- @pulumi.output_type
34
- class ConfigurationPropertiesResponse(dict):
35
- """
36
- Tenant Configuration Properties with Provisioning state
37
- """
38
- @staticmethod
39
- def __key_warning(key: str):
40
- suggest = None
41
- if key == "provisioningState":
42
- suggest = "provisioning_state"
43
- elif key == "enforcePrivateMarkdownStorage":
44
- suggest = "enforce_private_markdown_storage"
45
-
46
- if suggest:
47
- pulumi.log.warn(f"Key '{key}' not found in ConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
48
-
49
- def __getitem__(self, key: str) -> Any:
50
- ConfigurationPropertiesResponse.__key_warning(key)
51
- return super().__getitem__(key)
52
-
53
- def get(self, key: str, default = None) -> Any:
54
- ConfigurationPropertiesResponse.__key_warning(key)
55
- return super().get(key, default)
56
-
57
- def __init__(__self__, *,
58
- provisioning_state: str,
59
- enforce_private_markdown_storage: Optional[bool] = None):
60
- """
61
- Tenant Configuration Properties with Provisioning state
62
- :param str provisioning_state: The status of the last operation.
63
- :param bool enforce_private_markdown_storage: When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
64
- """
65
- pulumi.set(__self__, "provisioning_state", provisioning_state)
66
- if enforce_private_markdown_storage is not None:
67
- pulumi.set(__self__, "enforce_private_markdown_storage", enforce_private_markdown_storage)
68
-
69
- @property
70
- @pulumi.getter(name="provisioningState")
71
- def provisioning_state(self) -> str:
72
- """
73
- The status of the last operation.
74
- """
75
- return pulumi.get(self, "provisioning_state")
76
-
77
- @property
78
- @pulumi.getter(name="enforcePrivateMarkdownStorage")
79
- def enforce_private_markdown_storage(self) -> Optional[bool]:
80
- """
81
- When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
82
- """
83
- return pulumi.get(self, "enforce_private_markdown_storage")
84
-
85
-
86
- @pulumi.output_type
87
- class DashboardLensResponse(dict):
88
- """
89
- A dashboard lens.
90
- """
91
- def __init__(__self__, *,
92
- order: int,
93
- parts: Sequence['outputs.DashboardPartsResponse'],
94
- metadata: Optional[Any] = None):
95
- """
96
- A dashboard lens.
97
- :param int order: The lens order.
98
- :param Sequence['DashboardPartsResponse'] parts: The dashboard parts.
99
- :param Any metadata: The dashboard len's metadata.
100
- """
101
- pulumi.set(__self__, "order", order)
102
- pulumi.set(__self__, "parts", parts)
103
- if metadata is not None:
104
- pulumi.set(__self__, "metadata", metadata)
105
-
106
- @property
107
- @pulumi.getter
108
- def order(self) -> int:
109
- """
110
- The lens order.
111
- """
112
- return pulumi.get(self, "order")
113
-
114
- @property
115
- @pulumi.getter
116
- def parts(self) -> Sequence['outputs.DashboardPartsResponse']:
117
- """
118
- The dashboard parts.
119
- """
120
- return pulumi.get(self, "parts")
121
-
122
- @property
123
- @pulumi.getter
124
- def metadata(self) -> Optional[Any]:
125
- """
126
- The dashboard len's metadata.
127
- """
128
- return pulumi.get(self, "metadata")
129
-
130
-
131
- @pulumi.output_type
132
- class DashboardPartsPositionResponse(dict):
133
- """
134
- The dashboard's part position.
135
- """
136
- @staticmethod
137
- def __key_warning(key: str):
138
- suggest = None
139
- if key == "colSpan":
140
- suggest = "col_span"
141
- elif key == "rowSpan":
142
- suggest = "row_span"
143
-
144
- if suggest:
145
- pulumi.log.warn(f"Key '{key}' not found in DashboardPartsPositionResponse. Access the value via the '{suggest}' property getter instead.")
146
-
147
- def __getitem__(self, key: str) -> Any:
148
- DashboardPartsPositionResponse.__key_warning(key)
149
- return super().__getitem__(key)
150
-
151
- def get(self, key: str, default = None) -> Any:
152
- DashboardPartsPositionResponse.__key_warning(key)
153
- return super().get(key, default)
154
-
155
- def __init__(__self__, *,
156
- col_span: int,
157
- row_span: int,
158
- x: int,
159
- y: int,
160
- metadata: Optional[Any] = None):
161
- """
162
- The dashboard's part position.
163
- :param int col_span: The dashboard's part column span.
164
- :param int row_span: The dashboard's part row span.
165
- :param int x: The dashboard's part x coordinate.
166
- :param int y: The dashboard's part y coordinate.
167
- :param Any metadata: The dashboard part's metadata.
168
- """
169
- pulumi.set(__self__, "col_span", col_span)
170
- pulumi.set(__self__, "row_span", row_span)
171
- pulumi.set(__self__, "x", x)
172
- pulumi.set(__self__, "y", y)
173
- if metadata is not None:
174
- pulumi.set(__self__, "metadata", metadata)
175
-
176
- @property
177
- @pulumi.getter(name="colSpan")
178
- def col_span(self) -> int:
179
- """
180
- The dashboard's part column span.
181
- """
182
- return pulumi.get(self, "col_span")
183
-
184
- @property
185
- @pulumi.getter(name="rowSpan")
186
- def row_span(self) -> int:
187
- """
188
- The dashboard's part row span.
189
- """
190
- return pulumi.get(self, "row_span")
191
-
192
- @property
193
- @pulumi.getter
194
- def x(self) -> int:
195
- """
196
- The dashboard's part x coordinate.
197
- """
198
- return pulumi.get(self, "x")
199
-
200
- @property
201
- @pulumi.getter
202
- def y(self) -> int:
203
- """
204
- The dashboard's part y coordinate.
205
- """
206
- return pulumi.get(self, "y")
207
-
208
- @property
209
- @pulumi.getter
210
- def metadata(self) -> Optional[Any]:
211
- """
212
- The dashboard part's metadata.
213
- """
214
- return pulumi.get(self, "metadata")
215
-
216
-
217
- @pulumi.output_type
218
- class DashboardPartsResponse(dict):
219
- """
220
- A dashboard part.
221
- """
222
- def __init__(__self__, *,
223
- position: 'outputs.DashboardPartsPositionResponse',
224
- metadata: Optional['outputs.MarkdownPartMetadataResponse'] = None):
225
- """
226
- A dashboard part.
227
- :param 'DashboardPartsPositionResponse' position: The dashboard's part position.
228
- :param 'MarkdownPartMetadataResponse' metadata: The dashboard part's metadata.
229
- """
230
- pulumi.set(__self__, "position", position)
231
- if metadata is not None:
232
- pulumi.set(__self__, "metadata", metadata)
233
-
234
- @property
235
- @pulumi.getter
236
- def position(self) -> 'outputs.DashboardPartsPositionResponse':
237
- """
238
- The dashboard's part position.
239
- """
240
- return pulumi.get(self, "position")
241
-
242
- @property
243
- @pulumi.getter
244
- def metadata(self) -> Optional['outputs.MarkdownPartMetadataResponse']:
245
- """
246
- The dashboard part's metadata.
247
- """
248
- return pulumi.get(self, "metadata")
249
-
250
-
251
- @pulumi.output_type
252
- class DashboardPropertiesWithProvisioningStateResponse(dict):
253
- """
254
- Dashboard Properties with Provisioning state
255
- """
256
- @staticmethod
257
- def __key_warning(key: str):
258
- suggest = None
259
- if key == "provisioningState":
260
- suggest = "provisioning_state"
261
-
262
- if suggest:
263
- pulumi.log.warn(f"Key '{key}' not found in DashboardPropertiesWithProvisioningStateResponse. Access the value via the '{suggest}' property getter instead.")
264
-
265
- def __getitem__(self, key: str) -> Any:
266
- DashboardPropertiesWithProvisioningStateResponse.__key_warning(key)
267
- return super().__getitem__(key)
268
-
269
- def get(self, key: str, default = None) -> Any:
270
- DashboardPropertiesWithProvisioningStateResponse.__key_warning(key)
271
- return super().get(key, default)
272
-
273
- def __init__(__self__, *,
274
- provisioning_state: str,
275
- lenses: Optional[Sequence['outputs.DashboardLensResponse']] = None,
276
- metadata: Optional[Any] = None):
277
- """
278
- Dashboard Properties with Provisioning state
279
- :param str provisioning_state: The status of the last operation.
280
- :param Sequence['DashboardLensResponse'] lenses: The dashboard lenses.
281
- :param Any metadata: The dashboard metadata.
282
- """
283
- pulumi.set(__self__, "provisioning_state", provisioning_state)
284
- if lenses is not None:
285
- pulumi.set(__self__, "lenses", lenses)
286
- if metadata is not None:
287
- pulumi.set(__self__, "metadata", metadata)
288
-
289
- @property
290
- @pulumi.getter(name="provisioningState")
291
- def provisioning_state(self) -> str:
292
- """
293
- The status of the last operation.
294
- """
295
- return pulumi.get(self, "provisioning_state")
296
-
297
- @property
298
- @pulumi.getter
299
- def lenses(self) -> Optional[Sequence['outputs.DashboardLensResponse']]:
300
- """
301
- The dashboard lenses.
302
- """
303
- return pulumi.get(self, "lenses")
304
-
305
- @property
306
- @pulumi.getter
307
- def metadata(self) -> Optional[Any]:
308
- """
309
- The dashboard metadata.
310
- """
311
- return pulumi.get(self, "metadata")
312
-
313
-
314
- @pulumi.output_type
315
- class MarkdownPartMetadataResponse(dict):
316
- """
317
- Markdown part metadata.
318
- """
319
- def __init__(__self__, *,
320
- type: str,
321
- inputs: Optional[Sequence[Any]] = None,
322
- settings: Optional['outputs.MarkdownPartMetadataSettingsResponse'] = None):
323
- """
324
- Markdown part metadata.
325
- :param str type: The dashboard part metadata type.
326
- Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
327
- :param Sequence[Any] inputs: Input to dashboard part.
328
- :param 'MarkdownPartMetadataSettingsResponse' settings: Markdown part settings.
329
- """
330
- pulumi.set(__self__, "type", 'Extension/HubsExtension/PartType/MarkdownPart')
331
- if inputs is not None:
332
- pulumi.set(__self__, "inputs", inputs)
333
- if settings is not None:
334
- pulumi.set(__self__, "settings", settings)
335
-
336
- @property
337
- @pulumi.getter
338
- def type(self) -> str:
339
- """
340
- The dashboard part metadata type.
341
- Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
342
- """
343
- return pulumi.get(self, "type")
344
-
345
- @property
346
- @pulumi.getter
347
- def inputs(self) -> Optional[Sequence[Any]]:
348
- """
349
- Input to dashboard part.
350
- """
351
- return pulumi.get(self, "inputs")
352
-
353
- @property
354
- @pulumi.getter
355
- def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsResponse']:
356
- """
357
- Markdown part settings.
358
- """
359
- return pulumi.get(self, "settings")
360
-
361
-
362
- @pulumi.output_type
363
- class MarkdownPartMetadataSettingsContentResponse(dict):
364
- """
365
- The content of markdown part.
366
- """
367
- def __init__(__self__, *,
368
- settings: Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse'] = None):
369
- """
370
- The content of markdown part.
371
- :param 'MarkdownPartMetadataSettingsContentSettingsResponse' settings: The setting of the content of markdown part.
372
- """
373
- if settings is not None:
374
- pulumi.set(__self__, "settings", settings)
375
-
376
- @property
377
- @pulumi.getter
378
- def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse']:
379
- """
380
- The setting of the content of markdown part.
381
- """
382
- return pulumi.get(self, "settings")
383
-
384
-
385
- @pulumi.output_type
386
- class MarkdownPartMetadataSettingsContentSettingsResponse(dict):
387
- """
388
- The setting of the content of markdown part.
389
- """
390
- @staticmethod
391
- def __key_warning(key: str):
392
- suggest = None
393
- if key == "markdownSource":
394
- suggest = "markdown_source"
395
- elif key == "markdownUri":
396
- suggest = "markdown_uri"
397
-
398
- if suggest:
399
- pulumi.log.warn(f"Key '{key}' not found in MarkdownPartMetadataSettingsContentSettingsResponse. Access the value via the '{suggest}' property getter instead.")
400
-
401
- def __getitem__(self, key: str) -> Any:
402
- MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
403
- return super().__getitem__(key)
404
-
405
- def get(self, key: str, default = None) -> Any:
406
- MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
407
- return super().get(key, default)
408
-
409
- def __init__(__self__, *,
410
- content: Optional[str] = None,
411
- markdown_source: Optional[int] = None,
412
- markdown_uri: Optional[str] = None,
413
- subtitle: Optional[str] = None,
414
- title: Optional[str] = None):
415
- """
416
- The setting of the content of markdown part.
417
- :param str content: The content of the markdown part.
418
- :param int markdown_source: The source of the content of the markdown part.
419
- :param str markdown_uri: The uri of markdown content.
420
- :param str subtitle: The subtitle of the markdown part.
421
- :param str title: The title of the markdown part.
422
- """
423
- if content is not None:
424
- pulumi.set(__self__, "content", content)
425
- if markdown_source is not None:
426
- pulumi.set(__self__, "markdown_source", markdown_source)
427
- if markdown_uri is not None:
428
- pulumi.set(__self__, "markdown_uri", markdown_uri)
429
- if subtitle is not None:
430
- pulumi.set(__self__, "subtitle", subtitle)
431
- if title is not None:
432
- pulumi.set(__self__, "title", title)
433
-
434
- @property
435
- @pulumi.getter
436
- def content(self) -> Optional[str]:
437
- """
438
- The content of the markdown part.
439
- """
440
- return pulumi.get(self, "content")
441
-
442
- @property
443
- @pulumi.getter(name="markdownSource")
444
- def markdown_source(self) -> Optional[int]:
445
- """
446
- The source of the content of the markdown part.
447
- """
448
- return pulumi.get(self, "markdown_source")
449
-
450
- @property
451
- @pulumi.getter(name="markdownUri")
452
- def markdown_uri(self) -> Optional[str]:
453
- """
454
- The uri of markdown content.
455
- """
456
- return pulumi.get(self, "markdown_uri")
457
-
458
- @property
459
- @pulumi.getter
460
- def subtitle(self) -> Optional[str]:
461
- """
462
- The subtitle of the markdown part.
463
- """
464
- return pulumi.get(self, "subtitle")
465
-
466
- @property
467
- @pulumi.getter
468
- def title(self) -> Optional[str]:
469
- """
470
- The title of the markdown part.
471
- """
472
- return pulumi.get(self, "title")
473
-
474
-
475
- @pulumi.output_type
476
- class MarkdownPartMetadataSettingsResponse(dict):
477
- """
478
- Markdown part settings.
479
- """
480
- def __init__(__self__, *,
481
- content: Optional['outputs.MarkdownPartMetadataSettingsContentResponse'] = None):
482
- """
483
- Markdown part settings.
484
- :param 'MarkdownPartMetadataSettingsContentResponse' content: The content of markdown part.
485
- """
486
- if content is not None:
487
- pulumi.set(__self__, "content", content)
488
-
489
- @property
490
- @pulumi.getter
491
- def content(self) -> Optional['outputs.MarkdownPartMetadataSettingsContentResponse']:
492
- """
493
- The content of markdown part.
494
- """
495
- return pulumi.get(self, "content")
496
-
497
-
498
- @pulumi.output_type
499
- class SystemDataResponse(dict):
500
- """
501
- Metadata pertaining to creation and last modification of the resource.
502
- """
503
- @staticmethod
504
- def __key_warning(key: str):
505
- suggest = None
506
- if key == "createdAt":
507
- suggest = "created_at"
508
- elif key == "createdBy":
509
- suggest = "created_by"
510
- elif key == "createdByType":
511
- suggest = "created_by_type"
512
- elif key == "lastModifiedAt":
513
- suggest = "last_modified_at"
514
- elif key == "lastModifiedBy":
515
- suggest = "last_modified_by"
516
- elif key == "lastModifiedByType":
517
- suggest = "last_modified_by_type"
518
-
519
- if suggest:
520
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
521
-
522
- def __getitem__(self, key: str) -> Any:
523
- SystemDataResponse.__key_warning(key)
524
- return super().__getitem__(key)
525
-
526
- def get(self, key: str, default = None) -> Any:
527
- SystemDataResponse.__key_warning(key)
528
- return super().get(key, default)
529
-
530
- def __init__(__self__, *,
531
- created_at: Optional[str] = None,
532
- created_by: Optional[str] = None,
533
- created_by_type: Optional[str] = None,
534
- last_modified_at: Optional[str] = None,
535
- last_modified_by: Optional[str] = None,
536
- last_modified_by_type: Optional[str] = None):
537
- """
538
- Metadata pertaining to creation and last modification of the resource.
539
- :param str created_at: The timestamp of resource creation (UTC).
540
- :param str created_by: The identity that created the resource.
541
- :param str created_by_type: The type of identity that created the resource.
542
- :param str last_modified_at: The timestamp of resource last modification (UTC)
543
- :param str last_modified_by: The identity that last modified the resource.
544
- :param str last_modified_by_type: The type of identity that last modified the resource.
545
- """
546
- if created_at is not None:
547
- pulumi.set(__self__, "created_at", created_at)
548
- if created_by is not None:
549
- pulumi.set(__self__, "created_by", created_by)
550
- if created_by_type is not None:
551
- pulumi.set(__self__, "created_by_type", created_by_type)
552
- if last_modified_at is not None:
553
- pulumi.set(__self__, "last_modified_at", last_modified_at)
554
- if last_modified_by is not None:
555
- pulumi.set(__self__, "last_modified_by", last_modified_by)
556
- if last_modified_by_type is not None:
557
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
558
-
559
- @property
560
- @pulumi.getter(name="createdAt")
561
- def created_at(self) -> Optional[str]:
562
- """
563
- The timestamp of resource creation (UTC).
564
- """
565
- return pulumi.get(self, "created_at")
566
-
567
- @property
568
- @pulumi.getter(name="createdBy")
569
- def created_by(self) -> Optional[str]:
570
- """
571
- The identity that created the resource.
572
- """
573
- return pulumi.get(self, "created_by")
574
-
575
- @property
576
- @pulumi.getter(name="createdByType")
577
- def created_by_type(self) -> Optional[str]:
578
- """
579
- The type of identity that created the resource.
580
- """
581
- return pulumi.get(self, "created_by_type")
582
-
583
- @property
584
- @pulumi.getter(name="lastModifiedAt")
585
- def last_modified_at(self) -> Optional[str]:
586
- """
587
- The timestamp of resource last modification (UTC)
588
- """
589
- return pulumi.get(self, "last_modified_at")
590
-
591
- @property
592
- @pulumi.getter(name="lastModifiedBy")
593
- def last_modified_by(self) -> Optional[str]:
594
- """
595
- The identity that last modified the resource.
596
- """
597
- return pulumi.get(self, "last_modified_by")
598
-
599
- @property
600
- @pulumi.getter(name="lastModifiedByType")
601
- def last_modified_by_type(self) -> Optional[str]:
602
- """
603
- The type of identity that last modified the resource.
604
- """
605
- return pulumi.get(self, "last_modified_by_type")
606
-
607
-
608
- @pulumi.output_type
609
- class ViolationResponse(dict):
610
- """
611
- Violation information.
612
- """
613
- def __init__(__self__, *,
614
- error_message: str,
615
- id: str,
616
- user_id: str):
617
- """
618
- Violation information.
619
- :param str error_message: Error message.
620
- :param str id: Id of the item that violates tenant configuration.
621
- :param str user_id: Id of the user who owns violated item.
622
- """
623
- pulumi.set(__self__, "error_message", error_message)
624
- pulumi.set(__self__, "id", id)
625
- pulumi.set(__self__, "user_id", user_id)
626
-
627
- @property
628
- @pulumi.getter(name="errorMessage")
629
- def error_message(self) -> str:
630
- """
631
- Error message.
632
- """
633
- return pulumi.get(self, "error_message")
634
-
635
- @property
636
- @pulumi.getter
637
- def id(self) -> str:
638
- """
639
- Id of the item that violates tenant configuration.
640
- """
641
- return pulumi.get(self, "id")
642
-
643
- @property
644
- @pulumi.getter(name="userId")
645
- def user_id(self) -> str:
646
- """
647
- Id of the user who owns violated item.
648
- """
649
- return pulumi.get(self, "user_id")
650
-
651
-