pulumi-azure-native 2.41.0__py3-none-any.whl → 2.41.0a1715601087__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 (288) hide show
  1. pulumi_azure_native/__init__.py +0 -57
  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/datafactory/_enums.py +0 -1
  68. pulumi_azure_native/datafactory/_inputs.py +14 -46
  69. pulumi_azure_native/datafactory/outputs.py +11 -35
  70. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -1
  71. pulumi_azure_native/datafactory/v20180601/_inputs.py +14 -46
  72. pulumi_azure_native/datafactory/v20180601/outputs.py +11 -35
  73. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +0 -12
  74. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +0 -90
  75. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +0 -78
  76. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +1 -53
  77. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +0 -165
  78. pulumi_azure_native/desktopvirtualization/__init__.py +0 -3
  79. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  80. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  81. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  82. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  83. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  84. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  85. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  86. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  87. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  88. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  89. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  90. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  91. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  92. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  93. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  94. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  95. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  96. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  97. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  98. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  99. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  100. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  101. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  102. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  103. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  104. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  105. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  106. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  107. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  108. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  109. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  110. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  111. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  112. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  113. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  114. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  115. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  116. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  117. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  118. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  119. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  120. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  121. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  122. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  123. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  124. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  125. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  126. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  127. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  128. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  129. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  130. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  131. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  132. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  133. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  134. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  135. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  136. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  137. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  138. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  185. pulumi_azure_native/documentdb/__init__.py +0 -5
  186. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  187. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  188. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  189. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  190. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  191. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  192. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  193. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  194. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  195. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  196. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  197. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  198. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  199. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  200. pulumi_azure_native/monitor/_enums.py +0 -9
  201. pulumi_azure_native/monitor/azure_monitor_workspace.py +2 -22
  202. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  203. pulumi_azure_native/monitor/v20230403/__init__.py +0 -1
  204. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +2 -22
  205. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  206. pulumi_azure_native/monitor/v20230403/outputs.py +0 -1
  207. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/METADATA +1 -1
  208. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/RECORD +210 -288
  209. pulumi_azure_native/chaos/v20240322preview/__init__.py +0 -19
  210. pulumi_azure_native/chaos/v20240322preview/_enums.py +0 -53
  211. pulumi_azure_native/chaos/v20240322preview/_inputs.py +0 -746
  212. pulumi_azure_native/chaos/v20240322preview/capability.py +0 -258
  213. pulumi_azure_native/chaos/v20240322preview/experiment.py +0 -283
  214. pulumi_azure_native/chaos/v20240322preview/get_capability.py +0 -151
  215. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +0 -170
  216. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +0 -188
  217. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +0 -183
  218. pulumi_azure_native/chaos/v20240322preview/get_target.py +0 -159
  219. pulumi_azure_native/chaos/v20240322preview/outputs.py +0 -1556
  220. pulumi_azure_native/chaos/v20240322preview/private_access.py +0 -272
  221. pulumi_azure_native/chaos/v20240322preview/target.py +0 -286
  222. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +0 -31
  223. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +0 -155
  224. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +0 -1871
  225. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +0 -350
  226. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +0 -342
  227. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +0 -253
  228. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +0 -284
  229. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +0 -255
  230. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +0 -209
  231. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +0 -201
  232. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +0 -162
  233. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +0 -175
  234. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +0 -162
  235. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +0 -162
  236. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +0 -162
  237. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +0 -167
  238. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +0 -162
  239. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +0 -196
  240. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +0 -91
  241. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +0 -3208
  242. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +0 -255
  243. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +0 -254
  244. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +0 -275
  245. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +0 -255
  246. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +0 -321
  247. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +0 -32
  248. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +0 -265
  249. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +0 -1332
  250. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +0 -254
  251. pulumi_azure_native/desktopvirtualization/v20240403/application.py +0 -536
  252. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +0 -532
  253. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +0 -157
  254. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +0 -305
  255. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +0 -317
  256. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +0 -525
  257. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +0 -266
  258. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +0 -175
  259. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +0 -175
  260. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +0 -317
  261. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +0 -461
  262. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +0 -344
  263. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +0 -304
  264. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +0 -959
  265. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +0 -505
  266. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +0 -1651
  267. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +0 -247
  268. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +0 -247
  269. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +0 -573
  270. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +0 -957
  271. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +0 -680
  272. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +0 -501
  273. pulumi_azure_native/documentdb/firewall_rule.py +0 -257
  274. pulumi_azure_native/documentdb/get_firewall_rule.py +0 -164
  275. pulumi_azure_native/documentdb/v20240301preview/__init__.py +0 -17
  276. pulumi_azure_native/documentdb/v20240301preview/_enums.py +0 -59
  277. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -202
  278. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +0 -255
  279. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +0 -162
  280. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +0 -261
  281. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +0 -175
  282. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +0 -79
  283. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +0 -450
  284. pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -507
  285. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +0 -245
  286. pulumi_azure_native/monitor/v20230403/_enums.py +0 -17
  287. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/WHEEL +0 -0
  288. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/top_level.txt +0 -0
