pulumi-azure-native 2.45.0a1717662398__py3-none-any.whl → 2.45.0a1718005516__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 (981) hide show
  1. pulumi_azure_native/__init__.py +154 -0
  2. pulumi_azure_native/apimanagement/__init__.py +17 -0
  3. pulumi_azure_native/apimanagement/_enums.py +15 -0
  4. pulumi_azure_native/apimanagement/_inputs.py +398 -0
  5. pulumi_azure_native/apimanagement/api.py +3 -3
  6. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  7. pulumi_azure_native/apimanagement/api_gateway.py +374 -0
  8. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +264 -0
  9. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  10. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  11. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  12. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  13. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  14. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  15. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  16. pulumi_azure_native/apimanagement/api_release.py +3 -3
  17. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  18. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  19. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  20. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  23. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  24. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  25. pulumi_azure_native/apimanagement/backend.py +3 -3
  26. pulumi_azure_native/apimanagement/cache.py +3 -3
  27. pulumi_azure_native/apimanagement/certificate.py +3 -3
  28. pulumi_azure_native/apimanagement/content_item.py +3 -3
  29. pulumi_azure_native/apimanagement/content_type.py +3 -3
  30. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  31. pulumi_azure_native/apimanagement/documentation.py +3 -3
  32. pulumi_azure_native/apimanagement/email_template.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  35. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  36. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  37. pulumi_azure_native/apimanagement/get_api.py +2 -2
  38. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  39. pulumi_azure_native/apimanagement/get_api_gateway.py +263 -0
  40. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +176 -0
  41. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  53. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  54. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  58. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  59. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  60. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  61. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  62. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  63. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  64. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  65. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  66. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  67. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  68. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  69. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  70. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  71. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  72. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  73. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  74. pulumi_azure_native/apimanagement/get_group.py +2 -2
  75. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  76. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  77. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  78. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  79. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  80. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  81. pulumi_azure_native/apimanagement/get_policy_restriction.py +4 -0
  82. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  83. pulumi_azure_native/apimanagement/get_product.py +2 -2
  84. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  86. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  87. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  88. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  89. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  90. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  94. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  95. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  96. pulumi_azure_native/apimanagement/get_user.py +2 -2
  97. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  98. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  99. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +252 -0
  101. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  106. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  107. pulumi_azure_native/apimanagement/get_workspace_backend.py +257 -0
  108. pulumi_azure_native/apimanagement/get_workspace_certificate.py +169 -0
  109. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +247 -0
  110. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  111. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_logger.py +182 -0
  113. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  123. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  124. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  125. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  126. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  127. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  128. pulumi_azure_native/apimanagement/group.py +3 -3
  129. pulumi_azure_native/apimanagement/group_user.py +3 -3
  130. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  131. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  132. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  133. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  134. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  135. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  136. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  137. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  138. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  139. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  140. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  141. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  142. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  143. pulumi_azure_native/apimanagement/logger.py +3 -3
  144. pulumi_azure_native/apimanagement/named_value.py +3 -3
  145. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  146. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  147. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  148. pulumi_azure_native/apimanagement/outputs.py +445 -0
  149. pulumi_azure_native/apimanagement/policy.py +3 -3
  150. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  151. pulumi_azure_native/apimanagement/policy_restriction.py +5 -1
  152. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  153. pulumi_azure_native/apimanagement/product.py +3 -3
  154. pulumi_azure_native/apimanagement/product_api.py +3 -3
  155. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  156. pulumi_azure_native/apimanagement/product_group.py +3 -3
  157. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  158. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  159. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  160. pulumi_azure_native/apimanagement/schema.py +1 -1
  161. pulumi_azure_native/apimanagement/subscription.py +3 -3
  162. pulumi_azure_native/apimanagement/tag.py +3 -3
  163. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  164. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  165. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  166. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  167. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  168. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  169. pulumi_azure_native/apimanagement/user.py +3 -3
  170. pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
  171. pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
  172. pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
  173. pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
  174. pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
  175. pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
  176. pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
  177. pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
  178. pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
  179. pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
  180. pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
  181. pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
  182. pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
  183. pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
  184. pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
  185. pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
  186. pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
  187. pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
  188. pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
  189. pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
  190. pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
  191. pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
  192. pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
  193. pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
  194. pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
  195. pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
  196. pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
  197. pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
  198. pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
  199. pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
  200. pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
  201. pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
  202. pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
  203. pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
  204. pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
  205. pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
  206. pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
  207. pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
  208. pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
  209. pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
  210. pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
  211. pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
  212. pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
  213. pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
  214. pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
  215. pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
  216. pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
  217. pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
  218. pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
  219. pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
  220. pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
  221. pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
  222. pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
  223. pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
  224. pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
  225. pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
  226. pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
  227. pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
  228. pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
  229. pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
  230. pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
  231. pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
  232. pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
  233. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
  234. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
  235. pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
  236. pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
  237. pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
  238. pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
  239. pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
  240. pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
  241. pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
  242. pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
  243. pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
  244. pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
  245. pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
  246. pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
  247. pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
  248. pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
  249. pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
  250. pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
  251. pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
  252. pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
  253. pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
  254. pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
  255. pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
  256. pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
  257. pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
  258. pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
  259. pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
  260. pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
  261. pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
  262. pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
  263. pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
  264. pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
  265. pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
  266. pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
  267. pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
  268. pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
  269. pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
  270. pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
  271. pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
  272. pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
  273. pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
  274. pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
  275. pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
  276. pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
  277. pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
  278. pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
  279. pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
  280. pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
  281. pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
  282. pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
  283. pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
  284. pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
  285. pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
  286. pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
  287. pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
  288. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
  289. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
  290. pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
  291. pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
  292. pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
  293. pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
  294. pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
  295. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
  296. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
  297. pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
  298. pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
  299. pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
  300. pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
  301. pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
  302. pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
  303. pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
  304. pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
  305. pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
  306. pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
  307. pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
  308. pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
  309. pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
  310. pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
  311. pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
  312. pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
  313. pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
  314. pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
  315. pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
  316. pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
  317. pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
  318. pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
  319. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
  320. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
  321. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
  322. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
  323. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
  324. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
  325. pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
  326. pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
  327. pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
  328. pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
  329. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
  330. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
  331. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
  332. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
  333. pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
  334. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
  335. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
  336. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
  337. pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
  338. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
  339. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
  340. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
  341. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
  342. pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
  343. pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
  344. pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
  345. pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
  346. pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
  347. pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
  348. pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
  349. pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
  350. pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
  351. pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
  352. pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
  353. pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
  354. pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
  355. pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
  356. pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
  357. pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
  358. pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
  359. pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
  360. pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
  361. pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
  362. pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
  363. pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
  364. pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
  365. pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
  366. pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
  367. pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
  368. pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
  369. pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
  370. pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
  371. pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
  372. pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
  373. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
  374. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
  375. pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
  376. pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
  377. pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
  378. pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
  379. pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
  380. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
  381. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
  382. pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
  383. pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
  384. pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
  385. pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
  386. pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
  387. pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
  388. pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
  389. pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
  390. pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
  391. pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
  392. pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
  393. pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
  394. pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
  395. pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
  396. pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
  397. pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
  398. pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
  399. pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
  400. pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
  401. pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
  402. pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
  403. pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
  404. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
  405. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
  406. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
  407. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
  408. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
  409. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
  410. pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
  411. pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
  412. pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
  413. pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
  414. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
  415. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
  416. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
  417. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
  418. pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
  419. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
  420. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
  421. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
  422. pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
  423. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
  424. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
  425. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
  426. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
  427. pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
  428. pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
  429. pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
  430. pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
  431. pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
  432. pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
  433. pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
  434. pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
  435. pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
  436. pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
  437. pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
  438. pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
  439. pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
  440. pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
  441. pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
  442. pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
  443. pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
  444. pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
  445. pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
  446. pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
  447. pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
  448. pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
  449. pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
  450. pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
  451. pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
  452. pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
  453. pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
  454. pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
  455. pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
  456. pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
  457. pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
  458. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
  459. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
  460. pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
  461. pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
  462. pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
  463. pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
  464. pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
  465. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
  466. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
  467. pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
  468. pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
  469. pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
  470. pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
  471. pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
  472. pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
  473. pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
  474. pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
  475. pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
  476. pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
  477. pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
  478. pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
  479. pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
  480. pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
  481. pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
  482. pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
  483. pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
  484. pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
  485. pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
  486. pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
  487. pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
  488. pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
  489. pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
  490. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
  491. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
  492. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
  493. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
  494. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
  495. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
  496. pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
  497. pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
  498. pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
  499. pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
  500. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
  501. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
  502. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
  503. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
  504. pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
  505. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
  506. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
  507. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
  508. pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
  509. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
  510. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
  511. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
  512. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
  513. pulumi_azure_native/apimanagement/v20230901preview/__init__.py +203 -0
  514. pulumi_azure_native/apimanagement/v20230901preview/_enums.py +817 -0
  515. pulumi_azure_native/apimanagement/v20230901preview/_inputs.py +3143 -0
  516. pulumi_azure_native/apimanagement/v20230901preview/api.py +893 -0
  517. pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +489 -0
  518. pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +372 -0
  519. pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +262 -0
  520. pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +353 -0
  521. pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +306 -0
  522. pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +305 -0
  523. pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1062 -0
  524. pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +432 -0
  525. pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +280 -0
  526. pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +259 -0
  527. pulumi_azure_native/apimanagement/v20230901preview/api_release.py +253 -0
  528. pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +322 -0
  529. pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +302 -0
  530. pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +322 -0
  531. pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +206 -0
  532. pulumi_azure_native/apimanagement/v20230901preview/authorization.py +343 -0
  533. pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +303 -0
  534. pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +263 -0
  535. pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +704 -0
  536. pulumi_azure_native/apimanagement/v20230901preview/backend.py +509 -0
  537. pulumi_azure_native/apimanagement/v20230901preview/cache.py +292 -0
  538. pulumi_azure_native/apimanagement/v20230901preview/certificate.py +275 -0
  539. pulumi_azure_native/apimanagement/v20230901preview/content_item.py +224 -0
  540. pulumi_azure_native/apimanagement/v20230901preview/content_type.py +300 -0
  541. pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +468 -0
  542. pulumi_azure_native/apimanagement/v20230901preview/documentation.py +232 -0
  543. pulumi_azure_native/apimanagement/v20230901preview/email_template.py +331 -0
  544. pulumi_azure_native/apimanagement/v20230901preview/gateway.py +234 -0
  545. pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +436 -0
  546. pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +224 -0
  547. pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +369 -0
  548. pulumi_azure_native/apimanagement/v20230901preview/get_api.py +396 -0
  549. pulumi_azure_native/apimanagement/v20230901preview/get_api_diagnostic.py +245 -0
  550. pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway.py +261 -0
  551. pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway_config_connection.py +174 -0
  552. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue.py +197 -0
  553. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_attachment.py +158 -0
  554. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_comment.py +158 -0
  555. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service.py +625 -0
  556. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_domain_ownership_identifier.py +64 -0
  557. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_sso_token.py +78 -0
  558. pulumi_azure_native/apimanagement/v20230901preview/get_api_operation.py +219 -0
  559. pulumi_azure_native/apimanagement/v20230901preview/get_api_operation_policy.py +150 -0
  560. pulumi_azure_native/apimanagement/v20230901preview/get_api_policy.py +145 -0
  561. pulumi_azure_native/apimanagement/v20230901preview/get_api_release.py +166 -0
  562. pulumi_azure_native/apimanagement/v20230901preview/get_api_schema.py +179 -0
  563. pulumi_azure_native/apimanagement/v20230901preview/get_api_tag_description.py +179 -0
  564. pulumi_azure_native/apimanagement/v20230901preview/get_api_version_set.py +174 -0
  565. pulumi_azure_native/apimanagement/v20230901preview/get_api_wiki.py +123 -0
  566. pulumi_azure_native/apimanagement/v20230901preview/get_authorization.py +180 -0
  567. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_access_policy.py +158 -0
  568. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_login_link_post.py +93 -0
  569. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_provider.py +149 -0
  570. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_server.py +344 -0
  571. pulumi_azure_native/apimanagement/v20230901preview/get_backend.py +250 -0
  572. pulumi_azure_native/apimanagement/v20230901preview/get_cache.py +161 -0
  573. pulumi_azure_native/apimanagement/v20230901preview/get_certificate.py +162 -0
  574. pulumi_azure_native/apimanagement/v20230901preview/get_content_item.py +127 -0
  575. pulumi_azure_native/apimanagement/v20230901preview/get_content_type.py +148 -0
  576. pulumi_azure_native/apimanagement/v20230901preview/get_diagnostic.py +240 -0
  577. pulumi_azure_native/apimanagement/v20230901preview/get_documentation.py +135 -0
  578. pulumi_azure_native/apimanagement/v20230901preview/get_email_template.py +188 -0
  579. pulumi_azure_native/apimanagement/v20230901preview/get_gateway.py +136 -0
  580. pulumi_azure_native/apimanagement/v20230901preview/get_gateway_certificate_authority.py +127 -0
  581. pulumi_azure_native/apimanagement/v20230901preview/get_gateway_hostname_configuration.py +192 -0
  582. pulumi_azure_native/apimanagement/v20230901preview/get_global_schema.py +161 -0
  583. pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver.py +153 -0
  584. pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver_policy.py +150 -0
  585. pulumi_azure_native/apimanagement/v20230901preview/get_group.py +161 -0
  586. pulumi_azure_native/apimanagement/v20230901preview/get_identity_provider.py +239 -0
  587. pulumi_azure_native/apimanagement/v20230901preview/get_logger.py +175 -0
  588. pulumi_azure_native/apimanagement/v20230901preview/get_named_value.py +188 -0
  589. pulumi_azure_native/apimanagement/v20230901preview/get_open_id_connect_provider.py +200 -0
  590. pulumi_azure_native/apimanagement/v20230901preview/get_policy.py +140 -0
  591. pulumi_azure_native/apimanagement/v20230901preview/get_policy_fragment.py +166 -0
  592. pulumi_azure_native/apimanagement/v20230901preview/get_policy_restriction.py +135 -0
  593. pulumi_azure_native/apimanagement/v20230901preview/get_private_endpoint_connection_by_name.py +149 -0
  594. pulumi_azure_native/apimanagement/v20230901preview/get_product.py +200 -0
  595. pulumi_azure_native/apimanagement/v20230901preview/get_product_api_link.py +127 -0
  596. pulumi_azure_native/apimanagement/v20230901preview/get_product_group_link.py +127 -0
  597. pulumi_azure_native/apimanagement/v20230901preview/get_product_policy.py +145 -0
  598. pulumi_azure_native/apimanagement/v20230901preview/get_product_wiki.py +123 -0
  599. pulumi_azure_native/apimanagement/v20230901preview/get_subscription.py +278 -0
  600. pulumi_azure_native/apimanagement/v20230901preview/get_tag.py +122 -0
  601. pulumi_azure_native/apimanagement/v20230901preview/get_tag_api_link.py +127 -0
  602. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_api.py +127 -0
  603. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_operation.py +132 -0
  604. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_product.py +127 -0
  605. pulumi_azure_native/apimanagement/v20230901preview/get_tag_operation_link.py +127 -0
  606. pulumi_azure_native/apimanagement/v20230901preview/get_tag_product_link.py +127 -0
  607. pulumi_azure_native/apimanagement/v20230901preview/get_user.py +214 -0
  608. pulumi_azure_native/apimanagement/v20230901preview/get_user_shared_access_token.py +94 -0
  609. pulumi_azure_native/apimanagement/v20230901preview/get_workspace.py +135 -0
  610. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api.py +401 -0
  611. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_diagnostic.py +250 -0
  612. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation.py +224 -0
  613. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation_policy.py +155 -0
  614. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_policy.py +150 -0
  615. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_release.py +171 -0
  616. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_schema.py +184 -0
  617. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_version_set.py +179 -0
  618. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_backend.py +255 -0
  619. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_certificate.py +167 -0
  620. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_diagnostic.py +245 -0
  621. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_global_schema.py +166 -0
  622. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_group.py +166 -0
  623. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_logger.py +180 -0
  624. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_named_value.py +193 -0
  625. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy.py +145 -0
  626. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy_fragment.py +171 -0
  627. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product.py +205 -0
  628. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_api_link.py +132 -0
  629. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_group_link.py +132 -0
  630. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_policy.py +150 -0
  631. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_subscription.py +283 -0
  632. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag.py +127 -0
  633. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_api_link.py +132 -0
  634. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_operation_link.py +132 -0
  635. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_product_link.py +132 -0
  636. pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +273 -0
  637. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +282 -0
  638. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +280 -0
  639. pulumi_azure_native/apimanagement/v20230901preview/group.py +292 -0
  640. pulumi_azure_native/apimanagement/v20230901preview/group_user.py +276 -0
  641. pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +486 -0
  642. pulumi_azure_native/apimanagement/v20230901preview/list_authorization_server_secrets.py +109 -0
  643. pulumi_azure_native/apimanagement/v20230901preview/list_gateway_debug_credentials.py +99 -0
  644. pulumi_azure_native/apimanagement/v20230901preview/list_gateway_keys.py +96 -0
  645. pulumi_azure_native/apimanagement/v20230901preview/list_identity_provider_secrets.py +83 -0
  646. pulumi_azure_native/apimanagement/v20230901preview/list_named_value.py +83 -0
  647. pulumi_azure_native/apimanagement/v20230901preview/list_open_id_connect_provider_secrets.py +83 -0
  648. pulumi_azure_native/apimanagement/v20230901preview/list_policy_fragment_references.py +120 -0
  649. pulumi_azure_native/apimanagement/v20230901preview/list_subscription_secrets.py +96 -0
  650. pulumi_azure_native/apimanagement/v20230901preview/list_tenant_access_secrets.py +135 -0
  651. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_named_value.py +88 -0
  652. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_policy_fragment_references.py +125 -0
  653. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_subscription_secrets.py +101 -0
  654. pulumi_azure_native/apimanagement/v20230901preview/logger.py +325 -0
  655. pulumi_azure_native/apimanagement/v20230901preview/named_value.py +332 -0
  656. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +204 -0
  657. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +204 -0
  658. pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +380 -0
  659. pulumi_azure_native/apimanagement/v20230901preview/outputs.py +3817 -0
  660. pulumi_azure_native/apimanagement/v20230901preview/policy.py +238 -0
  661. pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +277 -0
  662. pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +237 -0
  663. pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +247 -0
  664. pulumi_azure_native/apimanagement/v20230901preview/product.py +379 -0
  665. pulumi_azure_native/apimanagement/v20230901preview/product_api.py +416 -0
  666. pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +225 -0
  667. pulumi_azure_native/apimanagement/v20230901preview/product_group.py +235 -0
  668. pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +225 -0
  669. pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +259 -0
  670. pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +206 -0
  671. pulumi_azure_native/apimanagement/v20230901preview/subscription.py +486 -0
  672. pulumi_azure_native/apimanagement/v20230901preview/tag.py +204 -0
  673. pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +225 -0
  674. pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +205 -0
  675. pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +226 -0
  676. pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +205 -0
  677. pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +225 -0
  678. pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +225 -0
  679. pulumi_azure_native/apimanagement/v20230901preview/user.py +458 -0
  680. pulumi_azure_native/apimanagement/v20230901preview/workspace.py +233 -0
  681. pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +914 -0
  682. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +510 -0
  683. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +453 -0
  684. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +301 -0
  685. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +280 -0
  686. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +274 -0
  687. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +343 -0
  688. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +343 -0
  689. pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +530 -0
  690. pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +296 -0
  691. pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +489 -0
  692. pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +294 -0
  693. pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +313 -0
  694. pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +297 -0
  695. pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +346 -0
  696. pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +353 -0
  697. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +225 -0
  698. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +225 -0
  699. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +259 -0
  700. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +298 -0
  701. pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +400 -0
  702. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +246 -0
  703. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +246 -0
  704. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +280 -0
  705. pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +507 -0
  706. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +225 -0
  707. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +246 -0
  708. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +246 -0
  709. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +246 -0
  710. pulumi_azure_native/apimanagement/workspace.py +3 -3
  711. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  712. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +512 -0
  713. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  714. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  715. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  716. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  717. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  718. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  719. pulumi_azure_native/apimanagement/workspace_backend.py +532 -0
  720. pulumi_azure_native/apimanagement/workspace_certificate.py +298 -0
  721. pulumi_azure_native/apimanagement/workspace_diagnostic.py +491 -0
  722. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  723. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  724. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  725. pulumi_azure_native/apimanagement/workspace_logger.py +348 -0
  726. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  727. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  728. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  729. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  730. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  731. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  732. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  733. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  734. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  735. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  736. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  737. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  738. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  739. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  740. pulumi_azure_native/azurestackhci/__init__.py +10 -0
  741. pulumi_azure_native/azurestackhci/_enums.py +53 -0
  742. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  743. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  744. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  745. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  746. pulumi_azure_native/azurestackhci/extension.py +3 -3
  747. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  748. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  749. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  750. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  751. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  752. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  753. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  754. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  755. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  756. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  757. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  758. pulumi_azure_native/azurestackhci/get_network_security_group.py +211 -0
  759. pulumi_azure_native/azurestackhci/get_security_rule.py +268 -0
  760. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  761. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  762. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  763. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  764. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  765. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  766. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  767. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  768. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  769. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  770. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  771. pulumi_azure_native/azurestackhci/network_security_group.py +295 -0
  772. pulumi_azure_native/azurestackhci/outputs.py +48 -0
  773. pulumi_azure_native/azurestackhci/security_rule.py +493 -0
  774. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  775. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  776. pulumi_azure_native/azurestackhci/update.py +3 -3
  777. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  778. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  779. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  780. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  781. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  782. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  783. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  784. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  785. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  786. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  787. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  788. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  789. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  790. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  791. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  792. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  793. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  794. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  795. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  796. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  797. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  798. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  799. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  800. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  801. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  802. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  803. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  804. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  805. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  806. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  807. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  808. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  809. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  810. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  811. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  812. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  813. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  814. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  815. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  816. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  817. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  818. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  819. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  820. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  821. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  822. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  823. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  824. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  825. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  826. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  827. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  828. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  829. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  830. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  831. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  832. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  833. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  834. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  835. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  836. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  837. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  838. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  839. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  840. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  841. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  842. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  843. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  844. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  845. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  846. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  847. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  848. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  849. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  850. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  851. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  852. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  853. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  854. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  855. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  856. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  857. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  858. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  859. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  860. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  861. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  862. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  863. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  864. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  865. pulumi_azure_native/azurestackhci/v20240201preview/__init__.py +30 -0
  866. pulumi_azure_native/azurestackhci/v20240201preview/_enums.py +306 -0
  867. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +1561 -0
  868. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +477 -0
  869. pulumi_azure_native/azurestackhci/v20240201preview/get_gallery_image.py +274 -0
  870. pulumi_azure_native/azurestackhci/v20240201preview/get_guest_agent.py +165 -0
  871. pulumi_azure_native/azurestackhci/v20240201preview/get_logical_network.py +222 -0
  872. pulumi_azure_native/azurestackhci/v20240201preview/get_marketplace_gallery_image.py +261 -0
  873. pulumi_azure_native/azurestackhci/v20240201preview/get_network_interface.py +235 -0
  874. pulumi_azure_native/azurestackhci/v20240201preview/get_network_security_group.py +209 -0
  875. pulumi_azure_native/azurestackhci/v20240201preview/get_security_rule.py +266 -0
  876. pulumi_azure_native/azurestackhci/v20240201preview/get_storage_container.py +196 -0
  877. pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_hard_disk.py +287 -0
  878. pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_machine_instance.py +295 -0
  879. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +224 -0
  880. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +360 -0
  881. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +448 -0
  882. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +389 -0
  883. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +293 -0
  884. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +3536 -0
  885. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +491 -0
  886. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +303 -0
  887. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +505 -0
  888. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +457 -0
  889. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  890. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  891. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  892. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  893. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  894. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  895. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  896. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  897. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  898. pulumi_azure_native/azurestackhci/v20240401/__init__.py +28 -0
  899. pulumi_azure_native/azurestackhci/v20240401/_enums.py +196 -0
  900. pulumi_azure_native/azurestackhci/v20240401/_inputs.py +2371 -0
  901. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +401 -0
  902. pulumi_azure_native/azurestackhci/v20240401/cluster.py +646 -0
  903. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +330 -0
  904. pulumi_azure_native/azurestackhci/v20240401/extension.py +468 -0
  905. pulumi_azure_native/azurestackhci/v20240401/get_arc_setting.py +253 -0
  906. pulumi_azure_native/azurestackhci/v20240401/get_cluster.py +469 -0
  907. pulumi_azure_native/azurestackhci/v20240401/get_deployment_setting.py +201 -0
  908. pulumi_azure_native/azurestackhci/v20240401/get_extension.py +271 -0
  909. pulumi_azure_native/azurestackhci/v20240401/get_hci_edge_device.py +145 -0
  910. pulumi_azure_native/azurestackhci/v20240401/get_security_setting.py +188 -0
  911. pulumi_azure_native/azurestackhci/v20240401/get_update.py +370 -0
  912. pulumi_azure_native/azurestackhci/v20240401/get_update_run.py +310 -0
  913. pulumi_azure_native/azurestackhci/v20240401/get_update_summary.py +261 -0
  914. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +228 -0
  915. pulumi_azure_native/azurestackhci/v20240401/outputs.py +5469 -0
  916. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +305 -0
  917. pulumi_azure_native/azurestackhci/v20240401/update.py +719 -0
  918. pulumi_azure_native/azurestackhci/v20240401/update_run.py +614 -0
  919. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +466 -0
  920. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  921. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  922. pulumi_azure_native/compute/v20240301/_inputs.py +34 -252
  923. pulumi_azure_native/compute/v20240301/outputs.py +29 -16
  924. pulumi_azure_native/compute/v20240301/virtual_machine_extension.py +7 -7
  925. pulumi_azure_native/containerservice/v20240302preview/_inputs.py +3 -3
  926. pulumi_azure_native/containerservice/v20240302preview/outputs.py +4 -4
  927. pulumi_azure_native/documentdb/v20240515preview/_enums.py +9 -0
  928. pulumi_azure_native/documentdb/v20240515preview/_inputs.py +248 -0
  929. pulumi_azure_native/documentdb/v20240515preview/service.py +16 -57
  930. pulumi_azure_native/elasticsan/__init__.py +3 -0
  931. pulumi_azure_native/elasticsan/elastic_san.py +3 -3
  932. pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
  933. pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
  934. pulumi_azure_native/elasticsan/get_volume.py +2 -2
  935. pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
  936. pulumi_azure_native/elasticsan/get_volume_snapshot.py +4 -0
  937. pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
  938. pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
  939. pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
  940. pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
  941. pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
  942. pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
  943. pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
  944. pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
  945. pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
  946. pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
  947. pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
  948. pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
  949. pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
  950. pulumi_azure_native/elasticsan/v20240501/__init__.py +20 -0
  951. pulumi_azure_native/elasticsan/v20240501/_enums.py +108 -0
  952. pulumi_azure_native/elasticsan/v20240501/_inputs.py +432 -0
  953. pulumi_azure_native/elasticsan/v20240501/elastic_san.py +442 -0
  954. pulumi_azure_native/elasticsan/v20240501/get_elastic_san.py +300 -0
  955. pulumi_azure_native/elasticsan/v20240501/get_private_endpoint_connection.py +175 -0
  956. pulumi_azure_native/elasticsan/v20240501/get_volume.py +206 -0
  957. pulumi_azure_native/elasticsan/v20240501/get_volume_group.py +227 -0
  958. pulumi_azure_native/elasticsan/v20240501/get_volume_snapshot.py +180 -0
  959. pulumi_azure_native/elasticsan/v20240501/outputs.py +1034 -0
  960. pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +266 -0
  961. pulumi_azure_native/elasticsan/v20240501/volume.py +326 -0
  962. pulumi_azure_native/elasticsan/v20240501/volume_group.py +381 -0
  963. pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +267 -0
  964. pulumi_azure_native/elasticsan/volume.py +3 -3
  965. pulumi_azure_native/elasticsan/volume_group.py +3 -3
  966. pulumi_azure_native/elasticsan/volume_snapshot.py +5 -1
  967. pulumi_azure_native/pulumi-plugin.json +1 -1
  968. pulumi_azure_native/storage/_inputs.py +34 -32
  969. pulumi_azure_native/storage/get_storage_task_assignment.py +2 -15
  970. pulumi_azure_native/storage/outputs.py +24 -22
  971. pulumi_azure_native/storage/storage_task_assignment.py +17 -26
  972. pulumi_azure_native/storage/v20230501/_inputs.py +34 -32
  973. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +2 -15
  974. pulumi_azure_native/storage/v20230501/outputs.py +24 -22
  975. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +17 -26
  976. pulumi_azure_native/web/v20231201/_enums.py +10 -4
  977. pulumi_azure_native/web/v20231201/_inputs.py +4 -4
  978. {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/METADATA +1 -1
  979. {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/RECORD +981 -706
  980. {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/WHEEL +0 -0
  981. {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1561 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'ExtendedLocationArgs',
15
+ 'GalleryImageIdentifierArgs',
16
+ 'GalleryImageVersionArgs',
17
+ 'GuestCredentialArgs',
18
+ 'HttpProxyConfigurationArgs',
19
+ 'IPConfigurationPropertiesArgs',
20
+ 'IPConfigurationArgs',
21
+ 'IPPoolArgs',
22
+ 'ImageArmReferenceArgs',
23
+ 'InterfaceDNSSettingsArgs',
24
+ 'LogicalNetworkArmReferenceArgs',
25
+ 'LogicalNetworkPropertiesDhcpOptionsArgs',
26
+ 'ManagedServiceIdentityArgs',
27
+ 'NetworkInterfaceArmReferenceArgs',
28
+ 'NetworkSecurityGroupArmReferenceArgs',
29
+ 'RouteTableArgs',
30
+ 'RouteArgs',
31
+ 'SshConfigurationArgs',
32
+ 'SshPublicKeyArgs',
33
+ 'SubnetIpConfigurationReferenceArgs',
34
+ 'SubnetArgs',
35
+ 'VirtualHardDiskArmReferenceArgs',
36
+ 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs',
37
+ 'VirtualMachineInstancePropertiesHardwareProfileArgs',
38
+ 'VirtualMachineInstancePropertiesNetworkProfileArgs',
39
+ 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs',
40
+ 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs',
41
+ 'VirtualMachineInstancePropertiesOsProfileArgs',
42
+ 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs',
43
+ 'VirtualMachineInstancePropertiesSecurityProfileArgs',
44
+ 'VirtualMachineInstancePropertiesStorageProfileOsDiskArgs',
45
+ 'VirtualMachineInstancePropertiesStorageProfileArgs',
46
+ ]
47
+
48
+ @pulumi.input_type
49
+ class ExtendedLocationArgs:
50
+ def __init__(__self__, *,
51
+ name: Optional[pulumi.Input[str]] = None,
52
+ type: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]] = None):
53
+ """
54
+ The complex type of the extended location.
55
+ :param pulumi.Input[str] name: The name of the extended location.
56
+ :param pulumi.Input[Union[str, 'ExtendedLocationTypes']] type: The type of the extended location.
57
+ """
58
+ if name is not None:
59
+ pulumi.set(__self__, "name", name)
60
+ if type is not None:
61
+ pulumi.set(__self__, "type", type)
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def name(self) -> Optional[pulumi.Input[str]]:
66
+ """
67
+ The name of the extended location.
68
+ """
69
+ return pulumi.get(self, "name")
70
+
71
+ @name.setter
72
+ def name(self, value: Optional[pulumi.Input[str]]):
73
+ pulumi.set(self, "name", value)
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def type(self) -> Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]:
78
+ """
79
+ The type of the extended location.
80
+ """
81
+ return pulumi.get(self, "type")
82
+
83
+ @type.setter
84
+ def type(self, value: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]):
85
+ pulumi.set(self, "type", value)
86
+
87
+
88
+ @pulumi.input_type
89
+ class GalleryImageIdentifierArgs:
90
+ def __init__(__self__, *,
91
+ offer: pulumi.Input[str],
92
+ publisher: pulumi.Input[str],
93
+ sku: pulumi.Input[str]):
94
+ """
95
+ This is the gallery image definition identifier.
96
+ :param pulumi.Input[str] offer: The name of the gallery image definition offer.
97
+ :param pulumi.Input[str] publisher: The name of the gallery image definition publisher.
98
+ :param pulumi.Input[str] sku: The name of the gallery image definition SKU.
99
+ """
100
+ pulumi.set(__self__, "offer", offer)
101
+ pulumi.set(__self__, "publisher", publisher)
102
+ pulumi.set(__self__, "sku", sku)
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def offer(self) -> pulumi.Input[str]:
107
+ """
108
+ The name of the gallery image definition offer.
109
+ """
110
+ return pulumi.get(self, "offer")
111
+
112
+ @offer.setter
113
+ def offer(self, value: pulumi.Input[str]):
114
+ pulumi.set(self, "offer", value)
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def publisher(self) -> pulumi.Input[str]:
119
+ """
120
+ The name of the gallery image definition publisher.
121
+ """
122
+ return pulumi.get(self, "publisher")
123
+
124
+ @publisher.setter
125
+ def publisher(self, value: pulumi.Input[str]):
126
+ pulumi.set(self, "publisher", value)
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def sku(self) -> pulumi.Input[str]:
131
+ """
132
+ The name of the gallery image definition SKU.
133
+ """
134
+ return pulumi.get(self, "sku")
135
+
136
+ @sku.setter
137
+ def sku(self, value: pulumi.Input[str]):
138
+ pulumi.set(self, "sku", value)
139
+
140
+
141
+ @pulumi.input_type
142
+ class GalleryImageVersionArgs:
143
+ def __init__(__self__, *,
144
+ name: Optional[pulumi.Input[str]] = None):
145
+ """
146
+ Specifies information about the gallery image version that you want to create or update.
147
+ :param pulumi.Input[str] name: This is the version of the gallery image.
148
+ """
149
+ if name is not None:
150
+ pulumi.set(__self__, "name", name)
151
+
152
+ @property
153
+ @pulumi.getter
154
+ def name(self) -> Optional[pulumi.Input[str]]:
155
+ """
156
+ This is the version of the gallery image.
157
+ """
158
+ return pulumi.get(self, "name")
159
+
160
+ @name.setter
161
+ def name(self, value: Optional[pulumi.Input[str]]):
162
+ pulumi.set(self, "name", value)
163
+
164
+
165
+ @pulumi.input_type
166
+ class GuestCredentialArgs:
167
+ def __init__(__self__, *,
168
+ password: Optional[pulumi.Input[str]] = None,
169
+ username: Optional[pulumi.Input[str]] = None):
170
+ """
171
+ Username / Password Credentials to connect to guest.
172
+ :param pulumi.Input[str] password: The password to connect with the guest.
173
+ :param pulumi.Input[str] username: The username to connect with the guest.
174
+ """
175
+ if password is not None:
176
+ pulumi.set(__self__, "password", password)
177
+ if username is not None:
178
+ pulumi.set(__self__, "username", username)
179
+
180
+ @property
181
+ @pulumi.getter
182
+ def password(self) -> Optional[pulumi.Input[str]]:
183
+ """
184
+ The password to connect with the guest.
185
+ """
186
+ return pulumi.get(self, "password")
187
+
188
+ @password.setter
189
+ def password(self, value: Optional[pulumi.Input[str]]):
190
+ pulumi.set(self, "password", value)
191
+
192
+ @property
193
+ @pulumi.getter
194
+ def username(self) -> Optional[pulumi.Input[str]]:
195
+ """
196
+ The username to connect with the guest.
197
+ """
198
+ return pulumi.get(self, "username")
199
+
200
+ @username.setter
201
+ def username(self, value: Optional[pulumi.Input[str]]):
202
+ pulumi.set(self, "username", value)
203
+
204
+
205
+ @pulumi.input_type
206
+ class HttpProxyConfigurationArgs:
207
+ def __init__(__self__, *,
208
+ http_proxy: Optional[pulumi.Input[str]] = None,
209
+ https_proxy: Optional[pulumi.Input[str]] = None,
210
+ no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
211
+ trusted_ca: Optional[pulumi.Input[str]] = None):
212
+ """
213
+ HTTP Proxy configuration for the VM.
214
+ :param pulumi.Input[str] http_proxy: The HTTP proxy server endpoint to use.
215
+ :param pulumi.Input[str] https_proxy: The HTTPS proxy server endpoint to use.
216
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] no_proxy: The endpoints that should not go through proxy.
217
+ :param pulumi.Input[str] trusted_ca: Alternative CA cert to use for connecting to proxy servers.
218
+ """
219
+ if http_proxy is not None:
220
+ pulumi.set(__self__, "http_proxy", http_proxy)
221
+ if https_proxy is not None:
222
+ pulumi.set(__self__, "https_proxy", https_proxy)
223
+ if no_proxy is not None:
224
+ pulumi.set(__self__, "no_proxy", no_proxy)
225
+ if trusted_ca is not None:
226
+ pulumi.set(__self__, "trusted_ca", trusted_ca)
227
+
228
+ @property
229
+ @pulumi.getter(name="httpProxy")
230
+ def http_proxy(self) -> Optional[pulumi.Input[str]]:
231
+ """
232
+ The HTTP proxy server endpoint to use.
233
+ """
234
+ return pulumi.get(self, "http_proxy")
235
+
236
+ @http_proxy.setter
237
+ def http_proxy(self, value: Optional[pulumi.Input[str]]):
238
+ pulumi.set(self, "http_proxy", value)
239
+
240
+ @property
241
+ @pulumi.getter(name="httpsProxy")
242
+ def https_proxy(self) -> Optional[pulumi.Input[str]]:
243
+ """
244
+ The HTTPS proxy server endpoint to use.
245
+ """
246
+ return pulumi.get(self, "https_proxy")
247
+
248
+ @https_proxy.setter
249
+ def https_proxy(self, value: Optional[pulumi.Input[str]]):
250
+ pulumi.set(self, "https_proxy", value)
251
+
252
+ @property
253
+ @pulumi.getter(name="noProxy")
254
+ def no_proxy(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
255
+ """
256
+ The endpoints that should not go through proxy.
257
+ """
258
+ return pulumi.get(self, "no_proxy")
259
+
260
+ @no_proxy.setter
261
+ def no_proxy(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
262
+ pulumi.set(self, "no_proxy", value)
263
+
264
+ @property
265
+ @pulumi.getter(name="trustedCa")
266
+ def trusted_ca(self) -> Optional[pulumi.Input[str]]:
267
+ """
268
+ Alternative CA cert to use for connecting to proxy servers.
269
+ """
270
+ return pulumi.get(self, "trusted_ca")
271
+
272
+ @trusted_ca.setter
273
+ def trusted_ca(self, value: Optional[pulumi.Input[str]]):
274
+ pulumi.set(self, "trusted_ca", value)
275
+
276
+
277
+ @pulumi.input_type
278
+ class IPConfigurationPropertiesArgs:
279
+ def __init__(__self__, *,
280
+ private_ip_address: Optional[pulumi.Input[str]] = None,
281
+ subnet: Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']] = None):
282
+ """
283
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
284
+ :param pulumi.Input[str] private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
285
+ :param pulumi.Input['LogicalNetworkArmReferenceArgs'] subnet: Subnet - Name of Subnet bound to the IP configuration.
286
+ """
287
+ if private_ip_address is not None:
288
+ pulumi.set(__self__, "private_ip_address", private_ip_address)
289
+ if subnet is not None:
290
+ pulumi.set(__self__, "subnet", subnet)
291
+
292
+ @property
293
+ @pulumi.getter(name="privateIPAddress")
294
+ def private_ip_address(self) -> Optional[pulumi.Input[str]]:
295
+ """
296
+ PrivateIPAddress - Private IP address of the IP configuration.
297
+ """
298
+ return pulumi.get(self, "private_ip_address")
299
+
300
+ @private_ip_address.setter
301
+ def private_ip_address(self, value: Optional[pulumi.Input[str]]):
302
+ pulumi.set(self, "private_ip_address", value)
303
+
304
+ @property
305
+ @pulumi.getter
306
+ def subnet(self) -> Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']]:
307
+ """
308
+ Subnet - Name of Subnet bound to the IP configuration.
309
+ """
310
+ return pulumi.get(self, "subnet")
311
+
312
+ @subnet.setter
313
+ def subnet(self, value: Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']]):
314
+ pulumi.set(self, "subnet", value)
315
+
316
+
317
+ @pulumi.input_type
318
+ class IPConfigurationArgs:
319
+ def __init__(__self__, *,
320
+ name: Optional[pulumi.Input[str]] = None,
321
+ properties: Optional[pulumi.Input['IPConfigurationPropertiesArgs']] = None):
322
+ """
323
+ InterfaceIPConfiguration IPConfiguration in a network interface.
324
+ :param pulumi.Input[str] name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
325
+ :param pulumi.Input['IPConfigurationPropertiesArgs'] properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
326
+ """
327
+ if name is not None:
328
+ pulumi.set(__self__, "name", name)
329
+ if properties is not None:
330
+ pulumi.set(__self__, "properties", properties)
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def name(self) -> Optional[pulumi.Input[str]]:
335
+ """
336
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
337
+ """
338
+ return pulumi.get(self, "name")
339
+
340
+ @name.setter
341
+ def name(self, value: Optional[pulumi.Input[str]]):
342
+ pulumi.set(self, "name", value)
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def properties(self) -> Optional[pulumi.Input['IPConfigurationPropertiesArgs']]:
347
+ """
348
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
349
+ """
350
+ return pulumi.get(self, "properties")
351
+
352
+ @properties.setter
353
+ def properties(self, value: Optional[pulumi.Input['IPConfigurationPropertiesArgs']]):
354
+ pulumi.set(self, "properties", value)
355
+
356
+
357
+ @pulumi.input_type
358
+ class IPPoolArgs:
359
+ def __init__(__self__, *,
360
+ end: Optional[pulumi.Input[str]] = None,
361
+ ip_pool_type: Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]] = None,
362
+ name: Optional[pulumi.Input[str]] = None,
363
+ start: Optional[pulumi.Input[str]] = None):
364
+ """
365
+ Describes IPPool
366
+ :param pulumi.Input[str] end: End of the IP address pool
367
+ :param pulumi.Input[Union[str, 'IPPoolTypeEnum']] ip_pool_type: Type of the IP Pool [vm, vippool]
368
+ :param pulumi.Input[str] name: Name of the IP-Pool
369
+ :param pulumi.Input[str] start: Start of the IP address pool
370
+ """
371
+ if end is not None:
372
+ pulumi.set(__self__, "end", end)
373
+ if ip_pool_type is not None:
374
+ pulumi.set(__self__, "ip_pool_type", ip_pool_type)
375
+ if name is not None:
376
+ pulumi.set(__self__, "name", name)
377
+ if start is not None:
378
+ pulumi.set(__self__, "start", start)
379
+
380
+ @property
381
+ @pulumi.getter
382
+ def end(self) -> Optional[pulumi.Input[str]]:
383
+ """
384
+ End of the IP address pool
385
+ """
386
+ return pulumi.get(self, "end")
387
+
388
+ @end.setter
389
+ def end(self, value: Optional[pulumi.Input[str]]):
390
+ pulumi.set(self, "end", value)
391
+
392
+ @property
393
+ @pulumi.getter(name="ipPoolType")
394
+ def ip_pool_type(self) -> Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]]:
395
+ """
396
+ Type of the IP Pool [vm, vippool]
397
+ """
398
+ return pulumi.get(self, "ip_pool_type")
399
+
400
+ @ip_pool_type.setter
401
+ def ip_pool_type(self, value: Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]]):
402
+ pulumi.set(self, "ip_pool_type", value)
403
+
404
+ @property
405
+ @pulumi.getter
406
+ def name(self) -> Optional[pulumi.Input[str]]:
407
+ """
408
+ Name of the IP-Pool
409
+ """
410
+ return pulumi.get(self, "name")
411
+
412
+ @name.setter
413
+ def name(self, value: Optional[pulumi.Input[str]]):
414
+ pulumi.set(self, "name", value)
415
+
416
+ @property
417
+ @pulumi.getter
418
+ def start(self) -> Optional[pulumi.Input[str]]:
419
+ """
420
+ Start of the IP address pool
421
+ """
422
+ return pulumi.get(self, "start")
423
+
424
+ @start.setter
425
+ def start(self, value: Optional[pulumi.Input[str]]):
426
+ pulumi.set(self, "start", value)
427
+
428
+
429
+ @pulumi.input_type
430
+ class ImageArmReferenceArgs:
431
+ def __init__(__self__, *,
432
+ id: Optional[pulumi.Input[str]] = None):
433
+ """
434
+ The ARM ID for a Gallery Image.
435
+ :param pulumi.Input[str] id: The ARM ID for an image resource used by the virtual machine instance.
436
+ """
437
+ if id is not None:
438
+ pulumi.set(__self__, "id", id)
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def id(self) -> Optional[pulumi.Input[str]]:
443
+ """
444
+ The ARM ID for an image resource used by the virtual machine instance.
445
+ """
446
+ return pulumi.get(self, "id")
447
+
448
+ @id.setter
449
+ def id(self, value: Optional[pulumi.Input[str]]):
450
+ pulumi.set(self, "id", value)
451
+
452
+
453
+ @pulumi.input_type
454
+ class InterfaceDNSSettingsArgs:
455
+ def __init__(__self__, *,
456
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
457
+ """
458
+ DNS Settings of the interface
459
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: List of DNS server IP Addresses for the interface
460
+ """
461
+ if dns_servers is not None:
462
+ pulumi.set(__self__, "dns_servers", dns_servers)
463
+
464
+ @property
465
+ @pulumi.getter(name="dnsServers")
466
+ def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
467
+ """
468
+ List of DNS server IP Addresses for the interface
469
+ """
470
+ return pulumi.get(self, "dns_servers")
471
+
472
+ @dns_servers.setter
473
+ def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
474
+ pulumi.set(self, "dns_servers", value)
475
+
476
+
477
+ @pulumi.input_type
478
+ class LogicalNetworkArmReferenceArgs:
479
+ def __init__(__self__, *,
480
+ id: Optional[pulumi.Input[str]] = None):
481
+ """
482
+ The ARM ID for a Logical Network.
483
+ :param pulumi.Input[str] id: The ARM ID for a Logical Network.
484
+ """
485
+ if id is not None:
486
+ pulumi.set(__self__, "id", id)
487
+
488
+ @property
489
+ @pulumi.getter
490
+ def id(self) -> Optional[pulumi.Input[str]]:
491
+ """
492
+ The ARM ID for a Logical Network.
493
+ """
494
+ return pulumi.get(self, "id")
495
+
496
+ @id.setter
497
+ def id(self, value: Optional[pulumi.Input[str]]):
498
+ pulumi.set(self, "id", value)
499
+
500
+
501
+ @pulumi.input_type
502
+ class LogicalNetworkPropertiesDhcpOptionsArgs:
503
+ def __init__(__self__, *,
504
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
505
+ """
506
+ DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
507
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: The list of DNS servers IP addresses.
508
+ """
509
+ if dns_servers is not None:
510
+ pulumi.set(__self__, "dns_servers", dns_servers)
511
+
512
+ @property
513
+ @pulumi.getter(name="dnsServers")
514
+ def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
515
+ """
516
+ The list of DNS servers IP addresses.
517
+ """
518
+ return pulumi.get(self, "dns_servers")
519
+
520
+ @dns_servers.setter
521
+ def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
522
+ pulumi.set(self, "dns_servers", value)
523
+
524
+
525
+ @pulumi.input_type
526
+ class ManagedServiceIdentityArgs:
527
+ def __init__(__self__, *,
528
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
529
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
530
+ """
531
+ Managed service identity (system assigned and/or user assigned identities)
532
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
533
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
534
+ """
535
+ pulumi.set(__self__, "type", type)
536
+ if user_assigned_identities is not None:
537
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
538
+
539
+ @property
540
+ @pulumi.getter
541
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
542
+ """
543
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
544
+ """
545
+ return pulumi.get(self, "type")
546
+
547
+ @type.setter
548
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
549
+ pulumi.set(self, "type", value)
550
+
551
+ @property
552
+ @pulumi.getter(name="userAssignedIdentities")
553
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
554
+ """
555
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
556
+ """
557
+ return pulumi.get(self, "user_assigned_identities")
558
+
559
+ @user_assigned_identities.setter
560
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
561
+ pulumi.set(self, "user_assigned_identities", value)
562
+
563
+
564
+ @pulumi.input_type
565
+ class NetworkInterfaceArmReferenceArgs:
566
+ def __init__(__self__, *,
567
+ id: Optional[pulumi.Input[str]] = None):
568
+ """
569
+ The ARM ID for a Network Interface.
570
+ :param pulumi.Input[str] id: The ARM ID for a Network Interface.
571
+ """
572
+ if id is not None:
573
+ pulumi.set(__self__, "id", id)
574
+
575
+ @property
576
+ @pulumi.getter
577
+ def id(self) -> Optional[pulumi.Input[str]]:
578
+ """
579
+ The ARM ID for a Network Interface.
580
+ """
581
+ return pulumi.get(self, "id")
582
+
583
+ @id.setter
584
+ def id(self, value: Optional[pulumi.Input[str]]):
585
+ pulumi.set(self, "id", value)
586
+
587
+
588
+ @pulumi.input_type
589
+ class NetworkSecurityGroupArmReferenceArgs:
590
+ def __init__(__self__, *,
591
+ id: Optional[pulumi.Input[str]] = None):
592
+ """
593
+ The ARM ID for a Network Security Group.
594
+ :param pulumi.Input[str] id: The ARM ID for a Network Security Group.
595
+ """
596
+ if id is not None:
597
+ pulumi.set(__self__, "id", id)
598
+
599
+ @property
600
+ @pulumi.getter
601
+ def id(self) -> Optional[pulumi.Input[str]]:
602
+ """
603
+ The ARM ID for a Network Security Group.
604
+ """
605
+ return pulumi.get(self, "id")
606
+
607
+ @id.setter
608
+ def id(self, value: Optional[pulumi.Input[str]]):
609
+ pulumi.set(self, "id", value)
610
+
611
+
612
+ @pulumi.input_type
613
+ class RouteTableArgs:
614
+ def __init__(__self__, *,
615
+ routes: Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]] = None):
616
+ """
617
+ Route table resource.
618
+ :param pulumi.Input[Sequence[pulumi.Input['RouteArgs']]] routes: Collection of routes contained within a route table.
619
+ """
620
+ if routes is not None:
621
+ pulumi.set(__self__, "routes", routes)
622
+
623
+ @property
624
+ @pulumi.getter
625
+ def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]]:
626
+ """
627
+ Collection of routes contained within a route table.
628
+ """
629
+ return pulumi.get(self, "routes")
630
+
631
+ @routes.setter
632
+ def routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]]):
633
+ pulumi.set(self, "routes", value)
634
+
635
+
636
+ @pulumi.input_type
637
+ class RouteArgs:
638
+ def __init__(__self__, *,
639
+ address_prefix: Optional[pulumi.Input[str]] = None,
640
+ name: Optional[pulumi.Input[str]] = None,
641
+ next_hop_ip_address: Optional[pulumi.Input[str]] = None):
642
+ """
643
+ Route - Route resource.
644
+ :param pulumi.Input[str] address_prefix: The destination CIDR to which the route applies.
645
+ :param pulumi.Input[str] name: Name - name of the subnet
646
+ :param pulumi.Input[str] next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
647
+ """
648
+ if address_prefix is not None:
649
+ pulumi.set(__self__, "address_prefix", address_prefix)
650
+ if name is not None:
651
+ pulumi.set(__self__, "name", name)
652
+ if next_hop_ip_address is not None:
653
+ pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
654
+
655
+ @property
656
+ @pulumi.getter(name="addressPrefix")
657
+ def address_prefix(self) -> Optional[pulumi.Input[str]]:
658
+ """
659
+ The destination CIDR to which the route applies.
660
+ """
661
+ return pulumi.get(self, "address_prefix")
662
+
663
+ @address_prefix.setter
664
+ def address_prefix(self, value: Optional[pulumi.Input[str]]):
665
+ pulumi.set(self, "address_prefix", value)
666
+
667
+ @property
668
+ @pulumi.getter
669
+ def name(self) -> Optional[pulumi.Input[str]]:
670
+ """
671
+ Name - name of the subnet
672
+ """
673
+ return pulumi.get(self, "name")
674
+
675
+ @name.setter
676
+ def name(self, value: Optional[pulumi.Input[str]]):
677
+ pulumi.set(self, "name", value)
678
+
679
+ @property
680
+ @pulumi.getter(name="nextHopIpAddress")
681
+ def next_hop_ip_address(self) -> Optional[pulumi.Input[str]]:
682
+ """
683
+ The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
684
+ """
685
+ return pulumi.get(self, "next_hop_ip_address")
686
+
687
+ @next_hop_ip_address.setter
688
+ def next_hop_ip_address(self, value: Optional[pulumi.Input[str]]):
689
+ pulumi.set(self, "next_hop_ip_address", value)
690
+
691
+
692
+ @pulumi.input_type
693
+ class SshConfigurationArgs:
694
+ def __init__(__self__, *,
695
+ public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
696
+ """
697
+ SSH configuration for Linux based VMs running on Azure
698
+ :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
699
+ """
700
+ if public_keys is not None:
701
+ pulumi.set(__self__, "public_keys", public_keys)
702
+
703
+ @property
704
+ @pulumi.getter(name="publicKeys")
705
+ def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
706
+ """
707
+ The list of SSH public keys used to authenticate with linux based VMs.
708
+ """
709
+ return pulumi.get(self, "public_keys")
710
+
711
+ @public_keys.setter
712
+ def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
713
+ pulumi.set(self, "public_keys", value)
714
+
715
+
716
+ @pulumi.input_type
717
+ class SshPublicKeyArgs:
718
+ def __init__(__self__, *,
719
+ key_data: Optional[pulumi.Input[str]] = None,
720
+ path: Optional[pulumi.Input[str]] = None):
721
+ """
722
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
723
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
724
+ :param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
725
+ """
726
+ if key_data is not None:
727
+ pulumi.set(__self__, "key_data", key_data)
728
+ if path is not None:
729
+ pulumi.set(__self__, "path", path)
730
+
731
+ @property
732
+ @pulumi.getter(name="keyData")
733
+ def key_data(self) -> Optional[pulumi.Input[str]]:
734
+ """
735
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
736
+ """
737
+ return pulumi.get(self, "key_data")
738
+
739
+ @key_data.setter
740
+ def key_data(self, value: Optional[pulumi.Input[str]]):
741
+ pulumi.set(self, "key_data", value)
742
+
743
+ @property
744
+ @pulumi.getter
745
+ def path(self) -> Optional[pulumi.Input[str]]:
746
+ """
747
+ Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
748
+ """
749
+ return pulumi.get(self, "path")
750
+
751
+ @path.setter
752
+ def path(self, value: Optional[pulumi.Input[str]]):
753
+ pulumi.set(self, "path", value)
754
+
755
+
756
+ @pulumi.input_type
757
+ class SubnetIpConfigurationReferenceArgs:
758
+ def __init__(__self__, *,
759
+ id: Optional[pulumi.Input[str]] = None):
760
+ """
761
+ The ARM ID for a Network Interface.
762
+ :param pulumi.Input[str] id: The ARM ID for a Network Interface.
763
+ """
764
+ if id is not None:
765
+ pulumi.set(__self__, "id", id)
766
+
767
+ @property
768
+ @pulumi.getter
769
+ def id(self) -> Optional[pulumi.Input[str]]:
770
+ """
771
+ The ARM ID for a Network Interface.
772
+ """
773
+ return pulumi.get(self, "id")
774
+
775
+ @id.setter
776
+ def id(self, value: Optional[pulumi.Input[str]]):
777
+ pulumi.set(self, "id", value)
778
+
779
+
780
+ @pulumi.input_type
781
+ class SubnetArgs:
782
+ def __init__(__self__, *,
783
+ address_prefix: Optional[pulumi.Input[str]] = None,
784
+ address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
785
+ ip_allocation_method: Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]] = None,
786
+ ip_configuration_references: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]] = None,
787
+ ip_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]] = None,
788
+ name: Optional[pulumi.Input[str]] = None,
789
+ network_security_group: Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']] = None,
790
+ route_table: Optional[pulumi.Input['RouteTableArgs']] = None,
791
+ vlan: Optional[pulumi.Input[int]] = None):
792
+ """
793
+ Properties of the subnet.
794
+ :param pulumi.Input[str] address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
795
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: List of address prefixes for the subnet.
796
+ :param pulumi.Input[Union[str, 'IpAllocationMethodEnum']] ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
797
+ :param pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
798
+ :param pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]] ip_pools: network associated pool of IP Addresses
799
+ :param pulumi.Input[str] name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
800
+ :param pulumi.Input['NetworkSecurityGroupArmReferenceArgs'] network_security_group: NetworkSecurityGroup - Network Security Group attached to the logical network.
801
+ :param pulumi.Input['RouteTableArgs'] route_table: Route table resource.
802
+ :param pulumi.Input[int] vlan: Vlan to use for the subnet
803
+ """
804
+ if address_prefix is not None:
805
+ pulumi.set(__self__, "address_prefix", address_prefix)
806
+ if address_prefixes is not None:
807
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
808
+ if ip_allocation_method is not None:
809
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
810
+ if ip_configuration_references is not None:
811
+ pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
812
+ if ip_pools is not None:
813
+ pulumi.set(__self__, "ip_pools", ip_pools)
814
+ if name is not None:
815
+ pulumi.set(__self__, "name", name)
816
+ if network_security_group is not None:
817
+ pulumi.set(__self__, "network_security_group", network_security_group)
818
+ if route_table is not None:
819
+ pulumi.set(__self__, "route_table", route_table)
820
+ if vlan is not None:
821
+ pulumi.set(__self__, "vlan", vlan)
822
+
823
+ @property
824
+ @pulumi.getter(name="addressPrefix")
825
+ def address_prefix(self) -> Optional[pulumi.Input[str]]:
826
+ """
827
+ The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
828
+ """
829
+ return pulumi.get(self, "address_prefix")
830
+
831
+ @address_prefix.setter
832
+ def address_prefix(self, value: Optional[pulumi.Input[str]]):
833
+ pulumi.set(self, "address_prefix", value)
834
+
835
+ @property
836
+ @pulumi.getter(name="addressPrefixes")
837
+ def address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
838
+ """
839
+ List of address prefixes for the subnet.
840
+ """
841
+ return pulumi.get(self, "address_prefixes")
842
+
843
+ @address_prefixes.setter
844
+ def address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
845
+ pulumi.set(self, "address_prefixes", value)
846
+
847
+ @property
848
+ @pulumi.getter(name="ipAllocationMethod")
849
+ def ip_allocation_method(self) -> Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]]:
850
+ """
851
+ IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
852
+ """
853
+ return pulumi.get(self, "ip_allocation_method")
854
+
855
+ @ip_allocation_method.setter
856
+ def ip_allocation_method(self, value: Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]]):
857
+ pulumi.set(self, "ip_allocation_method", value)
858
+
859
+ @property
860
+ @pulumi.getter(name="ipConfigurationReferences")
861
+ def ip_configuration_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]]:
862
+ """
863
+ IPConfigurationReferences - list of IPConfigurationReferences
864
+ """
865
+ return pulumi.get(self, "ip_configuration_references")
866
+
867
+ @ip_configuration_references.setter
868
+ def ip_configuration_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]]):
869
+ pulumi.set(self, "ip_configuration_references", value)
870
+
871
+ @property
872
+ @pulumi.getter(name="ipPools")
873
+ def ip_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]]:
874
+ """
875
+ network associated pool of IP Addresses
876
+ """
877
+ return pulumi.get(self, "ip_pools")
878
+
879
+ @ip_pools.setter
880
+ def ip_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]]):
881
+ pulumi.set(self, "ip_pools", value)
882
+
883
+ @property
884
+ @pulumi.getter
885
+ def name(self) -> Optional[pulumi.Input[str]]:
886
+ """
887
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
888
+ """
889
+ return pulumi.get(self, "name")
890
+
891
+ @name.setter
892
+ def name(self, value: Optional[pulumi.Input[str]]):
893
+ pulumi.set(self, "name", value)
894
+
895
+ @property
896
+ @pulumi.getter(name="networkSecurityGroup")
897
+ def network_security_group(self) -> Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']]:
898
+ """
899
+ NetworkSecurityGroup - Network Security Group attached to the logical network.
900
+ """
901
+ return pulumi.get(self, "network_security_group")
902
+
903
+ @network_security_group.setter
904
+ def network_security_group(self, value: Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']]):
905
+ pulumi.set(self, "network_security_group", value)
906
+
907
+ @property
908
+ @pulumi.getter(name="routeTable")
909
+ def route_table(self) -> Optional[pulumi.Input['RouteTableArgs']]:
910
+ """
911
+ Route table resource.
912
+ """
913
+ return pulumi.get(self, "route_table")
914
+
915
+ @route_table.setter
916
+ def route_table(self, value: Optional[pulumi.Input['RouteTableArgs']]):
917
+ pulumi.set(self, "route_table", value)
918
+
919
+ @property
920
+ @pulumi.getter
921
+ def vlan(self) -> Optional[pulumi.Input[int]]:
922
+ """
923
+ Vlan to use for the subnet
924
+ """
925
+ return pulumi.get(self, "vlan")
926
+
927
+ @vlan.setter
928
+ def vlan(self, value: Optional[pulumi.Input[int]]):
929
+ pulumi.set(self, "vlan", value)
930
+
931
+
932
+ @pulumi.input_type
933
+ class VirtualHardDiskArmReferenceArgs:
934
+ def __init__(__self__, *,
935
+ id: Optional[pulumi.Input[str]] = None):
936
+ """
937
+ The ARM ID for a Virtual Hard Disk.
938
+ :param pulumi.Input[str] id: The ARM ID for a Virtual Hard Disk.
939
+ """
940
+ if id is not None:
941
+ pulumi.set(__self__, "id", id)
942
+
943
+ @property
944
+ @pulumi.getter
945
+ def id(self) -> Optional[pulumi.Input[str]]:
946
+ """
947
+ The ARM ID for a Virtual Hard Disk.
948
+ """
949
+ return pulumi.get(self, "id")
950
+
951
+ @id.setter
952
+ def id(self, value: Optional[pulumi.Input[str]]):
953
+ pulumi.set(self, "id", value)
954
+
955
+
956
+ @pulumi.input_type
957
+ class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs:
958
+ def __init__(__self__, *,
959
+ maximum_memory_mb: Optional[pulumi.Input[float]] = None,
960
+ minimum_memory_mb: Optional[pulumi.Input[float]] = None,
961
+ target_memory_buffer: Optional[pulumi.Input[int]] = None):
962
+ """
963
+ Dynamic memory config
964
+ :param pulumi.Input[float] maximum_memory_mb: Maximum memory in MB
965
+ :param pulumi.Input[float] minimum_memory_mb: Minimum memory in MB
966
+ :param pulumi.Input[int] target_memory_buffer: Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
967
+ """
968
+ if maximum_memory_mb is not None:
969
+ pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
970
+ if minimum_memory_mb is not None:
971
+ pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
972
+ if target_memory_buffer is not None:
973
+ pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
974
+
975
+ @property
976
+ @pulumi.getter(name="maximumMemoryMB")
977
+ def maximum_memory_mb(self) -> Optional[pulumi.Input[float]]:
978
+ """
979
+ Maximum memory in MB
980
+ """
981
+ return pulumi.get(self, "maximum_memory_mb")
982
+
983
+ @maximum_memory_mb.setter
984
+ def maximum_memory_mb(self, value: Optional[pulumi.Input[float]]):
985
+ pulumi.set(self, "maximum_memory_mb", value)
986
+
987
+ @property
988
+ @pulumi.getter(name="minimumMemoryMB")
989
+ def minimum_memory_mb(self) -> Optional[pulumi.Input[float]]:
990
+ """
991
+ Minimum memory in MB
992
+ """
993
+ return pulumi.get(self, "minimum_memory_mb")
994
+
995
+ @minimum_memory_mb.setter
996
+ def minimum_memory_mb(self, value: Optional[pulumi.Input[float]]):
997
+ pulumi.set(self, "minimum_memory_mb", value)
998
+
999
+ @property
1000
+ @pulumi.getter(name="targetMemoryBuffer")
1001
+ def target_memory_buffer(self) -> Optional[pulumi.Input[int]]:
1002
+ """
1003
+ Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
1004
+ """
1005
+ return pulumi.get(self, "target_memory_buffer")
1006
+
1007
+ @target_memory_buffer.setter
1008
+ def target_memory_buffer(self, value: Optional[pulumi.Input[int]]):
1009
+ pulumi.set(self, "target_memory_buffer", value)
1010
+
1011
+
1012
+ @pulumi.input_type
1013
+ class VirtualMachineInstancePropertiesHardwareProfileArgs:
1014
+ def __init__(__self__, *,
1015
+ dynamic_memory_config: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']] = None,
1016
+ memory_mb: Optional[pulumi.Input[float]] = None,
1017
+ processors: Optional[pulumi.Input[int]] = None,
1018
+ vm_size: Optional[pulumi.Input[Union[str, 'VmSizeEnum']]] = None):
1019
+ """
1020
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
1021
+ :param pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs'] dynamic_memory_config: Dynamic memory config
1022
+ :param pulumi.Input[float] memory_mb: RAM in MB for the virtual machine instance
1023
+ :param pulumi.Input[int] processors: number of processors for the virtual machine instance
1024
+ :param pulumi.Input[Union[str, 'VmSizeEnum']] vm_size: Enum of VM Sizes
1025
+ """
1026
+ if dynamic_memory_config is not None:
1027
+ pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
1028
+ if memory_mb is not None:
1029
+ pulumi.set(__self__, "memory_mb", memory_mb)
1030
+ if processors is not None:
1031
+ pulumi.set(__self__, "processors", processors)
1032
+ if vm_size is None:
1033
+ vm_size = 'Default'
1034
+ if vm_size is not None:
1035
+ pulumi.set(__self__, "vm_size", vm_size)
1036
+
1037
+ @property
1038
+ @pulumi.getter(name="dynamicMemoryConfig")
1039
+ def dynamic_memory_config(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']]:
1040
+ """
1041
+ Dynamic memory config
1042
+ """
1043
+ return pulumi.get(self, "dynamic_memory_config")
1044
+
1045
+ @dynamic_memory_config.setter
1046
+ def dynamic_memory_config(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']]):
1047
+ pulumi.set(self, "dynamic_memory_config", value)
1048
+
1049
+ @property
1050
+ @pulumi.getter(name="memoryMB")
1051
+ def memory_mb(self) -> Optional[pulumi.Input[float]]:
1052
+ """
1053
+ RAM in MB for the virtual machine instance
1054
+ """
1055
+ return pulumi.get(self, "memory_mb")
1056
+
1057
+ @memory_mb.setter
1058
+ def memory_mb(self, value: Optional[pulumi.Input[float]]):
1059
+ pulumi.set(self, "memory_mb", value)
1060
+
1061
+ @property
1062
+ @pulumi.getter
1063
+ def processors(self) -> Optional[pulumi.Input[int]]:
1064
+ """
1065
+ number of processors for the virtual machine instance
1066
+ """
1067
+ return pulumi.get(self, "processors")
1068
+
1069
+ @processors.setter
1070
+ def processors(self, value: Optional[pulumi.Input[int]]):
1071
+ pulumi.set(self, "processors", value)
1072
+
1073
+ @property
1074
+ @pulumi.getter(name="vmSize")
1075
+ def vm_size(self) -> Optional[pulumi.Input[Union[str, 'VmSizeEnum']]]:
1076
+ """
1077
+ Enum of VM Sizes
1078
+ """
1079
+ return pulumi.get(self, "vm_size")
1080
+
1081
+ @vm_size.setter
1082
+ def vm_size(self, value: Optional[pulumi.Input[Union[str, 'VmSizeEnum']]]):
1083
+ pulumi.set(self, "vm_size", value)
1084
+
1085
+
1086
+ @pulumi.input_type
1087
+ class VirtualMachineInstancePropertiesNetworkProfileArgs:
1088
+ def __init__(__self__, *,
1089
+ network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]] = None):
1090
+ """
1091
+ NetworkProfile - describes the network configuration the virtual machine instance
1092
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
1093
+ """
1094
+ if network_interfaces is not None:
1095
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
1096
+
1097
+ @property
1098
+ @pulumi.getter(name="networkInterfaces")
1099
+ def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]]:
1100
+ """
1101
+ NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
1102
+ """
1103
+ return pulumi.get(self, "network_interfaces")
1104
+
1105
+ @network_interfaces.setter
1106
+ def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]]):
1107
+ pulumi.set(self, "network_interfaces", value)
1108
+
1109
+
1110
+ @pulumi.input_type
1111
+ class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs:
1112
+ def __init__(__self__, *,
1113
+ disable_password_authentication: Optional[pulumi.Input[bool]] = None,
1114
+ provision_vm_agent: Optional[pulumi.Input[bool]] = None,
1115
+ provision_vm_config_agent: Optional[pulumi.Input[bool]] = None,
1116
+ ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None):
1117
+ """
1118
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
1119
+ :param pulumi.Input[bool] disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
1120
+ :param pulumi.Input[bool] provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
1121
+ :param pulumi.Input[bool] provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
1122
+ :param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for a Linux OS.
1123
+ """
1124
+ if disable_password_authentication is not None:
1125
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
1126
+ if provision_vm_agent is None:
1127
+ provision_vm_agent = True
1128
+ if provision_vm_agent is not None:
1129
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
1130
+ if provision_vm_config_agent is None:
1131
+ provision_vm_config_agent = True
1132
+ if provision_vm_config_agent is not None:
1133
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
1134
+ if ssh is not None:
1135
+ pulumi.set(__self__, "ssh", ssh)
1136
+
1137
+ @property
1138
+ @pulumi.getter(name="disablePasswordAuthentication")
1139
+ def disable_password_authentication(self) -> Optional[pulumi.Input[bool]]:
1140
+ """
1141
+ DisablePasswordAuthentication - whether password authentication should be disabled
1142
+ """
1143
+ return pulumi.get(self, "disable_password_authentication")
1144
+
1145
+ @disable_password_authentication.setter
1146
+ def disable_password_authentication(self, value: Optional[pulumi.Input[bool]]):
1147
+ pulumi.set(self, "disable_password_authentication", value)
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="provisionVMAgent")
1151
+ def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
1152
+ """
1153
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
1154
+ """
1155
+ return pulumi.get(self, "provision_vm_agent")
1156
+
1157
+ @provision_vm_agent.setter
1158
+ def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
1159
+ pulumi.set(self, "provision_vm_agent", value)
1160
+
1161
+ @property
1162
+ @pulumi.getter(name="provisionVMConfigAgent")
1163
+ def provision_vm_config_agent(self) -> Optional[pulumi.Input[bool]]:
1164
+ """
1165
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
1166
+ """
1167
+ return pulumi.get(self, "provision_vm_config_agent")
1168
+
1169
+ @provision_vm_config_agent.setter
1170
+ def provision_vm_config_agent(self, value: Optional[pulumi.Input[bool]]):
1171
+ pulumi.set(self, "provision_vm_config_agent", value)
1172
+
1173
+ @property
1174
+ @pulumi.getter
1175
+ def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
1176
+ """
1177
+ Specifies the ssh key configuration for a Linux OS.
1178
+ """
1179
+ return pulumi.get(self, "ssh")
1180
+
1181
+ @ssh.setter
1182
+ def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
1183
+ pulumi.set(self, "ssh", value)
1184
+
1185
+
1186
+ @pulumi.input_type
1187
+ class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs:
1188
+ def __init__(__self__, *,
1189
+ enable_automatic_updates: Optional[pulumi.Input[bool]] = None,
1190
+ provision_vm_agent: Optional[pulumi.Input[bool]] = None,
1191
+ provision_vm_config_agent: Optional[pulumi.Input[bool]] = None,
1192
+ ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None,
1193
+ time_zone: Optional[pulumi.Input[str]] = None):
1194
+ """
1195
+ Windows Configuration for the virtual machine instance
1196
+ :param pulumi.Input[bool] enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
1197
+ :param pulumi.Input[bool] provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
1198
+ :param pulumi.Input[bool] provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
1199
+ :param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for Windows OS.
1200
+ :param pulumi.Input[str] time_zone: TimeZone for the virtual machine instance
1201
+ """
1202
+ if enable_automatic_updates is not None:
1203
+ pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
1204
+ if provision_vm_agent is None:
1205
+ provision_vm_agent = True
1206
+ if provision_vm_agent is not None:
1207
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
1208
+ if provision_vm_config_agent is None:
1209
+ provision_vm_config_agent = True
1210
+ if provision_vm_config_agent is not None:
1211
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
1212
+ if ssh is not None:
1213
+ pulumi.set(__self__, "ssh", ssh)
1214
+ if time_zone is not None:
1215
+ pulumi.set(__self__, "time_zone", time_zone)
1216
+
1217
+ @property
1218
+ @pulumi.getter(name="enableAutomaticUpdates")
1219
+ def enable_automatic_updates(self) -> Optional[pulumi.Input[bool]]:
1220
+ """
1221
+ Whether to EnableAutomaticUpdates on the machine
1222
+ """
1223
+ return pulumi.get(self, "enable_automatic_updates")
1224
+
1225
+ @enable_automatic_updates.setter
1226
+ def enable_automatic_updates(self, value: Optional[pulumi.Input[bool]]):
1227
+ pulumi.set(self, "enable_automatic_updates", value)
1228
+
1229
+ @property
1230
+ @pulumi.getter(name="provisionVMAgent")
1231
+ def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
1232
+ """
1233
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
1234
+ """
1235
+ return pulumi.get(self, "provision_vm_agent")
1236
+
1237
+ @provision_vm_agent.setter
1238
+ def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
1239
+ pulumi.set(self, "provision_vm_agent", value)
1240
+
1241
+ @property
1242
+ @pulumi.getter(name="provisionVMConfigAgent")
1243
+ def provision_vm_config_agent(self) -> Optional[pulumi.Input[bool]]:
1244
+ """
1245
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
1246
+ """
1247
+ return pulumi.get(self, "provision_vm_config_agent")
1248
+
1249
+ @provision_vm_config_agent.setter
1250
+ def provision_vm_config_agent(self, value: Optional[pulumi.Input[bool]]):
1251
+ pulumi.set(self, "provision_vm_config_agent", value)
1252
+
1253
+ @property
1254
+ @pulumi.getter
1255
+ def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
1256
+ """
1257
+ Specifies the ssh key configuration for Windows OS.
1258
+ """
1259
+ return pulumi.get(self, "ssh")
1260
+
1261
+ @ssh.setter
1262
+ def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
1263
+ pulumi.set(self, "ssh", value)
1264
+
1265
+ @property
1266
+ @pulumi.getter(name="timeZone")
1267
+ def time_zone(self) -> Optional[pulumi.Input[str]]:
1268
+ """
1269
+ TimeZone for the virtual machine instance
1270
+ """
1271
+ return pulumi.get(self, "time_zone")
1272
+
1273
+ @time_zone.setter
1274
+ def time_zone(self, value: Optional[pulumi.Input[str]]):
1275
+ pulumi.set(self, "time_zone", value)
1276
+
1277
+
1278
+ @pulumi.input_type
1279
+ class VirtualMachineInstancePropertiesOsProfileArgs:
1280
+ def __init__(__self__, *,
1281
+ admin_password: Optional[pulumi.Input[str]] = None,
1282
+ admin_username: Optional[pulumi.Input[str]] = None,
1283
+ computer_name: Optional[pulumi.Input[str]] = None,
1284
+ linux_configuration: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']] = None,
1285
+ windows_configuration: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']] = None):
1286
+ """
1287
+ OsProfile - describes the configuration of the operating system and sets login data
1288
+ :param pulumi.Input[str] admin_password: AdminPassword - admin password
1289
+ :param pulumi.Input[str] admin_username: AdminUsername - admin username
1290
+ :param pulumi.Input[str] computer_name: ComputerName - name of the compute
1291
+ :param pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs'] linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
1292
+ :param pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs'] windows_configuration: Windows Configuration for the virtual machine instance
1293
+ """
1294
+ if admin_password is not None:
1295
+ pulumi.set(__self__, "admin_password", admin_password)
1296
+ if admin_username is not None:
1297
+ pulumi.set(__self__, "admin_username", admin_username)
1298
+ if computer_name is not None:
1299
+ pulumi.set(__self__, "computer_name", computer_name)
1300
+ if linux_configuration is not None:
1301
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
1302
+ if windows_configuration is not None:
1303
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
1304
+
1305
+ @property
1306
+ @pulumi.getter(name="adminPassword")
1307
+ def admin_password(self) -> Optional[pulumi.Input[str]]:
1308
+ """
1309
+ AdminPassword - admin password
1310
+ """
1311
+ return pulumi.get(self, "admin_password")
1312
+
1313
+ @admin_password.setter
1314
+ def admin_password(self, value: Optional[pulumi.Input[str]]):
1315
+ pulumi.set(self, "admin_password", value)
1316
+
1317
+ @property
1318
+ @pulumi.getter(name="adminUsername")
1319
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
1320
+ """
1321
+ AdminUsername - admin username
1322
+ """
1323
+ return pulumi.get(self, "admin_username")
1324
+
1325
+ @admin_username.setter
1326
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
1327
+ pulumi.set(self, "admin_username", value)
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="computerName")
1331
+ def computer_name(self) -> Optional[pulumi.Input[str]]:
1332
+ """
1333
+ ComputerName - name of the compute
1334
+ """
1335
+ return pulumi.get(self, "computer_name")
1336
+
1337
+ @computer_name.setter
1338
+ def computer_name(self, value: Optional[pulumi.Input[str]]):
1339
+ pulumi.set(self, "computer_name", value)
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="linuxConfiguration")
1343
+ def linux_configuration(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']]:
1344
+ """
1345
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
1346
+ """
1347
+ return pulumi.get(self, "linux_configuration")
1348
+
1349
+ @linux_configuration.setter
1350
+ def linux_configuration(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']]):
1351
+ pulumi.set(self, "linux_configuration", value)
1352
+
1353
+ @property
1354
+ @pulumi.getter(name="windowsConfiguration")
1355
+ def windows_configuration(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']]:
1356
+ """
1357
+ Windows Configuration for the virtual machine instance
1358
+ """
1359
+ return pulumi.get(self, "windows_configuration")
1360
+
1361
+ @windows_configuration.setter
1362
+ def windows_configuration(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']]):
1363
+ pulumi.set(self, "windows_configuration", value)
1364
+
1365
+
1366
+ @pulumi.input_type
1367
+ class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs:
1368
+ def __init__(__self__, *,
1369
+ secure_boot_enabled: Optional[pulumi.Input[bool]] = None):
1370
+ """
1371
+ Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
1372
+ :param pulumi.Input[bool] secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
1373
+ """
1374
+ if secure_boot_enabled is None:
1375
+ secure_boot_enabled = False
1376
+ if secure_boot_enabled is not None:
1377
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
1378
+
1379
+ @property
1380
+ @pulumi.getter(name="secureBootEnabled")
1381
+ def secure_boot_enabled(self) -> Optional[pulumi.Input[bool]]:
1382
+ """
1383
+ Specifies whether secure boot should be enabled on the virtual machine instance.
1384
+ """
1385
+ return pulumi.get(self, "secure_boot_enabled")
1386
+
1387
+ @secure_boot_enabled.setter
1388
+ def secure_boot_enabled(self, value: Optional[pulumi.Input[bool]]):
1389
+ pulumi.set(self, "secure_boot_enabled", value)
1390
+
1391
+
1392
+ @pulumi.input_type
1393
+ class VirtualMachineInstancePropertiesSecurityProfileArgs:
1394
+ def __init__(__self__, *,
1395
+ enable_tpm: Optional[pulumi.Input[bool]] = None,
1396
+ security_type: Optional[pulumi.Input[Union[str, 'SecurityTypes']]] = None,
1397
+ uefi_settings: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']] = None):
1398
+ """
1399
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
1400
+ :param pulumi.Input[bool] enable_tpm: Enable TPM flag
1401
+ :param pulumi.Input[Union[str, 'SecurityTypes']] security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
1402
+ :param pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs'] uefi_settings: Uefi settings of the virtual machine instance
1403
+ """
1404
+ if enable_tpm is None:
1405
+ enable_tpm = False
1406
+ if enable_tpm is not None:
1407
+ pulumi.set(__self__, "enable_tpm", enable_tpm)
1408
+ if security_type is not None:
1409
+ pulumi.set(__self__, "security_type", security_type)
1410
+ if uefi_settings is not None:
1411
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
1412
+
1413
+ @property
1414
+ @pulumi.getter(name="enableTPM")
1415
+ def enable_tpm(self) -> Optional[pulumi.Input[bool]]:
1416
+ """
1417
+ Enable TPM flag
1418
+ """
1419
+ return pulumi.get(self, "enable_tpm")
1420
+
1421
+ @enable_tpm.setter
1422
+ def enable_tpm(self, value: Optional[pulumi.Input[bool]]):
1423
+ pulumi.set(self, "enable_tpm", value)
1424
+
1425
+ @property
1426
+ @pulumi.getter(name="securityType")
1427
+ def security_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityTypes']]]:
1428
+ """
1429
+ Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
1430
+ """
1431
+ return pulumi.get(self, "security_type")
1432
+
1433
+ @security_type.setter
1434
+ def security_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityTypes']]]):
1435
+ pulumi.set(self, "security_type", value)
1436
+
1437
+ @property
1438
+ @pulumi.getter(name="uefiSettings")
1439
+ def uefi_settings(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']]:
1440
+ """
1441
+ Uefi settings of the virtual machine instance
1442
+ """
1443
+ return pulumi.get(self, "uefi_settings")
1444
+
1445
+ @uefi_settings.setter
1446
+ def uefi_settings(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']]):
1447
+ pulumi.set(self, "uefi_settings", value)
1448
+
1449
+
1450
+ @pulumi.input_type
1451
+ class VirtualMachineInstancePropertiesStorageProfileOsDiskArgs:
1452
+ def __init__(__self__, *,
1453
+ id: Optional[pulumi.Input[str]] = None,
1454
+ os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None):
1455
+ """
1456
+ VHD to attach as OS disk
1457
+ :param pulumi.Input[str] id: The ARM ID for a Virtual Hard Disk.
1458
+ :param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
1459
+ """
1460
+ if id is not None:
1461
+ pulumi.set(__self__, "id", id)
1462
+ if os_type is not None:
1463
+ pulumi.set(__self__, "os_type", os_type)
1464
+
1465
+ @property
1466
+ @pulumi.getter
1467
+ def id(self) -> Optional[pulumi.Input[str]]:
1468
+ """
1469
+ The ARM ID for a Virtual Hard Disk.
1470
+ """
1471
+ return pulumi.get(self, "id")
1472
+
1473
+ @id.setter
1474
+ def id(self, value: Optional[pulumi.Input[str]]):
1475
+ pulumi.set(self, "id", value)
1476
+
1477
+ @property
1478
+ @pulumi.getter(name="osType")
1479
+ def os_type(self) -> Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]]:
1480
+ """
1481
+ This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
1482
+ """
1483
+ return pulumi.get(self, "os_type")
1484
+
1485
+ @os_type.setter
1486
+ def os_type(self, value: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]]):
1487
+ pulumi.set(self, "os_type", value)
1488
+
1489
+
1490
+ @pulumi.input_type
1491
+ class VirtualMachineInstancePropertiesStorageProfileArgs:
1492
+ def __init__(__self__, *,
1493
+ data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]] = None,
1494
+ image_reference: Optional[pulumi.Input['ImageArmReferenceArgs']] = None,
1495
+ os_disk: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']] = None,
1496
+ vm_config_storage_path_id: Optional[pulumi.Input[str]] = None):
1497
+ """
1498
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
1499
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]] data_disks: adds data disks to the virtual machine instance
1500
+ :param pulumi.Input['ImageArmReferenceArgs'] image_reference: Which Image to use for the virtual machine instance
1501
+ :param pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs'] os_disk: VHD to attach as OS disk
1502
+ :param pulumi.Input[str] vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
1503
+ """
1504
+ if data_disks is not None:
1505
+ pulumi.set(__self__, "data_disks", data_disks)
1506
+ if image_reference is not None:
1507
+ pulumi.set(__self__, "image_reference", image_reference)
1508
+ if os_disk is not None:
1509
+ pulumi.set(__self__, "os_disk", os_disk)
1510
+ if vm_config_storage_path_id is not None:
1511
+ pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
1512
+
1513
+ @property
1514
+ @pulumi.getter(name="dataDisks")
1515
+ def data_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]]:
1516
+ """
1517
+ adds data disks to the virtual machine instance
1518
+ """
1519
+ return pulumi.get(self, "data_disks")
1520
+
1521
+ @data_disks.setter
1522
+ def data_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]]):
1523
+ pulumi.set(self, "data_disks", value)
1524
+
1525
+ @property
1526
+ @pulumi.getter(name="imageReference")
1527
+ def image_reference(self) -> Optional[pulumi.Input['ImageArmReferenceArgs']]:
1528
+ """
1529
+ Which Image to use for the virtual machine instance
1530
+ """
1531
+ return pulumi.get(self, "image_reference")
1532
+
1533
+ @image_reference.setter
1534
+ def image_reference(self, value: Optional[pulumi.Input['ImageArmReferenceArgs']]):
1535
+ pulumi.set(self, "image_reference", value)
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="osDisk")
1539
+ def os_disk(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']]:
1540
+ """
1541
+ VHD to attach as OS disk
1542
+ """
1543
+ return pulumi.get(self, "os_disk")
1544
+
1545
+ @os_disk.setter
1546
+ def os_disk(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']]):
1547
+ pulumi.set(self, "os_disk", value)
1548
+
1549
+ @property
1550
+ @pulumi.getter(name="vmConfigStoragePathId")
1551
+ def vm_config_storage_path_id(self) -> Optional[pulumi.Input[str]]:
1552
+ """
1553
+ Id of the storage container that hosts the VM configuration file
1554
+ """
1555
+ return pulumi.get(self, "vm_config_storage_path_id")
1556
+
1557
+ @vm_config_storage_path_id.setter
1558
+ def vm_config_storage_path_id(self, value: Optional[pulumi.Input[str]]):
1559
+ pulumi.set(self, "vm_config_storage_path_id", value)
1560
+
1561
+