pulumi-azure-native 3.2.0a1744649622__py3-none-any.whl → 3.3.0a1745856299__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 (306) hide show
  1. pulumi_azure_native/__init__.py +22 -0
  2. pulumi_azure_native/advisor/assessment.py +5 -1
  3. pulumi_azure_native/advisor/get_assessment.py +4 -0
  4. pulumi_azure_native/advisor/get_suppression.py +2 -2
  5. pulumi_azure_native/advisor/suppression.py +3 -3
  6. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  7. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  8. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  9. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  10. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  11. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  12. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  13. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  14. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  15. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  16. pulumi_azure_native/containerregistry/get_token.py +2 -2
  17. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  18. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  19. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  20. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  21. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  22. pulumi_azure_native/containerregistry/registry.py +3 -3
  23. pulumi_azure_native/containerregistry/replication.py +3 -3
  24. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  25. pulumi_azure_native/containerregistry/token.py +3 -3
  26. pulumi_azure_native/containerregistry/webhook.py +3 -3
  27. pulumi_azure_native/containerservice/__init__.py +3 -0
  28. pulumi_azure_native/containerservice/_enums.py +53 -0
  29. pulumi_azure_native/containerservice/_inputs.py +298 -0
  30. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  31. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  32. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  33. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  34. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  35. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  36. pulumi_azure_native/containerservice/get_namespace.py +209 -0
  37. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  38. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  39. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  40. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  41. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  42. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  43. pulumi_azure_native/containerservice/list_namespace_credential.py +97 -0
  44. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  45. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  46. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  47. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  48. pulumi_azure_native/containerservice/namespace.py +303 -0
  49. pulumi_azure_native/containerservice/outputs.py +243 -0
  50. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  51. pulumi_azure_native/containerservice/snapshot.py +3 -3
  52. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  53. pulumi_azure_native/cosmosdb/__init__.py +20 -0
  54. pulumi_azure_native/cosmosdb/_enums.py +26 -0
  55. pulumi_azure_native/cosmosdb/_inputs.py +98 -0
  56. pulumi_azure_native/cosmosdb/cassandra_cluster.py +3 -3
  57. pulumi_azure_native/cosmosdb/cassandra_data_center.py +3 -3
  58. pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_keyspace.py +3 -3
  59. pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_assignment.py +301 -0
  60. pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_definition.py +332 -0
  61. pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_table.py +3 -3
  62. pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_view.py +3 -3
  63. pulumi_azure_native/cosmosdb/database_account.py +3 -3
  64. pulumi_azure_native/cosmosdb/database_account_cassandra_keyspace.py +1 -1
  65. pulumi_azure_native/cosmosdb/database_account_cassandra_table.py +1 -1
  66. pulumi_azure_native/cosmosdb/database_account_gremlin_database.py +1 -1
  67. pulumi_azure_native/cosmosdb/database_account_gremlin_graph.py +1 -1
  68. pulumi_azure_native/cosmosdb/database_account_mongo_db_collection.py +1 -1
  69. pulumi_azure_native/cosmosdb/database_account_mongo_db_database.py +1 -1
  70. pulumi_azure_native/cosmosdb/database_account_sql_container.py +1 -1
  71. pulumi_azure_native/cosmosdb/database_account_sql_database.py +1 -1
  72. pulumi_azure_native/cosmosdb/database_account_table.py +1 -1
  73. pulumi_azure_native/cosmosdb/fleet.py +251 -0
  74. pulumi_azure_native/cosmosdb/fleet_analytic.py +273 -0
  75. pulumi_azure_native/cosmosdb/fleetspace.py +274 -0
  76. pulumi_azure_native/cosmosdb/fleetspace_account.py +293 -0
  77. pulumi_azure_native/cosmosdb/get_cassandra_cluster.py +2 -2
  78. pulumi_azure_native/cosmosdb/get_cassandra_data_center.py +2 -2
  79. pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  80. pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_assignment.py +209 -0
  81. pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_definition.py +195 -0
  82. pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_table.py +2 -2
  83. pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_view.py +2 -2
  84. pulumi_azure_native/cosmosdb/get_database_account.py +2 -2
  85. pulumi_azure_native/cosmosdb/get_fleet.py +189 -0
  86. pulumi_azure_native/cosmosdb/get_fleet_analytic.py +195 -0
  87. pulumi_azure_native/cosmosdb/get_fleetspace.py +195 -0
  88. pulumi_azure_native/cosmosdb/get_fleetspace_account.py +201 -0
  89. pulumi_azure_native/cosmosdb/get_graph_resource_graph.py +2 -2
  90. pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_database.py +2 -2
  91. pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_graph.py +2 -2
  92. pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_assignment.py +209 -0
  93. pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_definition.py +195 -0
  94. pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  95. pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  96. pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  97. pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  98. pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_assignment.py +209 -0
  99. pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_definition.py +195 -0
  100. pulumi_azure_native/cosmosdb/get_notebook_workspace.py +2 -2
  101. pulumi_azure_native/cosmosdb/get_private_endpoint_connection.py +2 -2
  102. pulumi_azure_native/cosmosdb/get_service.py +2 -2
  103. pulumi_azure_native/cosmosdb/get_sql_resource_sql_container.py +2 -2
  104. pulumi_azure_native/cosmosdb/get_sql_resource_sql_database.py +2 -2
  105. pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_assignment.py +2 -2
  106. pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_definition.py +2 -2
  107. pulumi_azure_native/cosmosdb/get_sql_resource_sql_stored_procedure.py +2 -2
  108. pulumi_azure_native/cosmosdb/get_sql_resource_sql_trigger.py +2 -2
  109. pulumi_azure_native/cosmosdb/get_sql_resource_sql_user_defined_function.py +2 -2
  110. pulumi_azure_native/cosmosdb/get_table_resource_table.py +2 -2
  111. pulumi_azure_native/cosmosdb/get_table_resource_table_role_assignment.py +4 -0
  112. pulumi_azure_native/cosmosdb/get_table_resource_table_role_definition.py +4 -0
  113. pulumi_azure_native/cosmosdb/get_throughput_pool.py +2 -2
  114. pulumi_azure_native/cosmosdb/get_throughput_pool_account.py +2 -2
  115. pulumi_azure_native/cosmosdb/graph_resource_graph.py +3 -3
  116. pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_database.py +3 -3
  117. pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_graph.py +3 -3
  118. pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_assignment.py +301 -0
  119. pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_definition.py +332 -0
  120. pulumi_azure_native/cosmosdb/list_database_account_connection_strings.py +2 -2
  121. pulumi_azure_native/cosmosdb/list_database_account_keys.py +2 -2
  122. pulumi_azure_native/cosmosdb/list_notebook_workspace_connection_info.py +2 -2
  123. pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_collection.py +3 -3
  124. pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_database.py +3 -3
  125. pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_role_definition.py +3 -3
  126. pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_user_definition.py +3 -3
  127. pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_assignment.py +301 -0
  128. pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_definition.py +332 -0
  129. pulumi_azure_native/cosmosdb/notebook_workspace.py +3 -3
  130. pulumi_azure_native/cosmosdb/outputs.py +83 -0
  131. pulumi_azure_native/cosmosdb/private_endpoint_connection.py +3 -3
  132. pulumi_azure_native/cosmosdb/service.py +3 -3
  133. pulumi_azure_native/cosmosdb/sql_resource_sql_container.py +3 -3
  134. pulumi_azure_native/cosmosdb/sql_resource_sql_database.py +3 -3
  135. pulumi_azure_native/cosmosdb/sql_resource_sql_role_assignment.py +3 -3
  136. pulumi_azure_native/cosmosdb/sql_resource_sql_role_definition.py +3 -3
  137. pulumi_azure_native/cosmosdb/sql_resource_sql_stored_procedure.py +3 -3
  138. pulumi_azure_native/cosmosdb/sql_resource_sql_trigger.py +3 -3
  139. pulumi_azure_native/cosmosdb/sql_resource_sql_user_defined_function.py +3 -3
  140. pulumi_azure_native/cosmosdb/table_resource_table.py +3 -3
  141. pulumi_azure_native/cosmosdb/table_resource_table_role_assignment.py +5 -1
  142. pulumi_azure_native/cosmosdb/table_resource_table_role_definition.py +5 -1
  143. pulumi_azure_native/cosmosdb/throughput_pool.py +3 -3
  144. pulumi_azure_native/cosmosdb/throughput_pool_account.py +3 -3
  145. pulumi_azure_native/datafactory/_enums.py +8 -0
  146. pulumi_azure_native/datafactory/_inputs.py +322 -21
  147. pulumi_azure_native/datafactory/outputs.py +222 -15
  148. pulumi_azure_native/dbforpostgresql/_inputs.py +274 -50
  149. pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py +3 -3
  150. pulumi_azure_native/dbforpostgresql/outputs.py +229 -28
  151. pulumi_azure_native/dbforpostgresql/server_group_cluster.py +24 -24
  152. pulumi_azure_native/devcenter/__init__.py +2 -0
  153. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  154. pulumi_azure_native/devcenter/catalog.py +3 -3
  155. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  156. pulumi_azure_native/devcenter/dev_center.py +3 -3
  157. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  158. pulumi_azure_native/devcenter/environment_type.py +3 -3
  159. pulumi_azure_native/devcenter/gallery.py +3 -3
  160. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  161. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  162. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  163. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  164. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  165. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  166. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +235 -0
  167. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +103 -0
  168. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  169. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  170. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  171. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  172. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  173. pulumi_azure_native/devcenter/get_pool.py +2 -2
  174. pulumi_azure_native/devcenter/get_project.py +2 -2
  175. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  176. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  177. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
  178. pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +4 -0
  179. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  180. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  181. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  182. pulumi_azure_native/devcenter/get_project_policy.py +2 -2
  183. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  184. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  185. pulumi_azure_native/devcenter/network_connection.py +3 -3
  186. pulumi_azure_native/devcenter/pool.py +3 -3
  187. pulumi_azure_native/devcenter/project.py +3 -3
  188. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  189. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  190. pulumi_azure_native/devcenter/project_policy.py +3 -3
  191. pulumi_azure_native/devcenter/schedule.py +3 -3
  192. pulumi_azure_native/durabletask/_enums.py +1 -1
  193. pulumi_azure_native/frontdoor/get_policy.py +2 -2
  194. pulumi_azure_native/frontdoor/policy.py +3 -3
  195. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  196. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  197. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  198. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  199. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  200. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  201. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  202. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  203. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  204. pulumi_azure_native/hybridcompute/license.py +3 -3
  205. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  206. pulumi_azure_native/hybridcompute/machine.py +3 -3
  207. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  208. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  209. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  210. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  211. pulumi_azure_native/loadtestservice/_inputs.py +3 -3
  212. pulumi_azure_native/loadtestservice/outputs.py +2 -2
  213. pulumi_azure_native/migrate/_enums.py +23 -0
  214. pulumi_azure_native/migrate/_inputs.py +20 -0
  215. pulumi_azure_native/migrate/outputs.py +14 -0
  216. pulumi_azure_native/monitor/_enums.py +9 -0
  217. pulumi_azure_native/monitor/azure_monitor_workspace.py +38 -18
  218. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +18 -18
  219. pulumi_azure_native/monitor/outputs.py +106 -106
  220. pulumi_azure_native/networkcloud/agent_pool.py +2 -2
  221. pulumi_azure_native/networkcloud/bare_metal_machine.py +2 -2
  222. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +2 -2
  223. pulumi_azure_native/networkcloud/bmc_key_set.py +2 -2
  224. pulumi_azure_native/networkcloud/cloud_services_network.py +2 -2
  225. pulumi_azure_native/networkcloud/cluster.py +2 -2
  226. pulumi_azure_native/networkcloud/cluster_manager.py +2 -2
  227. pulumi_azure_native/networkcloud/console.py +2 -2
  228. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  229. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  230. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  231. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  232. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  233. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  234. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  235. pulumi_azure_native/networkcloud/get_console.py +2 -2
  236. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  237. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  238. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  239. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  240. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  241. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  242. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  243. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  244. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  245. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  246. pulumi_azure_native/networkcloud/kubernetes_cluster.py +2 -2
  247. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +2 -2
  248. pulumi_azure_native/networkcloud/l2_network.py +2 -2
  249. pulumi_azure_native/networkcloud/l3_network.py +2 -2
  250. pulumi_azure_native/networkcloud/metrics_configuration.py +2 -2
  251. pulumi_azure_native/networkcloud/rack.py +2 -2
  252. pulumi_azure_native/networkcloud/storage_appliance.py +2 -2
  253. pulumi_azure_native/networkcloud/trunked_network.py +2 -2
  254. pulumi_azure_native/networkcloud/virtual_machine.py +2 -2
  255. pulumi_azure_native/networkcloud/volume.py +2 -2
  256. pulumi_azure_native/onlineexperimentation/__init__.py +12 -0
  257. pulumi_azure_native/onlineexperimentation/_enums.py +57 -0
  258. pulumi_azure_native/onlineexperimentation/_inputs.py +385 -0
  259. pulumi_azure_native/onlineexperimentation/get_online_experiment_workspace.py +217 -0
  260. pulumi_azure_native/onlineexperimentation/online_experiment_workspace.py +330 -0
  261. pulumi_azure_native/onlineexperimentation/outputs.py +577 -0
  262. pulumi_azure_native/pulumi-plugin.json +1 -1
  263. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  264. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  265. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  266. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  267. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  268. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  269. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  270. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  271. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  272. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  273. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  274. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  275. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
  276. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
  277. pulumi_azure_native/resources/deployment.py +3 -3
  278. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  279. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  280. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  281. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  282. pulumi_azure_native/resources/get_deployment.py +2 -2
  283. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  284. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  285. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  286. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  287. pulumi_azure_native/resources/get_resource.py +2 -2
  288. pulumi_azure_native/resources/get_resource_group.py +2 -2
  289. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  290. pulumi_azure_native/resources/resource.py +3 -3
  291. pulumi_azure_native/resources/resource_group.py +3 -3
  292. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  293. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  294. pulumi_azure_native/search/get_service.py +2 -2
  295. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  296. pulumi_azure_native/search/list_admin_key.py +2 -2
  297. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  298. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  299. pulumi_azure_native/search/service.py +3 -3
  300. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  301. pulumi_azure_native/weightsandbiases/get_instance.py +4 -0
  302. pulumi_azure_native/weightsandbiases/instance.py +5 -1
  303. {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/METADATA +1 -1
  304. {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/RECORD +306 -275
  305. {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/WHEEL +1 -1
  306. {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/top_level.txt +0 -0
@@ -333,7 +333,7 @@ def get_l3_network(l3_network_name: Optional[str] = None,
333
333
 
334
334
  Uses Azure REST API version 2025-02-01.
335
335
 
336
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
336
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
337
337
 
338
338
 
339
339
  :param str l3_network_name: The name of the L3 network.
@@ -378,7 +378,7 @@ def get_l3_network_output(l3_network_name: Optional[pulumi.Input[str]] = None,
378
378
 
379
379
  Uses Azure REST API version 2025-02-01.
380
380
 
381
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
381
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
382
382
 
383
383
 
384
384
  :param str l3_network_name: The name of the L3 network.
@@ -224,7 +224,7 @@ def get_metrics_configuration(cluster_name: Optional[str] = None,
224
224
 
225
225
  Uses Azure REST API version 2025-02-01.
226
226
 
227
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
227
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
228
228
 
229
229
 
230
230
  :param str cluster_name: The name of the cluster.
@@ -263,7 +263,7 @@ def get_metrics_configuration_output(cluster_name: Optional[pulumi.Input[str]] =
263
263
 
264
264
  Uses Azure REST API version 2025-02-01.
265
265
 
266
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
266
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
267
267
 
268
268
 
269
269
  :param str cluster_name: The name of the cluster.
@@ -247,7 +247,7 @@ def get_rack(rack_name: Optional[str] = None,
247
247
 
248
248
  Uses Azure REST API version 2025-02-01.
249
249
 
250
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
250
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
251
251
 
252
252
 
253
253
  :param str rack_name: The name of the rack.
@@ -285,7 +285,7 @@ def get_rack_output(rack_name: Optional[pulumi.Input[str]] = None,
285
285
 
286
286
  Uses Azure REST API version 2025-02-01.
287
287
 
288
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
288
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
289
289
 
290
290
 
291
291
  :param str rack_name: The name of the rack.
@@ -367,7 +367,7 @@ def get_storage_appliance(resource_group_name: Optional[str] = None,
367
367
 
368
368
  Uses Azure REST API version 2025-02-01.
369
369
 
370
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
370
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
371
371
 
372
372
 
373
373
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -415,7 +415,7 @@ def get_storage_appliance_output(resource_group_name: Optional[pulumi.Input[str]
415
415
 
416
416
  Uses Azure REST API version 2025-02-01.
417
417
 
418
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
418
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
419
419
 
420
420
 
421
421
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -283,7 +283,7 @@ def get_trunked_network(resource_group_name: Optional[str] = None,
283
283
 
284
284
  Uses Azure REST API version 2025-02-01.
285
285
 
286
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
286
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
287
287
 
288
288
 
289
289
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -324,7 +324,7 @@ def get_trunked_network_output(resource_group_name: Optional[pulumi.Input[str]]
324
324
 
325
325
  Uses Azure REST API version 2025-02-01.
326
326
 
327
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
327
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
328
328
 
329
329
 
330
330
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -451,7 +451,7 @@ def get_virtual_machine(resource_group_name: Optional[str] = None,
451
451
 
452
452
  Uses Azure REST API version 2025-02-01.
453
453
 
454
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
454
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
455
455
 
456
456
 
457
457
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -506,7 +506,7 @@ def get_virtual_machine_output(resource_group_name: Optional[pulumi.Input[str]]
506
506
 
507
507
  Uses Azure REST API version 2025-02-01.
508
508
 
509
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
509
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
510
510
 
511
511
 
512
512
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -223,7 +223,7 @@ def get_volume(resource_group_name: Optional[str] = None,
223
223
 
224
224
  Uses Azure REST API version 2025-02-01.
225
225
 
226
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
226
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
227
227
 
228
228
 
229
229
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -259,7 +259,7 @@ def get_volume_output(resource_group_name: Optional[pulumi.Input[str]] = None,
259
259
 
260
260
  Uses Azure REST API version 2025-02-01.
261
261
 
262
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
262
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
263
263
 
264
264
 
265
265
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -234,7 +234,7 @@ class KubernetesCluster(pulumi.CustomResource):
234
234
  """
235
235
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
236
236
 
237
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
237
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
238
238
 
239
239
  :param str resource_name: The name of the resource.
240
240
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -260,7 +260,7 @@ class KubernetesCluster(pulumi.CustomResource):
260
260
  """
261
261
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
262
262
 
263
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
263
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
264
264
 
265
265
  :param str resource_name: The name of the resource.
266
266
  :param KubernetesClusterArgs args: The arguments to use to populate this resource's properties.
@@ -135,7 +135,7 @@ class KubernetesClusterFeature(pulumi.CustomResource):
135
135
  """
136
136
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
137
137
 
138
- Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
138
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
139
139
 
140
140
  :param str resource_name: The name of the resource.
141
141
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -155,7 +155,7 @@ class KubernetesClusterFeature(pulumi.CustomResource):
155
155
  """
156
156
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
157
157
 
158
- Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
159
 
160
160
  :param str resource_name: The name of the resource.
161
161
  :param KubernetesClusterFeatureArgs args: The arguments to use to populate this resource's properties.
@@ -171,7 +171,7 @@ class L2Network(pulumi.CustomResource):
171
171
  """
172
172
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
173
173
 
174
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
174
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
175
175
 
176
176
  :param str resource_name: The name of the resource.
177
177
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -193,7 +193,7 @@ class L2Network(pulumi.CustomResource):
193
193
  """
194
194
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
195
195
 
196
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
196
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
197
197
 
198
198
  :param str resource_name: The name of the resource.
199
199
  :param L2NetworkArgs args: The arguments to use to populate this resource's properties.
@@ -263,7 +263,7 @@ class L3Network(pulumi.CustomResource):
263
263
  """
264
264
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
265
265
 
266
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
266
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
267
267
 
268
268
  :param str resource_name: The name of the resource.
269
269
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -292,7 +292,7 @@ class L3Network(pulumi.CustomResource):
292
292
  """
293
293
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
294
294
 
295
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
295
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
296
296
 
297
297
  :param str resource_name: The name of the resource.
298
298
  :param L3NetworkArgs args: The arguments to use to populate this resource's properties.
@@ -167,7 +167,7 @@ class MetricsConfiguration(pulumi.CustomResource):
167
167
  """
168
168
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
169
169
 
170
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
170
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
171
171
 
172
172
  :param str resource_name: The name of the resource.
173
173
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -189,7 +189,7 @@ class MetricsConfiguration(pulumi.CustomResource):
189
189
  """
190
190
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
191
191
 
192
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
193
193
 
194
194
  :param str resource_name: The name of the resource.
195
195
  :param MetricsConfigurationArgs args: The arguments to use to populate this resource's properties.
@@ -182,7 +182,7 @@ class Rack(pulumi.CustomResource):
182
182
  """
183
183
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
184
184
 
185
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
185
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
186
186
 
187
187
  :param str resource_name: The name of the resource.
188
188
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -205,7 +205,7 @@ class Rack(pulumi.CustomResource):
205
205
  """
206
206
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
207
207
 
208
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
208
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
209
209
 
210
210
  :param str resource_name: The name of the resource.
211
211
  :param RackArgs args: The arguments to use to populate this resource's properties.
@@ -198,7 +198,7 @@ class StorageAppliance(pulumi.CustomResource):
198
198
  """
199
199
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
200
200
 
201
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
201
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
202
202
 
203
203
  :param str resource_name: The name of the resource.
204
204
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -222,7 +222,7 @@ class StorageAppliance(pulumi.CustomResource):
222
222
  """
223
223
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
224
224
 
225
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
225
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
226
226
 
227
227
  :param str resource_name: The name of the resource.
228
228
  :param StorageApplianceArgs args: The arguments to use to populate this resource's properties.
@@ -187,7 +187,7 @@ class TrunkedNetwork(pulumi.CustomResource):
187
187
  """
188
188
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
189
189
 
190
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
190
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
191
191
 
192
192
  :param str resource_name: The name of the resource.
193
193
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -210,7 +210,7 @@ class TrunkedNetwork(pulumi.CustomResource):
210
210
  """
211
211
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
212
212
 
213
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
213
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
214
214
 
215
215
  :param str resource_name: The name of the resource.
216
216
  :param TrunkedNetworkArgs args: The arguments to use to populate this resource's properties.
@@ -410,7 +410,7 @@ class VirtualMachine(pulumi.CustomResource):
410
410
  """
411
411
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
412
412
 
413
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
413
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
414
414
 
415
415
  :param str resource_name: The name of the resource.
416
416
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -446,7 +446,7 @@ class VirtualMachine(pulumi.CustomResource):
446
446
  """
447
447
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
448
448
 
449
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
449
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
450
450
 
451
451
  :param str resource_name: The name of the resource.
452
452
  :param VirtualMachineArgs args: The arguments to use to populate this resource's properties.
@@ -134,7 +134,7 @@ class Volume(pulumi.CustomResource):
134
134
  """
135
135
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
136
136
 
137
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
137
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
138
138
 
139
139
  :param str resource_name: The name of the resource.
140
140
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -154,7 +154,7 @@ class Volume(pulumi.CustomResource):
154
154
  """
155
155
  Uses Azure REST API version 2025-02-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview.
156
156
 
157
- Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
157
+ Other available API versions: 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native networkcloud [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
158
 
159
159
  :param str resource_name: The name of the resource.
160
160
  :param VolumeArgs args: The arguments to use to populate this resource's properties.
@@ -0,0 +1,12 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .get_online_experiment_workspace import *
10
+ from .online_experiment_workspace import *
11
+ from ._inputs import *
12
+ from . import outputs
@@ -0,0 +1,57 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'KeyEncryptionKeyIdentityType',
9
+ 'ManagedServiceIdentityType',
10
+ 'OnlineExperimentationWorkspaceSkuName',
11
+ ]
12
+
13
+
14
+ class KeyEncryptionKeyIdentityType(str, Enum):
15
+ """
16
+ The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity.
17
+ """
18
+ SYSTEM_ASSIGNED_IDENTITY = "SystemAssignedIdentity"
19
+ """
20
+ System assigned identity
21
+ """
22
+ USER_ASSIGNED_IDENTITY = "UserAssignedIdentity"
23
+ """
24
+ User assigned identity
25
+ """
26
+
27
+
28
+ class ManagedServiceIdentityType(str, Enum):
29
+ """
30
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
31
+ """
32
+ NONE = "None"
33
+ SYSTEM_ASSIGNED = "SystemAssigned"
34
+ USER_ASSIGNED = "UserAssigned"
35
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
36
+
37
+
38
+ class OnlineExperimentationWorkspaceSkuName(str, Enum):
39
+ """
40
+ The name of the SKU. Ex - F0, P0. It is typically a letter+number code
41
+ """
42
+ F0 = "F0"
43
+ """
44
+ The Free service sku name.
45
+ """
46
+ S0 = "S0"
47
+ """
48
+ The Standard service sku name.
49
+ """
50
+ P0 = "P0"
51
+ """
52
+ The Premium service sku name.
53
+ """
54
+ D0 = "D0"
55
+ """
56
+ The Developer service sku name.
57
+ """