pulumi-azure-native 2.54.0a1723128131__py3-none-any.whl → 2.55.0__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 (177) hide show
  1. pulumi_azure_native/__init__.py +60 -6
  2. pulumi_azure_native/documentdb/__init__.py +3 -0
  3. pulumi_azure_native/documentdb/firewall_rule.py +5 -1
  4. pulumi_azure_native/documentdb/get_firewall_rule.py +4 -0
  5. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  6. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  8. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  9. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  10. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  11. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  12. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  13. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  14. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  15. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  16. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  17. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  18. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  19. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  20. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  21. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +2 -0
  22. pulumi_azure_native/documentdb/v20240601preview/__init__.py +17 -0
  23. pulumi_azure_native/documentdb/v20240601preview/_enums.py +78 -0
  24. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +332 -0
  25. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +260 -0
  26. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +167 -0
  27. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +305 -0
  28. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +180 -0
  29. pulumi_azure_native/documentdb/v20240601preview/list_mongo_cluster_connection_strings.py +84 -0
  30. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +524 -0
  31. pulumi_azure_native/documentdb/v20240601preview/outputs.py +537 -0
  32. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +252 -0
  33. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +55 -11
  34. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +10 -10
  35. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +60 -18
  36. pulumi_azure_native/monitor/_enums.py +6 -2
  37. pulumi_azure_native/monitor/_inputs.py +56 -56
  38. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  39. pulumi_azure_native/monitor/outputs.py +34 -34
  40. pulumi_azure_native/monitor/pipeline_group.py +8 -8
  41. pulumi_azure_native/monitor/v20231001preview/_enums.py +6 -2
  42. pulumi_azure_native/monitor/v20231001preview/_inputs.py +56 -56
  43. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  44. pulumi_azure_native/monitor/v20231001preview/outputs.py +34 -34
  45. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +8 -8
  46. pulumi_azure_native/pulumi-plugin.json +1 -1
  47. pulumi_azure_native/web/__init__.py +6 -0
  48. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +186 -0
  49. pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +144 -0
  50. pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +144 -0
  51. pulumi_azure_native/web/v20160801/__init__.py +2 -0
  52. pulumi_azure_native/web/v20160801/_enums.py +12 -0
  53. pulumi_azure_native/web/v20160801/_inputs.py +529 -0
  54. pulumi_azure_native/web/v20160801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  55. pulumi_azure_native/web/v20160801/outputs.py +443 -0
  56. pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +327 -0
  57. pulumi_azure_native/web/v20180201/__init__.py +4 -0
  58. pulumi_azure_native/web/v20180201/_enums.py +20 -0
  59. pulumi_azure_native/web/v20180201/_inputs.py +551 -0
  60. pulumi_azure_native/web/v20180201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  61. pulumi_azure_native/web/v20180201/outputs.py +445 -0
  62. pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +327 -0
  63. pulumi_azure_native/web/v20181101/__init__.py +2 -0
  64. pulumi_azure_native/web/v20181101/_enums.py +12 -0
  65. pulumi_azure_native/web/v20181101/_inputs.py +529 -0
  66. pulumi_azure_native/web/v20181101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  67. pulumi_azure_native/web/v20181101/outputs.py +443 -0
  68. pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +327 -0
  69. pulumi_azure_native/web/v20190801/__init__.py +2 -0
  70. pulumi_azure_native/web/v20190801/_enums.py +12 -0
  71. pulumi_azure_native/web/v20190801/_inputs.py +529 -0
  72. pulumi_azure_native/web/v20190801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  73. pulumi_azure_native/web/v20190801/outputs.py +444 -0
  74. pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +327 -0
  75. pulumi_azure_native/web/v20200601/__init__.py +4 -0
  76. pulumi_azure_native/web/v20200601/_enums.py +20 -0
  77. pulumi_azure_native/web/v20200601/_inputs.py +551 -0
  78. pulumi_azure_native/web/v20200601/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  79. pulumi_azure_native/web/v20200601/outputs.py +445 -0
  80. pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +327 -0
  81. pulumi_azure_native/web/v20200901/__init__.py +4 -0
  82. pulumi_azure_native/web/v20200901/_enums.py +20 -0
  83. pulumi_azure_native/web/v20200901/_inputs.py +551 -0
  84. pulumi_azure_native/web/v20200901/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
  85. pulumi_azure_native/web/v20200901/outputs.py +444 -0
  86. pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +337 -0
  87. pulumi_azure_native/web/v20201001/__init__.py +2 -0
  88. pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
  89. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +337 -0
  90. pulumi_azure_native/web/v20201201/__init__.py +8 -0
  91. pulumi_azure_native/web/v20201201/_enums.py +20 -0
  92. pulumi_azure_native/web/v20201201/_inputs.py +551 -0
  93. pulumi_azure_native/web/v20201201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  94. pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed_slot.py +138 -0
  95. pulumi_azure_native/web/v20201201/get_web_app_scm_allowed_slot.py +138 -0
  96. pulumi_azure_native/web/v20201201/outputs.py +445 -0
  97. pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +327 -0
  98. pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +233 -0
  99. pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +233 -0
  100. pulumi_azure_native/web/v20210101/__init__.py +8 -0
  101. pulumi_azure_native/web/v20210101/_enums.py +20 -0
  102. pulumi_azure_native/web/v20210101/_inputs.py +551 -0
  103. pulumi_azure_native/web/v20210101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  104. pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed_slot.py +138 -0
  105. pulumi_azure_native/web/v20210101/get_web_app_scm_allowed_slot.py +138 -0
  106. pulumi_azure_native/web/v20210101/outputs.py +445 -0
  107. pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +327 -0
  108. pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +233 -0
  109. pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +233 -0
  110. pulumi_azure_native/web/v20210115/__init__.py +6 -0
  111. pulumi_azure_native/web/v20210115/_enums.py +12 -0
  112. pulumi_azure_native/web/v20210115/_inputs.py +529 -0
  113. pulumi_azure_native/web/v20210115/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  114. pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed_slot.py +138 -0
  115. pulumi_azure_native/web/v20210115/get_web_app_scm_allowed_slot.py +138 -0
  116. pulumi_azure_native/web/v20210115/outputs.py +444 -0
  117. pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +327 -0
  118. pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +233 -0
  119. pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +233 -0
  120. pulumi_azure_native/web/v20210201/__init__.py +6 -0
  121. pulumi_azure_native/web/v20210201/_enums.py +12 -0
  122. pulumi_azure_native/web/v20210201/_inputs.py +529 -0
  123. pulumi_azure_native/web/v20210201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  124. pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed_slot.py +138 -0
  125. pulumi_azure_native/web/v20210201/get_web_app_scm_allowed_slot.py +138 -0
  126. pulumi_azure_native/web/v20210201/outputs.py +443 -0
  127. pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +327 -0
  128. pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +233 -0
  129. pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +233 -0
  130. pulumi_azure_native/web/v20210301/__init__.py +8 -0
  131. pulumi_azure_native/web/v20210301/_enums.py +20 -0
  132. pulumi_azure_native/web/v20210301/_inputs.py +551 -0
  133. pulumi_azure_native/web/v20210301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  134. pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed_slot.py +138 -0
  135. pulumi_azure_native/web/v20210301/get_web_app_scm_allowed_slot.py +138 -0
  136. pulumi_azure_native/web/v20210301/outputs.py +445 -0
  137. pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +327 -0
  138. pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +233 -0
  139. pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +233 -0
  140. pulumi_azure_native/web/v20220301/__init__.py +8 -0
  141. pulumi_azure_native/web/v20220301/_enums.py +20 -0
  142. pulumi_azure_native/web/v20220301/_inputs.py +551 -0
  143. pulumi_azure_native/web/v20220301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  144. pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed_slot.py +138 -0
  145. pulumi_azure_native/web/v20220301/get_web_app_scm_allowed_slot.py +138 -0
  146. pulumi_azure_native/web/v20220301/outputs.py +445 -0
  147. pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +327 -0
  148. pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +233 -0
  149. pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +233 -0
  150. pulumi_azure_native/web/v20220901/__init__.py +6 -0
  151. pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  152. pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed_slot.py +138 -0
  153. pulumi_azure_native/web/v20220901/get_web_app_scm_allowed_slot.py +138 -0
  154. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +327 -0
  155. pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +233 -0
  156. pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +233 -0
  157. pulumi_azure_native/web/v20230101/__init__.py +6 -0
  158. pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  159. pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed_slot.py +138 -0
  160. pulumi_azure_native/web/v20230101/get_web_app_scm_allowed_slot.py +138 -0
  161. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +327 -0
  162. pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +233 -0
  163. pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +233 -0
  164. pulumi_azure_native/web/v20231201/__init__.py +6 -0
  165. pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
  166. pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed_slot.py +138 -0
  167. pulumi_azure_native/web/v20231201/get_web_app_scm_allowed_slot.py +138 -0
  168. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +327 -0
  169. pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +233 -0
  170. pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +233 -0
  171. pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +333 -0
  172. pulumi_azure_native/web/web_app_ftp_allowed_slot.py +239 -0
  173. pulumi_azure_native/web/web_app_scm_allowed_slot.py +239 -0
  174. {pulumi_azure_native-2.54.0a1723128131.dist-info → pulumi_azure_native-2.55.0.dist-info}/METADATA +1 -1
  175. {pulumi_azure_native-2.54.0a1723128131.dist-info → pulumi_azure_native-2.55.0.dist-info}/RECORD +177 -78
  176. {pulumi_azure_native-2.54.0a1723128131.dist-info → pulumi_azure_native-2.55.0.dist-info}/WHEEL +0 -0
  177. {pulumi_azure_native-2.54.0a1723128131.dist-info → pulumi_azure_native-2.55.0.dist-info}/top_level.txt +0 -0