pulumi-azure-native 2.41.0__py3-none-any.whl → 2.41.0a1715077566__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 (745) hide show
  1. pulumi_azure_native/__init__.py +0 -153
  2. pulumi_azure_native/chaos/__init__.py +0 -3
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +0 -4
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +1 -5
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/cognitiveservices/__init__.py +0 -3
  29. pulumi_azure_native/cognitiveservices/account.py +3 -3
  30. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  31. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  32. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  33. pulumi_azure_native/cognitiveservices/encryption_scope.py +1 -5
  34. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  35. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  36. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  37. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  38. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +0 -4
  39. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  40. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +0 -4
  41. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +0 -4
  42. pulumi_azure_native/cognitiveservices/get_rai_policy.py +0 -4
  43. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  44. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  45. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  46. pulumi_azure_native/cognitiveservices/rai_blocklist.py +1 -5
  47. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +1 -5
  48. pulumi_azure_native/cognitiveservices/rai_policy.py +1 -5
  49. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  50. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  51. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  52. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  53. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  54. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  55. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  57. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  58. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  67. pulumi_azure_native/databricks/__init__.py +0 -3
  68. pulumi_azure_native/databricks/access_connector.py +3 -3
  69. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  70. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  71. pulumi_azure_native/databricks/get_workspace.py +2 -2
  72. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  73. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  74. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  76. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  77. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  78. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  80. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  81. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  82. pulumi_azure_native/databricks/workspace.py +3 -3
  83. pulumi_azure_native/datafactory/_enums.py +0 -1
  84. pulumi_azure_native/datafactory/_inputs.py +14 -46
  85. pulumi_azure_native/datafactory/outputs.py +11 -35
  86. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -1
  87. pulumi_azure_native/datafactory/v20180601/_inputs.py +14 -46
  88. pulumi_azure_native/datafactory/v20180601/outputs.py +11 -35
  89. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +0 -12
  90. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +0 -90
  91. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +0 -78
  92. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +1 -53
  93. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +0 -165
  94. pulumi_azure_native/desktopvirtualization/__init__.py +0 -3
  95. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  96. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  97. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  98. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  99. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  100. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  101. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  102. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  103. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  104. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  105. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  106. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  107. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  108. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  109. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  110. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  111. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  112. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  113. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  114. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  115. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  116. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  117. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  118. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  119. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  120. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  121. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  122. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  123. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  124. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  125. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  126. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  127. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  128. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  129. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  130. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  131. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  132. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  133. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  134. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  135. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  136. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  137. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  138. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  201. pulumi_azure_native/documentdb/__init__.py +0 -5
  202. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  203. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  204. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  205. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  206. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  207. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  208. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  209. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  210. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  211. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  212. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  213. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  214. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  215. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  216. pulumi_azure_native/hybridcompute/__init__.py +0 -5
  217. pulumi_azure_native/hybridcompute/_enums.py +0 -8
  218. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  219. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  220. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  221. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  222. pulumi_azure_native/hybridcompute/get_machine_run_command.py +0 -4
  223. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  224. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  225. pulumi_azure_native/hybridcompute/license.py +3 -3
  226. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  227. pulumi_azure_native/hybridcompute/machine.py +3 -3
  228. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  229. pulumi_azure_native/hybridcompute/machine_run_command.py +1 -5
  230. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  231. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  232. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  233. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  234. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  235. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  236. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  237. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  238. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  239. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  240. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  241. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  243. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  244. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  245. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  246. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  247. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  248. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  249. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  250. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  251. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  252. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  253. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  254. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  255. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  256. pulumi_azure_native/mobilenetwork/__init__.py +0 -4
  257. pulumi_azure_native/mobilenetwork/attached_data_network.py +3 -3
  258. pulumi_azure_native/mobilenetwork/data_network.py +3 -3
  259. pulumi_azure_native/mobilenetwork/diagnostics_package.py +3 -3
  260. pulumi_azure_native/mobilenetwork/get_attached_data_network.py +2 -2
  261. pulumi_azure_native/mobilenetwork/get_data_network.py +2 -2
  262. pulumi_azure_native/mobilenetwork/get_diagnostics_package.py +2 -2
  263. pulumi_azure_native/mobilenetwork/get_mobile_network.py +2 -2
  264. pulumi_azure_native/mobilenetwork/get_packet_capture.py +2 -2
  265. pulumi_azure_native/mobilenetwork/get_packet_core_control_plane.py +2 -2
  266. pulumi_azure_native/mobilenetwork/get_packet_core_data_plane.py +2 -2
  267. pulumi_azure_native/mobilenetwork/get_service.py +2 -2
  268. pulumi_azure_native/mobilenetwork/get_sim.py +2 -2
  269. pulumi_azure_native/mobilenetwork/get_sim_group.py +2 -2
  270. pulumi_azure_native/mobilenetwork/get_sim_policy.py +2 -2
  271. pulumi_azure_native/mobilenetwork/get_site.py +2 -2
  272. pulumi_azure_native/mobilenetwork/get_slice.py +2 -2
  273. pulumi_azure_native/mobilenetwork/mobile_network.py +3 -3
  274. pulumi_azure_native/mobilenetwork/outputs.py +0 -126
  275. pulumi_azure_native/mobilenetwork/packet_capture.py +3 -3
  276. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +3 -3
  277. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +3 -3
  278. pulumi_azure_native/mobilenetwork/service.py +3 -3
  279. pulumi_azure_native/mobilenetwork/sim.py +3 -3
  280. pulumi_azure_native/mobilenetwork/sim_group.py +3 -3
  281. pulumi_azure_native/mobilenetwork/sim_policy.py +3 -3
  282. pulumi_azure_native/mobilenetwork/site.py +3 -3
  283. pulumi_azure_native/mobilenetwork/slice.py +3 -3
  284. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  285. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  286. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  287. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  288. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  289. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  290. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  291. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  292. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  293. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  294. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  295. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  296. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  297. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  298. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  299. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  300. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  301. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  302. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  303. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  304. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  305. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  306. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  307. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  308. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  309. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  310. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  311. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  312. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  313. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  314. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  315. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  316. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  317. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  318. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  319. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  320. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +1 -1
  321. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +1 -1
  322. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +1 -1
  323. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +1 -1
  324. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +1 -1
  325. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +1 -1
  326. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +1 -1
  327. pulumi_azure_native/mobilenetwork/v20230901/service.py +1 -1
  328. pulumi_azure_native/mobilenetwork/v20230901/sim.py +1 -1
  329. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +1 -1
  330. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +1 -1
  331. pulumi_azure_native/mobilenetwork/v20230901/site.py +1 -1
  332. pulumi_azure_native/mobilenetwork/v20230901/slice.py +1 -1
  333. pulumi_azure_native/mobilenetwork/v20240201/attached_data_network.py +1 -1
  334. pulumi_azure_native/mobilenetwork/v20240201/data_network.py +1 -1
  335. pulumi_azure_native/mobilenetwork/v20240201/diagnostics_package.py +1 -1
  336. pulumi_azure_native/mobilenetwork/v20240201/mobile_network.py +1 -1
  337. pulumi_azure_native/mobilenetwork/v20240201/packet_capture.py +1 -1
  338. pulumi_azure_native/mobilenetwork/v20240201/packet_core_control_plane.py +1 -1
  339. pulumi_azure_native/mobilenetwork/v20240201/packet_core_data_plane.py +1 -1
  340. pulumi_azure_native/mobilenetwork/v20240201/service.py +1 -1
  341. pulumi_azure_native/mobilenetwork/v20240201/sim.py +1 -1
  342. pulumi_azure_native/mobilenetwork/v20240201/sim_group.py +1 -1
  343. pulumi_azure_native/mobilenetwork/v20240201/sim_policy.py +1 -1
  344. pulumi_azure_native/mobilenetwork/v20240201/site.py +1 -1
  345. pulumi_azure_native/mobilenetwork/v20240201/slice.py +1 -1
  346. pulumi_azure_native/monitor/_enums.py +0 -9
  347. pulumi_azure_native/monitor/azure_monitor_workspace.py +2 -22
  348. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  349. pulumi_azure_native/monitor/v20230403/__init__.py +0 -1
  350. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +2 -22
  351. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  352. pulumi_azure_native/monitor/v20230403/outputs.py +0 -1
  353. pulumi_azure_native/network/v20231101/flow_log.py +29 -0
  354. pulumi_azure_native/network/v20231101/get_flow_log.py +14 -1
  355. pulumi_azure_native/network/v20231101/outputs.py +12 -0
  356. pulumi_azure_native/recoveryservices/__init__.py +0 -3
  357. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  358. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  359. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  360. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  361. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  362. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  363. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  364. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  365. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  366. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  367. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  368. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  369. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  370. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  371. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  372. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  373. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  374. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  375. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  376. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  377. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  378. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  379. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  380. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  381. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  382. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  383. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  384. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  385. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  386. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  387. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  388. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  389. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  390. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  391. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  392. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  394. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  395. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  396. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  397. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  398. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  399. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  400. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  401. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  402. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  403. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  404. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  405. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  406. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  407. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  408. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  409. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  410. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  411. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  412. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  413. pulumi_azure_native/recoveryservices/vault.py +3 -3
  414. pulumi_azure_native/security/v20231201preview/_inputs.py +1 -1
  415. pulumi_azure_native/security/v20231201preview/outputs.py +2 -2
  416. pulumi_azure_native/storage/__init__.py +0 -5
  417. pulumi_azure_native/storage/_enums.py +0 -17
  418. pulumi_azure_native/storage/_inputs.py +0 -315
  419. pulumi_azure_native/storage/blob_container.py +3 -3
  420. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  421. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  422. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  423. pulumi_azure_native/storage/encryption_scope.py +3 -3
  424. pulumi_azure_native/storage/file_service_properties.py +3 -3
  425. pulumi_azure_native/storage/file_share.py +3 -3
  426. pulumi_azure_native/storage/get_blob_container.py +2 -2
  427. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  428. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  429. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  430. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  431. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  432. pulumi_azure_native/storage/get_file_share.py +2 -2
  433. pulumi_azure_native/storage/get_local_user.py +2 -2
  434. pulumi_azure_native/storage/get_management_policy.py +2 -2
  435. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  436. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  437. pulumi_azure_native/storage/get_queue.py +2 -2
  438. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  439. pulumi_azure_native/storage/get_storage_account.py +2 -2
  440. pulumi_azure_native/storage/get_table.py +2 -2
  441. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  442. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  443. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  444. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  445. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  446. pulumi_azure_native/storage/local_user.py +3 -3
  447. pulumi_azure_native/storage/management_policy.py +3 -3
  448. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  449. pulumi_azure_native/storage/outputs.py +0 -560
  450. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  451. pulumi_azure_native/storage/queue.py +3 -3
  452. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  453. pulumi_azure_native/storage/storage_account.py +3 -3
  454. pulumi_azure_native/storage/table.py +3 -3
  455. pulumi_azure_native/storage/table_service_properties.py +3 -3
  456. pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
  457. pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
  458. pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
  459. pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
  460. pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
  461. pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
  462. pulumi_azure_native/storage/v20220901/file_share.py +1 -1
  463. pulumi_azure_native/storage/v20220901/local_user.py +1 -1
  464. pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
  465. pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
  466. pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
  467. pulumi_azure_native/storage/v20220901/queue.py +1 -1
  468. pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
  469. pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
  470. pulumi_azure_native/storage/v20220901/table.py +1 -1
  471. pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
  472. pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
  473. pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
  474. pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
  475. pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
  476. pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
  477. pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
  478. pulumi_azure_native/storage/v20230101/file_share.py +1 -1
  479. pulumi_azure_native/storage/v20230101/local_user.py +1 -1
  480. pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
  481. pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
  482. pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
  483. pulumi_azure_native/storage/v20230101/queue.py +1 -1
  484. pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
  485. pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
  486. pulumi_azure_native/storage/v20230101/table.py +1 -1
  487. pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
  488. pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
  489. pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
  490. pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
  491. pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
  492. pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
  493. pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
  494. pulumi_azure_native/storage/v20230401/file_share.py +1 -1
  495. pulumi_azure_native/storage/v20230401/local_user.py +1 -1
  496. pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
  497. pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
  498. pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
  499. pulumi_azure_native/storage/v20230401/queue.py +1 -1
  500. pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
  501. pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
  502. pulumi_azure_native/storage/v20230401/table.py +1 -1
  503. pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
  504. pulumi_azure_native/storageactions/_inputs.py +2 -2
  505. pulumi_azure_native/storageactions/get_storage_task.py +1 -1
  506. pulumi_azure_native/storageactions/outputs.py +2 -2
  507. pulumi_azure_native/storageactions/storage_task.py +17 -18
  508. pulumi_azure_native/storageactions/v20230101/_inputs.py +2 -2
  509. pulumi_azure_native/storageactions/v20230101/get_storage_task.py +1 -1
  510. pulumi_azure_native/storageactions/v20230101/outputs.py +2 -2
  511. pulumi_azure_native/storageactions/v20230101/storage_task.py +17 -18
  512. pulumi_azure_native/workloads/__init__.py +0 -3
  513. pulumi_azure_native/workloads/_enums.py +0 -15
  514. pulumi_azure_native/workloads/get_monitor.py +0 -4
  515. pulumi_azure_native/workloads/get_provider_instance.py +2 -2
  516. pulumi_azure_native/workloads/get_sap_landscape_monitor.py +2 -2
  517. pulumi_azure_native/workloads/monitor.py +1 -5
  518. pulumi_azure_native/workloads/provider_instance.py +3 -3
  519. pulumi_azure_native/workloads/sap_landscape_monitor.py +3 -3
  520. pulumi_azure_native/workloads/v20230401/monitor.py +1 -1
  521. pulumi_azure_native/workloads/v20230401/provider_instance.py +1 -1
  522. pulumi_azure_native/workloads/v20230401/sap_landscape_monitor.py +1 -1
  523. pulumi_azure_native/workloads/v20231001preview/monitor.py +1 -1
  524. pulumi_azure_native/workloads/v20231001preview/provider_instance.py +1 -1
  525. pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py +1 -1
  526. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715077566.dist-info}/METADATA +1 -1
  527. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715077566.dist-info}/RECORD +529 -745
  528. pulumi_azure_native/chaos/v20240322preview/__init__.py +0 -19
  529. pulumi_azure_native/chaos/v20240322preview/_enums.py +0 -53
  530. pulumi_azure_native/chaos/v20240322preview/_inputs.py +0 -746
  531. pulumi_azure_native/chaos/v20240322preview/capability.py +0 -258
  532. pulumi_azure_native/chaos/v20240322preview/experiment.py +0 -283
  533. pulumi_azure_native/chaos/v20240322preview/get_capability.py +0 -151
  534. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +0 -170
  535. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +0 -188
  536. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +0 -183
  537. pulumi_azure_native/chaos/v20240322preview/get_target.py +0 -159
  538. pulumi_azure_native/chaos/v20240322preview/outputs.py +0 -1556
  539. pulumi_azure_native/chaos/v20240322preview/private_access.py +0 -272
  540. pulumi_azure_native/chaos/v20240322preview/target.py +0 -286
  541. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +0 -31
  542. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +0 -155
  543. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +0 -1871
  544. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +0 -350
  545. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +0 -342
  546. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +0 -253
  547. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +0 -284
  548. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +0 -255
  549. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +0 -209
  550. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +0 -201
  551. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +0 -162
  552. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +0 -175
  553. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +0 -162
  554. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +0 -162
  555. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +0 -162
  556. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +0 -167
  557. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +0 -162
  558. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +0 -196
  559. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +0 -91
  560. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +0 -3208
  561. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +0 -255
  562. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +0 -254
  563. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +0 -275
  564. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +0 -255
  565. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +0 -321
  566. pulumi_azure_native/databricks/v20240501/__init__.py +0 -18
  567. pulumi_azure_native/databricks/v20240501/_enums.py +0 -121
  568. pulumi_azure_native/databricks/v20240501/_inputs.py +0 -1228
  569. pulumi_azure_native/databricks/v20240501/access_connector.py +0 -263
  570. pulumi_azure_native/databricks/v20240501/get_access_connector.py +0 -170
  571. pulumi_azure_native/databricks/v20240501/get_private_endpoint_connection.py +0 -123
  572. pulumi_azure_native/databricks/v20240501/get_v_net_peering.py +0 -240
  573. pulumi_azure_native/databricks/v20240501/get_workspace.py +0 -443
  574. pulumi_azure_native/databricks/v20240501/outputs.py +0 -1949
  575. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +0 -207
  576. pulumi_azure_native/databricks/v20240501/v_net_peering.py +0 -429
  577. pulumi_azure_native/databricks/v20240501/workspace.py +0 -683
  578. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +0 -32
  579. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +0 -265
  580. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +0 -1332
  581. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +0 -254
  582. pulumi_azure_native/desktopvirtualization/v20240403/application.py +0 -536
  583. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +0 -532
  584. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +0 -157
  585. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +0 -305
  586. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +0 -317
  587. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +0 -525
  588. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +0 -266
  589. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +0 -175
  590. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +0 -175
  591. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +0 -317
  592. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +0 -461
  593. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +0 -344
  594. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +0 -304
  595. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +0 -959
  596. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +0 -505
  597. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +0 -1651
  598. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +0 -247
  599. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +0 -247
  600. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +0 -573
  601. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +0 -957
  602. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +0 -680
  603. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +0 -501
  604. pulumi_azure_native/documentdb/firewall_rule.py +0 -257
  605. pulumi_azure_native/documentdb/get_firewall_rule.py +0 -164
  606. pulumi_azure_native/documentdb/v20240301preview/__init__.py +0 -17
  607. pulumi_azure_native/documentdb/v20240301preview/_enums.py +0 -59
  608. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -202
  609. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +0 -255
  610. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +0 -162
  611. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +0 -261
  612. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +0 -175
  613. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +0 -79
  614. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +0 -450
  615. pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -507
  616. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +0 -245
  617. pulumi_azure_native/hybridcompute/gateway.py +0 -313
  618. pulumi_azure_native/hybridcompute/get_gateway.py +0 -211
  619. pulumi_azure_native/hybridcompute/v20240331preview/__init__.py +0 -26
  620. pulumi_azure_native/hybridcompute/v20240331preview/_enums.py +0 -170
  621. pulumi_azure_native/hybridcompute/v20240331preview/_inputs.py +0 -1376
  622. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +0 -311
  623. pulumi_azure_native/hybridcompute/v20240331preview/get_gateway.py +0 -209
  624. pulumi_azure_native/hybridcompute/v20240331preview/get_license.py +0 -196
  625. pulumi_azure_native/hybridcompute/v20240331preview/get_license_profile.py +0 -331
  626. pulumi_azure_native/hybridcompute/v20240331preview/get_machine.py +0 -591
  627. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_extension.py +0 -162
  628. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_run_command.py +0 -318
  629. pulumi_azure_native/hybridcompute/v20240331preview/get_private_endpoint_connection.py +0 -136
  630. pulumi_azure_native/hybridcompute/v20240331preview/get_private_link_scope.py +0 -157
  631. pulumi_azure_native/hybridcompute/v20240331preview/license.py +0 -321
  632. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +0 -480
  633. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +0 -850
  634. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +0 -274
  635. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +0 -587
  636. pulumi_azure_native/hybridcompute/v20240331preview/outputs.py +0 -3054
  637. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +0 -215
  638. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +0 -253
  639. pulumi_azure_native/mobilenetwork/list_mobile_network_sim_groups.py +0 -94
  640. pulumi_azure_native/mobilenetwork/v20240401/__init__.py +0 -37
  641. pulumi_azure_native/mobilenetwork/v20240401/_enums.py +0 -215
  642. pulumi_azure_native/mobilenetwork/v20240401/_inputs.py +0 -1998
  643. pulumi_azure_native/mobilenetwork/v20240401/attached_data_network.py +0 -443
  644. pulumi_azure_native/mobilenetwork/v20240401/data_network.py +0 -282
  645. pulumi_azure_native/mobilenetwork/v20240401/diagnostics_package.py +0 -215
  646. pulumi_azure_native/mobilenetwork/v20240401/get_attached_data_network.py +0 -237
  647. pulumi_azure_native/mobilenetwork/v20240401/get_data_network.py +0 -175
  648. pulumi_azure_native/mobilenetwork/v20240401/get_diagnostics_package.py +0 -162
  649. pulumi_azure_native/mobilenetwork/v20240401/get_mobile_network.py +0 -209
  650. pulumi_azure_native/mobilenetwork/v20240401/get_packet_capture.py +0 -240
  651. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_control_plane.py +0 -404
  652. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_data_plane.py +0 -188
  653. pulumi_azure_native/mobilenetwork/v20240401/get_service.py +0 -201
  654. pulumi_azure_native/mobilenetwork/v20240401/get_sim.py +0 -253
  655. pulumi_azure_native/mobilenetwork/v20240401/get_sim_group.py +0 -196
  656. pulumi_azure_native/mobilenetwork/v20240401/get_sim_policy.py +0 -240
  657. pulumi_azure_native/mobilenetwork/v20240401/get_site.py +0 -175
  658. pulumi_azure_native/mobilenetwork/v20240401/get_slice.py +0 -188
  659. pulumi_azure_native/mobilenetwork/v20240401/list_mobile_network_sim_groups.py +0 -92
  660. pulumi_azure_native/mobilenetwork/v20240401/mobile_network.py +0 -332
  661. pulumi_azure_native/mobilenetwork/v20240401/outputs.py +0 -2668
  662. pulumi_azure_native/mobilenetwork/v20240401/packet_capture.py +0 -363
  663. pulumi_azure_native/mobilenetwork/v20240401/packet_core_control_plane.py +0 -737
  664. pulumi_azure_native/mobilenetwork/v20240401/packet_core_data_plane.py +0 -313
  665. pulumi_azure_native/mobilenetwork/v20240401/service.py +0 -344
  666. pulumi_azure_native/mobilenetwork/v20240401/sim.py +0 -422
  667. pulumi_azure_native/mobilenetwork/v20240401/sim_group.py +0 -321
  668. pulumi_azure_native/mobilenetwork/v20240401/sim_policy.py +0 -417
  669. pulumi_azure_native/mobilenetwork/v20240401/site.py +0 -263
  670. pulumi_azure_native/mobilenetwork/v20240401/slice.py +0 -313
  671. pulumi_azure_native/monitor/v20230403/_enums.py +0 -17
  672. pulumi_azure_native/recoveryservices/v20240430preview/__init__.py +0 -24
  673. pulumi_azure_native/recoveryservices/v20240430preview/_enums.py +0 -470
  674. pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py +0 -12162
  675. pulumi_azure_native/recoveryservices/v20240430preview/get_private_endpoint_connection.py +0 -162
  676. pulumi_azure_native/recoveryservices/v20240430preview/get_protected_item.py +0 -179
  677. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_container.py +0 -167
  678. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_intent.py +0 -169
  679. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py +0 -164
  680. pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py +0 -157
  681. pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py +0 -196
  682. pulumi_azure_native/recoveryservices/v20240430preview/outputs.py +0 -14409
  683. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +0 -293
  684. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +0 -335
  685. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +0 -314
  686. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +0 -314
  687. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +0 -293
  688. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +0 -285
  689. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +0 -321
  690. pulumi_azure_native/storage/get_storage_task_assignment.py +0 -138
  691. pulumi_azure_native/storage/storage_task_assignment.py +0 -218
  692. pulumi_azure_native/storage/v20230501/__init__.py +0 -48
  693. pulumi_azure_native/storage/v20230501/_enums.py +0 -434
  694. pulumi_azure_native/storage/v20230501/_inputs.py +0 -3435
  695. pulumi_azure_native/storage/v20230501/blob_container.py +0 -510
  696. pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +0 -302
  697. pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +0 -227
  698. pulumi_azure_native/storage/v20230501/blob_service_properties.py +0 -448
  699. pulumi_azure_native/storage/v20230501/encryption_scope.py +0 -313
  700. pulumi_azure_native/storage/v20230501/file_service_properties.py +0 -274
  701. pulumi_azure_native/storage/v20230501/file_share.py +0 -501
  702. pulumi_azure_native/storage/v20230501/get_blob_container.py +0 -370
  703. pulumi_azure_native/storage/v20230501/get_blob_container_immutability_policy.py +0 -179
  704. pulumi_azure_native/storage/v20230501/get_blob_inventory_policy.py +0 -149
  705. pulumi_azure_native/storage/v20230501/get_blob_service_properties.py +0 -240
  706. pulumi_azure_native/storage/v20230501/get_encryption_scope.py +0 -188
  707. pulumi_azure_native/storage/v20230501/get_file_service_properties.py +0 -162
  708. pulumi_azure_native/storage/v20230501/get_file_share.py +0 -362
  709. pulumi_azure_native/storage/v20230501/get_local_user.py +0 -279
  710. pulumi_azure_native/storage/v20230501/get_management_policy.py +0 -136
  711. pulumi_azure_native/storage/v20230501/get_object_replication_policy.py +0 -175
  712. pulumi_azure_native/storage/v20230501/get_private_endpoint_connection.py +0 -149
  713. pulumi_azure_native/storage/v20230501/get_queue.py +0 -132
  714. pulumi_azure_native/storage/v20230501/get_queue_service_properties.py +0 -123
  715. pulumi_azure_native/storage/v20230501/get_storage_account.py +0 -708
  716. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +0 -136
  717. pulumi_azure_native/storage/v20230501/get_table.py +0 -136
  718. pulumi_azure_native/storage/v20230501/get_table_service_properties.py +0 -123
  719. pulumi_azure_native/storage/v20230501/list_local_user_keys.py +0 -97
  720. pulumi_azure_native/storage/v20230501/list_storage_account_keys.py +0 -84
  721. pulumi_azure_native/storage/v20230501/list_storage_account_sas.py +0 -119
  722. pulumi_azure_native/storage/v20230501/list_storage_account_service_sas.py +0 -169
  723. pulumi_azure_native/storage/v20230501/local_user.py +0 -496
  724. pulumi_azure_native/storage/v20230501/management_policy.py +0 -217
  725. pulumi_azure_native/storage/v20230501/object_replication_policy.py +0 -285
  726. pulumi_azure_native/storage/v20230501/outputs.py +0 -5640
  727. pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +0 -227
  728. pulumi_azure_native/storage/v20230501/queue.py +0 -211
  729. pulumi_azure_native/storage/v20230501/queue_service_properties.py +0 -206
  730. pulumi_azure_native/storage/v20230501/storage_account.py +0 -1169
  731. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +0 -216
  732. pulumi_azure_native/storage/v20230501/table.py +0 -214
  733. pulumi_azure_native/storage/v20230501/table_service_properties.py +0 -206
  734. pulumi_azure_native/workloads/v20231201preview/__init__.py +0 -16
  735. pulumi_azure_native/workloads/v20231201preview/_enums.py +0 -68
  736. pulumi_azure_native/workloads/v20231201preview/_inputs.py +0 -1216
  737. pulumi_azure_native/workloads/v20231201preview/get_monitor.py +0 -300
  738. pulumi_azure_native/workloads/v20231201preview/get_provider_instance.py +0 -175
  739. pulumi_azure_native/workloads/v20231201preview/get_sap_landscape_monitor.py +0 -157
  740. pulumi_azure_native/workloads/v20231201preview/monitor.py +0 -496
  741. pulumi_azure_native/workloads/v20231201preview/outputs.py +0 -1583
  742. pulumi_azure_native/workloads/v20231201preview/provider_instance.py +0 -246
  743. pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py +0 -234
  744. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715077566.dist-info}/WHEEL +0 -0
  745. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715077566.dist-info}/top_level.txt +0 -0
