pulumi-azure-native 2.77.0a1733941988__py3-none-any.whl → 2.77.0a1733990841__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 (342) hide show
  1. pulumi_azure_native/__init__.py +65 -0
  2. pulumi_azure_native/automation/__init__.py +3 -0
  3. pulumi_azure_native/automation/automation_account.py +3 -3
  4. pulumi_azure_native/automation/certificate.py +3 -3
  5. pulumi_azure_native/automation/connection.py +3 -3
  6. pulumi_azure_native/automation/connection_type.py +3 -3
  7. pulumi_azure_native/automation/credential.py +3 -3
  8. pulumi_azure_native/automation/dsc_configuration.py +3 -3
  9. pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
  10. pulumi_azure_native/automation/get_automation_account.py +2 -2
  11. pulumi_azure_native/automation/get_certificate.py +2 -2
  12. pulumi_azure_native/automation/get_connection.py +2 -2
  13. pulumi_azure_native/automation/get_connection_type.py +2 -2
  14. pulumi_azure_native/automation/get_credential.py +2 -2
  15. pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
  16. pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
  17. pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
  18. pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
  19. pulumi_azure_native/automation/get_job_schedule.py +2 -2
  20. pulumi_azure_native/automation/get_module.py +2 -2
  21. pulumi_azure_native/automation/get_package.py +4 -0
  22. pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
  23. pulumi_azure_native/automation/get_python2_package.py +2 -2
  24. pulumi_azure_native/automation/get_python3_package.py +2 -2
  25. pulumi_azure_native/automation/get_runbook.py +2 -2
  26. pulumi_azure_native/automation/get_runtime_environment.py +4 -0
  27. pulumi_azure_native/automation/get_schedule.py +2 -2
  28. pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
  29. pulumi_azure_native/automation/get_source_control.py +2 -2
  30. pulumi_azure_native/automation/get_variable.py +2 -2
  31. pulumi_azure_native/automation/get_watcher.py +2 -2
  32. pulumi_azure_native/automation/get_webhook.py +2 -2
  33. pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
  34. pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
  35. pulumi_azure_native/automation/job_schedule.py +3 -3
  36. pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +4 -0
  37. pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
  38. pulumi_azure_native/automation/module.py +3 -3
  39. pulumi_azure_native/automation/package.py +5 -1
  40. pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
  41. pulumi_azure_native/automation/python2_package.py +3 -3
  42. pulumi_azure_native/automation/python3_package.py +3 -3
  43. pulumi_azure_native/automation/runbook.py +3 -3
  44. pulumi_azure_native/automation/runtime_environment.py +5 -1
  45. pulumi_azure_native/automation/schedule.py +3 -3
  46. pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
  47. pulumi_azure_native/automation/source_control.py +3 -3
  48. pulumi_azure_native/automation/v20151031/webhook.py +1 -1
  49. pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
  50. pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
  51. pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
  53. pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
  54. pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
  55. pulumi_azure_native/automation/v20220808/certificate.py +1 -1
  56. pulumi_azure_native/automation/v20220808/connection.py +1 -1
  57. pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
  58. pulumi_azure_native/automation/v20220808/credential.py +1 -1
  59. pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
  60. pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
  61. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
  62. pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
  63. pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
  64. pulumi_azure_native/automation/v20220808/module.py +1 -1
  65. pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
  66. pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
  67. pulumi_azure_native/automation/v20220808/runbook.py +1 -1
  68. pulumi_azure_native/automation/v20220808/schedule.py +1 -1
  69. pulumi_azure_native/automation/v20220808/source_control.py +1 -1
  70. pulumi_azure_native/automation/v20220808/variable.py +1 -1
  71. pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
  72. pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
  73. pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
  74. pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
  75. pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
  76. pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
  77. pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
  78. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
  79. pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
  80. pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
  81. pulumi_azure_native/automation/v20230515preview/module.py +1 -1
  82. pulumi_azure_native/automation/v20230515preview/package.py +1 -1
  83. pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
  85. pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
  86. pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
  87. pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
  88. pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
  89. pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
  90. pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
  91. pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
  92. pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
  93. pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
  94. pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
  95. pulumi_azure_native/automation/v20231101/certificate.py +1 -1
  96. pulumi_azure_native/automation/v20231101/connection.py +1 -1
  97. pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
  98. pulumi_azure_native/automation/v20231101/credential.py +1 -1
  99. pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
  100. pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
  101. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
  102. pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
  103. pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
  104. pulumi_azure_native/automation/v20231101/module.py +1 -1
  105. pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
  106. pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
  107. pulumi_azure_native/automation/v20231101/runbook.py +1 -1
  108. pulumi_azure_native/automation/v20231101/schedule.py +1 -1
  109. pulumi_azure_native/automation/v20231101/source_control.py +1 -1
  110. pulumi_azure_native/automation/v20231101/variable.py +1 -1
  111. pulumi_azure_native/automation/v20241023/__init__.py +58 -0
  112. pulumi_azure_native/automation/v20241023/_enums.py +157 -0
  113. pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
  114. pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
  115. pulumi_azure_native/automation/v20241023/certificate.py +348 -0
  116. pulumi_azure_native/automation/v20241023/connection.py +319 -0
  117. pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
  118. pulumi_azure_native/automation/v20241023/credential.py +310 -0
  119. pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
  120. pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
  121. pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
  122. pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
  123. pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
  124. pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
  125. pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
  126. pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
  127. pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
  128. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
  129. pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
  130. pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
  131. pulumi_azure_native/automation/v20241023/get_module.py +331 -0
  132. pulumi_azure_native/automation/v20241023/get_package.py +267 -0
  133. pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
  134. pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
  135. pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
  136. pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
  137. pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
  138. pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
  139. pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
  140. pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
  141. pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
  142. pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
  143. pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
  144. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
  145. pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
  146. pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
  147. pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
  148. pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
  149. pulumi_azure_native/automation/v20241023/module.py +408 -0
  150. pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
  151. pulumi_azure_native/automation/v20241023/package.py +341 -0
  152. pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
  153. pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
  154. pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
  155. pulumi_azure_native/automation/v20241023/runbook.py +592 -0
  156. pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
  157. pulumi_azure_native/automation/v20241023/schedule.py +487 -0
  158. pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
  159. pulumi_azure_native/automation/v20241023/source_control.py +435 -0
  160. pulumi_azure_native/automation/v20241023/variable.py +317 -0
  161. pulumi_azure_native/automation/v20241023/watcher.py +443 -0
  162. pulumi_azure_native/automation/v20241023/webhook.py +435 -0
  163. pulumi_azure_native/automation/variable.py +3 -3
  164. pulumi_azure_native/automation/watcher.py +3 -3
  165. pulumi_azure_native/automation/webhook.py +3 -3
  166. pulumi_azure_native/datafactory/_inputs.py +20 -0
  167. pulumi_azure_native/datafactory/outputs.py +14 -0
  168. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  169. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  170. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
  171. pulumi_azure_native/offazure/__init__.py +3 -0
  172. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  173. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  174. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  175. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  176. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  177. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  178. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  179. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  180. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  181. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  182. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  183. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  184. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  185. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  186. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  187. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  188. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  189. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  190. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  191. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  192. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  193. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  194. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  196. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  197. pulumi_azure_native/offazure/site.py +1 -1
  198. pulumi_azure_native/offazure/sites_controller.py +3 -3
  199. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  200. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  201. pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
  202. pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/offazure/v20200707/site.py +1 -1
  204. pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
  205. pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
  206. pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
  207. pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
  208. pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
  209. pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
  210. pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
  211. pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
  212. pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
  213. pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
  214. pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
  215. pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
  216. pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
  217. pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
  218. pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
  219. pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
  220. pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
  221. pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
  222. pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
  223. pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
  224. pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
  225. pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
  226. pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
  227. pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
  228. pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
  229. pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
  230. pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
  231. pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
  232. pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
  233. pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
  234. pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
  235. pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
  236. pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
  237. pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
  238. pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
  239. pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
  240. pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
  241. pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
  242. pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
  243. pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
  244. pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
  245. pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
  246. pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
  247. pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
  248. pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
  249. pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +306 -0
  250. pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
  251. pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
  252. pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
  253. pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
  254. pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
  255. pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
  256. pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
  257. pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
  258. pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
  259. pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
  260. pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
  261. pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
  262. pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
  263. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  264. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  265. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  266. pulumi_azure_native/pulumi-plugin.json +1 -1
  267. pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
  268. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
  269. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
  270. pulumi_azure_native/resources/__init__.py +3 -0
  271. pulumi_azure_native/resources/deployment.py +3 -3
  272. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  273. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  274. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  275. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  276. pulumi_azure_native/resources/get_deployment.py +2 -2
  277. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  278. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  279. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  280. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  281. pulumi_azure_native/resources/get_resource.py +2 -2
  282. pulumi_azure_native/resources/get_resource_group.py +2 -2
  283. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  284. pulumi_azure_native/resources/resource.py +3 -3
  285. pulumi_azure_native/resources/resource_group.py +3 -3
  286. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  287. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  288. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  289. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  290. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  291. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  292. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  293. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  294. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  295. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  296. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  297. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  298. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  299. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  300. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  301. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  302. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  303. pulumi_azure_native/resources/v20240301/deployment.py +1 -1
  304. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
  305. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
  306. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
  307. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
  308. pulumi_azure_native/resources/v20240301/resource.py +1 -1
  309. pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
  310. pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
  311. pulumi_azure_native/resources/v20240701/deployment.py +1 -1
  312. pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
  313. pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
  314. pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
  315. pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
  316. pulumi_azure_native/resources/v20240701/resource.py +1 -1
  317. pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
  318. pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
  319. pulumi_azure_native/resources/v20241101/__init__.py +26 -0
  320. pulumi_azure_native/resources/v20241101/_enums.py +74 -0
  321. pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
  322. pulumi_azure_native/resources/v20241101/deployment.py +249 -0
  323. pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
  324. pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
  325. pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
  326. pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
  327. pulumi_azure_native/resources/v20241101/get_deployment.py +157 -0
  328. pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
  329. pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
  330. pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
  331. pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
  332. pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
  333. pulumi_azure_native/resources/v20241101/get_resource_group.py +165 -0
  334. pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
  335. pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
  336. pulumi_azure_native/resources/v20241101/resource.py +485 -0
  337. pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
  338. pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
  339. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/RECORD +342 -237
  341. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1952 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AliasPathMetadataResponse',