@@ -173,7 +173,7 @@ class RaiPolicy(pulumi.CustomResource):
173
173
  __props__.__dict__["name"] = None
174
174
  __props__.__dict__["system_data"] = None
175
175
  __props__.__dict__["type"] = None
176
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices:RaiPolicy"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:RaiPolicy")])
176
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices:RaiPolicy")])
177
177
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
178
178
  super(RaiPolicy, __self__).__init__(
179
179
  'azure-native:cognitiveservices/v20231001preview:RaiPolicy',
@@ -212,7 +212,7 @@ class SharedCommitmentPlan(pulumi.CustomResource):
212
212
  __props__.__dict__["name"] = None
213
213
  __props__.__dict__["system_data"] = None
214
214
  __props__.__dict__["type"] = None
215
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices:SharedCommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:SharedCommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:SharedCommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20240401preview:SharedCommitmentPlan")])
215
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cognitiveservices:SharedCommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20221201:SharedCommitmentPlan"), pulumi.Alias(type_="azure-native:cognitiveservices/v20230501:SharedCommitmentPlan")])
216
216
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
217
217
  super(SharedCommitmentPlan, __self__).__init__(
218
218
  'azure-native:cognitiveservices/v20231001preview:SharedCommitmentPlan',
@@ -310,7 +310,6 @@ class ExpressionV2Type(str, Enum):
310
310
  FIELD = "Field"
311
311
  UNARY = "Unary"
312
312
  BINARY = "Binary"
313
- N_ARY = "NAry"
314
313
 
315
314
 
316
315
  class FactoryIdentityType(str, Enum):
@@ -33852,20 +33852,20 @@ class ExecutionActivityArgs:
33852
33852
  class ExpressionV2Args:
33853
33853
  def __init__(__self__, *,
33854
33854
  operands: Optional[pulumi.Input[Sequence[pulumi.Input['ExpressionV2Args']]]] = None,
33855
- operators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
33855
+ operator: Optional[pulumi.Input[str]] = None,
33856
33856
  type: Optional[pulumi.Input[Union[str, 'ExpressionV2Type']]] = None,
33857
33857
  value: Optional[pulumi.Input[str]] = None):
33858
33858
  """
33859
33859
  Nested representation of a complex expression.
33860
33860
  :param pulumi.Input[Sequence[pulumi.Input['ExpressionV2Args']]] operands: List of nested expressions.
33861
- :param pulumi.Input[Sequence[pulumi.Input[str]]] operators: Expression operator value Type: list of strings.
33861
+ :param pulumi.Input[str] operator: Expression operator value Type: string.
33862
33862
  :param pulumi.Input[Union[str, 'ExpressionV2Type']] type: Type of expressions supported by the system. Type: string.
33863
33863
  :param pulumi.Input[str] value: Value for Constant/Field Type: string.
33864
33864
  """
33865
33865
  if operands is not None:
33866
33866
  pulumi.set(__self__, "operands", operands)
33867
- if operators is not None:
33868
- pulumi.set(__self__, "operators", operators)
33867
+ if operator is not None:
33868
+ pulumi.set(__self__, "operator", operator)
33869
33869
  if type is not None:
33870
33870
  pulumi.set(__self__, "type", type)
33871
33871
  if value is not None:
@@ -33885,15 +33885,15 @@ class ExpressionV2Args:
33885
33885
 
33886
33886
  @property
33887
33887
  @pulumi.getter
33888
- def operators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
33888
+ def operator(self) -> Optional[pulumi.Input[str]]:
33889
33889
  """
33890
- Expression operator value Type: list of strings.
33890
+ Expression operator value Type: string.
33891
33891
  """
33892
- return pulumi.get(self, "operators")
33892
+ return pulumi.get(self, "operator")
33893
33893
 
33894
- @operators.setter
33895
- def operators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
33896
- pulumi.set(self, "operators", value)
33894
+ @operator.setter
33895
+ def operator(self, value: Optional[pulumi.Input[str]]):
33896
+ pulumi.set(self, "operator", value)
33897
33897
 
33898
33898
  @property
33899
33899
  @pulumi.getter
@@ -69140,7 +69140,6 @@ class SalesforceServiceCloudV2SourceArgs:
69140
69140
  disable_metrics_collection: Optional[Any] = None,
69141
69141
  include_deleted_objects: Optional[Any] = None,
69142
69142
  max_concurrent_connections: Optional[Any] = None,
69143
- query: Optional[Any] = None,
69144
69143
  s_oql_query: Optional[Any] = None,
69145
69144
  source_retry_count: Optional[Any] = None,
69146
69145
  source_retry_wait: Optional[Any] = None):
@@ -69152,8 +69151,7 @@ class SalesforceServiceCloudV2SourceArgs:
69152
69151
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
69153
69152
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
69154
69153
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
69155
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
69156
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
69154
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
69157
69155
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
69158
69156
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
69159
69157
  """
@@ -69166,8 +69164,6 @@ class SalesforceServiceCloudV2SourceArgs:
69166
69164
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
69167
69165
  if max_concurrent_connections is not None:
69168
69166
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
69169
- if query is not None:
69170
- pulumi.set(__self__, "query", query)
69171
69167
  if s_oql_query is not None:
69172
69168
  pulumi.set(__self__, "s_oql_query", s_oql_query)
69173
69169
  if source_retry_count is not None:
@@ -69236,23 +69232,11 @@ class SalesforceServiceCloudV2SourceArgs:
69236
69232
  def max_concurrent_connections(self, value: Optional[Any]):
69237
69233
  pulumi.set(self, "max_concurrent_connections", value)
69238
69234
 
69239
- @property
69240
- @pulumi.getter
69241
- def query(self) -> Optional[Any]:
69242
- """
69243
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
69244
- """
69245
- return pulumi.get(self, "query")
69246
-
69247
- @query.setter
69248
- def query(self, value: Optional[Any]):
69249
- pulumi.set(self, "query", value)
69250
-
69251
69235
  @property
69252
69236
  @pulumi.getter(name="sOQLQuery")
69253
69237
  def s_oql_query(self) -> Optional[Any]:
69254
69238
  """
69255
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
69239
+ Database query. Type: string (or Expression with resultType string).
69256
69240
  """
69257
69241
  return pulumi.get(self, "s_oql_query")
69258
69242
 
@@ -70137,7 +70121,6 @@ class SalesforceV2SourceArgs:
70137
70121
  disable_metrics_collection: Optional[Any] = None,
70138
70122
  include_deleted_objects: Optional[Any] = None,
70139
70123
  max_concurrent_connections: Optional[Any] = None,
70140
- query: Optional[Any] = None,
70141
70124
  query_timeout: Optional[Any] = None,
70142
70125
  s_oql_query: Optional[Any] = None,
70143
70126
  source_retry_count: Optional[Any] = None,
@@ -70150,9 +70133,8 @@ class SalesforceV2SourceArgs:
70150
70133
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
70151
70134
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
70152
70135
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
70153
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
70154
70136
  :param Any query_timeout: Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
70155
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
70137
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
70156
70138
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
70157
70139
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
70158
70140
  """
@@ -70165,8 +70147,6 @@ class SalesforceV2SourceArgs:
70165
70147
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
70166
70148
  if max_concurrent_connections is not None:
70167
70149
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
70168
- if query is not None:
70169
- pulumi.set(__self__, "query", query)
70170
70150
  if query_timeout is not None:
70171
70151
  pulumi.set(__self__, "query_timeout", query_timeout)
70172
70152
  if s_oql_query is not None:
@@ -70237,18 +70217,6 @@ class SalesforceV2SourceArgs:
70237
70217
  def max_concurrent_connections(self, value: Optional[Any]):
70238
70218
  pulumi.set(self, "max_concurrent_connections", value)
70239
70219
 
70240
- @property
70241
- @pulumi.getter
70242
- def query(self) -> Optional[Any]:
70243
- """
70244
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
70245
- """
70246
- return pulumi.get(self, "query")
70247
-
70248
- @query.setter
70249
- def query(self, value: Optional[Any]):
70250
- pulumi.set(self, "query", value)
70251
-
70252
70220
  @property
70253
70221
  @pulumi.getter(name="queryTimeout")
70254
70222
  def query_timeout(self) -> Optional[Any]:
@@ -70265,7 +70233,7 @@ class SalesforceV2SourceArgs:
70265
70233
  @pulumi.getter(name="sOQLQuery")
70266
70234
  def s_oql_query(self) -> Optional[Any]:
70267
70235
  """
70268
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
70236
+ Database query. Type: string (or Expression with resultType string).
70269
70237
  """
70270
70238
  return pulumi.get(self, "s_oql_query")
70271
70239
 
@@ -32063,20 +32063,20 @@ class ExpressionV2Response(dict):
32063
32063
  """
32064
32064
  def __init__(__self__, *,
32065
32065
  operands: Optional[Sequence['outputs.ExpressionV2Response']] = None,
32066
- operators: Optional[Sequence[str]] = None,
32066
+ operator: Optional[str] = None,
32067
32067
  type: Optional[str] = None,
32068
32068
  value: Optional[str] = None):
32069
32069
  """
32070
32070
  Nested representation of a complex expression.
32071
32071
  :param Sequence['ExpressionV2Response'] operands: List of nested expressions.
32072
- :param Sequence[str] operators: Expression operator value Type: list of strings.
32072
+ :param str operator: Expression operator value Type: string.
32073
32073
  :param str type: Type of expressions supported by the system. Type: string.
32074
32074
  :param str value: Value for Constant/Field Type: string.
32075
32075
  """
32076
32076
  if operands is not None:
32077
32077
  pulumi.set(__self__, "operands", operands)
32078
- if operators is not None:
32079
- pulumi.set(__self__, "operators", operators)
32078
+ if operator is not None:
32079
+ pulumi.set(__self__, "operator", operator)
32080
32080
  if type is not None:
32081
32081
  pulumi.set(__self__, "type", type)
32082
32082
  if value is not None:
@@ -32092,11 +32092,11 @@ class ExpressionV2Response(dict):
32092
32092
 
32093
32093
  @property
32094
32094
  @pulumi.getter
32095
- def operators(self) -> Optional[Sequence[str]]:
32095
+ def operator(self) -> Optional[str]:
32096
32096
  """
32097
- Expression operator value Type: list of strings.
32097
+ Expression operator value Type: string.
32098
32098
  """
32099
- return pulumi.get(self, "operators")
32099
+ return pulumi.get(self, "operator")
32100
32100
 
32101
32101
  @property
32102
32102
  @pulumi.getter
@@ -66053,7 +66053,6 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66053
66053
  disable_metrics_collection: Optional[Any] = None,
66054
66054
  include_deleted_objects: Optional[Any] = None,
66055
66055
  max_concurrent_connections: Optional[Any] = None,
66056
- query: Optional[Any] = None,
66057
66056
  s_oql_query: Optional[Any] = None,
66058
66057
  source_retry_count: Optional[Any] = None,
66059
66058
  source_retry_wait: Optional[Any] = None):
@@ -66065,8 +66064,7 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66065
66064
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
66066
66065
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
66067
66066
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
66068
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
66069
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
66067
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
66070
66068
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
66071
66069
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
66072
66070
  """
@@ -66079,8 +66077,6 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66079
66077
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
66080
66078
  if max_concurrent_connections is not None:
66081
66079
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
66082
- if query is not None:
66083
- pulumi.set(__self__, "query", query)
66084
66080
  if s_oql_query is not None:
66085
66081
  pulumi.set(__self__, "s_oql_query", s_oql_query)
66086
66082
  if source_retry_count is not None:
@@ -66129,19 +66125,11 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66129
66125
  """
66130
66126
  return pulumi.get(self, "max_concurrent_connections")
66131
66127
 
66132
- @property
66133
- @pulumi.getter
66134
- def query(self) -> Optional[Any]:
66135
- """
66136
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
66137
- """
66138
- return pulumi.get(self, "query")
66139
-
66140
66128
  @property
66141
66129
  @pulumi.getter(name="sOQLQuery")
66142
66130
  def s_oql_query(self) -> Optional[Any]:
66143
66131
  """
66144
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
66132
+ Database query. Type: string (or Expression with resultType string).
66145
66133
  """
66146
66134
  return pulumi.get(self, "s_oql_query")
66147
66135
 
@@ -67008,7 +66996,6 @@ class SalesforceV2SourceResponse(dict):
67008
66996
  disable_metrics_collection: Optional[Any] = None,
67009
66997
  include_deleted_objects: Optional[Any] = None,
67010
66998
  max_concurrent_connections: Optional[Any] = None,
67011
- query: Optional[Any] = None,
67012
66999
  query_timeout: Optional[Any] = None,
67013
67000
  s_oql_query: Optional[Any] = None,
67014
67001
  source_retry_count: Optional[Any] = None,
@@ -67021,9 +67008,8 @@ class SalesforceV2SourceResponse(dict):
67021
67008
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
67022
67009
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
67023
67010
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
67024
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
67025
67011
  :param Any query_timeout: Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
67026
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
67012
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
67027
67013
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
67028
67014
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
67029
67015
  """
@@ -67036,8 +67022,6 @@ class SalesforceV2SourceResponse(dict):
67036
67022
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
67037
67023
  if max_concurrent_connections is not None:
67038
67024
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
67039
- if query is not None:
67040
- pulumi.set(__self__, "query", query)
67041
67025
  if query_timeout is not None:
67042
67026
  pulumi.set(__self__, "query_timeout", query_timeout)
67043
67027
  if s_oql_query is not None:
@@ -67088,14 +67072,6 @@ class SalesforceV2SourceResponse(dict):
67088
67072
  """
67089
67073
  return pulumi.get(self, "max_concurrent_connections")
67090
67074
 
67091
- @property
67092
- @pulumi.getter
67093
- def query(self) -> Optional[Any]:
67094
- """
67095
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
67096
- """
67097
- return pulumi.get(self, "query")
67098
-
67099
67075
  @property
67100
67076
  @pulumi.getter(name="queryTimeout")
67101
67077
  def query_timeout(self) -> Optional[Any]:
@@ -67108,7 +67084,7 @@ class SalesforceV2SourceResponse(dict):
67108
67084
  @pulumi.getter(name="sOQLQuery")
67109
67085
  def s_oql_query(self) -> Optional[Any]:
67110
67086
  """
67111
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
67087
+ Database query. Type: string (or Expression with resultType string).
67112
67088
  """
67113
67089
  return pulumi.get(self, "s_oql_query")
67114
67090
 
@@ -310,7 +310,6 @@ class ExpressionV2Type(str, Enum):
310
310
  FIELD = "Field"
311
311
  UNARY = "Unary"
312
312
  BINARY = "Binary"
313
- N_ARY = "NAry"
314
313
 
315
314
 
316
315
  class FactoryIdentityType(str, Enum):
@@ -33852,20 +33852,20 @@ class ExecutionActivityArgs:
33852
33852
  class ExpressionV2Args:
33853
33853
  def __init__(__self__, *,
33854
33854
  operands: Optional[pulumi.Input[Sequence[pulumi.Input['ExpressionV2Args']]]] = None,
33855
- operators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
33855
+ operator: Optional[pulumi.Input[str]] = None,
33856
33856
  type: Optional[pulumi.Input[Union[str, 'ExpressionV2Type']]] = None,
33857
33857
  value: Optional[pulumi.Input[str]] = None):
33858
33858
  """
33859
33859
  Nested representation of a complex expression.
33860
33860
  :param pulumi.Input[Sequence[pulumi.Input['ExpressionV2Args']]] operands: List of nested expressions.
33861
- :param pulumi.Input[Sequence[pulumi.Input[str]]] operators: Expression operator value Type: list of strings.
33861
+ :param pulumi.Input[str] operator: Expression operator value Type: string.
33862
33862
  :param pulumi.Input[Union[str, 'ExpressionV2Type']] type: Type of expressions supported by the system. Type: string.
33863
33863
  :param pulumi.Input[str] value: Value for Constant/Field Type: string.
33864
33864
  """
33865
33865
  if operands is not None:
33866
33866
  pulumi.set(__self__, "operands", operands)
33867
- if operators is not None:
33868
- pulumi.set(__self__, "operators", operators)
33867
+ if operator is not None:
33868
+ pulumi.set(__self__, "operator", operator)
33869
33869
  if type is not None:
33870
33870
  pulumi.set(__self__, "type", type)
33871
33871
  if value is not None:
@@ -33885,15 +33885,15 @@ class ExpressionV2Args:
33885
33885
 
33886
33886
  @property
33887
33887
  @pulumi.getter
33888
- def operators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
33888
+ def operator(self) -> Optional[pulumi.Input[str]]:
33889
33889
  """
33890
- Expression operator value Type: list of strings.
33890
+ Expression operator value Type: string.
33891
33891
  """
33892
- return pulumi.get(self, "operators")
33892
+ return pulumi.get(self, "operator")
33893
33893
 
33894
- @operators.setter
33895
- def operators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
33896
- pulumi.set(self, "operators", value)
33894
+ @operator.setter
33895
+ def operator(self, value: Optional[pulumi.Input[str]]):
33896
+ pulumi.set(self, "operator", value)
33897
33897
 
33898
33898
  @property
33899
33899
  @pulumi.getter
@@ -69140,7 +69140,6 @@ class SalesforceServiceCloudV2SourceArgs:
69140
69140
  disable_metrics_collection: Optional[Any] = None,
69141
69141
  include_deleted_objects: Optional[Any] = None,
69142
69142
  max_concurrent_connections: Optional[Any] = None,
69143
- query: Optional[Any] = None,
69144
69143
  s_oql_query: Optional[Any] = None,
69145
69144
  source_retry_count: Optional[Any] = None,
69146
69145
  source_retry_wait: Optional[Any] = None):
@@ -69152,8 +69151,7 @@ class SalesforceServiceCloudV2SourceArgs:
69152
69151
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
69153
69152
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
69154
69153
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
69155
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
69156
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
69154
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
69157
69155
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
69158
69156
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
69159
69157
  """
@@ -69166,8 +69164,6 @@ class SalesforceServiceCloudV2SourceArgs:
69166
69164
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
69167
69165
  if max_concurrent_connections is not None:
69168
69166
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
69169
- if query is not None:
69170
- pulumi.set(__self__, "query", query)
69171
69167
  if s_oql_query is not None:
69172
69168
  pulumi.set(__self__, "s_oql_query", s_oql_query)
69173
69169
  if source_retry_count is not None:
@@ -69236,23 +69232,11 @@ class SalesforceServiceCloudV2SourceArgs:
69236
69232
  def max_concurrent_connections(self, value: Optional[Any]):
69237
69233
  pulumi.set(self, "max_concurrent_connections", value)
69238
69234
 
69239
- @property
69240
- @pulumi.getter
69241
- def query(self) -> Optional[Any]:
69242
- """
69243
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
69244
- """
69245
- return pulumi.get(self, "query")
69246
-
69247
- @query.setter
69248
- def query(self, value: Optional[Any]):
69249
- pulumi.set(self, "query", value)
69250
-
69251
69235
  @property
69252
69236
  @pulumi.getter(name="sOQLQuery")
69253
69237
  def s_oql_query(self) -> Optional[Any]:
69254
69238
  """
69255
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
69239
+ Database query. Type: string (or Expression with resultType string).
69256
69240
  """
69257
69241
  return pulumi.get(self, "s_oql_query")
69258
69242
 
@@ -70137,7 +70121,6 @@ class SalesforceV2SourceArgs:
70137
70121
  disable_metrics_collection: Optional[Any] = None,
70138
70122
  include_deleted_objects: Optional[Any] = None,
70139
70123
  max_concurrent_connections: Optional[Any] = None,
70140
- query: Optional[Any] = None,
70141
70124
  query_timeout: Optional[Any] = None,
70142
70125
  s_oql_query: Optional[Any] = None,
70143
70126
  source_retry_count: Optional[Any] = None,
@@ -70150,9 +70133,8 @@ class SalesforceV2SourceArgs:
70150
70133
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
70151
70134
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
70152
70135
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
70153
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
70154
70136
  :param Any query_timeout: Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
70155
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
70137
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
70156
70138
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
70157
70139
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
70158
70140
  """
@@ -70165,8 +70147,6 @@ class SalesforceV2SourceArgs:
70165
70147
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
70166
70148
  if max_concurrent_connections is not None:
70167
70149
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
70168
- if query is not None:
70169
- pulumi.set(__self__, "query", query)
70170
70150
  if query_timeout is not None:
70171
70151
  pulumi.set(__self__, "query_timeout", query_timeout)
70172
70152
  if s_oql_query is not None:
@@ -70237,18 +70217,6 @@ class SalesforceV2SourceArgs:
70237
70217
  def max_concurrent_connections(self, value: Optional[Any]):
70238
70218
  pulumi.set(self, "max_concurrent_connections", value)
70239
70219
 
70240
- @property
70241
- @pulumi.getter
70242
- def query(self) -> Optional[Any]:
70243
- """
70244
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
70245
- """
70246
- return pulumi.get(self, "query")
70247
-
70248
- @query.setter
70249
- def query(self, value: Optional[Any]):
70250
- pulumi.set(self, "query", value)
70251
-
70252
70220
  @property
70253
70221
  @pulumi.getter(name="queryTimeout")
70254
70222
  def query_timeout(self) -> Optional[Any]:
@@ -70265,7 +70233,7 @@ class SalesforceV2SourceArgs:
70265
70233
  @pulumi.getter(name="sOQLQuery")
70266
70234
  def s_oql_query(self) -> Optional[Any]:
70267
70235
  """
70268
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
70236
+ Database query. Type: string (or Expression with resultType string).
70269
70237
  """
70270
70238
  return pulumi.get(self, "s_oql_query")
70271
70239
 
@@ -32063,20 +32063,20 @@ class ExpressionV2Response(dict):
32063
32063
  """
32064
32064
  def __init__(__self__, *,
32065
32065
  operands: Optional[Sequence['outputs.ExpressionV2Response']] = None,
32066
- operators: Optional[Sequence[str]] = None,
32066
+ operator: Optional[str] = None,
32067
32067
  type: Optional[str] = None,
32068
32068
  value: Optional[str] = None):
32069
32069
  """
32070
32070
  Nested representation of a complex expression.
32071
32071
  :param Sequence['ExpressionV2Response'] operands: List of nested expressions.
32072
- :param Sequence[str] operators: Expression operator value Type: list of strings.
32072
+ :param str operator: Expression operator value Type: string.
32073
32073
  :param str type: Type of expressions supported by the system. Type: string.
32074
32074
  :param str value: Value for Constant/Field Type: string.
32075
32075
  """
32076
32076
  if operands is not None:
32077
32077
  pulumi.set(__self__, "operands", operands)
32078
- if operators is not None:
32079
- pulumi.set(__self__, "operators", operators)
32078
+ if operator is not None:
32079
+ pulumi.set(__self__, "operator", operator)
32080
32080
  if type is not None:
32081
32081
  pulumi.set(__self__, "type", type)
32082
32082
  if value is not None:
@@ -32092,11 +32092,11 @@ class ExpressionV2Response(dict):
32092
32092
 
32093
32093
  @property
32094
32094
  @pulumi.getter
32095
- def operators(self) -> Optional[Sequence[str]]:
32095
+ def operator(self) -> Optional[str]:
32096
32096
  """
32097
- Expression operator value Type: list of strings.
32097
+ Expression operator value Type: string.
32098
32098
  """
32099
- return pulumi.get(self, "operators")
32099
+ return pulumi.get(self, "operator")
32100
32100
 
32101
32101
  @property
32102
32102
  @pulumi.getter
@@ -66053,7 +66053,6 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66053
66053
  disable_metrics_collection: Optional[Any] = None,
66054
66054
  include_deleted_objects: Optional[Any] = None,
66055
66055
  max_concurrent_connections: Optional[Any] = None,
66056
- query: Optional[Any] = None,
66057
66056
  s_oql_query: Optional[Any] = None,
66058
66057
  source_retry_count: Optional[Any] = None,
66059
66058
  source_retry_wait: Optional[Any] = None):