@@ -1,1583 +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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from . import outputs
12
- from ._enums import *
13
-
14
- __all__ = [
15
- 'AppServicePlanConfigurationResponse',
16
- 'Db2ProviderInstancePropertiesResponse',
17
- 'ErrorAdditionalInfoResponse',
18
- 'ErrorDetailResponse',
19
- 'HanaDbProviderInstancePropertiesResponse',
20
- 'HealthResponse',
21
- 'ManagedResourceGroupConfigurationResponse',
22
- 'ManagedServiceIdentityResponse',
23
- 'MsSqlServerProviderInstancePropertiesResponse',
24
- 'PrometheusHaClusterProviderInstancePropertiesResponse',
25
- 'PrometheusOsProviderInstancePropertiesResponse',
26
- 'SapLandscapeMonitorMetricThresholdsResponse',
27
- 'SapLandscapeMonitorPropertiesGroupingResponse',
28
- 'SapLandscapeMonitorSidMappingResponse',
29
- 'SapNetWeaverProviderInstancePropertiesResponse',
30
- 'SystemDataResponse',
31
- 'UserAssignedIdentityResponse',
32
- ]
33
-
34
- @pulumi.output_type
35
- class AppServicePlanConfigurationResponse(dict):
36
- """
37
- Configuration details of app service plan
38
- """
39
- def __init__(__self__, *,
40
- capacity: Optional[int] = None,
41
- tier: Optional[str] = None):
42
- """
43
- Configuration details of app service plan
44
- :param int capacity: The number of workers in app service plan. If this is not set or set to 0, auto scale will be configured for the app service plan, otherwise, instance count is set to this number.
45
- :param str tier: The App Service plan tier.
46
- """
47
- if capacity is not None:
48
- pulumi.set(__self__, "capacity", capacity)
49
- if tier is not None:
50
- pulumi.set(__self__, "tier", tier)
51
-
52
- @property
53
- @pulumi.getter
54
- def capacity(self) -> Optional[int]:
55
- """
56
- The number of workers in app service plan. If this is not set or set to 0, auto scale will be configured for the app service plan, otherwise, instance count is set to this number.
57
- """
58
- return pulumi.get(self, "capacity")
59
-
60
- @property
61
- @pulumi.getter
62
- def tier(self) -> Optional[str]:
63
- """
64
- The App Service plan tier.
65
- """
66
- return pulumi.get(self, "tier")
67
-
68
-
69
- @pulumi.output_type
70
- class Db2ProviderInstancePropertiesResponse(dict):
71
- """
72
- Gets or sets the DB2 provider properties.
73
- """
74
- @staticmethod
75
- def __key_warning(key: str):
76
- suggest = None
77
- if key == "providerType":
78
- suggest = "provider_type"
79
- elif key == "dbName":
80
- suggest = "db_name"
81
- elif key == "dbPassword":
82
- suggest = "db_password"
83
- elif key == "dbPasswordUri":
84
- suggest = "db_password_uri"
85
- elif key == "dbPort":
86
- suggest = "db_port"
87
- elif key == "dbUsername":
88
- suggest = "db_username"
89
- elif key == "sapSid":
90
- suggest = "sap_sid"
91
- elif key == "sslCertificateUri":
92
- suggest = "ssl_certificate_uri"
93
- elif key == "sslPreference":
94
- suggest = "ssl_preference"
95
-
96
- if suggest:
97
- pulumi.log.warn(f"Key '{key}' not found in Db2ProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
98
-
99
- def __getitem__(self, key: str) -> Any:
100
- Db2ProviderInstancePropertiesResponse.__key_warning(key)
101
- return super().__getitem__(key)
102
-
103
- def get(self, key: str, default = None) -> Any:
104
- Db2ProviderInstancePropertiesResponse.__key_warning(key)
105
- return super().get(key, default)
106
-
107
- def __init__(__self__, *,
108
- provider_type: str,
109
- db_name: Optional[str] = None,
110
- db_password: Optional[str] = None,
111
- db_password_uri: Optional[str] = None,
112
- db_port: Optional[str] = None,
113
- db_username: Optional[str] = None,
114
- hostname: Optional[str] = None,
115
- sap_sid: Optional[str] = None,
116
- ssl_certificate_uri: Optional[str] = None,
117
- ssl_preference: Optional[str] = None):
118
- """
119
- Gets or sets the DB2 provider properties.
120
- :param str provider_type: The provider type. For example, the value can be SapHana.
121
- Expected value is 'Db2'.
122
- :param str db_name: Gets or sets the db2 database name.
123
- :param str db_password: Gets or sets the db2 database password.
124
- :param str db_password_uri: Gets or sets the key vault URI to secret with the database password.
125
- :param str db_port: Gets or sets the db2 database sql port.
126
- :param str db_username: Gets or sets the db2 database user name.
127
- :param str hostname: Gets or sets the target virtual machine name.
128
- :param str sap_sid: Gets or sets the SAP System Identifier
129
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the DB2 Database.
130
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
131
- """
132
- pulumi.set(__self__, "provider_type", 'Db2')
133
- if db_name is not None:
134
- pulumi.set(__self__, "db_name", db_name)
135
- if db_password is not None:
136
- pulumi.set(__self__, "db_password", db_password)
137
- if db_password_uri is not None:
138
- pulumi.set(__self__, "db_password_uri", db_password_uri)
139
- if db_port is not None:
140
- pulumi.set(__self__, "db_port", db_port)
141
- if db_username is not None:
142
- pulumi.set(__self__, "db_username", db_username)
143
- if hostname is not None:
144
- pulumi.set(__self__, "hostname", hostname)
145
- if sap_sid is not None:
146
- pulumi.set(__self__, "sap_sid", sap_sid)
147
- if ssl_certificate_uri is not None:
148
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
149
- if ssl_preference is not None:
150
- pulumi.set(__self__, "ssl_preference", ssl_preference)
151
-
152
- @property
153
- @pulumi.getter(name="providerType")
154
- def provider_type(self) -> str:
155
- """
156
- The provider type. For example, the value can be SapHana.
157
- Expected value is 'Db2'.
158
- """
159
- return pulumi.get(self, "provider_type")
160
-
161
- @property
162
- @pulumi.getter(name="dbName")
163
- def db_name(self) -> Optional[str]:
164
- """
165
- Gets or sets the db2 database name.
166
- """
167
- return pulumi.get(self, "db_name")
168
-
169
- @property
170
- @pulumi.getter(name="dbPassword")
171
- def db_password(self) -> Optional[str]:
172
- """
173
- Gets or sets the db2 database password.
174
- """
175
- return pulumi.get(self, "db_password")
176
-
177
- @property
178
- @pulumi.getter(name="dbPasswordUri")
179
- def db_password_uri(self) -> Optional[str]:
180
- """
181
- Gets or sets the key vault URI to secret with the database password.
182
- """
183
- return pulumi.get(self, "db_password_uri")
184
-
185
- @property
186
- @pulumi.getter(name="dbPort")
187
- def db_port(self) -> Optional[str]:
188
- """
189
- Gets or sets the db2 database sql port.
190
- """
191
- return pulumi.get(self, "db_port")
192
-
193
- @property
194
- @pulumi.getter(name="dbUsername")
195
- def db_username(self) -> Optional[str]:
196
- """
197
- Gets or sets the db2 database user name.
198
- """
199
- return pulumi.get(self, "db_username")
200
-
201
- @property
202
- @pulumi.getter
203
- def hostname(self) -> Optional[str]:
204
- """
205
- Gets or sets the target virtual machine name.
206
- """
207
- return pulumi.get(self, "hostname")
208
-
209
- @property
210
- @pulumi.getter(name="sapSid")
211
- def sap_sid(self) -> Optional[str]:
212
- """
213
- Gets or sets the SAP System Identifier
214
- """
215
- return pulumi.get(self, "sap_sid")
216
-
217
- @property
218
- @pulumi.getter(name="sslCertificateUri")
219
- def ssl_certificate_uri(self) -> Optional[str]:
220
- """
221
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
222
- """
223
- return pulumi.get(self, "ssl_certificate_uri")
224
-
225
- @property
226
- @pulumi.getter(name="sslPreference")
227
- def ssl_preference(self) -> Optional[str]:
228
- """
229
- Gets or sets certificate preference if secure communication is enabled.
230
- """
231
- return pulumi.get(self, "ssl_preference")
232
-
233
-
234
- @pulumi.output_type
235
- class ErrorAdditionalInfoResponse(dict):
236
- """
237
- The resource management error additional info.
238
- """
239
- def __init__(__self__, *,
240
- info: Any,
241
- type: str):
242
- """
243
- The resource management error additional info.
244
- :param Any info: The additional info.
245
- :param str type: The additional info type.
246
- """
247
- pulumi.set(__self__, "info", info)
248
- pulumi.set(__self__, "type", type)
249
-
250
- @property
251
- @pulumi.getter
252
- def info(self) -> Any:
253
- """
254
- The additional info.
255
- """
256
- return pulumi.get(self, "info")
257
-
258
- @property
259
- @pulumi.getter
260
- def type(self) -> str:
261
- """
262
- The additional info type.
263
- """
264
- return pulumi.get(self, "type")
265
-
266
-
267
- @pulumi.output_type
268
- class ErrorDetailResponse(dict):
269
- """
270
- The error detail.
271
- """
272
- @staticmethod
273
- def __key_warning(key: str):
274
- suggest = None
275
- if key == "additionalInfo":
276
- suggest = "additional_info"
277
-
278
- if suggest:
279
- pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
280
-
281
- def __getitem__(self, key: str) -> Any:
282
- ErrorDetailResponse.__key_warning(key)
283
- return super().__getitem__(key)
284
-
285
- def get(self, key: str, default = None) -> Any:
286
- ErrorDetailResponse.__key_warning(key)
287
- return super().get(key, default)
288
-
289
- def __init__(__self__, *,
290
- additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
291
- code: str,
292
- details: Sequence['outputs.ErrorDetailResponse'],
293
- message: str,
294
- target: str):
295
- """
296
- The error detail.
297
- :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
298
- :param str code: The error code.
299
- :param Sequence['ErrorDetailResponse'] details: The error details.
300
- :param str message: The error message.
301
- :param str target: The error target.
302
- """
303
- pulumi.set(__self__, "additional_info", additional_info)
304
- pulumi.set(__self__, "code", code)
305
- pulumi.set(__self__, "details", details)
306
- pulumi.set(__self__, "message", message)
307
- pulumi.set(__self__, "target", target)
308
-
309
- @property
310
- @pulumi.getter(name="additionalInfo")
311
- def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
312
- """
313
- The error additional info.
314
- """
315
- return pulumi.get(self, "additional_info")
316
-
317
- @property
318
- @pulumi.getter
319
- def code(self) -> str:
320
- """
321
- The error code.
322
- """
323
- return pulumi.get(self, "code")
324
-
325
- @property
326
- @pulumi.getter
327
- def details(self) -> Sequence['outputs.ErrorDetailResponse']:
328
- """
329
- The error details.
330
- """
331
- return pulumi.get(self, "details")
332
-
333
- @property
334
- @pulumi.getter
335
- def message(self) -> str:
336
- """
337
- The error message.
338
- """
339
- return pulumi.get(self, "message")
340
-
341
- @property
342
- @pulumi.getter
343
- def target(self) -> str:
344
- """
345
- The error target.
346
- """
347
- return pulumi.get(self, "target")
348
-
349
-
350
- @pulumi.output_type
351
- class HanaDbProviderInstancePropertiesResponse(dict):
352
- """
353
- Gets or sets the provider properties.
354
- """
355
- @staticmethod
356
- def __key_warning(key: str):
357
- suggest = None
358
- if key == "providerType":
359
- suggest = "provider_type"
360
- elif key == "dbName":
361
- suggest = "db_name"
362
- elif key == "dbPassword":
363
- suggest = "db_password"
364
- elif key == "dbPasswordUri":
365
- suggest = "db_password_uri"
366
- elif key == "dbUsername":
367
- suggest = "db_username"
368
- elif key == "instanceNumber":
369
- suggest = "instance_number"
370
- elif key == "sapSid":
371
- suggest = "sap_sid"
372
- elif key == "sqlPort":
373
- suggest = "sql_port"
374
- elif key == "sslCertificateUri":
375
- suggest = "ssl_certificate_uri"
376
- elif key == "sslHostNameInCertificate":
377
- suggest = "ssl_host_name_in_certificate"
378
- elif key == "sslPreference":
379
- suggest = "ssl_preference"
380
-
381
- if suggest:
382
- pulumi.log.warn(f"Key '{key}' not found in HanaDbProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
383
-
384
- def __getitem__(self, key: str) -> Any:
385
- HanaDbProviderInstancePropertiesResponse.__key_warning(key)
386
- return super().__getitem__(key)
387
-
388
- def get(self, key: str, default = None) -> Any:
389
- HanaDbProviderInstancePropertiesResponse.__key_warning(key)
390
- return super().get(key, default)
391
-
392
- def __init__(__self__, *,
393
- provider_type: str,
394
- db_name: Optional[str] = None,
395
- db_password: Optional[str] = None,
396
- db_password_uri: Optional[str] = None,
397
- db_username: Optional[str] = None,
398
- hostname: Optional[str] = None,
399
- instance_number: Optional[str] = None,
400
- sap_sid: Optional[str] = None,
401
- sql_port: Optional[str] = None,
402
- ssl_certificate_uri: Optional[str] = None,
403
- ssl_host_name_in_certificate: Optional[str] = None,
404
- ssl_preference: Optional[str] = None):
405
- """
406
- Gets or sets the provider properties.
407
- :param str provider_type: The provider type. For example, the value can be SapHana.
408
- Expected value is 'SapHana'.
409
- :param str db_name: Gets or sets the hana database name.
410
- :param str db_password: Gets or sets the database password.
411
- :param str db_password_uri: Gets or sets the key vault URI to secret with the database password.
412
- :param str db_username: Gets or sets the database user name.
413
- :param str hostname: Gets or sets the target virtual machine size.
414
- :param str instance_number: Gets or sets the database instance number.
415
- :param str sap_sid: Gets or sets the SAP System Identifier.
416
- :param str sql_port: Gets or sets the database sql port.
417
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the DB.
418
- :param str ssl_host_name_in_certificate: Gets or sets the hostname(s) in the SSL certificate.
419
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
420
- """
421
- pulumi.set(__self__, "provider_type", 'SapHana')
422
- if db_name is not None:
423
- pulumi.set(__self__, "db_name", db_name)
424
- if db_password is not None:
425
- pulumi.set(__self__, "db_password", db_password)
426
- if db_password_uri is not None:
427
- pulumi.set(__self__, "db_password_uri", db_password_uri)
428
- if db_username is not None:
429
- pulumi.set(__self__, "db_username", db_username)
430
- if hostname is not None:
431
- pulumi.set(__self__, "hostname", hostname)
432
- if instance_number is not None:
433
- pulumi.set(__self__, "instance_number", instance_number)
434
- if sap_sid is not None:
435
- pulumi.set(__self__, "sap_sid", sap_sid)
436
- if sql_port is not None:
437
- pulumi.set(__self__, "sql_port", sql_port)
438
- if ssl_certificate_uri is not None:
439
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
440
- if ssl_host_name_in_certificate is not None:
441
- pulumi.set(__self__, "ssl_host_name_in_certificate", ssl_host_name_in_certificate)
442
- if ssl_preference is not None:
443
- pulumi.set(__self__, "ssl_preference", ssl_preference)
444
-
445
- @property
446
- @pulumi.getter(name="providerType")
447
- def provider_type(self) -> str:
448
- """
449
- The provider type. For example, the value can be SapHana.
450
- Expected value is 'SapHana'.
451
- """
452
- return pulumi.get(self, "provider_type")
453
-
454
- @property
455
- @pulumi.getter(name="dbName")
456
- def db_name(self) -> Optional[str]:
457
- """
458
- Gets or sets the hana database name.
459
- """
460
- return pulumi.get(self, "db_name")
461
-
462
- @property
463
- @pulumi.getter(name="dbPassword")
464
- def db_password(self) -> Optional[str]:
465
- """
466
- Gets or sets the database password.
467
- """
468
- return pulumi.get(self, "db_password")
469
-
470
- @property
471
- @pulumi.getter(name="dbPasswordUri")
472
- def db_password_uri(self) -> Optional[str]:
473
- """
474
- Gets or sets the key vault URI to secret with the database password.
475
- """
476
- return pulumi.get(self, "db_password_uri")
477
-
478
- @property
479
- @pulumi.getter(name="dbUsername")
480
- def db_username(self) -> Optional[str]:
481
- """
482
- Gets or sets the database user name.
483
- """
484
- return pulumi.get(self, "db_username")
485
-
486
- @property
487
- @pulumi.getter
488
- def hostname(self) -> Optional[str]:
489
- """
490
- Gets or sets the target virtual machine size.
491
- """
492
- return pulumi.get(self, "hostname")
493
-
494
- @property
495
- @pulumi.getter(name="instanceNumber")
496
- def instance_number(self) -> Optional[str]:
497
- """
498
- Gets or sets the database instance number.
499
- """
500
- return pulumi.get(self, "instance_number")
501
-
502
- @property
503
- @pulumi.getter(name="sapSid")
504
- def sap_sid(self) -> Optional[str]:
505
- """
506
- Gets or sets the SAP System Identifier.
507
- """
508
- return pulumi.get(self, "sap_sid")
509
-
510
- @property
511
- @pulumi.getter(name="sqlPort")
512
- def sql_port(self) -> Optional[str]:
513
- """
514
- Gets or sets the database sql port.
515
- """
516
- return pulumi.get(self, "sql_port")
517
-
518
- @property
519
- @pulumi.getter(name="sslCertificateUri")
520
- def ssl_certificate_uri(self) -> Optional[str]:
521
- """
522
- Gets or sets the blob URI to SSL certificate for the DB.
523
- """
524
- return pulumi.get(self, "ssl_certificate_uri")
525
-
526
- @property
527
- @pulumi.getter(name="sslHostNameInCertificate")
528
- def ssl_host_name_in_certificate(self) -> Optional[str]:
529
- """
530
- Gets or sets the hostname(s) in the SSL certificate.
531
- """
532
- return pulumi.get(self, "ssl_host_name_in_certificate")
533
-
534
- @property
535
- @pulumi.getter(name="sslPreference")
536
- def ssl_preference(self) -> Optional[str]:
537
- """
538
- Gets or sets certificate preference if secure communication is enabled.
539
- """
540
- return pulumi.get(self, "ssl_preference")
541
-
542
-
543
- @pulumi.output_type
544
- class HealthResponse(dict):
545
- """
546
- Resource health details
547
- """
548
- @staticmethod
549
- def __key_warning(key: str):
550
- suggest = None
551
- if key == "healthState":
552
- suggest = "health_state"
553
- elif key == "impactingReasons":
554
- suggest = "impacting_reasons"
555
-
556
- if suggest:
557
- pulumi.log.warn(f"Key '{key}' not found in HealthResponse. Access the value via the '{suggest}' property getter instead.")
558
-
559
- def __getitem__(self, key: str) -> Any:
560
- HealthResponse.__key_warning(key)
561
- return super().__getitem__(key)
562
-
563
- def get(self, key: str, default = None) -> Any:
564
- HealthResponse.__key_warning(key)
565
- return super().get(key, default)
566
-
567
- def __init__(__self__, *,
568
- health_state: str,
569
- impacting_reasons: str):
570
- """
571
- Resource health details
572
- :param str health_state: Health state of the resource
573
- :param str impacting_reasons: Reasons impacting health state
574
- """
575
- pulumi.set(__self__, "health_state", health_state)
576
- pulumi.set(__self__, "impacting_reasons", impacting_reasons)
577
-
578
- @property
579
- @pulumi.getter(name="healthState")
580
- def health_state(self) -> str:
581
- """
582
- Health state of the resource
583
- """
584
- return pulumi.get(self, "health_state")
585
-
586
- @property
587
- @pulumi.getter(name="impactingReasons")
588
- def impacting_reasons(self) -> str:
589
- """
590
- Reasons impacting health state
591
- """
592
- return pulumi.get(self, "impacting_reasons")
593
-
594
-
595
- @pulumi.output_type
596
- class ManagedResourceGroupConfigurationResponse(dict):
597
- """
598
- Managed resource group configuration
599
- """
600
- def __init__(__self__, *,
601
- name: Optional[str] = None):
602
- """
603
- Managed resource group configuration
604
- :param str name: Managed resource group name
605
- """
606
- if name is not None:
607
- pulumi.set(__self__, "name", name)
608
-
609
- @property
610
- @pulumi.getter
611
- def name(self) -> Optional[str]:
612
- """
613
- Managed resource group name
614
- """
615
- return pulumi.get(self, "name")
616
-
617
-
618
- @pulumi.output_type
619
- class ManagedServiceIdentityResponse(dict):
620
- """
621
- Managed service identity (system assigned and/or user assigned identities)
622
- """
623
- @staticmethod
624
- def __key_warning(key: str):
625
- suggest = None
626
- if key == "principalId":
627
- suggest = "principal_id"
628
- elif key == "tenantId":
629
- suggest = "tenant_id"
630
- elif key == "userAssignedIdentities":
631
- suggest = "user_assigned_identities"
632
-
633
- if suggest:
634
- pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
635
-
636
- def __getitem__(self, key: str) -> Any:
637
- ManagedServiceIdentityResponse.__key_warning(key)
638
- return super().__getitem__(key)
639
-
640
- def get(self, key: str, default = None) -> Any:
641
- ManagedServiceIdentityResponse.__key_warning(key)
642
- return super().get(key, default)
643
-
644
- def __init__(__self__, *,
645
- principal_id: str,
646
- tenant_id: str,
647
- type: str,
648
- user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
649
- """
650
- Managed service identity (system assigned and/or user assigned identities)
651
- :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
652
- :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
653
- :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
654
- :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
655
- """
656
- pulumi.set(__self__, "principal_id", principal_id)
657
- pulumi.set(__self__, "tenant_id", tenant_id)
658
- pulumi.set(__self__, "type", type)
659
- if user_assigned_identities is not None:
660
- pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
661
-
662
- @property
663
- @pulumi.getter(name="principalId")
664
- def principal_id(self) -> str:
665
- """
666
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
667
- """
668
- return pulumi.get(self, "principal_id")
669
-
670
- @property
671
- @pulumi.getter(name="tenantId")
672
- def tenant_id(self) -> str:
673
- """
674
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
675
- """
676
- return pulumi.get(self, "tenant_id")
677
-
678
- @property
679
- @pulumi.getter
680
- def type(self) -> str:
681
- """
682
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
683
- """
684
- return pulumi.get(self, "type")
685
-
686
- @property
687
- @pulumi.getter(name="userAssignedIdentities")
688
- def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
689
- """
690
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
691
- """
692
- return pulumi.get(self, "user_assigned_identities")
693
-
694
-
695
- @pulumi.output_type
696
- class MsSqlServerProviderInstancePropertiesResponse(dict):
697
- """
698
- Gets or sets the SQL server provider properties.
699
- """
700
- @staticmethod
701
- def __key_warning(key: str):
702
- suggest = None
703
- if key == "providerType":
704
- suggest = "provider_type"
705
- elif key == "dbPassword":
706
- suggest = "db_password"
707
- elif key == "dbPasswordUri":
708
- suggest = "db_password_uri"
709
- elif key == "dbPort":
710
- suggest = "db_port"
711
- elif key == "dbUsername":
712
- suggest = "db_username"
713
- elif key == "sapSid":
714
- suggest = "sap_sid"
715
- elif key == "sslCertificateUri":
716
- suggest = "ssl_certificate_uri"
717
- elif key == "sslPreference":
718
- suggest = "ssl_preference"
719
-
720
- if suggest:
721
- pulumi.log.warn(f"Key '{key}' not found in MsSqlServerProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
722
-
723
- def __getitem__(self, key: str) -> Any:
724
- MsSqlServerProviderInstancePropertiesResponse.__key_warning(key)
725
- return super().__getitem__(key)
726
-
727
- def get(self, key: str, default = None) -> Any:
728
- MsSqlServerProviderInstancePropertiesResponse.__key_warning(key)
729
- return super().get(key, default)
730
-
731
- def __init__(__self__, *,
732
- provider_type: str,
733
- db_password: Optional[str] = None,
734
- db_password_uri: Optional[str] = None,
735
- db_port: Optional[str] = None,
736
- db_username: Optional[str] = None,
737
- hostname: Optional[str] = None,
738
- sap_sid: Optional[str] = None,
739
- ssl_certificate_uri: Optional[str] = None,
740
- ssl_preference: Optional[str] = None):
741
- """
742
- Gets or sets the SQL server provider properties.
743
- :param str provider_type: The provider type. For example, the value can be SapHana.
744
- Expected value is 'MsSqlServer'.
745
- :param str db_password: Gets or sets the database password.
746
- :param str db_password_uri: Gets or sets the key vault URI to secret with the database password.
747
- :param str db_port: Gets or sets the database sql port.
748
- :param str db_username: Gets or sets the database user name.
749
- :param str hostname: Gets or sets the SQL server host name.
750
- :param str sap_sid: Gets or sets the SAP System Identifier
751
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the SQL Database.
752
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
753
- """
754
- pulumi.set(__self__, "provider_type", 'MsSqlServer')
755
- if db_password is not None:
756
- pulumi.set(__self__, "db_password", db_password)
757
- if db_password_uri is not None:
758
- pulumi.set(__self__, "db_password_uri", db_password_uri)
759
- if db_port is not None:
760
- pulumi.set(__self__, "db_port", db_port)
761
- if db_username is not None:
762
- pulumi.set(__self__, "db_username", db_username)
763
- if hostname is not None:
764
- pulumi.set(__self__, "hostname", hostname)
765
- if sap_sid is not None:
766
- pulumi.set(__self__, "sap_sid", sap_sid)
767
- if ssl_certificate_uri is not None:
768
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
769
- if ssl_preference is not None:
770
- pulumi.set(__self__, "ssl_preference", ssl_preference)
771
-
772
- @property
773
- @pulumi.getter(name="providerType")
774
- def provider_type(self) -> str:
775
- """
776
- The provider type. For example, the value can be SapHana.
777
- Expected value is 'MsSqlServer'.
778
- """
779
- return pulumi.get(self, "provider_type")
780
-
781
- @property
782
- @pulumi.getter(name="dbPassword")
783
- def db_password(self) -> Optional[str]:
784
- """
785
- Gets or sets the database password.
786
- """
787
- return pulumi.get(self, "db_password")
788
-
789
- @property
790
- @pulumi.getter(name="dbPasswordUri")
791
- def db_password_uri(self) -> Optional[str]:
792
- """
793
- Gets or sets the key vault URI to secret with the database password.
794
- """
795
- return pulumi.get(self, "db_password_uri")
796
-
797
- @property
798
- @pulumi.getter(name="dbPort")
799
- def db_port(self) -> Optional[str]:
800
- """
801
- Gets or sets the database sql port.
802
- """
803
- return pulumi.get(self, "db_port")
804
-
805
- @property
806
- @pulumi.getter(name="dbUsername")
807
- def db_username(self) -> Optional[str]:
808
- """
809
- Gets or sets the database user name.
810
- """
811
- return pulumi.get(self, "db_username")
812
-
813
- @property
814
- @pulumi.getter
815
- def hostname(self) -> Optional[str]:
816
- """
817
- Gets or sets the SQL server host name.
818
- """
819
- return pulumi.get(self, "hostname")
820
-
821
- @property
822
- @pulumi.getter(name="sapSid")
823
- def sap_sid(self) -> Optional[str]:
824
- """
825
- Gets or sets the SAP System Identifier
826
- """
827
- return pulumi.get(self, "sap_sid")
828
-
829
- @property
830
- @pulumi.getter(name="sslCertificateUri")
831
- def ssl_certificate_uri(self) -> Optional[str]:
832
- """
833
- Gets or sets the blob URI to SSL certificate for the SQL Database.
834
- """
835
- return pulumi.get(self, "ssl_certificate_uri")
836
-
837
- @property
838
- @pulumi.getter(name="sslPreference")
839
- def ssl_preference(self) -> Optional[str]:
840
- """
841
- Gets or sets certificate preference if secure communication is enabled.
842
- """
843
- return pulumi.get(self, "ssl_preference")
844
-
845
-
846
- @pulumi.output_type
847
- class PrometheusHaClusterProviderInstancePropertiesResponse(dict):
848
- """
849
- Gets or sets the PrometheusHaCluster provider properties.
850
- """
851
- @staticmethod
852
- def __key_warning(key: str):
853
- suggest = None
854
- if key == "providerType":
855
- suggest = "provider_type"
856
- elif key == "clusterName":
857
- suggest = "cluster_name"
858
- elif key == "prometheusUrl":
859
- suggest = "prometheus_url"
860
- elif key == "sslCertificateUri":
861
- suggest = "ssl_certificate_uri"
862
- elif key == "sslPreference":
863
- suggest = "ssl_preference"
864
-
865
- if suggest:
866
- pulumi.log.warn(f"Key '{key}' not found in PrometheusHaClusterProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
867
-
868
- def __getitem__(self, key: str) -> Any:
869
- PrometheusHaClusterProviderInstancePropertiesResponse.__key_warning(key)
870
- return super().__getitem__(key)
871
-
872
- def get(self, key: str, default = None) -> Any:
873
- PrometheusHaClusterProviderInstancePropertiesResponse.__key_warning(key)
874
- return super().get(key, default)
875
-
876
- def __init__(__self__, *,
877
- provider_type: str,
878
- cluster_name: Optional[str] = None,
879
- hostname: Optional[str] = None,
880
- prometheus_url: Optional[str] = None,
881
- sid: Optional[str] = None,
882
- ssl_certificate_uri: Optional[str] = None,
883
- ssl_preference: Optional[str] = None):
884
- """
885
- Gets or sets the PrometheusHaCluster provider properties.
886
- :param str provider_type: The provider type. For example, the value can be SapHana.
887
- Expected value is 'PrometheusHaCluster'.
888
- :param str cluster_name: Gets or sets the clusterName.
889
- :param str hostname: Gets or sets the target machine name.
890
- :param str prometheus_url: URL of the Node Exporter endpoint.
891
- :param str sid: Gets or sets the cluster sid.
892
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
893
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
894
- """
895
- pulumi.set(__self__, "provider_type", 'PrometheusHaCluster')
896
- if cluster_name is not None:
897
- pulumi.set(__self__, "cluster_name", cluster_name)
898
- if hostname is not None:
899
- pulumi.set(__self__, "hostname", hostname)
900
- if prometheus_url is not None:
901
- pulumi.set(__self__, "prometheus_url", prometheus_url)
902
- if sid is not None:
903
- pulumi.set(__self__, "sid", sid)
904
- if ssl_certificate_uri is not None:
905
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
906
- if ssl_preference is not None:
907
- pulumi.set(__self__, "ssl_preference", ssl_preference)
908
-
909
- @property
910
- @pulumi.getter(name="providerType")
911
- def provider_type(self) -> str:
912
- """
913
- The provider type. For example, the value can be SapHana.
914
- Expected value is 'PrometheusHaCluster'.
915
- """
916
- return pulumi.get(self, "provider_type")
917
-
918
- @property
919
- @pulumi.getter(name="clusterName")
920
- def cluster_name(self) -> Optional[str]:
921
- """
922
- Gets or sets the clusterName.
923
- """
924
- return pulumi.get(self, "cluster_name")
925
-
926
- @property
927
- @pulumi.getter
928
- def hostname(self) -> Optional[str]:
929
- """
930
- Gets or sets the target machine name.
931
- """
932
- return pulumi.get(self, "hostname")
933
-
934
- @property
935
- @pulumi.getter(name="prometheusUrl")
936
- def prometheus_url(self) -> Optional[str]:
937
- """
938
- URL of the Node Exporter endpoint.
939
- """
940
- return pulumi.get(self, "prometheus_url")
941
-
942
- @property
943
- @pulumi.getter
944
- def sid(self) -> Optional[str]:
945
- """
946
- Gets or sets the cluster sid.
947
- """
948
- return pulumi.get(self, "sid")
949
-
950
- @property
951
- @pulumi.getter(name="sslCertificateUri")
952
- def ssl_certificate_uri(self) -> Optional[str]:
953
- """
954
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
955
- """
956
- return pulumi.get(self, "ssl_certificate_uri")
957
-
958
- @property
959
- @pulumi.getter(name="sslPreference")
960
- def ssl_preference(self) -> Optional[str]:
961
- """
962
- Gets or sets certificate preference if secure communication is enabled.
963
- """
964
- return pulumi.get(self, "ssl_preference")
965
-
966
-
967
- @pulumi.output_type
968
- class PrometheusOsProviderInstancePropertiesResponse(dict):
969
- """
970
- Gets or sets the PrometheusOS provider properties.
971
- """
972
- @staticmethod
973
- def __key_warning(key: str):
974
- suggest = None
975
- if key == "providerType":
976
- suggest = "provider_type"
977
- elif key == "prometheusUrl":
978
- suggest = "prometheus_url"
979
- elif key == "sapSid":
980
- suggest = "sap_sid"
981
- elif key == "sslCertificateUri":
982
- suggest = "ssl_certificate_uri"
983
- elif key == "sslPreference":
984
- suggest = "ssl_preference"
985
-
986
- if suggest:
987
- pulumi.log.warn(f"Key '{key}' not found in PrometheusOsProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
988
-
989
- def __getitem__(self, key: str) -> Any:
990
- PrometheusOsProviderInstancePropertiesResponse.__key_warning(key)
991
- return super().__getitem__(key)
992
-
993
- def get(self, key: str, default = None) -> Any:
994
- PrometheusOsProviderInstancePropertiesResponse.__key_warning(key)
995
- return super().get(key, default)
996
-
997
- def __init__(__self__, *,
998
- provider_type: str,
999
- prometheus_url: Optional[str] = None,
1000
- sap_sid: Optional[str] = None,
1001
- ssl_certificate_uri: Optional[str] = None,
1002
- ssl_preference: Optional[str] = None):
1003
- """
1004
- Gets or sets the PrometheusOS provider properties.
1005
- :param str provider_type: The provider type. For example, the value can be SapHana.
1006
- Expected value is 'PrometheusOS'.
1007
- :param str prometheus_url: URL of the Node Exporter endpoint
1008
- :param str sap_sid: Gets or sets the SAP System Identifier
1009
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
1010
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
1011
- """
1012
- pulumi.set(__self__, "provider_type", 'PrometheusOS')
1013
- if prometheus_url is not None:
1014
- pulumi.set(__self__, "prometheus_url", prometheus_url)
1015
- if sap_sid is not None:
1016
- pulumi.set(__self__, "sap_sid", sap_sid)
1017
- if ssl_certificate_uri is not None:
1018
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
1019
- if ssl_preference is not None:
1020
- pulumi.set(__self__, "ssl_preference", ssl_preference)
1021
-
1022
- @property
1023
- @pulumi.getter(name="providerType")
1024
- def provider_type(self) -> str:
1025
- """
1026
- The provider type. For example, the value can be SapHana.
1027
- Expected value is 'PrometheusOS'.
1028
- """
1029
- return pulumi.get(self, "provider_type")
1030
-
1031
- @property
1032
- @pulumi.getter(name="prometheusUrl")
1033
- def prometheus_url(self) -> Optional[str]:
1034
- """
1035
- URL of the Node Exporter endpoint
1036
- """
1037
- return pulumi.get(self, "prometheus_url")
1038
-
1039
- @property
1040
- @pulumi.getter(name="sapSid")
1041
- def sap_sid(self) -> Optional[str]:
1042
- """
1043
- Gets or sets the SAP System Identifier
1044
- """
1045
- return pulumi.get(self, "sap_sid")
1046
-
1047
- @property
1048
- @pulumi.getter(name="sslCertificateUri")
1049
- def ssl_certificate_uri(self) -> Optional[str]:
1050
- """
1051
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
1052
- """
1053
- return pulumi.get(self, "ssl_certificate_uri")
1054
-
1055
- @property
1056
- @pulumi.getter(name="sslPreference")
1057
- def ssl_preference(self) -> Optional[str]:
1058
- """
1059
- Gets or sets certificate preference if secure communication is enabled.
1060
- """
1061
- return pulumi.get(self, "ssl_preference")
1062
-
1063
-
1064
- @pulumi.output_type
1065
- class SapLandscapeMonitorMetricThresholdsResponse(dict):
1066
- """
1067
- Gets or sets the Threshold Values for Top Metrics Health.
1068
- """
1069
- def __init__(__self__, *,
1070
- green: Optional[float] = None,
1071
- name: Optional[str] = None,
1072
- red: Optional[float] = None,
1073
- yellow: Optional[float] = None):
1074
- """
1075
- Gets or sets the Threshold Values for Top Metrics Health.
1076
- :param float green: Gets or sets the threshold value for Green.
1077
- :param str name: Gets or sets the name of the threshold.
1078
- :param float red: Gets or sets the threshold value for Red.
1079
- :param float yellow: Gets or sets the threshold value for Yellow.
1080
- """
1081
- if green is not None:
1082
- pulumi.set(__self__, "green", green)
1083
- if name is not None:
1084
- pulumi.set(__self__, "name", name)
1085
- if red is not None:
1086
- pulumi.set(__self__, "red", red)
1087
- if yellow is not None:
1088
- pulumi.set(__self__, "yellow", yellow)
1089
-
1090
- @property
1091
- @pulumi.getter
1092
- def green(self) -> Optional[float]:
1093
- """
1094
- Gets or sets the threshold value for Green.
1095
- """
1096
- return pulumi.get(self, "green")
1097
-
1098
- @property
1099
- @pulumi.getter
1100
- def name(self) -> Optional[str]:
1101
- """
1102
- Gets or sets the name of the threshold.
1103
- """
1104
- return pulumi.get(self, "name")
1105
-
1106
- @property
1107
- @pulumi.getter
1108
- def red(self) -> Optional[float]:
1109
- """
1110
- Gets or sets the threshold value for Red.
1111
- """
1112
- return pulumi.get(self, "red")
1113
-
1114
- @property
1115
- @pulumi.getter
1116
- def yellow(self) -> Optional[float]:
1117
- """
1118
- Gets or sets the threshold value for Yellow.
1119
- """
1120
- return pulumi.get(self, "yellow")
1121
-
1122
-
1123
- @pulumi.output_type
1124
- class SapLandscapeMonitorPropertiesGroupingResponse(dict):
1125
- """
1126
- Gets or sets the SID groupings by landscape and Environment.
1127
- """
1128
- @staticmethod
1129
- def __key_warning(key: str):
1130
- suggest = None
1131
- if key == "sapApplication":
1132
- suggest = "sap_application"
1133
-
1134
- if suggest:
1135
- pulumi.log.warn(f"Key '{key}' not found in SapLandscapeMonitorPropertiesGroupingResponse. Access the value via the '{suggest}' property getter instead.")
1136
-
1137
- def __getitem__(self, key: str) -> Any:
1138
- SapLandscapeMonitorPropertiesGroupingResponse.__key_warning(key)
1139
- return super().__getitem__(key)
1140
-
1141
- def get(self, key: str, default = None) -> Any:
1142
- SapLandscapeMonitorPropertiesGroupingResponse.__key_warning(key)
1143
- return super().get(key, default)
1144
-
1145
- def __init__(__self__, *,
1146
- landscape: Optional[Sequence['outputs.SapLandscapeMonitorSidMappingResponse']] = None,
1147
- sap_application: Optional[Sequence['outputs.SapLandscapeMonitorSidMappingResponse']] = None):
1148
- """
1149
- Gets or sets the SID groupings by landscape and Environment.
1150
- :param Sequence['SapLandscapeMonitorSidMappingResponse'] landscape: Gets or sets the list of landscape to SID mappings.
1151
- :param Sequence['SapLandscapeMonitorSidMappingResponse'] sap_application: Gets or sets the list of Sap Applications to SID mappings.
1152
- """
1153
- if landscape is not None:
1154
- pulumi.set(__self__, "landscape", landscape)
1155
- if sap_application is not None:
1156
- pulumi.set(__self__, "sap_application", sap_application)
1157
-
1158
- @property
1159
- @pulumi.getter
1160
- def landscape(self) -> Optional[Sequence['outputs.SapLandscapeMonitorSidMappingResponse']]:
1161
- """
1162
- Gets or sets the list of landscape to SID mappings.
1163
- """
1164
- return pulumi.get(self, "landscape")
1165
-
1166
- @property
1167
- @pulumi.getter(name="sapApplication")
1168
- def sap_application(self) -> Optional[Sequence['outputs.SapLandscapeMonitorSidMappingResponse']]:
1169
- """
1170
- Gets or sets the list of Sap Applications to SID mappings.
1171
- """
1172
- return pulumi.get(self, "sap_application")
1173
-
1174
-
1175
- @pulumi.output_type
1176
- class SapLandscapeMonitorSidMappingResponse(dict):
1177
- """
1178
- Gets or sets the mapping for SID to Environment/Applications.
1179
- """
1180
- @staticmethod
1181
- def __key_warning(key: str):
1182
- suggest = None
1183
- if key == "topSid":
1184
- suggest = "top_sid"
1185
-
1186
- if suggest:
1187
- pulumi.log.warn(f"Key '{key}' not found in SapLandscapeMonitorSidMappingResponse. Access the value via the '{suggest}' property getter instead.")
1188
-
1189
- def __getitem__(self, key: str) -> Any:
1190
- SapLandscapeMonitorSidMappingResponse.__key_warning(key)
1191
- return super().__getitem__(key)
1192
-
1193
- def get(self, key: str, default = None) -> Any:
1194
- SapLandscapeMonitorSidMappingResponse.__key_warning(key)
1195
- return super().get(key, default)
1196
-
1197
- def __init__(__self__, *,
1198
- name: Optional[str] = None,
1199
- top_sid: Optional[Sequence[str]] = None):
1200
- """
1201
- Gets or sets the mapping for SID to Environment/Applications.
1202
- :param str name: Gets or sets the name of the grouping.
1203
- :param Sequence[str] top_sid: Gets or sets the list of SID's.
1204
- """
1205
- if name is not None:
1206
- pulumi.set(__self__, "name", name)
1207
- if top_sid is not None:
1208
- pulumi.set(__self__, "top_sid", top_sid)
1209
-
1210
- @property
1211
- @pulumi.getter
1212
- def name(self) -> Optional[str]:
1213
- """
1214
- Gets or sets the name of the grouping.
1215
- """
1216
- return pulumi.get(self, "name")
1217
-
1218
- @property
1219
- @pulumi.getter(name="topSid")
1220
- def top_sid(self) -> Optional[Sequence[str]]:
1221
- """
1222
- Gets or sets the list of SID's.
1223
- """
1224
- return pulumi.get(self, "top_sid")
1225
-
1226
-
1227
- @pulumi.output_type
1228
- class SapNetWeaverProviderInstancePropertiesResponse(dict):
1229
- """
1230
- Gets or sets the provider properties.
1231
- """
1232
- @staticmethod
1233
- def __key_warning(key: str):
1234
- suggest = None
1235
- if key == "providerType":
1236
- suggest = "provider_type"
1237
- elif key == "sapClientId":
1238
- suggest = "sap_client_id"
1239
- elif key == "sapHostFileEntries":
1240
- suggest = "sap_host_file_entries"
1241
- elif key == "sapHostname":
1242
- suggest = "sap_hostname"
1243
- elif key == "sapInstanceNr":
1244
- suggest = "sap_instance_nr"
1245
- elif key == "sapPassword":
1246
- suggest = "sap_password"
1247
- elif key == "sapPasswordUri":
1248
- suggest = "sap_password_uri"
1249
- elif key == "sapPortNumber":
1250
- suggest = "sap_port_number"
1251
- elif key == "sapSid":
1252
- suggest = "sap_sid"
1253
- elif key == "sapUsername":
1254
- suggest = "sap_username"
1255
- elif key == "sslCertificateUri":
1256
- suggest = "ssl_certificate_uri"
1257
- elif key == "sslPreference":
1258
- suggest = "ssl_preference"
1259
-
1260
- if suggest:
1261
- pulumi.log.warn(f"Key '{key}' not found in SapNetWeaverProviderInstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1262
-
1263
- def __getitem__(self, key: str) -> Any:
1264
- SapNetWeaverProviderInstancePropertiesResponse.__key_warning(key)
1265
- return super().__getitem__(key)
1266
-
1267
- def get(self, key: str, default = None) -> Any:
1268
- SapNetWeaverProviderInstancePropertiesResponse.__key_warning(key)
1269
- return super().get(key, default)
1270
-
1271
- def __init__(__self__, *,
1272
- provider_type: str,
1273
- sap_client_id: Optional[str] = None,
1274
- sap_host_file_entries: Optional[Sequence[str]] = None,
1275
- sap_hostname: Optional[str] = None,
1276
- sap_instance_nr: Optional[str] = None,
1277
- sap_password: Optional[str] = None,
1278
- sap_password_uri: Optional[str] = None,
1279
- sap_port_number: Optional[str] = None,
1280
- sap_sid: Optional[str] = None,
1281
- sap_username: Optional[str] = None,
1282
- ssl_certificate_uri: Optional[str] = None,
1283
- ssl_preference: Optional[str] = None):
1284
- """
1285
- Gets or sets the provider properties.
1286
- :param str provider_type: The provider type. For example, the value can be SapHana.
1287
- Expected value is 'SapNetWeaver'.
1288
- :param str sap_client_id: Gets or sets the SAP Client ID.
1289
- :param Sequence[str] sap_host_file_entries: Gets or sets the list of HostFile Entries
1290
- :param str sap_hostname: Gets or sets the target virtual machine IP Address/FQDN.
1291
- :param str sap_instance_nr: Gets or sets the instance number of SAP NetWeaver.
1292
- :param str sap_password: Sets the SAP password.
1293
- :param str sap_password_uri: Gets or sets the key vault URI to secret with the SAP password.
1294
- :param str sap_port_number: Gets or sets the SAP HTTP port number.
1295
- :param str sap_sid: Gets or sets the SAP System Identifier
1296
- :param str sap_username: Gets or sets the SAP user name.
1297
- :param str ssl_certificate_uri: Gets or sets the blob URI to SSL certificate for the SAP system.
1298
- :param str ssl_preference: Gets or sets certificate preference if secure communication is enabled.
1299
- """
1300
- pulumi.set(__self__, "provider_type", 'SapNetWeaver')
1301
- if sap_client_id is not None:
1302
- pulumi.set(__self__, "sap_client_id", sap_client_id)
1303
- if sap_host_file_entries is not None:
1304
- pulumi.set(__self__, "sap_host_file_entries", sap_host_file_entries)
1305
- if sap_hostname is not None:
1306
- pulumi.set(__self__, "sap_hostname", sap_hostname)
1307
- if sap_instance_nr is not None:
1308
- pulumi.set(__self__, "sap_instance_nr", sap_instance_nr)
1309
- if sap_password is not None:
1310
- pulumi.set(__self__, "sap_password", sap_password)
1311
- if sap_password_uri is not None:
1312
- pulumi.set(__self__, "sap_password_uri", sap_password_uri)
1313
- if sap_port_number is not None:
1314
- pulumi.set(__self__, "sap_port_number", sap_port_number)
1315
- if sap_sid is not None:
1316
- pulumi.set(__self__, "sap_sid", sap_sid)
1317
- if sap_username is not None:
1318
- pulumi.set(__self__, "sap_username", sap_username)
1319
- if ssl_certificate_uri is not None:
1320
- pulumi.set(__self__, "ssl_certificate_uri", ssl_certificate_uri)
1321
- if ssl_preference is not None:
1322
- pulumi.set(__self__, "ssl_preference", ssl_preference)
1323
-
1324
- @property
1325
- @pulumi.getter(name="providerType")
1326
- def provider_type(self) -> str:
1327
- """
1328
- The provider type. For example, the value can be SapHana.
1329
- Expected value is 'SapNetWeaver'.
1330
- """
1331
- return pulumi.get(self, "provider_type")
1332
-
1333
- @property
1334
- @pulumi.getter(name="sapClientId")
1335
- def sap_client_id(self) -> Optional[str]:
1336
- """
1337
- Gets or sets the SAP Client ID.
1338
- """
1339
- return pulumi.get(self, "sap_client_id")
1340
-
1341
- @property
1342
- @pulumi.getter(name="sapHostFileEntries")
1343
- def sap_host_file_entries(self) -> Optional[Sequence[str]]:
1344
- """
1345
- Gets or sets the list of HostFile Entries
1346
- """
1347
- return pulumi.get(self, "sap_host_file_entries")
1348
-
1349
- @property
1350
- @pulumi.getter(name="sapHostname")
1351
- def sap_hostname(self) -> Optional[str]:
1352
- """
1353
- Gets or sets the target virtual machine IP Address/FQDN.
1354
- """
1355
- return pulumi.get(self, "sap_hostname")
1356
-
1357
- @property
1358
- @pulumi.getter(name="sapInstanceNr")
1359
- def sap_instance_nr(self) -> Optional[str]:
1360
- """
1361
- Gets or sets the instance number of SAP NetWeaver.
1362
- """
1363
- return pulumi.get(self, "sap_instance_nr")
1364
-
1365
- @property
1366
- @pulumi.getter(name="sapPassword")
1367
- def sap_password(self) -> Optional[str]:
1368
- """
1369
- Sets the SAP password.
1370
- """
1371
- return pulumi.get(self, "sap_password")
1372
-
1373
- @property
1374
- @pulumi.getter(name="sapPasswordUri")
1375
- def sap_password_uri(self) -> Optional[str]:
1376
- """
1377
- Gets or sets the key vault URI to secret with the SAP password.
1378
- """
1379
- return pulumi.get(self, "sap_password_uri")
1380
-
1381
- @property
1382
- @pulumi.getter(name="sapPortNumber")
1383
- def sap_port_number(self) -> Optional[str]:
1384
- """
1385
- Gets or sets the SAP HTTP port number.
1386
- """
1387
- return pulumi.get(self, "sap_port_number")
1388
-
1389
- @property
1390
- @pulumi.getter(name="sapSid")
1391
- def sap_sid(self) -> Optional[str]:
1392
- """
1393
- Gets or sets the SAP System Identifier
1394
- """
1395
- return pulumi.get(self, "sap_sid")
1396
-
1397
- @property
1398
- @pulumi.getter(name="sapUsername")
1399
- def sap_username(self) -> Optional[str]:
1400
- """
1401
- Gets or sets the SAP user name.
1402
- """
1403
- return pulumi.get(self, "sap_username")
1404
-
1405
- @property
1406
- @pulumi.getter(name="sslCertificateUri")
1407
- def ssl_certificate_uri(self) -> Optional[str]:
1408
- """
1409
- Gets or sets the blob URI to SSL certificate for the SAP system.
1410
- """
1411
- return pulumi.get(self, "ssl_certificate_uri")
1412
-
1413
- @property
1414
- @pulumi.getter(name="sslPreference")
1415
- def ssl_preference(self) -> Optional[str]:
1416
- """
1417
- Gets or sets certificate preference if secure communication is enabled.
1418
- """
1419
- return pulumi.get(self, "ssl_preference")
1420
-
1421
-
1422
- @pulumi.output_type
1423
- class SystemDataResponse(dict):
1424
- """
1425
- Metadata pertaining to creation and last modification of the resource.
1426
- """
1427
- @staticmethod
1428
- def __key_warning(key: str):
1429
- suggest = None
1430
- if key == "createdAt":
1431
- suggest = "created_at"
1432
- elif key == "createdBy":
1433
- suggest = "created_by"
1434
- elif key == "createdByType":
1435
- suggest = "created_by_type"
1436
- elif key == "lastModifiedAt":
1437
- suggest = "last_modified_at"
1438
- elif key == "lastModifiedBy":
1439
- suggest = "last_modified_by"
1440
- elif key == "lastModifiedByType":
1441
- suggest = "last_modified_by_type"
1442
-
1443
- if suggest:
1444
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1445
-
1446
- def __getitem__(self, key: str) -> Any:
1447
- SystemDataResponse.__key_warning(key)
1448
- return super().__getitem__(key)
1449
-
1450
- def get(self, key: str, default = None) -> Any:
1451
- SystemDataResponse.__key_warning(key)
1452
- return super().get(key, default)
1453
-
1454
- def __init__(__self__, *,
1455
- created_at: Optional[str] = None,
1456
- created_by: Optional[str] = None,
1457
- created_by_type: Optional[str] = None,
1458
- last_modified_at: Optional[str] = None,
1459
- last_modified_by: Optional[str] = None,
1460
- last_modified_by_type: Optional[str] = None):
1461
- """
1462
- Metadata pertaining to creation and last modification of the resource.
1463
- :param str created_at: The timestamp of resource creation (UTC).
1464
- :param str created_by: The identity that created the resource.
1465
- :param str created_by_type: The type of identity that created the resource.
1466
- :param str last_modified_at: The timestamp of resource last modification (UTC)
1467
- :param str last_modified_by: The identity that last modified the resource.
1468
- :param str last_modified_by_type: The type of identity that last modified the resource.
1469
- """
1470
- if created_at is not None:
1471
- pulumi.set(__self__, "created_at", created_at)
1472
- if created_by is not None:
1473
- pulumi.set(__self__, "created_by", created_by)
1474
- if created_by_type is not None:
1475
- pulumi.set(__self__, "created_by_type", created_by_type)
1476
- if last_modified_at is not None:
1477
- pulumi.set(__self__, "last_modified_at", last_modified_at)
1478
- if last_modified_by is not None:
1479
- pulumi.set(__self__, "last_modified_by", last_modified_by)
1480
- if last_modified_by_type is not None:
1481
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1482
-
1483
- @property
1484
- @pulumi.getter(name="createdAt")
1485
- def created_at(self) -> Optional[str]:
1486
- """
1487
- The timestamp of resource creation (UTC).
1488
- """
1489
- return pulumi.get(self, "created_at")
1490
-
1491
- @property
1492
- @pulumi.getter(name="createdBy")
1493
- def created_by(self) -> Optional[str]:
1494
- """
1495
- The identity that created the resource.
1496
- """
1497
- return pulumi.get(self, "created_by")
1498
-
1499
- @property
1500
- @pulumi.getter(name="createdByType")
1501
- def created_by_type(self) -> Optional[str]:
1502
- """
1503
- The type of identity that created the resource.
1504
- """
1505
- return pulumi.get(self, "created_by_type")
1506
-
1507
- @property
1508
- @pulumi.getter(name="lastModifiedAt")
1509
- def last_modified_at(self) -> Optional[str]:
1510
- """
1511
- The timestamp of resource last modification (UTC)
1512
- """
1513
- return pulumi.get(self, "last_modified_at")
1514
-
1515
- @property
1516
- @pulumi.getter(name="lastModifiedBy")
1517
- def last_modified_by(self) -> Optional[str]:
1518
- """
1519
- The identity that last modified the resource.
1520
- """
1521
- return pulumi.get(self, "last_modified_by")
1522
-
1523
- @property
1524
- @pulumi.getter(name="lastModifiedByType")
1525
- def last_modified_by_type(self) -> Optional[str]:
1526
- """
1527
- The type of identity that last modified the resource.
1528
- """
1529
- return pulumi.get(self, "last_modified_by_type")
1530
-
1531
-
1532
- @pulumi.output_type
1533
- class UserAssignedIdentityResponse(dict):
1534
- """
1535
- User assigned identity properties
1536
- """
1537
- @staticmethod
1538
- def __key_warning(key: str):
1539
- suggest = None
1540
- if key == "clientId":
1541
- suggest = "client_id"
1542
- elif key == "principalId":
1543
- suggest = "principal_id"
1544
-
1545
- if suggest:
1546
- pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1547
-
1548
- def __getitem__(self, key: str) -> Any:
1549
- UserAssignedIdentityResponse.__key_warning(key)
1550
- return super().__getitem__(key)
1551
-
1552
- def get(self, key: str, default = None) -> Any:
1553
- UserAssignedIdentityResponse.__key_warning(key)
1554
- return super().get(key, default)
1555
-
1556
- def __init__(__self__, *,
1557
- client_id: str,
1558
- principal_id: str):
1559
- """
1560
- User assigned identity properties
1561
- :param str client_id: The client ID of the assigned identity.
1562
- :param str principal_id: The principal ID of the assigned identity.
1563
- """
1564
- pulumi.set(__self__, "client_id", client_id)
1565
- pulumi.set(__self__, "principal_id", principal_id)
1566
-
1567
- @property
1568
- @pulumi.getter(name="clientId")
1569
- def client_id(self) -> str:
1570
- """
1571
- The client ID of the assigned identity.
1572
- """
1573
- return pulumi.get(self, "client_id")
1574
-
1575
- @property
1576
- @pulumi.getter(name="principalId")
1577
- def principal_id(self) -> str:
1578
- """
1579
- The principal ID of the assigned identity.
1580
- """
1581
- return pulumi.get(self, "principal_id")
1582
-
1583
-