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
@@ -1,321 +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
- from ._inputs import *
14
-
15
- __all__ = ['SharedCommitmentPlanArgs', 'SharedCommitmentPlan']
16
-
17
- @pulumi.input_type
18
- class SharedCommitmentPlanArgs:
19
- def __init__(__self__, *,
20
- resource_group_name: pulumi.Input[str],
21
- commitment_plan_name: Optional[pulumi.Input[str]] = None,
22
- kind: Optional[pulumi.Input[str]] = None,
23
- location: Optional[pulumi.Input[str]] = None,
24
- properties: Optional[pulumi.Input['CommitmentPlanPropertiesArgs']] = None,
25
- sku: Optional[pulumi.Input['SkuArgs']] = None,
26
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
27
- """
28
- The set of arguments for constructing a SharedCommitmentPlan resource.
29
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
30
- :param pulumi.Input[str] commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
31
- :param pulumi.Input[str] kind: The Kind of the resource.
32
- :param pulumi.Input[str] location: The geo-location where the resource lives
33
- :param pulumi.Input['CommitmentPlanPropertiesArgs'] properties: Properties of Cognitive Services account commitment plan.
34
- :param pulumi.Input['SkuArgs'] sku: The resource model definition representing SKU
35
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
36
- """
37
- pulumi.set(__self__, "resource_group_name", resource_group_name)
38
- if commitment_plan_name is not None:
39
- pulumi.set(__self__, "commitment_plan_name", commitment_plan_name)
40
- if kind is not None:
41
- pulumi.set(__self__, "kind", kind)
42
- if location is not None:
43
- pulumi.set(__self__, "location", location)
44
- if properties is not None:
45
- pulumi.set(__self__, "properties", properties)
46
- if sku is not None:
47
- pulumi.set(__self__, "sku", sku)
48
- if tags is not None:
49
- pulumi.set(__self__, "tags", tags)
50
-
51
- @property
52
- @pulumi.getter(name="resourceGroupName")
53
- def resource_group_name(self) -> pulumi.Input[str]:
54
- """
55
- The name of the resource group. The name is case insensitive.
56
- """
57
- return pulumi.get(self, "resource_group_name")
58
-
59
- @resource_group_name.setter
60
- def resource_group_name(self, value: pulumi.Input[str]):
61
- pulumi.set(self, "resource_group_name", value)
62
-
63
- @property
64
- @pulumi.getter(name="commitmentPlanName")
65
- def commitment_plan_name(self) -> Optional[pulumi.Input[str]]:
66
- """
67
- The name of the commitmentPlan associated with the Cognitive Services Account
68
- """
69
- return pulumi.get(self, "commitment_plan_name")
70
-
71
- @commitment_plan_name.setter
72
- def commitment_plan_name(self, value: Optional[pulumi.Input[str]]):
73
- pulumi.set(self, "commitment_plan_name", value)
74
-
75
- @property
76
- @pulumi.getter
77
- def kind(self) -> Optional[pulumi.Input[str]]:
78
- """
79
- The Kind of the resource.
80
- """
81
- return pulumi.get(self, "kind")
82
-
83
- @kind.setter
84
- def kind(self, value: Optional[pulumi.Input[str]]):
85
- pulumi.set(self, "kind", value)
86
-
87
- @property
88
- @pulumi.getter
89
- def location(self) -> Optional[pulumi.Input[str]]:
90
- """
91
- The geo-location where the resource lives
92
- """
93
- return pulumi.get(self, "location")
94
-
95
- @location.setter
96
- def location(self, value: Optional[pulumi.Input[str]]):
97
- pulumi.set(self, "location", value)
98
-
99
- @property
100
- @pulumi.getter
101
- def properties(self) -> Optional[pulumi.Input['CommitmentPlanPropertiesArgs']]:
102
- """
103
- Properties of Cognitive Services account commitment plan.
104
- """
105
- return pulumi.get(self, "properties")
106
-
107
- @properties.setter
108
- def properties(self, value: Optional[pulumi.Input['CommitmentPlanPropertiesArgs']]):
109
- pulumi.set(self, "properties", value)
110
-
111
- @property
112
- @pulumi.getter
113
- def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
114
- """
115
- The resource model definition representing SKU
116
- """
117
- return pulumi.get(self, "sku")
118
-
119
- @sku.setter
120
- def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
121
- pulumi.set(self, "sku", value)
122
-
123
- @property
124
- @pulumi.getter
125
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
126
- """
127
- Resource tags.
128
- """
129
- return pulumi.get(self, "tags")
130
-
131
- @tags.setter
132
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
133
- pulumi.set(self, "tags", value)
134
-
135
-
136
- class SharedCommitmentPlan(pulumi.CustomResource):
137
- @overload
138
- def __init__(__self__,
139
- resource_name: str,
140
- opts: Optional[pulumi.ResourceOptions] = None,
141
- commitment_plan_name: Optional[pulumi.Input[str]] = None,
142
- kind: Optional[pulumi.Input[str]] = None,
143
- location: Optional[pulumi.Input[str]] = None,
144
- properties: Optional[pulumi.Input[pulumi.InputType['CommitmentPlanPropertiesArgs']]] = None,
145
- resource_group_name: Optional[pulumi.Input[str]] = None,
146
- sku: Optional[pulumi.Input[pulumi.InputType['SkuArgs']]] = None,
147
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
148
- __props__=None):
149
- """
150
- Cognitive Services account commitment plan.
151
-
152
- :param str resource_name: The name of the resource.
153
- :param pulumi.ResourceOptions opts: Options for the resource.
154
- :param pulumi.Input[str] commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
155
- :param pulumi.Input[str] kind: The Kind of the resource.
156
- :param pulumi.Input[str] location: The geo-location where the resource lives
157
- :param pulumi.Input[pulumi.InputType['CommitmentPlanPropertiesArgs']] properties: Properties of Cognitive Services account commitment plan.
158
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
159
- :param pulumi.Input[pulumi.InputType['SkuArgs']] sku: The resource model definition representing SKU
160
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
161
- """
162
- ...
163
- @overload
164
- def __init__(__self__,
165
- resource_name: str,
166
- args: SharedCommitmentPlanArgs,
167
- opts: Optional[pulumi.ResourceOptions] = None):
168
- """
169
- Cognitive Services account commitment plan.
170
-
171
- :param str resource_name: The name of the resource.
172
- :param SharedCommitmentPlanArgs args: The arguments to use to populate this resource's properties.
173
- :param pulumi.ResourceOptions opts: Options for the resource.
174
- """
175
- ...
176
- def __init__(__self__, resource_name: str, *args, **kwargs):
177
- resource_args, opts = _utilities.get_resource_args_opts(SharedCommitmentPlanArgs, pulumi.ResourceOptions, *args, **kwargs)
178
- if resource_args is not None:
179
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
180
- else:
181
- __self__._internal_init(resource_name, *args, **kwargs)
182
-
183
- def _internal_init(__self__,
184
- resource_name: str,
185
- opts: Optional[pulumi.ResourceOptions] = None,
186
- commitment_plan_name: Optional[pulumi.Input[str]] = None,
187
- kind: Optional[pulumi.Input[str]] = None,
188
- location: Optional[pulumi.Input[str]] = None,
189
- properties: Optional[pulumi.Input[pulumi.InputType['CommitmentPlanPropertiesArgs']]] = None,
190
- resource_group_name: Optional[pulumi.Input[str]] = None,
191
- sku: Optional[pulumi.Input[pulumi.InputType['SkuArgs']]] = None,
192
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
193
- __props__=None):
194
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
195
- if not isinstance(opts, pulumi.ResourceOptions):
196
- raise TypeError('Expected resource options to be a ResourceOptions instance')
197
- if opts.id is None:
198
- if __props__ is not None:
199
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
200
- __props__ = SharedCommitmentPlanArgs.__new__(SharedCommitmentPlanArgs)
201
-
202
- __props__.__dict__["commitment_plan_name"] = commitment_plan_name
203
- __props__.__dict__["kind"] = kind
204
- __props__.__dict__["location"] = location
205
- __props__.__dict__["properties"] = properties
206
- if resource_group_name is None and not opts.urn:
207
- raise TypeError("Missing required property 'resource_group_name'")
208
- __props__.__dict__["resource_group_name"] = resource_group_name
209
- __props__.__dict__["sku"] = sku
210
- __props__.__dict__["tags"] = tags
211
- __props__.__dict__["etag"] = None
212
- __props__.__dict__["name"] = None
213
- __props__.__dict__["system_data"] = None
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/v20231001preview:SharedCommitmentPlan")])
216
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
217
- super(SharedCommitmentPlan, __self__).__init__(
218
- 'azure-native:cognitiveservices/v20240401preview:SharedCommitmentPlan',
219
- resource_name,
220
- __props__,
221
- opts)
222
-
223
- @staticmethod
224
- def get(resource_name: str,
225
- id: pulumi.Input[str],
226
- opts: Optional[pulumi.ResourceOptions] = None) -> 'SharedCommitmentPlan':
227
- """
228
- Get an existing SharedCommitmentPlan resource's state with the given name, id, and optional extra
229
- properties used to qualify the lookup.
230
-
231
- :param str resource_name: The unique name of the resulting resource.
232
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
233
- :param pulumi.ResourceOptions opts: Options for the resource.
234
- """
235
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
236
-
237
- __props__ = SharedCommitmentPlanArgs.__new__(SharedCommitmentPlanArgs)
238
-
239
- __props__.__dict__["etag"] = None
240
- __props__.__dict__["kind"] = None
241
- __props__.__dict__["location"] = None
242
- __props__.__dict__["name"] = None
243
- __props__.__dict__["properties"] = None
244
- __props__.__dict__["sku"] = None
245
- __props__.__dict__["system_data"] = None
246
- __props__.__dict__["tags"] = None
247
- __props__.__dict__["type"] = None
248
- return SharedCommitmentPlan(resource_name, opts=opts, __props__=__props__)
249
-
250
- @property
251
- @pulumi.getter
252
- def etag(self) -> pulumi.Output[str]:
253
- """
254
- Resource Etag.
255
- """
256
- return pulumi.get(self, "etag")
257
-
258
- @property
259
- @pulumi.getter
260
- def kind(self) -> pulumi.Output[Optional[str]]:
261
- """
262
- The Kind of the resource.
263
- """
264
- return pulumi.get(self, "kind")
265
-
266
- @property
267
- @pulumi.getter
268
- def location(self) -> pulumi.Output[Optional[str]]:
269
- """
270
- The geo-location where the resource lives
271
- """
272
- return pulumi.get(self, "location")
273
-
274
- @property
275
- @pulumi.getter
276
- def name(self) -> pulumi.Output[str]:
277
- """
278
- The name of the resource
279
- """
280
- return pulumi.get(self, "name")
281
-
282
- @property
283
- @pulumi.getter
284
- def properties(self) -> pulumi.Output['outputs.CommitmentPlanPropertiesResponse']:
285
- """
286
- Properties of Cognitive Services account commitment plan.
287
- """
288
- return pulumi.get(self, "properties")
289
-
290
- @property
291
- @pulumi.getter
292
- def sku(self) -> pulumi.Output[Optional['outputs.SkuResponse']]:
293
- """
294
- The resource model definition representing SKU
295
- """
296
- return pulumi.get(self, "sku")
297
-
298
- @property
299
- @pulumi.getter(name="systemData")
300
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
301
- """
302
- Metadata pertaining to creation and last modification of the resource.
303
- """
304
- return pulumi.get(self, "system_data")
305
-
306
- @property
307
- @pulumi.getter
308
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
309
- """
310
- Resource tags.
311
- """
312
- return pulumi.get(self, "tags")
313
-
314
- @property
315
- @pulumi.getter
316
- def type(self) -> pulumi.Output[str]:
317
- """
318
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
319
- """
320
- return pulumi.get(self, "type")
321
-
@@ -1,32 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .app_attach_package import *
10
- from .application import *
11
- from .application_group import *
12
- from .get_app_attach_package import *
13
- from .get_application import *
14
- from .get_application_group import *
15
- from .get_host_pool import *
16
- from .get_msix_package import *
17
- from .get_private_endpoint_connection_by_host_pool import *
18
- from .get_private_endpoint_connection_by_workspace import *
19
- from .get_scaling_plan import *
20
- from .get_scaling_plan_personal_schedule import *
21
- from .get_scaling_plan_pooled_schedule import *
22
- from .get_workspace import *
23
- from .host_pool import *
24
- from .msix_package import *
25
- from .private_endpoint_connection_by_host_pool import *
26
- from .private_endpoint_connection_by_workspace import *
27
- from .scaling_plan import *
28
- from .scaling_plan_personal_schedule import *
29
- from .scaling_plan_pooled_schedule import *
30
- from .workspace import *
31
- from ._inputs import *
32
- from . import outputs
@@ -1,265 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'ApplicationGroupType',
9
- 'CommandLineSetting',
10
- 'DayOfWeek',
11
- 'FailHealthCheckOnStagingFailure',
12
- 'HostPoolType',
13
- 'HostpoolPublicNetworkAccess',
14
- 'LoadBalancerType',
15
- 'PackageTimestamped',
16
- 'PersonalDesktopAssignmentType',
17
- 'PreferredAppGroupType',
18
- 'PrivateEndpointServiceConnectionStatus',
19
- 'PublicNetworkAccess',
20
- 'RegistrationTokenOperation',
21
- 'RemoteApplicationType',
22
- 'ResourceIdentityType',
23
- 'SSOSecretType',
24
- 'ScalingHostPoolType',
25
- 'SessionHandlingOperation',
26
- 'SessionHostComponentUpdateType',
27
- 'SessionHostLoadBalancingAlgorithm',
28
- 'SetStartVMOnConnect',
29
- 'SkuTier',
30
- 'StartupBehavior',
31
- 'StopHostsWhen',
32
- ]
33
-
34
-
35
- class ApplicationGroupType(str, Enum):
36
- """
37
- Resource Type of ApplicationGroup.
38
- """
39
- REMOTE_APP = "RemoteApp"
40
- DESKTOP = "Desktop"
41
-
42
-
43
- class CommandLineSetting(str, Enum):
44
- """
45
- Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
46
- """
47
- DO_NOT_ALLOW = "DoNotAllow"
48
- ALLOW = "Allow"
49
- REQUIRE = "Require"
50
-
51
-
52
- class DayOfWeek(str, Enum):
53
- MONDAY = "Monday"
54
- TUESDAY = "Tuesday"
55
- WEDNESDAY = "Wednesday"
56
- THURSDAY = "Thursday"
57
- FRIDAY = "Friday"
58
- SATURDAY = "Saturday"
59
- SUNDAY = "Sunday"
60
-
61
-
62
- class FailHealthCheckOnStagingFailure(str, Enum):
63
- """
64
- Parameter indicating how the health check should behave if this package fails staging
65
- """
66
- UNHEALTHY = "Unhealthy"
67
- NEEDS_ASSISTANCE = "NeedsAssistance"
68
- DO_NOT_FAIL = "DoNotFail"
69
-
70
-
71
- class HostPoolType(str, Enum):
72
- """
73
- HostPool type for desktop.
74
- """
75
- PERSONAL = "Personal"
76
- """
77
- Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost.
78
- """
79
- POOLED = "Pooled"
80
- """
81
- Users get a new (random) SessionHost every time it connects to the HostPool.
82
- """
83
- BYO_DESKTOP = "BYODesktop"
84
- """
85
- Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct.
86
- """
87
-
88
-
89
- class HostpoolPublicNetworkAccess(str, Enum):
90
- """
91
- Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
92
- """
93
- ENABLED = "Enabled"
94
- DISABLED = "Disabled"
95
- ENABLED_FOR_SESSION_HOSTS_ONLY = "EnabledForSessionHostsOnly"
96
- ENABLED_FOR_CLIENTS_ONLY = "EnabledForClientsOnly"
97
-
98
-
99
- class LoadBalancerType(str, Enum):
100
- """
101
- The type of the load balancer.
102
- """
103
- BREADTH_FIRST = "BreadthFirst"
104
- DEPTH_FIRST = "DepthFirst"
105
- PERSISTENT = "Persistent"
106
-
107
-
108
- class PackageTimestamped(str, Enum):
109
- """
110
- Is package timestamped so it can ignore the certificate expiry date
111
- """
112
- TIMESTAMPED = "Timestamped"
113
- NOT_TIMESTAMPED = "NotTimestamped"
114
-
115
-
116
- class PersonalDesktopAssignmentType(str, Enum):
117
- """
118
- PersonalDesktopAssignment type for HostPool.
119
- """
120
- AUTOMATIC = "Automatic"
121
- DIRECT = "Direct"
122
-
123
-
124
- class PreferredAppGroupType(str, Enum):
125
- """
126
- The type of preferred application group type, default to Desktop Application Group
127
- """
128
- NONE = "None"
129
- DESKTOP = "Desktop"
130
- RAIL_APPLICATIONS = "RailApplications"
131
-
132
-
133
- class PrivateEndpointServiceConnectionStatus(str, Enum):
134
- """
135
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
136
- """
137
- PENDING = "Pending"
138
- APPROVED = "Approved"
139
- REJECTED = "Rejected"
140
-
141
-
142
- class PublicNetworkAccess(str, Enum):
143
- """
144
- Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
145
- """
146
- ENABLED = "Enabled"
147
- DISABLED = "Disabled"
148
-
149
-
150
- class RegistrationTokenOperation(str, Enum):
151
- """
152
- The type of resetting the token.
153
- """
154
- DELETE = "Delete"
155
- NONE = "None"
156
- UPDATE = "Update"
157
-
158
-
159
- class RemoteApplicationType(str, Enum):
160
- """
161
- Resource Type of Application.
162
- """
163
- IN_BUILT = "InBuilt"
164
- MSIX_APPLICATION = "MsixApplication"
165
-
166
-
167
- class ResourceIdentityType(str, Enum):
168
- """
169
- The identity type.
170
- """
171
- SYSTEM_ASSIGNED = "SystemAssigned"
172
-
173
-
174
- class SSOSecretType(str, Enum):
175
- """
176
- The type of single sign on Secret Type.
177
- """
178
- SHARED_KEY = "SharedKey"
179
- CERTIFICATE = "Certificate"
180
- SHARED_KEY_IN_KEY_VAULT = "SharedKeyInKeyVault"
181
- CERTIFICATE_IN_KEY_VAULT = "CertificateInKeyVault"
182
-
183
-
184
- class ScalingHostPoolType(str, Enum):
185
- """
186
- HostPool type for desktop.
187
- """
188
- POOLED = "Pooled"
189
- """
190
- Users get a new (random) SessionHost every time it connects to the HostPool.
191
- """
192
-
193
-
194
- class SessionHandlingOperation(str, Enum):
195
- """
196
- Action to be taken after a logoff during the ramp up period.
197
- """
198
- NONE = "None"
199
- DEALLOCATE = "Deallocate"
200
-
201
-
202
- class SessionHostComponentUpdateType(str, Enum):
203
- """
204
- The type of maintenance for session host components.
205
- """
206
- DEFAULT = "Default"
207
- """
208
- Agent and other agent side components are delivery schedule is controlled by WVD Infra.
209
- """
210
- SCHEDULED = "Scheduled"
211
- """
212
- TenantAdmin have opted in for Scheduled Component Update feature.
213
- """
214
-
215
-
216
- class SessionHostLoadBalancingAlgorithm(str, Enum):
217
- """
218
- Load balancing algorithm for ramp up period.
219
- """
220
- BREADTH_FIRST = "BreadthFirst"
221
- DEPTH_FIRST = "DepthFirst"
222
-
223
-
224
- class SetStartVMOnConnect(str, Enum):
225
- """
226
- The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
227
- """
228
- ENABLE = "Enable"
229
- DISABLE = "Disable"
230
-
231
-
232
- class SkuTier(str, Enum):
233
- """
234
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
235
- """
236
- FREE = "Free"
237
- BASIC = "Basic"
238
- STANDARD = "Standard"
239
- PREMIUM = "Premium"
240
-
241
-
242
- class StartupBehavior(str, Enum):
243
- """
244
- The desired startup behavior during the ramp up period for personal vms in the hostpool.
245
- """
246
- NONE = "None"
247
- """
248
- Session hosts will not be started by the service. This setting depends on Start VM on Connect to be enabled to start the session hosts.
249
- """
250
- WITH_ASSIGNED_USER = "WithAssignedUser"
251
- """
252
- Session hosts with an assigned user will be started during Ramp Up
253
- """
254
- ALL = "All"
255
- """
256
- All personal session hosts in the hostpool will be started during ramp up.
257
- """
258
-
259
-
260
- class StopHostsWhen(str, Enum):
261
- """
262
- Specifies when to stop hosts during ramp down period.
263
- """
264
- ZERO_SESSIONS = "ZeroSessions"
265
- ZERO_ACTIVE_SESSIONS = "ZeroActiveSessions"