@@ -66065,8 +66064,7 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66065
66064
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
66066
66065
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
66067
66066
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
66068
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
66069
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
66067
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
66070
66068
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
66071
66069
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
66072
66070
  """
@@ -66079,8 +66077,6 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66079
66077
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
66080
66078
  if max_concurrent_connections is not None:
66081
66079
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
66082
- if query is not None:
66083
- pulumi.set(__self__, "query", query)
66084
66080
  if s_oql_query is not None:
66085
66081
  pulumi.set(__self__, "s_oql_query", s_oql_query)
66086
66082
  if source_retry_count is not None:
@@ -66129,19 +66125,11 @@ class SalesforceServiceCloudV2SourceResponse(dict):
66129
66125
  """
66130
66126
  return pulumi.get(self, "max_concurrent_connections")
66131
66127
 
66132
- @property
66133
- @pulumi.getter
66134
- def query(self) -> Optional[Any]:
66135
- """
66136
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
66137
- """
66138
- return pulumi.get(self, "query")
66139
-
66140
66128
  @property
66141
66129
  @pulumi.getter(name="sOQLQuery")
66142
66130
  def s_oql_query(self) -> Optional[Any]:
66143
66131
  """
66144
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
66132
+ Database query. Type: string (or Expression with resultType string).
66145
66133
  """