21
+ 'AliasPathResponse',
22
+ 'AliasPatternResponse',
23
+ 'AliasResponse',
24
+ 'ApiProfileResponse',
25
+ 'BasicDependencyResponse',
26
+ 'DebugSettingResponse',
27
+ 'DependencyResponse',
28
+ 'DeploymentDiagnosticsDefinitionResponse',
29
+ 'DeploymentPropertiesExtendedResponse',
30
+ 'ErrorAdditionalInfoResponse',
31
+ 'ErrorResponseResponse',
32
+ 'ExtendedLocationResponse',
33
+ 'IdentityResponse',
34
+ 'IdentityResponseUserAssignedIdentities',
35
+ 'OnErrorDeploymentExtendedResponse',
36
+ 'ParametersLinkResponse',
37
+ 'PlanResponse',
38
+ 'ProviderExtendedLocationResponse',
39
+ 'ProviderResourceTypeResponse',
40
+ 'ProviderResponse',
41
+ 'ResourceGroupPropertiesResponse',
42
+ 'ResourceReferenceResponse',
43
+ 'SkuResponse',
44
+ 'TagsResponse',
45
+ 'TemplateLinkResponse',
46
+ 'ZoneMappingResponse',
47
+ ]
48
+
49
+ @pulumi.output_type
50
+ class AliasPathMetadataResponse(dict):
51
+ def __init__(__self__, *,
52
+ attributes: str,
53
+ type: str):
54
+ """
55
+ :param str attributes: The attributes of the token that the alias path is referring to.
56
+ :param str type: The type of the token that the alias path is referring to.
57
+ """
58
+ pulumi.set(__self__, "attributes", attributes)
59
+ pulumi.set(__self__, "type", type)
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def attributes(self) -> str:
64
+ """
65
+ The attributes of the token that the alias path is referring to.
66
+ """
67
+ return pulumi.get(self, "attributes")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def type(self) -> str:
72
+ """
73
+ The type of the token that the alias path is referring to.
74
+ """
75
+ return pulumi.get(self, "type")
76
+
77
+
78
+ @pulumi.output_type
79
+ class AliasPathResponse(dict):
80
+ """
81
+ The type of the paths for alias.
82
+ """
83
+ @staticmethod
84
+ def __key_warning(key: str):
85
+ suggest = None
86
+ if key == "apiVersions":
87
+ suggest = "api_versions"
88
+
89
+ if suggest:
90
+ pulumi.log.warn(f"Key '{key}' not found in AliasPathResponse. Access the value via the '{suggest}' property getter instead.")
91
+
92
+ def __getitem__(self, key: str) -> Any:
93
+ AliasPathResponse.__key_warning(key)
94
+ return super().__getitem__(key)
95
+
96
+ def get(self, key: str, default = None) -> Any:
97
+ AliasPathResponse.__key_warning(key)
98
+ return super().get(key, default)
99
+
100
+ def __init__(__self__, *,
101
+ metadata: 'outputs.AliasPathMetadataResponse',
102
+ api_versions: Optional[Sequence[str]] = None,
103
+ path: Optional[str] = None,
104
+ pattern: Optional['outputs.AliasPatternResponse'] = None):
105
+ """
106
+ The type of the paths for alias.
107
+ :param 'AliasPathMetadataResponse' metadata: The metadata of the alias path. If missing, fall back to the default metadata of the alias.
108
+ :param Sequence[str] api_versions: The API versions.
109
+ :param str path: The path of an alias.
110
+ :param 'AliasPatternResponse' pattern: The pattern for an alias path.
111
+ """
112
+ pulumi.set(__self__, "metadata", metadata)
113
+ if api_versions is not None:
114
+ pulumi.set(__self__, "api_versions", api_versions)
115
+ if path is not None:
116
+ pulumi.set(__self__, "path", path)
117
+ if pattern is not None:
118
+ pulumi.set(__self__, "pattern", pattern)
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def metadata(self) -> 'outputs.AliasPathMetadataResponse':
123
+ """
124
+ The metadata of the alias path. If missing, fall back to the default metadata of the alias.
125
+ """
126
+ return pulumi.get(self, "metadata")
127
+
128
+ @property
129
+ @pulumi.getter(name="apiVersions")
130
+ def api_versions(self) -> Optional[Sequence[str]]:
131
+ """
132
+ The API versions.
133
+ """
134
+ return pulumi.get(self, "api_versions")
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def path(self) -> Optional[str]:
139
+ """
140
+ The path of an alias.
141
+ """
142
+ return pulumi.get(self, "path")
143
+
144
+ @property
145
+ @pulumi.getter
146
+ def pattern(self) -> Optional['outputs.AliasPatternResponse']:
147
+ """
148
+ The pattern for an alias path.
149
+ """
150
+ return pulumi.get(self, "pattern")
151
+
152
+
153
+ @pulumi.output_type
154
+ class AliasPatternResponse(dict):
155
+ """
156
+ The type of the pattern for an alias path.
157
+ """
158
+ def __init__(__self__, *,
159
+ phrase: Optional[str] = None,
160
+ type: Optional[str] = None,
161
+ variable: Optional[str] = None):
162
+ """
163
+ The type of the pattern for an alias path.
164
+ :param str phrase: The alias pattern phrase.
165
+ :param str type: The type of alias pattern
166
+ :param str variable: The alias pattern variable.
167
+ """
168
+ if phrase is not None:
169
+ pulumi.set(__self__, "phrase", phrase)
170
+ if type is not None:
171
+ pulumi.set(__self__, "type", type)
172
+ if variable is not None:
173
+ pulumi.set(__self__, "variable", variable)
174
+
175
+ @property
176
+ @pulumi.getter
177
+ def phrase(self) -> Optional[str]:
178
+ """
179
+ The alias pattern phrase.
180
+ """
181
+ return pulumi.get(self, "phrase")
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def type(self) -> Optional[str]:
186
+ """
187
+ The type of alias pattern
188
+ """
189
+ return pulumi.get(self, "type")
190
+
191
+ @property
192
+ @pulumi.getter
193
+ def variable(self) -> Optional[str]:
194
+ """
195
+ The alias pattern variable.
196
+ """
197
+ return pulumi.get(self, "variable")
198
+
199
+
200
+ @pulumi.output_type
201
+ class AliasResponse(dict):
202
+ """
203
+ The alias type.
204
+ """
205
+ @staticmethod
206
+ def __key_warning(key: str):
207
+ suggest = None
208
+ if key == "defaultMetadata":
209
+ suggest = "default_metadata"
210
+ elif key == "defaultPath":
211
+ suggest = "default_path"
212
+ elif key == "defaultPattern":
213
+ suggest = "default_pattern"
214
+
215
+ if suggest:
216
+ pulumi.log.warn(f"Key '{key}' not found in AliasResponse. Access the value via the '{suggest}' property getter instead.")
217
+
218
+ def __getitem__(self, key: str) -> Any:
219
+ AliasResponse.__key_warning(key)
220
+ return super().__getitem__(key)
221
+
222
+ def get(self, key: str, default = None) -> Any:
223
+ AliasResponse.__key_warning(key)
224
+ return super().get(key, default)
225
+
226
+ def __init__(__self__, *,
227
+ default_metadata: 'outputs.AliasPathMetadataResponse',
228
+ default_path: Optional[str] = None,
229
+ default_pattern: Optional['outputs.AliasPatternResponse'] = None,
230
+ name: Optional[str] = None,
231
+ paths: Optional[Sequence['outputs.AliasPathResponse']] = None,
232
+ type: Optional[str] = None):
233
+ """
234
+ The alias type.
235
+ :param 'AliasPathMetadataResponse' default_metadata: The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata
236
+ :param str default_path: The default path for an alias.
237
+ :param 'AliasPatternResponse' default_pattern: The default pattern for an alias.
238
+ :param str name: The alias name.
239
+ :param Sequence['AliasPathResponse'] paths: The paths for an alias.
240
+ :param str type: The type of the alias.
241
+ """
242
+ pulumi.set(__self__, "default_metadata", default_metadata)
243
+ if default_path is not None:
244
+ pulumi.set(__self__, "default_path", default_path)
245
+ if default_pattern is not None:
246
+ pulumi.set(__self__, "default_pattern", default_pattern)
247
+ if name is not None:
248
+ pulumi.set(__self__, "name", name)
249
+ if paths is not None:
250
+ pulumi.set(__self__, "paths", paths)
251
+ if type is not None:
252
+ pulumi.set(__self__, "type", type)
253
+
254
+ @property
255
+ @pulumi.getter(name="defaultMetadata")
256
+ def default_metadata(self) -> 'outputs.AliasPathMetadataResponse':
257
+ """
258
+ The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata
259
+ """
260
+ return pulumi.get(self, "default_metadata")
261
+
262
+ @property
263
+ @pulumi.getter(name="defaultPath")
264
+ def default_path(self) -> Optional[str]:
265
+ """
266
+ The default path for an alias.
267
+ """
268
+ return pulumi.get(self, "default_path")
269
+
270
+ @property
271
+ @pulumi.getter(name="defaultPattern")
272
+ def default_pattern(self) -> Optional['outputs.AliasPatternResponse']:
273
+ """
274
+ The default pattern for an alias.
275
+ """
276
+ return pulumi.get(self, "default_pattern")
277
+
278
+ @property
279
+ @pulumi.getter
280
+ def name(self) -> Optional[str]:
281
+ """
282
+ The alias name.
283
+ """
284
+ return pulumi.get(self, "name")
285
+
286
+ @property
287
+ @pulumi.getter
288
+ def paths(self) -> Optional[Sequence['outputs.AliasPathResponse']]:
289
+ """
290
+ The paths for an alias.
291
+ """
292
+ return pulumi.get(self, "paths")
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def type(self) -> Optional[str]:
297
+ """
298
+ The type of the alias.
299
+ """
300
+ return pulumi.get(self, "type")
301
+
302
+
303
+ @pulumi.output_type
304
+ class ApiProfileResponse(dict):
305
+ @staticmethod
306
+ def __key_warning(key: str):
307
+ suggest = None
308
+ if key == "apiVersion":
309
+ suggest = "api_version"
310
+ elif key == "profileVersion":
311
+ suggest = "profile_version"
312
+
313
+ if suggest:
314
+ pulumi.log.warn(f"Key '{key}' not found in ApiProfileResponse. Access the value via the '{suggest}' property getter instead.")
315
+
316
+ def __getitem__(self, key: str) -> Any:
317
+ ApiProfileResponse.__key_warning(key)
318
+ return super().__getitem__(key)
319
+
320
+ def get(self, key: str, default = None) -> Any:
321
+ ApiProfileResponse.__key_warning(key)
322
+ return super().get(key, default)
323
+
324
+ def __init__(__self__, *,
325
+ api_version: str,
326
+ profile_version: str):
327
+ """
328
+ :param str api_version: The API version.
329
+ :param str profile_version: The profile version.
330
+ """
331
+ pulumi.set(__self__, "api_version", api_version)
332
+ pulumi.set(__self__, "profile_version", profile_version)
333
+
334
+ @property
335
+ @pulumi.getter(name="apiVersion")
336
+ def api_version(self) -> str:
337
+ """
338
+ The API version.
339
+ """
340
+ return pulumi.get(self, "api_version")
341
+
342
+ @property
343
+ @pulumi.getter(name="profileVersion")
344
+ def profile_version(self) -> str:
345
+ """
346
+ The profile version.
347
+ """
348
+ return pulumi.get(self, "profile_version")
349
+
350
+
351
+ @pulumi.output_type
352
+ class BasicDependencyResponse(dict):
353
+ """
354
+ Deployment dependency information.
355
+ """
356
+ @staticmethod
357
+ def __key_warning(key: str):
358
+ suggest = None
359
+ if key == "resourceName":
360
+ suggest = "resource_name"
361
+ elif key == "resourceType":
362
+ suggest = "resource_type"
363
+
364
+ if suggest:
365
+ pulumi.log.warn(f"Key '{key}' not found in BasicDependencyResponse. Access the value via the '{suggest}' property getter instead.")
366
+
367
+ def __getitem__(self, key: str) -> Any:
368
+ BasicDependencyResponse.__key_warning(key)
369
+ return super().__getitem__(key)
370
+
371
+ def get(self, key: str, default = None) -> Any:
372
+ BasicDependencyResponse.__key_warning(key)
373
+ return super().get(key, default)
374
+
375
+ def __init__(__self__, *,
376
+ id: Optional[str] = None,
377
+ resource_name: Optional[str] = None,
378
+ resource_type: Optional[str] = None):
379
+ """
380
+ Deployment dependency information.
381
+ :param str id: The ID of the dependency.
382
+ :param str resource_name: The dependency resource name.
383
+ :param str resource_type: The dependency resource type.
384
+ """
385
+ if id is not None:
386
+ pulumi.set(__self__, "id", id)
387
+ if resource_name is not None:
388
+ pulumi.set(__self__, "resource_name", resource_name)
389
+ if resource_type is not None:
390
+ pulumi.set(__self__, "resource_type", resource_type)
391
+
392
+ @property
393
+ @pulumi.getter
394
+ def id(self) -> Optional[str]:
395
+ """
396
+ The ID of the dependency.
397
+ """
398
+ return pulumi.get(self, "id")
399
+
400
+ @property
401
+ @pulumi.getter(name="resourceName")
402
+ def resource_name(self) -> Optional[str]:
403
+ """
404
+ The dependency resource name.
405
+ """
406
+ return pulumi.get(self, "resource_name")
407
+
408
+ @property
409
+ @pulumi.getter(name="resourceType")
410
+ def resource_type(self) -> Optional[str]:
411
+ """
412
+ The dependency resource type.
413
+ """
414
+ return pulumi.get(self, "resource_type")
415
+
416
+
417
+ @pulumi.output_type
418
+ class DebugSettingResponse(dict):
419
+ """
420
+ The debug setting.
421
+ """
422
+ @staticmethod
423
+ def __key_warning(key: str):
424
+ suggest = None
425
+ if key == "detailLevel":
426
+ suggest = "detail_level"
427
+
428
+ if suggest:
429
+ pulumi.log.warn(f"Key '{key}' not found in DebugSettingResponse. Access the value via the '{suggest}' property getter instead.")
430
+
431
+ def __getitem__(self, key: str) -> Any:
432
+ DebugSettingResponse.__key_warning(key)
433
+ return super().__getitem__(key)
434
+
435
+ def get(self, key: str, default = None) -> Any:
436
+ DebugSettingResponse.__key_warning(key)
437
+ return super().get(key, default)
438
+
439
+ def __init__(__self__, *,
440
+ detail_level: Optional[str] = None):
441
+ """
442
+ The debug setting.
443
+ :param str detail_level: Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations.
444
+ """
445
+ if detail_level is not None:
446
+ pulumi.set(__self__, "detail_level", detail_level)
447
+
448
+ @property
449
+ @pulumi.getter(name="detailLevel")
450
+ def detail_level(self) -> Optional[str]:
451
+ """
452
+ Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations.
453
+ """
454
+ return pulumi.get(self, "detail_level")
455
+
456
+
457
+ @pulumi.output_type
458
+ class DependencyResponse(dict):
459
+ """
460
+ Deployment dependency information.
461
+ """
462
+ @staticmethod
463
+ def __key_warning(key: str):
464
+ suggest = None
465
+ if key == "dependsOn":
466
+ suggest = "depends_on"
467
+ elif key == "resourceName":
468
+ suggest = "resource_name"
469
+ elif key == "resourceType":
470
+ suggest = "resource_type"
471
+
472
+ if suggest:
473
+ pulumi.log.warn(f"Key '{key}' not found in DependencyResponse. Access the value via the '{suggest}' property getter instead.")
474
+
475
+ def __getitem__(self, key: str) -> Any:
476
+ DependencyResponse.__key_warning(key)
477
+ return super().__getitem__(key)
478
+
479
+ def get(self, key: str, default = None) -> Any:
480
+ DependencyResponse.__key_warning(key)
481
+ return super().get(key, default)
482
+
483
+ def __init__(__self__, *,
484
+ depends_on: Optional[Sequence['outputs.BasicDependencyResponse']] = None,
485
+ id: Optional[str] = None,
486
+ resource_name: Optional[str] = None,
487
+ resource_type: Optional[str] = None):
488
+ """
489
+ Deployment dependency information.
490
+ :param Sequence['BasicDependencyResponse'] depends_on: The list of dependencies.
491
+ :param str id: The ID of the dependency.
492
+ :param str resource_name: The dependency resource name.
493
+ :param str resource_type: The dependency resource type.
494
+ """
495
+ if depends_on is not None:
496
+ pulumi.set(__self__, "depends_on", depends_on)
497
+ if id is not None:
498
+ pulumi.set(__self__, "id", id)
499
+ if resource_name is not None:
500
+ pulumi.set(__self__, "resource_name", resource_name)
501
+ if resource_type is not None:
502
+ pulumi.set(__self__, "resource_type", resource_type)
503
+
504
+ @property
505
+ @pulumi.getter(name="dependsOn")
506
+ def depends_on(self) -> Optional[Sequence['outputs.BasicDependencyResponse']]:
507
+ """
508
+ The list of dependencies.
509
+ """
510
+ return pulumi.get(self, "depends_on")
511
+
512
+ @property
513
+ @pulumi.getter
514
+ def id(self) -> Optional[str]:
515
+ """
516
+ The ID of the dependency.
517
+ """
518
+ return pulumi.get(self, "id")
519
+
520
+ @property
521
+ @pulumi.getter(name="resourceName")
522
+ def resource_name(self) -> Optional[str]:
523
+ """
524
+ The dependency resource name.
525
+ """
526
+ return pulumi.get(self, "resource_name")
527
+
528
+ @property
529
+ @pulumi.getter(name="resourceType")
530
+ def resource_type(self) -> Optional[str]:
531
+ """
532
+ The dependency resource type.
533
+ """
534
+ return pulumi.get(self, "resource_type")
535
+
536
+
537
+ @pulumi.output_type
538
+ class DeploymentDiagnosticsDefinitionResponse(dict):
539
+ @staticmethod
540
+ def __key_warning(key: str):
541
+ suggest = None
542
+ if key == "additionalInfo":
543
+ suggest = "additional_info"
544
+
545
+ if suggest:
546
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentDiagnosticsDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
547
+
548
+ def __getitem__(self, key: str) -> Any:
549
+ DeploymentDiagnosticsDefinitionResponse.__key_warning(key)
550
+ return super().__getitem__(key)
551
+
552
+ def get(self, key: str, default = None) -> Any:
553
+ DeploymentDiagnosticsDefinitionResponse.__key_warning(key)
554
+ return super().get(key, default)
555
+
556
+ def __init__(__self__, *,
557
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
558
+ code: str,
559
+ level: str,
560
+ message: str,
561
+ target: str):
562
+ """
563
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
564
+ :param str code: The error code.
565
+ :param str level: Denotes the additional response level.
566
+ :param str message: The error message.
567
+ :param str target: The error target.
568
+ """
569
+ pulumi.set(__self__, "additional_info", additional_info)
570
+ pulumi.set(__self__, "code", code)
571
+ pulumi.set(__self__, "level", level)
572
+ pulumi.set(__self__, "message", message)
573
+ pulumi.set(__self__, "target", target)
574
+
575
+ @property
576
+ @pulumi.getter(name="additionalInfo")
577
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
578
+ """
579
+ The error additional info.
580
+ """
581
+ return pulumi.get(self, "additional_info")
582
+
583
+ @property
584
+ @pulumi.getter
585
+ def code(self) -> str:
586
+ """
587
+ The error code.
588
+ """
589
+ return pulumi.get(self, "code")
590
+
591
+ @property
592
+ @pulumi.getter
593
+ def level(self) -> str:
594
+ """
595
+ Denotes the additional response level.
596
+ """
597
+ return pulumi.get(self, "level")
598
+
599
+ @property
600
+ @pulumi.getter
601
+ def message(self) -> str:
602
+ """
603
+ The error message.
604
+ """
605
+ return pulumi.get(self, "message")
606
+
607
+ @property
608
+ @pulumi.getter
609
+ def target(self) -> str:
610
+ """
611
+ The error target.
612
+ """
613
+ return pulumi.get(self, "target")
614
+
615
+
616
+ @pulumi.output_type
617
+ class DeploymentPropertiesExtendedResponse(dict):
618
+ """
619
+ Deployment properties with additional details.
620
+ """
621
+ @staticmethod
622
+ def __key_warning(key: str):
623
+ suggest = None
624
+ if key == "correlationId":
625
+ suggest = "correlation_id"
626
+ elif key == "debugSetting":
627
+ suggest = "debug_setting"
628
+ elif key == "onErrorDeployment":
629
+ suggest = "on_error_deployment"
630
+ elif key == "outputResources":
631
+ suggest = "output_resources"
632
+ elif key == "parametersLink":
633
+ suggest = "parameters_link"
634
+ elif key == "provisioningState":
635
+ suggest = "provisioning_state"
636
+ elif key == "templateHash":
637
+ suggest = "template_hash"
638
+ elif key == "templateLink":
639
+ suggest = "template_link"
640
+ elif key == "validatedResources":
641
+ suggest = "validated_resources"
642
+ elif key == "validationLevel":
643
+ suggest = "validation_level"
644
+
645
+ if suggest:
646
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentPropertiesExtendedResponse. Access the value via the '{suggest}' property getter instead.")
647
+
648
+ def __getitem__(self, key: str) -> Any:
649
+ DeploymentPropertiesExtendedResponse.__key_warning(key)
650
+ return super().__getitem__(key)
651
+
652
+ def get(self, key: str, default = None) -> Any:
653
+ DeploymentPropertiesExtendedResponse.__key_warning(key)
654
+ return super().get(key, default)
655
+
656
+ def __init__(__self__, *,
657
+ correlation_id: str,
658
+ debug_setting: 'outputs.DebugSettingResponse',
659
+ dependencies: Sequence['outputs.DependencyResponse'],
660
+ diagnostics: Sequence['outputs.DeploymentDiagnosticsDefinitionResponse'],
661
+ duration: str,
662
+ error: 'outputs.ErrorResponseResponse',
663
+ mode: str,
664
+ on_error_deployment: 'outputs.OnErrorDeploymentExtendedResponse',
665
+ output_resources: Sequence['outputs.ResourceReferenceResponse'],
666
+ outputs: Any,
667
+ parameters: Any,
668
+ parameters_link: 'outputs.ParametersLinkResponse',
669
+ providers: Sequence['outputs.ProviderResponse'],
670
+ provisioning_state: str,
671
+ template_hash: str,
672
+ template_link: 'outputs.TemplateLinkResponse',
673
+ timestamp: str,
674
+ validated_resources: Sequence['outputs.ResourceReferenceResponse'],
675
+ validation_level: Optional[str] = None):
676
+ """
677
+ Deployment properties with additional details.
678
+ :param str correlation_id: The correlation ID of the deployment.
679
+ :param 'DebugSettingResponse' debug_setting: The debug setting of the deployment.
680
+ :param Sequence['DependencyResponse'] dependencies: The list of deployment dependencies.
681
+ :param Sequence['DeploymentDiagnosticsDefinitionResponse'] diagnostics: Contains diagnostic information collected during validation process.
682
+ :param str duration: The duration of the template deployment.
683
+ :param 'ErrorResponseResponse' error: The deployment error.
684
+ :param str mode: The deployment mode. Possible values are Incremental and Complete.
685
+ :param 'OnErrorDeploymentExtendedResponse' on_error_deployment: The deployment on error behavior.
686
+ :param Sequence['ResourceReferenceResponse'] output_resources: Array of provisioned resources.
687
+ :param Any outputs: Key/value pairs that represent deployment output.
688
+ :param Any parameters: Deployment parameters.
689
+ :param 'ParametersLinkResponse' parameters_link: The URI referencing the parameters.
690
+ :param Sequence['ProviderResponse'] providers: The list of resource providers needed for the deployment.
691
+ :param str provisioning_state: Denotes the state of provisioning.
692
+ :param str template_hash: The hash produced for the template.
693
+ :param 'TemplateLinkResponse' template_link: The URI referencing the template.
694
+ :param str timestamp: The timestamp of the template deployment.
695
+ :param Sequence['ResourceReferenceResponse'] validated_resources: Array of validated resources.
696
+ :param str validation_level: The validation level of the deployment
697
+ """
698
+ pulumi.set(__self__, "correlation_id", correlation_id)
699
+ pulumi.set(__self__, "debug_setting", debug_setting)
700
+ pulumi.set(__self__, "dependencies", dependencies)
701
+ pulumi.set(__self__, "diagnostics", diagnostics)
702
+ pulumi.set(__self__, "duration", duration)
703
+ pulumi.set(__self__, "error", error)
704
+ pulumi.set(__self__, "mode", mode)
705
+ pulumi.set(__self__, "on_error_deployment", on_error_deployment)
706
+ pulumi.set(__self__, "output_resources", output_resources)
707
+ pulumi.set(__self__, "outputs", outputs)
708
+ pulumi.set(__self__, "parameters", parameters)
709
+ pulumi.set(__self__, "parameters_link", parameters_link)
710
+ pulumi.set(__self__, "providers", providers)
711
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
712
+ pulumi.set(__self__, "template_hash", template_hash)
713
+ pulumi.set(__self__, "template_link", template_link)
714
+ pulumi.set(__self__, "timestamp", timestamp)
715
+ pulumi.set(__self__, "validated_resources", validated_resources)
716
+ if validation_level is not None:
717
+ pulumi.set(__self__, "validation_level", validation_level)
718
+
719
+ @property
720
+ @pulumi.getter(name="correlationId")
721
+ def correlation_id(self) -> str:
722
+ """
723
+ The correlation ID of the deployment.
724
+ """
725
+ return pulumi.get(self, "correlation_id")
726
+
727
+ @property
728
+ @pulumi.getter(name="debugSetting")
729
+ def debug_setting(self) -> 'outputs.DebugSettingResponse':
730
+ """
731
+ The debug setting of the deployment.
732
+ """
733
+ return pulumi.get(self, "debug_setting")
734
+
735
+ @property
736
+ @pulumi.getter
737
+ def dependencies(self) -> Sequence['outputs.DependencyResponse']:
738
+ """
739
+ The list of deployment dependencies.
740
+ """
741
+ return pulumi.get(self, "dependencies")
742
+
743
+ @property
744
+ @pulumi.getter
745
+ def diagnostics(self) -> Sequence['outputs.DeploymentDiagnosticsDefinitionResponse']:
746
+ """
747
+ Contains diagnostic information collected during validation process.
748
+ """
749
+ return pulumi.get(self, "diagnostics")
750
+
751
+ @property
752
+ @pulumi.getter
753
+ def duration(self) -> str:
754
+ """
755
+ The duration of the template deployment.
756
+ """
757
+ return pulumi.get(self, "duration")
758
+
759
+ @property
760
+ @pulumi.getter
761
+ def error(self) -> 'outputs.ErrorResponseResponse':
762
+ """
763
+ The deployment error.
764
+ """
765
+ return pulumi.get(self, "error")
766
+
767
+ @property
768
+ @pulumi.getter
769
+ def mode(self) -> str:
770
+ """
771
+ The deployment mode. Possible values are Incremental and Complete.
772
+ """
773
+ return pulumi.get(self, "mode")
774
+
775
+ @property
776
+ @pulumi.getter(name="onErrorDeployment")
777
+ def on_error_deployment(self) -> 'outputs.OnErrorDeploymentExtendedResponse':
778
+ """
779
+ The deployment on error behavior.
780
+ """
781
+ return pulumi.get(self, "on_error_deployment")
782
+
783
+ @property
784
+ @pulumi.getter(name="outputResources")
785
+ def output_resources(self) -> Sequence['outputs.ResourceReferenceResponse']:
786
+ """
787
+ Array of provisioned resources.
788
+ """
789
+ return pulumi.get(self, "output_resources")
790
+
791
+ @property
792
+ @pulumi.getter
793
+ def outputs(self) -> Any:
794
+ """
795
+ Key/value pairs that represent deployment output.
796
+ """
797
+ return pulumi.get(self, "outputs")
798
+
799
+ @property
800
+ @pulumi.getter
801
+ def parameters(self) -> Any:
802
+ """
803
+ Deployment parameters.
804
+ """
805
+ return pulumi.get(self, "parameters")
806
+
807
+ @property
808
+ @pulumi.getter(name="parametersLink")
809
+ def parameters_link(self) -> 'outputs.ParametersLinkResponse':
810
+ """
811
+ The URI referencing the parameters.
812
+ """
813
+ return pulumi.get(self, "parameters_link")
814
+
815
+ @property
816
+ @pulumi.getter
817
+ def providers(self) -> Sequence['outputs.ProviderResponse']:
818
+ """
819
+ The list of resource providers needed for the deployment.
820
+ """
821
+ return pulumi.get(self, "providers")
822
+
823
+ @property
824
+ @pulumi.getter(name="provisioningState")
825
+ def provisioning_state(self) -> str:
826
+ """
827
+ Denotes the state of provisioning.
828
+ """
829
+ return pulumi.get(self, "provisioning_state")
830
+
831
+ @property
832
+ @pulumi.getter(name="templateHash")
833
+ def template_hash(self) -> str:
834
+ """
835
+ The hash produced for the template.
836
+ """
837
+ return pulumi.get(self, "template_hash")
838
+
839
+ @property
840
+ @pulumi.getter(name="templateLink")
841
+ def template_link(self) -> 'outputs.TemplateLinkResponse':
842
+ """
843
+ The URI referencing the template.
844
+ """
845
+ return pulumi.get(self, "template_link")
846
+
847
+ @property
848
+ @pulumi.getter
849
+ def timestamp(self) -> str:
850
+ """
851
+ The timestamp of the template deployment.
852
+ """
853
+ return pulumi.get(self, "timestamp")
854
+
855
+ @property
856
+ @pulumi.getter(name="validatedResources")
857
+ def validated_resources(self) -> Sequence['outputs.ResourceReferenceResponse']:
858
+ """
859
+ Array of validated resources.
860
+ """
861
+ return pulumi.get(self, "validated_resources")
862
+
863
+ @property
864
+ @pulumi.getter(name="validationLevel")
865
+ def validation_level(self) -> Optional[str]:
866
+ """
867
+ The validation level of the deployment
868
+ """
869
+ return pulumi.get(self, "validation_level")
870
+
871
+
872
+ @pulumi.output_type
873
+ class ErrorAdditionalInfoResponse(dict):
874
+ """
875
+ The resource management error additional info.
876
+ """
877
+ def __init__(__self__, *,
878
+ info: Any,
879
+ type: str):
880
+ """
881
+ The resource management error additional info.
882
+ :param Any info: The additional info.
883
+ :param str type: The additional info type.
884
+ """
885
+ pulumi.set(__self__, "info", info)
886
+ pulumi.set(__self__, "type", type)
887
+
888
+ @property
889
+ @pulumi.getter
890
+ def info(self) -> Any:
891
+ """
892
+ The additional info.
893
+ """
894
+ return pulumi.get(self, "info")
895
+
896
+ @property
897
+ @pulumi.getter
898
+ def type(self) -> str:
899
+ """
900
+ The additional info type.
901
+ """
902
+ return pulumi.get(self, "type")
903
+
904
+
905
+ @pulumi.output_type
906
+ class ErrorResponseResponse(dict):
907
+ """
908
+ Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.)
909
+ """
910
+ @staticmethod
911
+ def __key_warning(key: str):
912
+ suggest = None
913
+ if key == "additionalInfo":
914
+ suggest = "additional_info"
915
+
916
+ if suggest:
917
+ pulumi.log.warn(f"Key '{key}' not found in ErrorResponseResponse. Access the value via the '{suggest}' property getter instead.")
918
+
919
+ def __getitem__(self, key: str) -> Any:
920
+ ErrorResponseResponse.__key_warning(key)
921
+ return super().__getitem__(key)
922
+
923
+ def get(self, key: str, default = None) -> Any:
924
+ ErrorResponseResponse.__key_warning(key)
925
+ return super().get(key, default)
926
+
927
+ def __init__(__self__, *,
928
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
929
+ code: str,
930
+ details: Sequence['outputs.ErrorResponseResponse'],
931
+ message: str,
932
+ target: str):
933
+ """
934
+ Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.)
935
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
936
+ :param str code: The error code.
937
+ :param Sequence['ErrorResponseResponse'] details: The error details.
938
+ :param str message: The error message.
939
+ :param str target: The error target.
940
+ """
941
+ pulumi.set(__self__, "additional_info", additional_info)
942
+ pulumi.set(__self__, "code", code)
943
+ pulumi.set(__self__, "details", details)
944
+ pulumi.set(__self__, "message", message)
945
+ pulumi.set(__self__, "target", target)
946
+
947
+ @property
948
+ @pulumi.getter(name="additionalInfo")
949
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
950
+ """
951
+ The error additional info.
952
+ """
953
+ return pulumi.get(self, "additional_info")
954
+
955
+ @property
956
+ @pulumi.getter
957
+ def code(self) -> str:
958
+ """
959
+ The error code.
960
+ """
961
+ return pulumi.get(self, "code")
962
+
963
+ @property
964
+ @pulumi.getter
965
+ def details(self) -> Sequence['outputs.ErrorResponseResponse']:
966
+ """
967
+ The error details.
968
+ """
969
+ return pulumi.get(self, "details")
970
+
971
+ @property
972
+ @pulumi.getter
973
+ def message(self) -> str:
974
+ """
975
+ The error message.
976
+ """
977
+ return pulumi.get(self, "message")
978
+
979
+ @property
980
+ @pulumi.getter
981
+ def target(self) -> str:
982
+ """
983
+ The error target.
984
+ """
985
+ return pulumi.get(self, "target")
986
+
987
+
988
+ @pulumi.output_type
989
+ class ExtendedLocationResponse(dict):
990
+ """
991
+ Resource extended location.
992
+ """
993
+ def __init__(__self__, *,
994
+ name: Optional[str] = None,
995
+ type: Optional[str] = None):
996
+ """
997
+ Resource extended location.
998
+ :param str name: The extended location name.
999
+ :param str type: The extended location type.
1000
+ """
1001
+ if name is not None:
1002
+ pulumi.set(__self__, "name", name)
1003
+ if type is not None:
1004
+ pulumi.set(__self__, "type", type)
1005
+
1006
+ @property
1007
+ @pulumi.getter
1008
+ def name(self) -> Optional[str]:
1009
+ """
1010
+ The extended location name.
1011
+ """
1012
+ return pulumi.get(self, "name")
1013
+
1014
+ @property
1015
+ @pulumi.getter
1016
+ def type(self) -> Optional[str]:
1017
+ """
1018
+ The extended location type.
1019
+ """
1020
+ return pulumi.get(self, "type")
1021
+
1022
+
1023
+ @pulumi.output_type
1024
+ class IdentityResponse(dict):
1025
+ """
1026
+ Identity for the resource.
1027
+ """
1028
+ @staticmethod
1029
+ def __key_warning(key: str):
1030
+ suggest = None
1031
+ if key == "principalId":
1032
+ suggest = "principal_id"
1033
+ elif key == "tenantId":
1034
+ suggest = "tenant_id"
1035
+ elif key == "userAssignedIdentities":
1036
+ suggest = "user_assigned_identities"
1037
+
1038
+ if suggest:
1039
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
1040
+
1041
+ def __getitem__(self, key: str) -> Any:
1042
+ IdentityResponse.__key_warning(key)
1043
+ return super().__getitem__(key)
1044
+
1045
+ def get(self, key: str, default = None) -> Any:
1046
+ IdentityResponse.__key_warning(key)
1047
+ return super().get(key, default)
1048
+
1049
+ def __init__(__self__, *,
1050
+ principal_id: str,
1051
+ tenant_id: str,
1052
+ type: Optional[str] = None,
1053
+ user_assigned_identities: Optional[Mapping[str, 'outputs.IdentityResponseUserAssignedIdentities']] = None):
1054
+ """
1055
+ Identity for the resource.
1056
+ :param str principal_id: The principal ID of resource identity.
1057
+ :param str tenant_id: The tenant ID of resource.
1058
+ :param str type: The identity type.
1059
+ :param Mapping[str, 'IdentityResponseUserAssignedIdentities'] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1060
+ """
1061
+ pulumi.set(__self__, "principal_id", principal_id)
1062
+ pulumi.set(__self__, "tenant_id", tenant_id)
1063
+ if type is not None:
1064
+ pulumi.set(__self__, "type", type)
1065
+ if user_assigned_identities is not None:
1066
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1067
+
1068
+ @property
1069
+ @pulumi.getter(name="principalId")
1070
+ def principal_id(self) -> str:
1071
+ """
1072
+ The principal ID of resource identity.
1073
+ """
1074
+ return pulumi.get(self, "principal_id")
1075
+
1076
+ @property
1077
+ @pulumi.getter(name="tenantId")
1078
+ def tenant_id(self) -> str:
1079
+ """
1080
+ The tenant ID of resource.
1081
+ """
1082
+ return pulumi.get(self, "tenant_id")
1083
+
1084
+ @property
1085
+ @pulumi.getter
1086
+ def type(self) -> Optional[str]:
1087
+ """
1088
+ The identity type.
1089
+ """
1090
+ return pulumi.get(self, "type")
1091
+
1092
+ @property
1093
+ @pulumi.getter(name="userAssignedIdentities")
1094
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.IdentityResponseUserAssignedIdentities']]:
1095
+ """
1096
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1097
+ """
1098
+ return pulumi.get(self, "user_assigned_identities")
1099
+
1100
+
1101
+ @pulumi.output_type
1102
+ class IdentityResponseUserAssignedIdentities(dict):
1103
+ @staticmethod
1104
+ def __key_warning(key: str):
1105
+ suggest = None
1106
+ if key == "clientId":
1107
+ suggest = "client_id"
1108
+ elif key == "principalId":
1109
+ suggest = "principal_id"
1110
+
1111
+ if suggest:
1112
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
1113
+
1114
+ def __getitem__(self, key: str) -> Any:
1115
+ IdentityResponseUserAssignedIdentities.__key_warning(key)
1116
+ return super().__getitem__(key)
1117
+
1118
+ def get(self, key: str, default = None) -> Any:
1119
+ IdentityResponseUserAssignedIdentities.__key_warning(key)
1120
+ return super().get(key, default)
1121
+
1122
+ def __init__(__self__, *,
1123
+ client_id: str,
1124
+ principal_id: str):
1125
+ """
1126
+ :param str client_id: The client id of user assigned identity.
1127
+ :param str principal_id: The principal id of user assigned identity.
1128
+ """
1129
+ pulumi.set(__self__, "client_id", client_id)
1130
+ pulumi.set(__self__, "principal_id", principal_id)
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="clientId")
1134
+ def client_id(self) -> str:
1135
+ """
1136
+ The client id of user assigned identity.
1137
+ """
1138
+ return pulumi.get(self, "client_id")
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="principalId")
1142
+ def principal_id(self) -> str:
1143
+ """
1144
+ The principal id of user assigned identity.
1145
+ """
1146
+ return pulumi.get(self, "principal_id")
1147
+
1148
+
1149
+ @pulumi.output_type
1150
+ class OnErrorDeploymentExtendedResponse(dict):
1151
+ """
1152
+ Deployment on error behavior with additional details.
1153
+ """
1154
+ @staticmethod
1155
+ def __key_warning(key: str):
1156
+ suggest = None
1157
+ if key == "provisioningState":
1158
+ suggest = "provisioning_state"
1159
+ elif key == "deploymentName":
1160
+ suggest = "deployment_name"
1161
+
1162
+ if suggest:
1163
+ pulumi.log.warn(f"Key '{key}' not found in OnErrorDeploymentExtendedResponse. Access the value via the '{suggest}' property getter instead.")
1164
+
1165
+ def __getitem__(self, key: str) -> Any:
1166
+ OnErrorDeploymentExtendedResponse.__key_warning(key)
1167
+ return super().__getitem__(key)
1168
+
1169
+ def get(self, key: str, default = None) -> Any:
1170
+ OnErrorDeploymentExtendedResponse.__key_warning(key)
1171
+ return super().get(key, default)
1172
+
1173
+ def __init__(__self__, *,
1174
+ provisioning_state: str,
1175
+ deployment_name: Optional[str] = None,
1176
+ type: Optional[str] = None):
1177
+ """
1178
+ Deployment on error behavior with additional details.
1179
+ :param str provisioning_state: The state of the provisioning for the on error deployment.
1180
+ :param str deployment_name: The deployment to be used on error case.
1181
+ :param str type: The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
1182
+ """
1183
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1184
+ if deployment_name is not None:
1185
+ pulumi.set(__self__, "deployment_name", deployment_name)
1186
+ if type is not None:
1187
+ pulumi.set(__self__, "type", type)
1188
+
1189
+ @property
1190
+ @pulumi.getter(name="provisioningState")
1191
+ def provisioning_state(self) -> str:
1192
+ """
1193
+ The state of the provisioning for the on error deployment.
1194
+ """
1195
+ return pulumi.get(self, "provisioning_state")
1196
+
1197
+ @property
1198
+ @pulumi.getter(name="deploymentName")
1199
+ def deployment_name(self) -> Optional[str]:
1200
+ """
1201
+ The deployment to be used on error case.
1202
+ """
1203
+ return pulumi.get(self, "deployment_name")
1204
+
1205
+ @property
1206
+ @pulumi.getter
1207
+ def type(self) -> Optional[str]:
1208
+ """
1209
+ The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
1210
+ """
1211
+ return pulumi.get(self, "type")
1212
+
1213
+
1214
+ @pulumi.output_type
1215
+ class ParametersLinkResponse(dict):
1216
+ """
1217
+ Entity representing the reference to the deployment parameters.
1218
+ """
1219
+ @staticmethod
1220
+ def __key_warning(key: str):
1221
+ suggest = None
1222
+ if key == "contentVersion":
1223
+ suggest = "content_version"
1224
+
1225
+ if suggest:
1226
+ pulumi.log.warn(f"Key '{key}' not found in ParametersLinkResponse. Access the value via the '{suggest}' property getter instead.")
1227
+
1228
+ def __getitem__(self, key: str) -> Any:
1229
+ ParametersLinkResponse.__key_warning(key)
1230
+ return super().__getitem__(key)
1231
+
1232
+ def get(self, key: str, default = None) -> Any:
1233
+ ParametersLinkResponse.__key_warning(key)
1234
+ return super().get(key, default)
1235
+
1236
+ def __init__(__self__, *,
1237
+ uri: str,
1238
+ content_version: Optional[str] = None):
1239
+ """
1240
+ Entity representing the reference to the deployment parameters.
1241
+ :param str uri: The URI of the parameters file.
1242
+ :param str content_version: If included, must match the ContentVersion in the template.
1243
+ """
1244
+ pulumi.set(__self__, "uri", uri)
1245
+ if content_version is not None:
1246
+ pulumi.set(__self__, "content_version", content_version)
1247
+
1248
+ @property
1249
+ @pulumi.getter
1250
+ def uri(self) -> str:
1251
+ """
1252
+ The URI of the parameters file.
1253
+ """
1254
+ return pulumi.get(self, "uri")
1255
+
1256
+ @property
1257
+ @pulumi.getter(name="contentVersion")
1258
+ def content_version(self) -> Optional[str]:
1259
+ """
1260
+ If included, must match the ContentVersion in the template.
1261
+ """
1262
+ return pulumi.get(self, "content_version")
1263
+
1264
+
1265
+ @pulumi.output_type
1266
+ class PlanResponse(dict):
1267
+ """
1268
+ Plan for the resource.
1269
+ """
1270
+ @staticmethod
1271
+ def __key_warning(key: str):
1272
+ suggest = None
1273
+ if key == "promotionCode":
1274
+ suggest = "promotion_code"
1275
+
1276
+ if suggest:
1277
+ pulumi.log.warn(f"Key '{key}' not found in PlanResponse. Access the value via the '{suggest}' property getter instead.")
1278
+
1279
+ def __getitem__(self, key: str) -> Any:
1280
+ PlanResponse.__key_warning(key)
1281
+ return super().__getitem__(key)
1282
+
1283
+ def get(self, key: str, default = None) -> Any:
1284
+ PlanResponse.__key_warning(key)
1285
+ return super().get(key, default)
1286
+
1287
+ def __init__(__self__, *,
1288
+ name: Optional[str] = None,
1289
+ product: Optional[str] = None,
1290
+ promotion_code: Optional[str] = None,
1291
+ publisher: Optional[str] = None,
1292
+ version: Optional[str] = None):
1293
+ """
1294
+ Plan for the resource.
1295
+ :param str name: The plan ID.
1296
+ :param str product: The offer ID.
1297
+ :param str promotion_code: The promotion code.
1298
+ :param str publisher: The publisher ID.
1299
+ :param str version: The plan's version.
1300
+ """
1301
+ if name is not None:
1302
+ pulumi.set(__self__, "name", name)
1303
+ if product is not None:
1304
+ pulumi.set(__self__, "product", product)
1305
+ if promotion_code is not None:
1306
+ pulumi.set(__self__, "promotion_code", promotion_code)
1307
+ if publisher is not None:
1308
+ pulumi.set(__self__, "publisher", publisher)
1309
+ if version is not None:
1310
+ pulumi.set(__self__, "version", version)
1311
+
1312
+ @property
1313
+ @pulumi.getter
1314
+ def name(self) -> Optional[str]:
1315
+ """
1316
+ The plan ID.
1317
+ """
1318
+ return pulumi.get(self, "name")
1319
+
1320
+ @property
1321
+ @pulumi.getter
1322
+ def product(self) -> Optional[str]:
1323
+ """
1324
+ The offer ID.
1325
+ """
1326
+ return pulumi.get(self, "product")
1327
+
1328
+ @property
1329
+ @pulumi.getter(name="promotionCode")
1330
+ def promotion_code(self) -> Optional[str]:
1331
+ """
1332
+ The promotion code.
1333
+ """
1334
+ return pulumi.get(self, "promotion_code")
1335
+
1336
+ @property
1337
+ @pulumi.getter
1338
+ def publisher(self) -> Optional[str]:
1339
+ """
1340
+ The publisher ID.
1341
+ """
1342
+ return pulumi.get(self, "publisher")
1343
+
1344
+ @property
1345
+ @pulumi.getter
1346
+ def version(self) -> Optional[str]:
1347
+ """
1348
+ The plan's version.
1349
+ """
1350
+ return pulumi.get(self, "version")
1351
+
1352
+
1353
+ @pulumi.output_type
1354
+ class ProviderExtendedLocationResponse(dict):
1355
+ """
1356
+ The provider extended location.
1357
+ """
1358
+ @staticmethod
1359
+ def __key_warning(key: str):
1360
+ suggest = None
1361
+ if key == "extendedLocations":
1362
+ suggest = "extended_locations"
1363
+
1364
+ if suggest:
1365
+ pulumi.log.warn(f"Key '{key}' not found in ProviderExtendedLocationResponse. Access the value via the '{suggest}' property getter instead.")
1366
+
1367
+ def __getitem__(self, key: str) -> Any:
1368
+ ProviderExtendedLocationResponse.__key_warning(key)
1369
+ return super().__getitem__(key)
1370
+
1371
+ def get(self, key: str, default = None) -> Any:
1372
+ ProviderExtendedLocationResponse.__key_warning(key)
1373
+ return super().get(key, default)
1374
+
1375
+ def __init__(__self__, *,
1376
+ extended_locations: Optional[Sequence[str]] = None,
1377
+ location: Optional[str] = None,
1378
+ type: Optional[str] = None):
1379
+ """
1380
+ The provider extended location.
1381
+ :param Sequence[str] extended_locations: The extended locations for the azure location.
1382
+ :param str location: The azure location.
1383
+ :param str type: The extended location type.
1384
+ """
1385
+ if extended_locations is not None:
1386
+ pulumi.set(__self__, "extended_locations", extended_locations)
1387
+ if location is not None:
1388
+ pulumi.set(__self__, "location", location)
1389
+ if type is not None:
1390
+ pulumi.set(__self__, "type", type)
1391
+
1392
+ @property
1393
+ @pulumi.getter(name="extendedLocations")
1394
+ def extended_locations(self) -> Optional[Sequence[str]]:
1395
+ """
1396
+ The extended locations for the azure location.
1397
+ """
1398
+ return pulumi.get(self, "extended_locations")
1399
+
1400
+ @property
1401
+ @pulumi.getter
1402
+ def location(self) -> Optional[str]:
1403
+ """
1404
+ The azure location.
1405
+ """
1406
+ return pulumi.get(self, "location")
1407
+
1408
+ @property
1409
+ @pulumi.getter
1410
+ def type(self) -> Optional[str]:
1411
+ """
1412
+ The extended location type.
1413
+ """
1414
+ return pulumi.get(self, "type")
1415
+
1416
+
1417
+ @pulumi.output_type
1418
+ class ProviderResourceTypeResponse(dict):
1419
+ """
1420
+ Resource type managed by the resource provider.
1421
+ """
1422
+ @staticmethod
1423
+ def __key_warning(key: str):
1424
+ suggest = None
1425
+ if key == "apiProfiles":
1426
+ suggest = "api_profiles"
1427
+ elif key == "defaultApiVersion":
1428
+ suggest = "default_api_version"
1429
+ elif key == "apiVersions":
1430
+ suggest = "api_versions"
1431
+ elif key == "locationMappings":
1432
+ suggest = "location_mappings"
1433
+ elif key == "resourceType":
1434
+ suggest = "resource_type"
1435
+ elif key == "zoneMappings":
1436
+ suggest = "zone_mappings"
1437
+
1438
+ if suggest:
1439
+ pulumi.log.warn(f"Key '{key}' not found in ProviderResourceTypeResponse. Access the value via the '{suggest}' property getter instead.")
1440
+
1441
+ def __getitem__(self, key: str) -> Any:
1442
+ ProviderResourceTypeResponse.__key_warning(key)
1443
+ return super().__getitem__(key)
1444
+
1445
+ def get(self, key: str, default = None) -> Any:
1446
+ ProviderResourceTypeResponse.__key_warning(key)
1447
+ return super().get(key, default)
1448
+
1449
+ def __init__(__self__, *,
1450
+ api_profiles: Sequence['outputs.ApiProfileResponse'],
1451
+ default_api_version: str,
1452
+ aliases: Optional[Sequence['outputs.AliasResponse']] = None,
1453
+ api_versions: Optional[Sequence[str]] = None,
1454
+ capabilities: Optional[str] = None,
1455
+ location_mappings: Optional[Sequence['outputs.ProviderExtendedLocationResponse']] = None,
1456
+ locations: Optional[Sequence[str]] = None,
1457
+ properties: Optional[Mapping[str, str]] = None,
1458
+ resource_type: Optional[str] = None,
1459
+ zone_mappings: Optional[Sequence['outputs.ZoneMappingResponse']] = None):
1460
+ """
1461
+ Resource type managed by the resource provider.
1462
+ :param Sequence['ApiProfileResponse'] api_profiles: The API profiles for the resource provider.
1463
+ :param str default_api_version: The default API version.
1464
+ :param Sequence['AliasResponse'] aliases: The aliases that are supported by this resource type.
1465
+ :param Sequence[str] api_versions: The API version.
1466
+ :param str capabilities: The additional capabilities offered by this resource type.
1467
+ :param Sequence['ProviderExtendedLocationResponse'] location_mappings: The location mappings that are supported by this resource type.
1468
+ :param Sequence[str] locations: The collection of locations where this resource type can be created.
1469
+ :param Mapping[str, str] properties: The properties.
1470
+ :param str resource_type: The resource type.
1471
+ """
1472
+ pulumi.set(__self__, "api_profiles", api_profiles)
1473
+ pulumi.set(__self__, "default_api_version", default_api_version)
1474
+ if aliases is not None:
1475
+ pulumi.set(__self__, "aliases", aliases)
1476
+ if api_versions is not None:
1477
+ pulumi.set(__self__, "api_versions", api_versions)
1478
+ if capabilities is not None:
1479
+ pulumi.set(__self__, "capabilities", capabilities)
1480
+ if location_mappings is not None:
1481
+ pulumi.set(__self__, "location_mappings", location_mappings)
1482
+ if locations is not None:
1483
+ pulumi.set(__self__, "locations", locations)
1484
+ if properties is not None:
1485
+ pulumi.set(__self__, "properties", properties)
1486
+ if resource_type is not None:
1487
+ pulumi.set(__self__, "resource_type", resource_type)
1488
+ if zone_mappings is not None:
1489
+ pulumi.set(__self__, "zone_mappings", zone_mappings)
1490
+
1491
+ @property
1492
+ @pulumi.getter(name="apiProfiles")
1493
+ def api_profiles(self) -> Sequence['outputs.ApiProfileResponse']:
1494
+ """
1495
+ The API profiles for the resource provider.
1496
+ """
1497
+ return pulumi.get(self, "api_profiles")
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="defaultApiVersion")
1501
+ def default_api_version(self) -> str:
1502
+ """
1503
+ The default API version.
1504
+ """
1505
+ return pulumi.get(self, "default_api_version")
1506
+
1507
+ @property
1508
+ @pulumi.getter
1509
+ def aliases(self) -> Optional[Sequence['outputs.AliasResponse']]:
1510
+ """
1511
+ The aliases that are supported by this resource type.
1512
+ """
1513
+ return pulumi.get(self, "aliases")
1514
+
1515
+ @property
1516
+ @pulumi.getter(name="apiVersions")
1517
+ def api_versions(self) -> Optional[Sequence[str]]:
1518
+ """
1519
+ The API version.
1520
+ """
1521
+ return pulumi.get(self, "api_versions")
1522
+
1523
+ @property
1524
+ @pulumi.getter
1525
+ def capabilities(self) -> Optional[str]:
1526
+ """
1527
+ The additional capabilities offered by this resource type.
1528
+ """
1529
+ return pulumi.get(self, "capabilities")
1530
+
1531
+ @property
1532
+ @pulumi.getter(name="locationMappings")
1533
+ def location_mappings(self) -> Optional[Sequence['outputs.ProviderExtendedLocationResponse']]:
1534
+ """
1535
+ The location mappings that are supported by this resource type.
1536
+ """
1537
+ return pulumi.get(self, "location_mappings")
1538
+
1539
+ @property
1540
+ @pulumi.getter
1541
+ def locations(self) -> Optional[Sequence[str]]:
1542
+ """
1543
+ The collection of locations where this resource type can be created.
1544
+ """
1545
+ return pulumi.get(self, "locations")
1546
+
1547
+ @property
1548
+ @pulumi.getter
1549
+ def properties(self) -> Optional[Mapping[str, str]]:
1550
+ """
1551
+ The properties.
1552
+ """
1553
+ return pulumi.get(self, "properties")
1554
+
1555
+ @property
1556
+ @pulumi.getter(name="resourceType")
1557
+ def resource_type(self) -> Optional[str]:
1558
+ """
1559
+ The resource type.
1560
+ """
1561
+ return pulumi.get(self, "resource_type")
1562
+
1563
+ @property
1564
+ @pulumi.getter(name="zoneMappings")
1565
+ def zone_mappings(self) -> Optional[Sequence['outputs.ZoneMappingResponse']]:
1566
+ return pulumi.get(self, "zone_mappings")
1567
+
1568
+
1569
+ @pulumi.output_type
1570
+ class ProviderResponse(dict):
1571
+ """
1572
+ Resource provider information.
1573
+ """
1574
+ @staticmethod
1575
+ def __key_warning(key: str):
1576
+ suggest = None
1577
+ if key == "registrationPolicy":
1578
+ suggest = "registration_policy"
1579
+ elif key == "registrationState":
1580
+ suggest = "registration_state"
1581
+ elif key == "resourceTypes":
1582
+ suggest = "resource_types"
1583
+ elif key == "providerAuthorizationConsentState":
1584
+ suggest = "provider_authorization_consent_state"
1585
+
1586
+ if suggest:
1587
+ pulumi.log.warn(f"Key '{key}' not found in ProviderResponse. Access the value via the '{suggest}' property getter instead.")
1588
+
1589
+ def __getitem__(self, key: str) -> Any:
1590
+ ProviderResponse.__key_warning(key)
1591
+ return super().__getitem__(key)
1592
+
1593
+ def get(self, key: str, default = None) -> Any:
1594
+ ProviderResponse.__key_warning(key)
1595
+ return super().get(key, default)
1596
+
1597
+ def __init__(__self__, *,
1598
+ id: str,
1599
+ registration_policy: str,
1600
+ registration_state: str,
1601
+ resource_types: Sequence['outputs.ProviderResourceTypeResponse'],
1602
+ namespace: Optional[str] = None,
1603
+ provider_authorization_consent_state: Optional[str] = None):
1604
+ """
1605
+ Resource provider information.
1606
+ :param str id: The provider ID.
1607
+ :param str registration_policy: The registration policy of the resource provider.
1608
+ :param str registration_state: The registration state of the resource provider.
1609
+ :param Sequence['ProviderResourceTypeResponse'] resource_types: The collection of provider resource types.
1610
+ :param str namespace: The namespace of the resource provider.
1611
+ :param str provider_authorization_consent_state: The provider authorization consent state.
1612
+ """
1613
+ pulumi.set(__self__, "id", id)
1614
+ pulumi.set(__self__, "registration_policy", registration_policy)
1615
+ pulumi.set(__self__, "registration_state", registration_state)
1616
+ pulumi.set(__self__, "resource_types", resource_types)
1617
+ if namespace is not None:
1618
+ pulumi.set(__self__, "namespace", namespace)
1619
+ if provider_authorization_consent_state is not None:
1620
+ pulumi.set(__self__, "provider_authorization_consent_state", provider_authorization_consent_state)
1621
+
1622
+ @property
1623
+ @pulumi.getter
1624
+ def id(self) -> str:
1625
+ """
1626
+ The provider ID.
1627
+ """
1628
+ return pulumi.get(self, "id")
1629
+
1630
+ @property
1631
+ @pulumi.getter(name="registrationPolicy")
1632
+ def registration_policy(self) -> str:
1633
+ """
1634
+ The registration policy of the resource provider.
1635
+ """
1636
+ return pulumi.get(self, "registration_policy")
1637
+
1638
+ @property
1639
+ @pulumi.getter(name="registrationState")
1640
+ def registration_state(self) -> str:
1641
+ """
1642
+ The registration state of the resource provider.
1643
+ """
1644
+ return pulumi.get(self, "registration_state")
1645
+
1646
+ @property
1647
+ @pulumi.getter(name="resourceTypes")
1648
+ def resource_types(self) -> Sequence['outputs.ProviderResourceTypeResponse']:
1649
+ """
1650
+ The collection of provider resource types.
1651
+ """
1652
+ return pulumi.get(self, "resource_types")
1653
+
1654
+ @property
1655
+ @pulumi.getter
1656
+ def namespace(self) -> Optional[str]:
1657
+ """
1658
+ The namespace of the resource provider.
1659
+ """
1660
+ return pulumi.get(self, "namespace")
1661
+
1662
+ @property
1663
+ @pulumi.getter(name="providerAuthorizationConsentState")
1664
+ def provider_authorization_consent_state(self) -> Optional[str]:
1665
+ """
1666
+ The provider authorization consent state.
1667
+ """
1668
+ return pulumi.get(self, "provider_authorization_consent_state")
1669
+
1670
+
1671
+ @pulumi.output_type
1672
+ class ResourceGroupPropertiesResponse(dict):
1673
+ """
1674
+ The resource group properties.
1675
+ """
1676
+ @staticmethod
1677
+ def __key_warning(key: str):
1678
+ suggest = None
1679
+ if key == "provisioningState":
1680
+ suggest = "provisioning_state"
1681
+
1682
+ if suggest:
1683
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGroupPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1684
+
1685
+ def __getitem__(self, key: str) -> Any:
1686
+ ResourceGroupPropertiesResponse.__key_warning(key)
1687
+ return super().__getitem__(key)
1688
+
1689
+ def get(self, key: str, default = None) -> Any:
1690
+ ResourceGroupPropertiesResponse.__key_warning(key)
1691
+ return super().get(key, default)
1692
+
1693
+ def __init__(__self__, *,
1694
+ provisioning_state: str):
1695
+ """
1696
+ The resource group properties.
1697
+ :param str provisioning_state: The provisioning state.
1698
+ """
1699
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1700
+
1701
+ @property
1702
+ @pulumi.getter(name="provisioningState")
1703
+ def provisioning_state(self) -> str:
1704
+ """
1705
+ The provisioning state.
1706
+ """
1707
+ return pulumi.get(self, "provisioning_state")
1708
+
1709
+
1710
+ @pulumi.output_type
1711
+ class ResourceReferenceResponse(dict):
1712
+ """
1713
+ The resource Id model.
1714
+ """
1715
+ def __init__(__self__, *,
1716
+ id: str):
1717
+ """
1718
+ The resource Id model.
1719
+ :param str id: The fully qualified resource Id.
1720
+ """
1721
+ pulumi.set(__self__, "id", id)
1722
+
1723
+ @property
1724
+ @pulumi.getter
1725
+ def id(self) -> str:
1726
+ """
1727
+ The fully qualified resource Id.
1728
+ """
1729
+ return pulumi.get(self, "id")
1730
+
1731
+
1732
+ @pulumi.output_type
1733
+ class SkuResponse(dict):
1734
+ """
1735
+ SKU for the resource.
1736
+ """
1737
+ def __init__(__self__, *,
1738
+ capacity: Optional[int] = None,
1739
+ family: Optional[str] = None,
1740
+ model: Optional[str] = None,
1741
+ name: Optional[str] = None,
1742
+ size: Optional[str] = None,
1743
+ tier: Optional[str] = None):
1744
+ """
1745
+ SKU for the resource.
1746
+ :param int capacity: The SKU capacity.
1747
+ :param str family: The SKU family.
1748
+ :param str model: The SKU model.
1749
+ :param str name: The SKU name.
1750
+ :param str size: The SKU size.
1751
+ :param str tier: The SKU tier.
1752
+ """
1753
+ if capacity is not None:
1754
+ pulumi.set(__self__, "capacity", capacity)
1755
+ if family is not None:
1756
+ pulumi.set(__self__, "family", family)
1757
+ if model is not None:
1758
+ pulumi.set(__self__, "model", model)
1759
+ if name is not None:
1760
+ pulumi.set(__self__, "name", name)
1761
+ if size is not None:
1762
+ pulumi.set(__self__, "size", size)
1763
+ if tier is not None:
1764
+ pulumi.set(__self__, "tier", tier)
1765
+
1766
+ @property
1767
+ @pulumi.getter
1768
+ def capacity(self) -> Optional[int]:
1769
+ """
1770
+ The SKU capacity.
1771
+ """
1772
+ return pulumi.get(self, "capacity")
1773
+
1774
+ @property
1775
+ @pulumi.getter
1776
+ def family(self) -> Optional[str]:
1777
+ """
1778
+ The SKU family.
1779
+ """
1780
+ return pulumi.get(self, "family")
1781
+
1782
+ @property
1783
+ @pulumi.getter
1784
+ def model(self) -> Optional[str]:
1785
+ """
1786
+ The SKU model.
1787
+ """
1788
+ return pulumi.get(self, "model")
1789
+
1790
+ @property
1791
+ @pulumi.getter
1792
+ def name(self) -> Optional[str]:
1793
+ """
1794
+ The SKU name.
1795
+ """
1796
+ return pulumi.get(self, "name")
1797
+
1798
+ @property
1799
+ @pulumi.getter
1800
+ def size(self) -> Optional[str]:
1801
+ """
1802
+ The SKU size.
1803
+ """
1804
+ return pulumi.get(self, "size")
1805
+
1806
+ @property
1807
+ @pulumi.getter
1808
+ def tier(self) -> Optional[str]:
1809
+ """
1810
+ The SKU tier.
1811
+ """
1812
+ return pulumi.get(self, "tier")
1813
+
1814
+
1815
+ @pulumi.output_type
1816
+ class TagsResponse(dict):
1817
+ """
1818
+ A dictionary of name and value pairs.
1819
+ """
1820
+ def __init__(__self__, *,
1821
+ tags: Optional[Mapping[str, str]] = None):
1822
+ """
1823
+ A dictionary of name and value pairs.
1824
+ """
1825
+ if tags is not None:
1826
+ pulumi.set(__self__, "tags", tags)
1827
+
1828
+ @property
1829
+ @pulumi.getter
1830
+ def tags(self) -> Optional[Mapping[str, str]]:
1831
+ return pulumi.get(self, "tags")
1832
+
1833
+
1834
+ @pulumi.output_type
1835
+ class TemplateLinkResponse(dict):
1836
+ """
1837
+ Entity representing the reference to the template.
1838
+ """
1839
+ @staticmethod
1840
+ def __key_warning(key: str):
1841
+ suggest = None
1842
+ if key == "contentVersion":
1843
+ suggest = "content_version"
1844
+ elif key == "queryString":
1845
+ suggest = "query_string"
1846
+ elif key == "relativePath":
1847
+ suggest = "relative_path"
1848
+
1849
+ if suggest:
1850
+ pulumi.log.warn(f"Key '{key}' not found in TemplateLinkResponse. Access the value via the '{suggest}' property getter instead.")
1851
+
1852
+ def __getitem__(self, key: str) -> Any:
1853
+ TemplateLinkResponse.__key_warning(key)
1854
+ return super().__getitem__(key)
1855
+
1856
+ def get(self, key: str, default = None) -> Any:
1857
+ TemplateLinkResponse.__key_warning(key)
1858
+ return super().get(key, default)
1859
+
1860
+ def __init__(__self__, *,
1861
+ content_version: Optional[str] = None,
1862
+ id: Optional[str] = None,
1863
+ query_string: Optional[str] = None,
1864
+ relative_path: Optional[str] = None,
1865
+ uri: Optional[str] = None):
1866
+ """
1867
+ Entity representing the reference to the template.
1868
+ :param str content_version: If included, must match the ContentVersion in the template.
1869
+ :param str id: The resource id of a Template Spec. Use either the id or uri property, but not both.
1870
+ :param str query_string: The query string (for example, a SAS token) to be used with the templateLink URI.
1871
+ :param str relative_path: The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs
1872
+ :param str uri: The URI of the template to deploy. Use either the uri or id property, but not both.
1873
+ """
1874
+ if content_version is not None:
1875
+ pulumi.set(__self__, "content_version", content_version)
1876
+ if id is not None:
1877
+ pulumi.set(__self__, "id", id)
1878
+ if query_string is not None:
1879
+ pulumi.set(__self__, "query_string", query_string)
1880
+ if relative_path is not None:
1881
+ pulumi.set(__self__, "relative_path", relative_path)
1882
+ if uri is not None:
1883
+ pulumi.set(__self__, "uri", uri)
1884
+
1885
+ @property
1886
+ @pulumi.getter(name="contentVersion")
1887
+ def content_version(self) -> Optional[str]:
1888
+ """
1889
+ If included, must match the ContentVersion in the template.
1890
+ """
1891
+ return pulumi.get(self, "content_version")
1892
+
1893
+ @property
1894
+ @pulumi.getter
1895
+ def id(self) -> Optional[str]:
1896
+ """
1897
+ The resource id of a Template Spec. Use either the id or uri property, but not both.
1898
+ """
1899
+ return pulumi.get(self, "id")
1900
+
1901
+ @property
1902
+ @pulumi.getter(name="queryString")
1903
+ def query_string(self) -> Optional[str]:
1904
+ """
1905
+ The query string (for example, a SAS token) to be used with the templateLink URI.
1906
+ """
1907
+ return pulumi.get(self, "query_string")
1908
+
1909
+ @property
1910
+ @pulumi.getter(name="relativePath")
1911
+ def relative_path(self) -> Optional[str]:
1912
+ """
1913
+ The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs
1914
+ """
1915
+ return pulumi.get(self, "relative_path")
1916
+
1917
+ @property
1918
+ @pulumi.getter
1919
+ def uri(self) -> Optional[str]:
1920
+ """
1921
+ The URI of the template to deploy. Use either the uri or id property, but not both.
1922
+ """
1923
+ return pulumi.get(self, "uri")
1924
+
1925
+
1926
+ @pulumi.output_type
1927
+ class ZoneMappingResponse(dict):
1928
+ def __init__(__self__, *,
1929
+ location: Optional[str] = None,
1930
+ zones: Optional[Sequence[str]] = None):
1931
+ """
1932
+ :param str location: The location of the zone mapping.
1933
+ """
1934
+ if location is not None:
1935
+ pulumi.set(__self__, "location", location)
1936
+ if zones is not None:
1937
+ pulumi.set(__self__, "zones", zones)
1938
+
1939
+ @property
1940
+ @pulumi.getter
1941
+ def location(self) -> Optional[str]:
1942
+ """
1943
+ The location of the zone mapping.
1944
+ """
1945
+ return pulumi.get(self, "location")
1946
+
1947
+ @property
1948
+ @pulumi.getter
1949
+ def zones(self) -> Optional[Sequence[str]]:
1950
+ return pulumi.get(self, "zones")
1951
+
1952
+