66146
66134
  return pulumi.get(self, "s_oql_query")
66147
66135
 
@@ -67008,7 +66996,6 @@ class SalesforceV2SourceResponse(dict):
67008
66996
  disable_metrics_collection: Optional[Any] = None,
67009
66997
  include_deleted_objects: Optional[Any] = None,
67010
66998
  max_concurrent_connections: Optional[Any] = None,
67011
- query: Optional[Any] = None,
67012
66999
  query_timeout: Optional[Any] = None,
67013
67000
  s_oql_query: Optional[Any] = None,
67014
67001
  source_retry_count: Optional[Any] = None,
@@ -67021,9 +67008,8 @@ class SalesforceV2SourceResponse(dict):
67021
67008
  :param Any disable_metrics_collection: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
67022
67009
  :param Any include_deleted_objects: This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
67023
67010
  :param Any max_concurrent_connections: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
67024
- :param Any query: You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
67025
67011
  :param Any query_timeout: Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
67026
- :param Any s_oql_query: Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
67012
+ :param Any s_oql_query: Database query. Type: string (or Expression with resultType string).
67027
67013
  :param Any source_retry_count: Source retry count. Type: integer (or Expression with resultType integer).
67028
67014
  :param Any source_retry_wait: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
67029
67015
  """
@@ -67036,8 +67022,6 @@ class SalesforceV2SourceResponse(dict):
67036
67022
  pulumi.set(__self__, "include_deleted_objects", include_deleted_objects)
67037
67023
  if max_concurrent_connections is not None:
67038
67024
  pulumi.set(__self__, "max_concurrent_connections", max_concurrent_connections)
67039
- if query is not None:
67040
- pulumi.set(__self__, "query", query)
67041
67025
  if query_timeout is not None:
67042
67026
  pulumi.set(__self__, "query_timeout", query_timeout)
67043
67027
  if s_oql_query is not None:
@@ -67088,14 +67072,6 @@ class SalesforceV2SourceResponse(dict):
67088
67072
  """
67089
67073
  return pulumi.get(self, "max_concurrent_connections")
67090
67074
 
67091
- @property
67092
- @pulumi.getter
67093
- def query(self) -> Optional[Any]:
67094
- """
67095
- You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
67096
- """
67097
- return pulumi.get(self, "query")
67098
-
67099
67075
  @property
67100
67076
  @pulumi.getter(name="queryTimeout")
67101
67077
  def query_timeout(self) -> Optional[Any]:
@@ -67108,7 +67084,7 @@ class SalesforceV2SourceResponse(dict):
67108
67084
  @pulumi.getter(name="sOQLQuery")
67109
67085
  def s_oql_query(self) -> Optional[Any]:
67110
67086
  """
67111
- Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
67087
+ Database query. Type: string (or Expression with resultType string).
67112
67088
  """
67113
67089
  return pulumi.get(self, "s_oql_query")
67114
67090