pulumi-azure-native 2.71.0a1730993707__py3-none-any.whl → 2.71.0a1731078350__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 (125) hide show
  1. pulumi_azure_native/__init__.py +14 -0
  2. pulumi_azure_native/datafactory/_inputs.py +360 -0
  3. pulumi_azure_native/datafactory/outputs.py +240 -2
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
  6. pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
  7. pulumi_azure_native/machinelearningservices/outputs.py +2 -104
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +16 -12
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +12 -8
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  34. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  35. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  36. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  37. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  38. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  39. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  40. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  41. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  43. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  44. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  45. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  46. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  47. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  48. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  50. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  51. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  52. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  53. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  54. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  55. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  57. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  58. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  59. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  60. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  61. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  62. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  64. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  65. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  66. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  67. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  68. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  69. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  71. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  72. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  73. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  74. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  75. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  76. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  78. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  79. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  80. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  81. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  82. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  83. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  85. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  86. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  87. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  88. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  89. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  90. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  92. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  93. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  94. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  95. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  96. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  103. pulumi_azure_native/recoveryservices/v20241001/__init__.py +24 -0
  104. pulumi_azure_native/recoveryservices/v20241001/_enums.py +470 -0
  105. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +15874 -0
  106. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
  107. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
  108. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
  109. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
  110. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
  111. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
  112. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
  113. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14414 -0
  114. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
  115. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
  116. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
  117. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
  118. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
  119. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
  120. pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
  121. pulumi_azure_native/recoveryservices/vault.py +3 -3
  122. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.71.0a1731078350.dist-info}/METADATA +1 -1
  123. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.71.0a1731078350.dist-info}/RECORD +125 -107
  124. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.71.0a1731078350.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.71.0a1731078350.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=T8R8x6SDOFcXiN5_q4tsvSZgVCRxnriAJ1L5g1V0Sss,1096783
1
+ pulumi_azure_native/__init__.py,sha256=qGLdnh4UG6AyPJlQdyQrftnvhASccpZFy-4IpwzfT20,1097512
2
2
  pulumi_azure_native/_utilities.py,sha256=UL5vEmfNrBfiaeFQS69cz7xlHoBnPH8PY_UIVNwShcM,10486
3
3
  pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
4
- pulumi_azure_native/pulumi-plugin.json,sha256=FOX5WllGvRlKb-Piqulhy8v1ALYGDvQ0aJNzc3lmZqw,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=efDL553o2Ch4amGlKLnatrGAZYtOcg7Uy4n63fkXJas,89
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -8969,7 +8969,7 @@ pulumi_azure_native/datadog/v20230101/monitored_subscription.py,sha256=SIASGU2Vy
8969
8969
  pulumi_azure_native/datadog/v20230101/outputs.py,sha256=TgBPd1ynNx08FTiQsRzPwVXTOjS-ZYLCWjBu9oXATTY,41278
8970
8970
  pulumi_azure_native/datafactory/__init__.py,sha256=iUobCUqp8RvC2FPK3LietmL-oGCbu5NQy2HBBMOIq8M,1811
8971
8971
  pulumi_azure_native/datafactory/_enums.py,sha256=hIPJhKYYt3-JJOfccFaEcAlYMqwKbBtaQe5zYb_kPMg,21244
8972
- pulumi_azure_native/datafactory/_inputs.py,sha256=hF5RN3BdHodOJ07ccmlRVn0GGyptoHUQjJdhhIewjJ8,5458723
8972
+ pulumi_azure_native/datafactory/_inputs.py,sha256=iCmqihVP2WzuxhB1ciYfG2fGKHKKwZ1TesCQYrzxZls,5474360
8973
8973
  pulumi_azure_native/datafactory/change_data_capture.py,sha256=qXWeXN8D_N2kS4IXLC07wIyMDw7fKUDiv9Rl12WOuP8,18660
8974
8974
  pulumi_azure_native/datafactory/credential_operation.py,sha256=w1DRu-Hy6KZUVt3gBedi6NyM17AF8Cjgy-41jUQ_qHw,9671
8975
8975
  pulumi_azure_native/datafactory/data_flow.py,sha256=pb_KZBlz_Dy9zew5_9V_FPo0Ljwg99aGnd01jsaH2SI,9439
@@ -9000,13 +9000,13 @@ pulumi_azure_native/datafactory/integration_runtime.py,sha256=ligQQqYagGocHs_twt
9000
9000
  pulumi_azure_native/datafactory/linked_service.py,sha256=fsUY0hhv0nxVoe2wpL4tTfif4h1oWI_pjR-N5AbIr_E,51349
9001
9001
  pulumi_azure_native/datafactory/list_integration_runtime_auth_keys.py,sha256=_3B8_8izJ6c6xlCOb3kU5onTc0V_hzFZ3-IWgU6Q6I4,4706
9002
9002
  pulumi_azure_native/datafactory/managed_private_endpoint.py,sha256=NsevRx7r_yQy66FGE5dzyc4PKcnFb4NUg2uNcxI172E,10853
9003
- pulumi_azure_native/datafactory/outputs.py,sha256=Niasw0Pwec4tA0GtrRgwWsJ6eQRArpVLn6hVRDWGOPg,3953899
9003
+ pulumi_azure_native/datafactory/outputs.py,sha256=4u48XBvbp0jzErgxo0eFwdbv4wmrRzxZAMuRrFEyc6E,3964996
9004
9004
  pulumi_azure_native/datafactory/pipeline.py,sha256=ABT5XJ3I-DAb0NTzJNQfhOLJvVVN13btSPXTji8RgJk,33018
9005
9005
  pulumi_azure_native/datafactory/private_endpoint_connection.py,sha256=03fcsQm-YYDXFUWssesjmIoGAvdEmDr8DHy8wdX02vI,9801
9006
9006
  pulumi_azure_native/datafactory/trigger.py,sha256=6OJ2XGO39Jjck4F0IaExtYzkvdTxA1om7zqvNIdFFus,11118
9007
9007
  pulumi_azure_native/datafactory/v20180601/__init__.py,sha256=V-xpzI7QM2akPwkWy1rP75x1U80M7WH0kSJFbhvOMLo,1569
9008
9008
  pulumi_azure_native/datafactory/v20180601/_enums.py,sha256=hIPJhKYYt3-JJOfccFaEcAlYMqwKbBtaQe5zYb_kPMg,21244
9009
- pulumi_azure_native/datafactory/v20180601/_inputs.py,sha256=AZaSa2taI1SQX_8FqK3qzuiLvB7NTltZJBx4xrcuskE,5458724
9009
+ pulumi_azure_native/datafactory/v20180601/_inputs.py,sha256=u4bUHaYxPekUUB4fEjmgmv4rJsPfEnbmsOmSOegLo1k,5474361
9010
9010
  pulumi_azure_native/datafactory/v20180601/change_data_capture.py,sha256=Z-MxFqGm48MLgUpW0fwAml6WXxbTDcC6bL3Iqh4m8HM,18573
9011
9011
  pulumi_azure_native/datafactory/v20180601/credential_operation.py,sha256=n-scZlZxaR5ZqGVeXTECVwC4IPFbTywSP-zEzwGBVN4,9482
9012
9012
  pulumi_azure_native/datafactory/v20180601/data_flow.py,sha256=biIGQf64W6je-bAz75msEENmVSZ-CjBouFlpUG1W2Qw,9250
@@ -9037,7 +9037,7 @@ pulumi_azure_native/datafactory/v20180601/integration_runtime.py,sha256=-8Tu9S_X
9037
9037
  pulumi_azure_native/datafactory/v20180601/linked_service.py,sha256=yqKI0YDxUDL5FlLPtal9kebYDZwAlhHt4g7XExW4nr8,51160
9038
9038
  pulumi_azure_native/datafactory/v20180601/list_integration_runtime_auth_keys.py,sha256=6O8DTQXMgp95WPeL_tyCofCIz6J7HHYzbhOpVjK08W8,4647
9039
9039
  pulumi_azure_native/datafactory/v20180601/managed_private_endpoint.py,sha256=qtMqH0n4Va1mTJm1bkm-uIHF1wOWIwcCotSh8vX3wVM,10664
9040
- pulumi_azure_native/datafactory/v20180601/outputs.py,sha256=ocv5SByrYv1vVKJ0sP3A2VIlL2PRoL-gwyz4Mr4ZVy4,3953900
9040
+ pulumi_azure_native/datafactory/v20180601/outputs.py,sha256=4wQTUju2ncdliu6e-8muXBCvw8kNRTS_LJz3zd6ienA,3964997
9041
9041
  pulumi_azure_native/datafactory/v20180601/pipeline.py,sha256=WuZRGEfp7u_lvwWnTQuBtckGJsGNIByJv8PxzqMD710,32829
9042
9042
  pulumi_azure_native/datafactory/v20180601/private_endpoint_connection.py,sha256=kkt-r6N-bkmRNcucKZ0pkggLU3tS2SlB7gfa6LRU3ws,9612
9043
9043
  pulumi_azure_native/datafactory/v20180601/trigger.py,sha256=KPf45r8H4YzeD-XBv_gga_36L2r8A5uhLVCbmsoheYI,10929
@@ -15276,7 +15276,7 @@ pulumi_azure_native/machinelearning/v20191001/outputs.py,sha256=i9E8DiBzRk9EoLwS
15276
15276
  pulumi_azure_native/machinelearning/v20191001/workspace.py,sha256=k5uJqF4ag-vOydPUnPE5-6LdP5kUnVLAnhEuetZzXcA,16189
15277
15277
  pulumi_azure_native/machinelearningservices/__init__.py,sha256=4-l112FWRNN2CjKQVxOb2xcI5vKL0bgi_6KqNRSo9C8,10363
15278
15278
  pulumi_azure_native/machinelearningservices/_enums.py,sha256=zZ0Qmn5sZhrxzgEv4GQ0SmYA3PI5QUMyEdDQoMYGKyI,48396
15279
- pulumi_azure_native/machinelearningservices/_inputs.py,sha256=jgD7FO8VKJ_DiErYytvf5Q6_dnIf5hZCkGdsBbUyo7g,1298181
15279
+ pulumi_azure_native/machinelearningservices/_inputs.py,sha256=lhjj0d8TvJTb8Qdmehz9wdkLuhLRUz6kk6Jz1rX_w48,1293589
15280
15280
  pulumi_azure_native/machinelearningservices/batch_deployment.py,sha256=gqQlDXImqRXD2CtbeJj2jeAu9IAGR8A19WC7dXf9kqI,19383
15281
15281
  pulumi_azure_native/machinelearningservices/batch_endpoint.py,sha256=SG8MDlyfUT7p68y0mm4MsV6EA3Ws2svH1o578tqxo_c,18250
15282
15282
  pulumi_azure_native/machinelearningservices/capability_host.py,sha256=EINz4RtjJhf2_Ln1P0801DnA5jUWsiVVHvYsf-c7GG4,9749
@@ -15398,7 +15398,7 @@ pulumi_azure_native/machinelearningservices/model_container.py,sha256=PyR91sfysS
15398
15398
  pulumi_azure_native/machinelearningservices/model_version.py,sha256=ZVC7qO3jy3zRH1d_XIE_8D3Oc4JetOj3Vn0qetzu73E,12743
15399
15399
  pulumi_azure_native/machinelearningservices/online_deployment.py,sha256=TxZK3GRYP7zjCZQfQwkklhw11TvBbJay5dfttLTvK98,19834
15400
15400
  pulumi_azure_native/machinelearningservices/online_endpoint.py,sha256=vVODhzSW1b9cU4OBIU5-ty25R1deQGGxFtYpVdTrQ4g,18267
15401
- pulumi_azure_native/machinelearningservices/outputs.py,sha256=c430pDzLM98y7mrT3uFVbkq9Rk9jBm7kkSXnpm42IqU,1238520
15401
+ pulumi_azure_native/machinelearningservices/outputs.py,sha256=Mv1rd6JjBcjC0ewvMgcb3r2DHyriCGInF_tED3uBhXo,1234292
15402
15402
  pulumi_azure_native/machinelearningservices/private_endpoint_connection.py,sha256=RxisDxGHPXmxL87p29R8Al6XlvbABGcpnsERVfs7Ct4,20419
15403
15403
  pulumi_azure_native/machinelearningservices/rai_policy.py,sha256=ZM4AtMroOB_7Qg9cwc9at9aeTBNVI6nCE6dnBbdXvnQ,10786
15404
15404
  pulumi_azure_native/machinelearningservices/registry.py,sha256=JYRqjqv8AfLbj8NPqYKTMyaYqEH8JWYrX4x5q14wtL0,16358
@@ -15556,7 +15556,7 @@ pulumi_azure_native/machinelearningservices/v20230201preview/list_featureset_ver
15556
15556
  pulumi_azure_native/machinelearningservices/v20230201preview/outputs.py,sha256=vZrTHulJEqOUrGCnBVxupFZwgnNkQZIiN1NPnmP1w4Y,2310
15557
15557
  pulumi_azure_native/machinelearningservices/v20230401/__init__.py,sha256=ZobpCR8I9sE_d4itTHEPXsboH8C0iR99lp4ktSu_FJQ,3032
15558
15558
  pulumi_azure_native/machinelearningservices/v20230401/_enums.py,sha256=djhqCeUq4vHU41lfApsK4RdEy4kcQjlS128qmWo_9Hg,42296
15559
- pulumi_azure_native/machinelearningservices/v20230401/_inputs.py,sha256=dArv-MhTTV7P66A2cjfQjdWU_qYiKuBkq0-LX5RirEc,1080270
15559
+ pulumi_azure_native/machinelearningservices/v20230401/_inputs.py,sha256=Lrf7-2TAEr6ilA-Y6VDGvOoXhnRwyaDo11X6KmQlKP8,1075678
15560
15560
  pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py,sha256=e2-3My_eQTdj77pdJQjHu94poXZQS60P4zrqNBMOuKE,18846
15561
15561
  pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py,sha256=CKhcwLkN6Z6KqTKJ46m2z3e6ysV3So5Qt3WzIFZgBGs,17709
15562
15562
  pulumi_azure_native/machinelearningservices/v20230401/code_container.py,sha256=TUSCaipK5zmaCmqM9TswFbLh-TYUPkjUHfZlzT3zBAo,11227
@@ -15617,7 +15617,7 @@ pulumi_azure_native/machinelearningservices/v20230401/model_container.py,sha256=
15617
15617
  pulumi_azure_native/machinelearningservices/v20230401/model_version.py,sha256=O_nc5GEb2tBy0zTTur8IZtcRtg6OmaXO-zDlvTYUnks,12028
15618
15618
  pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py,sha256=pP2a14ow9l0mvqh10Mrm-IjRsuy7K98b3Cjk6CI41K4,19299
15619
15619
  pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py,sha256=bBVjm04KYEPfWMo-x3J6t4r4piz6VYE28jq37wMlFUU,17728
15620
- pulumi_azure_native/machinelearningservices/v20230401/outputs.py,sha256=xTFW7znNstKgmjVNUN_hy7p65E9eaQ950Y1BbwO-iqs,894831
15620
+ pulumi_azure_native/machinelearningservices/v20230401/outputs.py,sha256=0oypI8P698CCsh6WGSIY2PYswv-MyEtvZgWBpmurBhA,890603
15621
15621
  pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py,sha256=YZwBPwApNGQZ5KunoQWCTaSDXUVZ1oXLwyJqJLLH1Bc,19760
15622
15622
  pulumi_azure_native/machinelearningservices/v20230401/registry.py,sha256=9u22POZyk-HFrfL-0y8-OIFtZ2c1XkSE29EVM8mWYA4,16005
15623
15623
  pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py,sha256=O2FFaRSugRu6e2gYlZPL4S4IJNCRlbW8CLc11SnpTAc,11119
@@ -15635,7 +15635,7 @@ pulumi_azure_native/machinelearningservices/v20230401/workspace.py,sha256=8R-eU9
15635
15635
  pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py,sha256=tgT9Tgie1tTL2b2J6dFZN9mwsBmdiVbi1Tl7mygc60s,13450
15636
15636
  pulumi_azure_native/machinelearningservices/v20230401preview/__init__.py,sha256=NFvkuFJdU2XpHkLeb0JWWtO67zRyt6-1NVWtLl_QreY,3606
15637
15637
  pulumi_azure_native/machinelearningservices/v20230401preview/_enums.py,sha256=j_RuO_PeUN-B5inz1JWVNfL1LfIr8YrvPLNr0FiRulE,59691
15638
- pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py,sha256=GglprKRqUo3fy1UUrjpdOvvWXPCD-5wmRywhwxAfqhk,1550616
15638
+ pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py,sha256=3Fdl0L_VjMjXmV9zKhp87fFtEMZ306Fs93bGAurS8i8,1546024
15639
15639
  pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py,sha256=93KVmPWQ1F4QOY23P8ESrQn--Mj6othTh8Muxc1Mw54,18846
15640
15640
  pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py,sha256=h46Q9nAkbuKZ7vG3BZsF5t93hG-0WKjW3pZTORqNWqI,17709
15641
15641
  pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py,sha256=hEIZWbczxbw0o2gKhlH0jDahqFXBsvvu-g54Azqo_dw,11227
@@ -15709,7 +15709,7 @@ pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py,
15709
15709
  pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py,sha256=3m_xlpXxjuZB6Xx4SNWhNxd_6jAKNX8A1UyrQNEZg24,12050
15710
15710
  pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py,sha256=urvF5wO5Q5Y0Ux8SUaxyX4iH5kryaH8f-FhDlvGa9cU,19299
15711
15711
  pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py,sha256=H_Gk6tJQ_IyNi3CDogg3vURvqfvwwYgqm0DKsub0Pn0,17728
15712
- pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py,sha256=z9JLo7X5dV9R25us6gKx1D4eBnBL27vvXmji8lXN4c8,1248839
15712
+ pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py,sha256=k2gs-Dn3NBbmfnBIfIcvVa3NJDUDccFtp-GjU95RPYo,1244611
15713
15713
  pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py,sha256=SrgimreXlBiYA8LGAOdy5G5v_-2hfKLfuTxecUgLAlE,19760
15714
15714
  pulumi_azure_native/machinelearningservices/v20230401preview/registry.py,sha256=wXM8avjfoEeMhyVo59y-SSmhQwpMKN13fnFW4W6NDOE,16005
15715
15715
  pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py,sha256=iHarImResJAzX-THlWVSfCE7Oq4E-ELVvXTuvk4cEz4,11119
@@ -15727,7 +15727,7 @@ pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py,sha256
15727
15727
  pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py,sha256=UjpJCu8UFc89XYUfA-MGj5astaFGj_XV_PYU5hc0XfM,14299
15728
15728
  pulumi_azure_native/machinelearningservices/v20230601preview/__init__.py,sha256=ZVQHYIXOo5c45Bl3J9vg7hsYonw-RmMb6WAVnQW7-Is,3655
15729
15729
  pulumi_azure_native/machinelearningservices/v20230601preview/_enums.py,sha256=YnX5Zg9TDtM3NFzuEKjroaDaF_O72RCGuA6MBSSOY6M,61830
15730
- pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py,sha256=V2Q59TT910wkPlZJtybuXVlrJJuoRm-jtec4Qo3DnFM,1619200
15730
+ pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py,sha256=jse-KXo-Axi4EGWLysrwqIn9YWGcNtYl80fUvc2skEA,1614203
15731
15731
  pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py,sha256=VkN5kMZT_zvgnngteA9A0OqD48G8u_sgGOnXtJ5c5gE,18846
15732
15732
  pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py,sha256=FPj8QANQqo27CQS5z2fDGW6s7OOeZ6X63tnC-KgbUvY,17709
15733
15733
  pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py,sha256=GhpoIdbavY_R7jLLevxeB6c772JE6azHFvqRGgbll6U,11227
@@ -15802,7 +15802,7 @@ pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py,
15802
15802
  pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py,sha256=gESFxoe45x-OUCwoxoOp8RRsD1bd9wQH6YYzDn_1ybQ,12050
15803
15803
  pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py,sha256=7TtL4Kjc0ULk86-wklLbY6IoYGOz__IrXKV4Ago9y8I,19299
15804
15804
  pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py,sha256=dy0R1L8-9HOVmHTYBIJsXDXYaNcTyWY8v9Dy5G7Be0M,17728
15805
- pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py,sha256=kRCKG2m56OZrUQ9tasT8il9H0ffJCGqbdeYiZK1kcwQ,1298912
15805
+ pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py,sha256=yNo8AypsNMHXnopFdQC1B0LVTUlFFBA4WrTtAD32Pro,1294414
15806
15806
  pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py,sha256=dGCIzq56tJ-a6P5ZQ2AdR5HqmI6XVTnkS3gqnBrM7Ek,19293
15807
15807
  pulumi_azure_native/machinelearningservices/v20230601preview/registry.py,sha256=oM_V2iqYSGIGuZ8v9nDH0eSqBm3bRu-ZO5riCFP6oQ8,16005
15808
15808
  pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py,sha256=KgmlXewp1WWA3O7EV9mlwtDyrsMkpQYti1hrbSTZIX0,11119
@@ -15820,7 +15820,7 @@ pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py,sha256
15820
15820
  pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py,sha256=Mfiy17yX3JwY0vL2jejCJ8yUZb9tO9NTmSVkWM9vP8g,15001
15821
15821
  pulumi_azure_native/machinelearningservices/v20230801preview/__init__.py,sha256=7Da-5mvxcakSyEKg8qC3HdVbpVEezuyP8QizYXyICAg,4181
15822
15822
  pulumi_azure_native/machinelearningservices/v20230801preview/_enums.py,sha256=70lVB8vkfcv0K8Xkrujy2ewpTb141xYRJwcUJC0vQcg,63560
15823
- pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py,sha256=QOpOdfF1tHcnTvc3n6Ea571qtl3SuLKgZWSrKqYoPcA,1688745
15823
+ pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py,sha256=VNauOAetYLFvbuaXvHAPazclVup0qewFFA7vvEWwcJ4,1684153
15824
15824
  pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py,sha256=JJ4i23Cxnh4kkuy6uG4l982SfyTiEPaBElJBIBfdX6U,18846
15825
15825
  pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py,sha256=b0Ft3g-L_HiAAQ5a6UcIV8EzhHfgxFjsiu8Hphy7YnI,17709
15826
15826
  pulumi_azure_native/machinelearningservices/v20230801preview/capacity_reservation_group.py,sha256=TTUka0gcRHvqWFgLgwjvdHT8lfDZLmJRBonwCSmMNBo,15593
@@ -15908,7 +15908,7 @@ pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py,
15908
15908
  pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py,sha256=j-RKgkg4DQAKDQXS_SZbm8hcpdCdCMsczK7pYOmllgM,12050
15909
15909
  pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py,sha256=XoLj4k3H0PV8YJl4Z02CsWFnCghjIxQUqSclLIdrEJg,19299
15910
15910
  pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py,sha256=tbKmcnrloZSJnEXtBhJ0L_5cvG7r6Iv4_N8xaPJDO4I,17728
15911
- pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py,sha256=IHLCXS6mDIi1ClHWFMYRVCfoRL12C6SjHUuunuSP-_Q,1370661
15911
+ pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py,sha256=8No41xCrmMy_Vn8JQzhNRULaGDaBgio7QonguQloBLc,1366433
15912
15912
  pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py,sha256=8wcqIGGcogKxCf5XBtJSPikPfkLKL_TU304f_tkPS3U,20582
15913
15913
  pulumi_azure_native/machinelearningservices/v20230801preview/registry.py,sha256=d2se4CTQmS7LrR6tWJHJ4HtLzftWj6_zn8tqBsrMddw,16005
15914
15914
  pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py,sha256=VII5NWKwIqT1tAJse345jC9ZsajzzDWSYr-ntLxzuK4,11119
@@ -15927,7 +15927,7 @@ pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py,sha256
15927
15927
  pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py,sha256=MDSQjS9BjCfhUZ_eldJ_XG2knZlz2pdJX1zX5n4YWeI,14989
15928
15928
  pulumi_azure_native/machinelearningservices/v20231001/__init__.py,sha256=VsUx16Q__BrUfQggBZaAy1MYtATIOd_MvusftvFUGCY,3486
15929
15929
  pulumi_azure_native/machinelearningservices/v20231001/_enums.py,sha256=HV0FacuRROXFSIJyktI1MtQ-teBX1jDAKIZbQzGYzMM,53103
15930
- pulumi_azure_native/machinelearningservices/v20231001/_inputs.py,sha256=IK54O3mLzte1zfE3Vda4yYGKXmo3cAOIJzPlKTPCTeU,1270268
15930
+ pulumi_azure_native/machinelearningservices/v20231001/_inputs.py,sha256=CAy-xMyoiC3AuwXh4RKm3tpIh7j-ySXzCdlzgVxLezk,1265676
15931
15931
  pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py,sha256=NhubGVIDrDFwu_AIK7yw5DGtWrSukxZky9TybKn6T2A,18846
15932
15932
  pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py,sha256=CMeuDNKxNszyp5Gf5LBXDXh9AtpDN-ghIef3nAMWxis,17709
15933
15933
  pulumi_azure_native/machinelearningservices/v20231001/code_container.py,sha256=G_D_5Qof1GSGVuDnO7XaJEugu_szU2jgIH_bouf8R7o,11227
@@ -15998,7 +15998,7 @@ pulumi_azure_native/machinelearningservices/v20231001/model_container.py,sha256=
15998
15998
  pulumi_azure_native/machinelearningservices/v20231001/model_version.py,sha256=GtALv_sBn7vXEnKL-XFCHXfulbdWxCkm_iQaB4o9Akg,12028
15999
15999
  pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py,sha256=LcToROTb6H6XQ7dnaGb8EBurpae2rXVx0GRBU7wlQDs,19299
16000
16000
  pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py,sha256=QUORyPUZ9mtGDc4D4uvys4qpe2LXiAGVzLa-mcsatEE,17728
16001
- pulumi_azure_native/machinelearningservices/v20231001/outputs.py,sha256=HfxbbSx0ujEQ_10-OEwS6hq9IlWvTFoKyHIXk6myqgI,1036415
16001
+ pulumi_azure_native/machinelearningservices/v20231001/outputs.py,sha256=zk1bWMRPymILIWa84zUD7nKET8qEncGmr9VKzpSE8Qk,1032187
16002
16002
  pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py,sha256=icRpkjbf1zRKuTsN0uEElePhZHySxTs6vd3Jdez58ZQ,19760
16003
16003
  pulumi_azure_native/machinelearningservices/v20231001/registry.py,sha256=KiUm4xqtdsYPxzRGrELOhfszTGzNt6TneHY-ovSmq-E,16005
16004
16004
  pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py,sha256=lHNlRSEi_Ixxko7ISQYWODnoNAJFVWg6-ylcubySBSs,11119
@@ -16016,7 +16016,7 @@ pulumi_azure_native/machinelearningservices/v20231001/workspace.py,sha256=Mbaf83
16016
16016
  pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py,sha256=uGuEoOA-Bx6c-Xi0hXOw3SH5WpWgZ9-Wx-AaAegNq_s,13450
16017
16017
  pulumi_azure_native/machinelearningservices/v20240101preview/__init__.py,sha256=2a0Dt0oW1_eNnQHaMyF-iKfN0zSSEphj6JcoSIqAiWo,4373
16018
16018
  pulumi_azure_native/machinelearningservices/v20240101preview/_enums.py,sha256=zwL0lEJVeYFVG3Lnfd4xepRcUBa9UhmSZgadNUawkpo,67471
16019
- pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py,sha256=6pFoo-5zzP3F97XvyQgb_kemRI_kf4SgJlCnPUHfBws,1784632
16019
+ pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py,sha256=T-pBMvrMGGh7zkM55cL4AMgUheRehy11V8vmpRlB5g4,1780040
16020
16020
  pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py,sha256=Id4lMm8PEtbaLsAjqst9SDVHmHD7Z8JAKKhnQFKRh08,18846
16021
16021
  pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py,sha256=y7onFyufzXIsX3emNO_2-TEk5v64HMUSHfJgkIyuI6k,17709
16022
16022
  pulumi_azure_native/machinelearningservices/v20240101preview/capacity_reservation_group.py,sha256=m2hYPjyKyRcLBgtMt8Frco_n39YfBWgGy3VKXAbCfBk,15738
@@ -16109,7 +16109,7 @@ pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py,
16109
16109
  pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py,sha256=r7lIK4Cx36RjhHMJoEesZny6h6KdzJm8PeD-bg-gmRc,12050
16110
16110
  pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py,sha256=Gzh6u9QK_adjYS3Wrka20vSee4YQQpB2mZLc-6DZVm0,19299
16111
16111
  pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py,sha256=tsgIiJgALvkU_5D_uHZUiqqCm9D8L1JfMqBFN4tLBUw,17728
16112
- pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py,sha256=j2dKtgzUEukPXO0Ywe7ThuUkRoGOn8nhCxi3jtHwaFo,1450162
16112
+ pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py,sha256=Cv3MQ3cfHC40BS_x0Wt6ru_1RMH-tzl9_Xy8HCot9mY,1445934
16113
16113
  pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py,sha256=wcRI7rsTDZVIiezc26yp_YhuOp-x8kpZGcgJQ6a5HB4,20582
16114
16114
  pulumi_azure_native/machinelearningservices/v20240101preview/registry.py,sha256=Gvrmg3ob100Is3wPGc6xXmbnNq_4tgzElobBHcN25No,16005
16115
16115
  pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py,sha256=Info7P1hMD_7JnMTy-R-XWhURdu1AMcUKkh6lYFtlvk,11119
@@ -16128,7 +16128,7 @@ pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py,sha256
16128
16128
  pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py,sha256=po8AW6zjlY4_7_sDoiTbpYz_1N7GMy48I8dAsw3ETDk,16133
16129
16129
  pulumi_azure_native/machinelearningservices/v20240401/__init__.py,sha256=G1lVlLCSxjWPD9JAihhxSxgZ260DUmsFblKEu1uYH7M,3738
16130
16130
  pulumi_azure_native/machinelearningservices/v20240401/_enums.py,sha256=WuuM6E9Mt9dqtfNobz6aioskvUYLh0uOLW7jJISE1gE,58251
16131
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py,sha256=Fh3AGH2vxIzfrzOFdVREEUkeuq39kTBKTH9l0pffjmc,1421220
16131
+ pulumi_azure_native/machinelearningservices/v20240401/_inputs.py,sha256=dHSfFKHxWPRmrmQCTXweEqS__IAesCwkcR5ylr3Qgys,1416628
16132
16132
  pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py,sha256=mlwVv7semDrdVSHJ5MX5uUvV7WxQxE2z9zS9HqC1rYw,18846
16133
16133
  pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py,sha256=_VtpAqC9RyVg-saQHYVr2okpeKEuzMscwnd1-Dz7r0E,17709
16134
16134
  pulumi_azure_native/machinelearningservices/v20240401/code_container.py,sha256=ib48IRTdvy3TXhy1y-RCDP6FalPqZOedMfUeHaGnwOk,11227
@@ -16204,7 +16204,7 @@ pulumi_azure_native/machinelearningservices/v20240401/model_container.py,sha256=
16204
16204
  pulumi_azure_native/machinelearningservices/v20240401/model_version.py,sha256=n4uGpW5Azs3RZaXIZ4lkcJOyEGz-UFUm_R2MHTseNWc,12028
16205
16205
  pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py,sha256=J_jKngudovDwG4_f8yg05NPhUegShqq-10-LgPlBnpw,19299
16206
16206
  pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py,sha256=t9ORGDRwDnu2CzLDsg1p-5ZuQluFEvNXsNW4D85xyj0,17728
16207
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py,sha256=JUHrCRBVZsk04RLXjBIhOUN1o3EsA6k8YAbbxIj62mA,1161102
16207
+ pulumi_azure_native/machinelearningservices/v20240401/outputs.py,sha256=S9VUURKQlJOLPspieUZQYUy0_Hl2QLwlwhF6YnHZVqs,1156874
16208
16208
  pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py,sha256=XTPYKHzlo3wYSA2CsOn6v03iDIXYDFRi2ATgetkHgHQ,19760
16209
16209
  pulumi_azure_native/machinelearningservices/v20240401/registry.py,sha256=gTduZcwMc4er9Q_iLxhbROKHnH_bBLlwGsQmqfI_Odg,16005
16210
16210
  pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py,sha256=5dGQRkfLX1hqg_VmvBxEU5oguQAZU5kA0Z12SdFh2k0,11119
@@ -16223,7 +16223,7 @@ pulumi_azure_native/machinelearningservices/v20240401/workspace.py,sha256=ZND7WO
16223
16223
  pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py,sha256=fLyKmTQEYbm9Du2xv3ouQ5TzMwGmzv8l3hB1b9ReP4Y,16145
16224
16224
  pulumi_azure_native/machinelearningservices/v20240401preview/__init__.py,sha256=_KQbTBVpNUZWjHxjL9bvZkMgowOOy37sKKTY9I6u-9g,4811
16225
16225
  pulumi_azure_native/machinelearningservices/v20240401preview/_enums.py,sha256=m851mVaS_imAIX5tv4MUnVA676q6X-HkeCtlbKdCt5s,68326
16226
- pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py,sha256=RjwQTCTWhTB2H0gvKFRALg3W9AoGDho35UfJcrOgPXI,1790035
16226
+ pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py,sha256=ukaHjE43s_9lQMG570puTzNW_YlTADSx3aQTpQurW_8,1785443
16227
16227
  pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py,sha256=d2i747uS4UUCSw_pjkXQ1TStC-jSN8vwLF7JcUpuDzM,18846
16228
16228
  pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py,sha256=KiIEhJ6FwY-AX7eXyvMkd73lr2cq49Y-UK_rpQ4_Fbw,17709
16229
16229
  pulumi_azure_native/machinelearningservices/v20240401preview/capacity_reservation_group.py,sha256=owISoQFSG02H0QI6ZFktJRa1dD4ZoBQ50QKx9yT2fwE,15738
@@ -16326,7 +16326,7 @@ pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py,
16326
16326
  pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py,sha256=CMagKSnMXv6Gvez7J8UmBC49aC3snGPZKeiKofpQ5d8,12050
16327
16327
  pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py,sha256=uKKd2YHM0y-bbRCWMdfYfZFiNDeVljbXRnZ9mid2b6o,19299
16328
16328
  pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py,sha256=-x_rqDwu0froI8HtdBqdPZJkFTOVh_zCM0fjRzcs4-o,17728
16329
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py,sha256=TTRgRrWiou8wFRuPBrELswEE_gx3KukN7d3qfR9OKFM,1474494
16329
+ pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py,sha256=rEgtXwXZUgn4PZW0qmUv60vqEjn6kEGyW-0EAkDaZlA,1470266
16330
16330
  pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py,sha256=Mp5mRNcTEs-vEx7Jss3AIer3qE4Uhr6wECzLpxCQwtc,20582
16331
16331
  pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py,sha256=uLb7RVrq4EBWvVHG31A5iJsL53uxheI6NuJHNA2QhUI,10525
16332
16332
  pulumi_azure_native/machinelearningservices/v20240401preview/registry.py,sha256=_P1A-C-24PUX6HuvqXhWAhdBnGFyaasKk_Xe07SqL2E,16005
@@ -16346,7 +16346,7 @@ pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py,sha256
16346
16346
  pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py,sha256=oVBBOlW8v4bMJQmMrhxugEVBIX4eDn_m8sRwH6cJDL4,16133
16347
16347
  pulumi_azure_native/machinelearningservices/v20240701preview/__init__.py,sha256=dDX2ZH5igJfjsXCIhfKncV65PEqJGlsnqop6ZX0CoZE,4322
16348
16348
  pulumi_azure_native/machinelearningservices/v20240701preview/_enums.py,sha256=1ErvT-rDoKFcMZzuPX486n6ZKavXqS2NEX-DfQj3vHQ,60959
16349
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py,sha256=u1ptsOgl6eLjI6iqW7KMzbSmcxG-HFkeA2r3jOv-plk,1516377
16349
+ pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py,sha256=IF9cl8vspf_Bzi2gy3nY4XlzrRkQ4VwaLRj1WGciCEw,1511785
16350
16350
  pulumi_azure_native/machinelearningservices/v20240701preview/batch_deployment.py,sha256=Wuq4YqB1ybExwuyRenLCcs2NNISPyStRSH0qn2eMPNo,18846
16351
16351
  pulumi_azure_native/machinelearningservices/v20240701preview/batch_endpoint.py,sha256=cdOUY7haNpLpJ9mjQ83pSq7feKsp-QoXLalrMdKczNE,17709
16352
16352
  pulumi_azure_native/machinelearningservices/v20240701preview/code_container.py,sha256=8PJzgQqyU_PMHJ-3Dt3xlQUDlhFUnZSOBwzYzIDNxpI,11227
@@ -16436,7 +16436,7 @@ pulumi_azure_native/machinelearningservices/v20240701preview/model_container.py,
16436
16436
  pulumi_azure_native/machinelearningservices/v20240701preview/model_version.py,sha256=va4YNJ2nRRRp9yltUPenjZnw7-iJC4U-V_rqHaC3E5M,12028
16437
16437
  pulumi_azure_native/machinelearningservices/v20240701preview/online_deployment.py,sha256=uAcUo_O0m1qnbkgFHhGDzq_DDl0luvJzRfDH0aBK9og,19299
16438
16438
  pulumi_azure_native/machinelearningservices/v20240701preview/online_endpoint.py,sha256=JzgssgripdlcJM0J4WLHv3oodpFkcn5qDuYyLW6uh9s,17728
16439
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py,sha256=ME_NUh1AC01_8Vh1097mgP9VX4tRskzinzBmLqS7GEQ,1266649
16439
+ pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py,sha256=iM6Bb-WgjojVsKnA_c8wMgH_apOnvaseTV07Vesk_qY,1262421
16440
16440
  pulumi_azure_native/machinelearningservices/v20240701preview/private_endpoint_connection.py,sha256=FzUGi2IqbMfTHUZwvbD31mim-tcThES_hDtPFxmxZ44,20582
16441
16441
  pulumi_azure_native/machinelearningservices/v20240701preview/rai_policy.py,sha256=V6g8I5io0S1j5xtTzKUVoPJBeDexElSzBV5yOT4HqGg,10525
16442
16442
  pulumi_azure_native/machinelearningservices/v20240701preview/registry.py,sha256=pwS0T6WeH2llLfv-Gtvplm4ivNOcj92qZLWIlkh1xQU,16005
@@ -16455,8 +16455,8 @@ pulumi_azure_native/machinelearningservices/v20240701preview/serverless_endpoint
16455
16455
  pulumi_azure_native/machinelearningservices/v20240701preview/workspace.py,sha256=CI22df2QGf7vYzL6sCDawtQVgrrPT81drQu6iIa1SIY,68574
16456
16456
  pulumi_azure_native/machinelearningservices/v20240701preview/workspace_connection.py,sha256=aCne-OTx_9RkvUct-nrWIvfpsh7hal4eVCHA2qkScrg,16133
16457
16457
  pulumi_azure_native/machinelearningservices/v20241001/__init__.py,sha256=G1lVlLCSxjWPD9JAihhxSxgZ260DUmsFblKEu1uYH7M,3738
16458
- pulumi_azure_native/machinelearningservices/v20241001/_enums.py,sha256=Z5qsDrk75_BthMcoI7xyK3-AghihLDbGXzm7YyrqGVs,58515
16459
- pulumi_azure_native/machinelearningservices/v20241001/_inputs.py,sha256=NuJpfsD_ElKDXvEAbs2kvpTpg8GuN7M9hvwX44GaUo4,1422059
16458
+ pulumi_azure_native/machinelearningservices/v20241001/_enums.py,sha256=jkXS1m2F1-P0i5g2S_9TtDZ0DqWWVWuSRrtO6OEU_QA,58613
16459
+ pulumi_azure_native/machinelearningservices/v20241001/_inputs.py,sha256=ih5T95nh2iNePAWswXdAlio3PvHqukj2TxkCSvJ0v4U,1422963
16460
16460
  pulumi_azure_native/machinelearningservices/v20241001/batch_deployment.py,sha256=n4c42nUTfB9SS0xeXsFEx_nO_R1mf4dG-o08F9qT6Yw,18846
16461
16461
  pulumi_azure_native/machinelearningservices/v20241001/batch_endpoint.py,sha256=QQtrTJNJwy8yiGg7-oV5I6QtNJQb9PuKAyc3ub_-8YM,17709
16462
16462
  pulumi_azure_native/machinelearningservices/v20241001/code_container.py,sha256=65fJndoXk7hhiLWve_c8nW_ENEEVv49z_RUoEkiNAfE,11227
@@ -16532,7 +16532,7 @@ pulumi_azure_native/machinelearningservices/v20241001/model_container.py,sha256=
16532
16532
  pulumi_azure_native/machinelearningservices/v20241001/model_version.py,sha256=ET9-SUpyO0mdl0igtQjTTbitEpInOkk0oC6u-W8r8y0,12028
16533
16533
  pulumi_azure_native/machinelearningservices/v20241001/online_deployment.py,sha256=DeAsAqvmOzvokRrQ8xRHKCi0gmI1feuqSA_6E1qseOw,19299
16534
16534
  pulumi_azure_native/machinelearningservices/v20241001/online_endpoint.py,sha256=o3_EmXiZ6X-GOddKxORZNQdbr67oeQJqZndpQ7ynr7I,17728
16535
- pulumi_azure_native/machinelearningservices/v20241001/outputs.py,sha256=9oelHVErzqIQ7YzLh78VGaOjANQWiqnBw9q9wZ3doXk,1161605
16535
+ pulumi_azure_native/machinelearningservices/v20241001/outputs.py,sha256=NWUCzrp9Ic6xCAvm9-nYiWdGQfw5Cm4g9A9fMhf8ZHg,1162261
16536
16536
  pulumi_azure_native/machinelearningservices/v20241001/private_endpoint_connection.py,sha256=MSEay5t4pl0UhRJmy_rSmD3oS_jGAcnV9g_eDEFEeQA,19760
16537
16537
  pulumi_azure_native/machinelearningservices/v20241001/registry.py,sha256=smwPtdSIihvf-DAYwLX21bHhL-QjRitOS-Iw8Q32NGY,16005
16538
16538
  pulumi_azure_native/machinelearningservices/v20241001/registry_code_container.py,sha256=c01iXxeIPOFzHb7hDTLw4bkbJVYHrhhF1Kz4cGZzlEI,11119
@@ -16550,8 +16550,8 @@ pulumi_azure_native/machinelearningservices/v20241001/serverless_endpoint.py,sha
16550
16550
  pulumi_azure_native/machinelearningservices/v20241001/workspace.py,sha256=XxsG8ExLSNEtb_eQjaCF80MJe20Md9Wz-NC4i18A24U,54457
16551
16551
  pulumi_azure_native/machinelearningservices/v20241001/workspace_connection.py,sha256=KWxLrzTe-yG1u97_qbDaEw4GPBSqwEKuLuowkIYCO7c,16145
16552
16552
  pulumi_azure_native/machinelearningservices/v20241001preview/__init__.py,sha256=IiTOvP8oOuVwRE48uj7D8GO8MVyP3FXCwN4shXM6pNM,4752
16553
- pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py,sha256=uvmObBd8CJYdkohXKQDLfE-LIz_QXqYj9w35PIJDToA,62027
16554
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py,sha256=jcEddJdcdX5lBxdMLRpgj-8XVaC9EqMC_aVU35Fvk6o,1565552
16553
+ pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py,sha256=3NJDP4XgROQiojsOLFNOpgcUaNvTJKuorgwdXjVljxA,62125
16554
+ pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py,sha256=jHy8A7AJpw0cNqG1l7LWvrQBM5DiooSMDShg9dgZTis,1566456
16555
16555
  pulumi_azure_native/machinelearningservices/v20241001preview/batch_deployment.py,sha256=9HRGpXnR5wxSsJQ6Zvi0maI2RGjqHwn30O0aSI7i7_g,18846
16556
16556
  pulumi_azure_native/machinelearningservices/v20241001preview/batch_endpoint.py,sha256=-kJbU5JdwSuGwTgZLig5uXcxVs15bJmq2Bvaw7oEZEI,17709
16557
16557
  pulumi_azure_native/machinelearningservices/v20241001preview/capability_host.py,sha256=qyYU1IzdyH8NtxRIdyLaVV3k5HbSk2h-9KSAuoLGsws,9646
@@ -16652,7 +16652,7 @@ pulumi_azure_native/machinelearningservices/v20241001preview/model_container.py,
16652
16652
  pulumi_azure_native/machinelearningservices/v20241001preview/model_version.py,sha256=KHeMUZcgAR6xk7513JUu2nOklZVJlq7lJRPy4wepa8A,12028
16653
16653
  pulumi_azure_native/machinelearningservices/v20241001preview/online_deployment.py,sha256=tk23jejGz4op5naUJk-xZPwU-yBtFzVa5IyFy8NfnfY,19299
16654
16654
  pulumi_azure_native/machinelearningservices/v20241001preview/online_endpoint.py,sha256=L2WZm7GO6BGwgMn2sm5zuadv9fAhwzIVfijS1yCIbNw,17728
16655
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py,sha256=WgjBjIZQEv9c4aJSQDKMBXaGphXYtXOdxOfE8MAIqc8,1307971
16655
+ pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py,sha256=EN8rZgBTACQyON7wrz_NOVkk_41QDwNUdx8wfxNrR3k,1308627
16656
16656
  pulumi_azure_native/machinelearningservices/v20241001preview/private_endpoint_connection.py,sha256=UspjWrGt90WKrY15tSQVbZ4aHnF2gtLTHoGJgbg22fc,20582
16657
16657
  pulumi_azure_native/machinelearningservices/v20241001preview/rai_policy.py,sha256=L7PUB6CVPLZgTkYLOShcBheblmGtW_EkJNEc6cssw6M,11485
16658
16658
  pulumi_azure_native/machinelearningservices/v20241001preview/registry.py,sha256=brSAjoEwKi51nunzPCnIY5Mf5P4OSXL3s2z_LzFhsqk,16005
@@ -21926,14 +21926,14 @@ pulumi_azure_native/recommendationsservice/v20220301preview/get_service_endpoint
21926
21926
  pulumi_azure_native/recommendationsservice/v20220301preview/modeling.py,sha256=DB3uCMMK5RUhhs_cjIk8yMb_7fdvtgyXeYOdtxZYYsM,11629
21927
21927
  pulumi_azure_native/recommendationsservice/v20220301preview/outputs.py,sha256=lfDzE_vKUnXh6AqH8-RvBvbHkkrCeoJ52T1CT891r_g,27905
21928
21928
  pulumi_azure_native/recommendationsservice/v20220301preview/service_endpoint.py,sha256=ZhmD6Zmom5PveUJlmCyEnhmBlt2CP9P4M34DfCT4OH8,12007
21929
- pulumi_azure_native/recoveryservices/__init__.py,sha256=2C7i9zUsruhneUkKajbqIOK9BT2-BXNDVS3Pq9432Ps,4488
21929
+ pulumi_azure_native/recoveryservices/__init__.py,sha256=zH4TOhvdRv3gsxCJmv_oFh_C0VsJFsNZjY6QcDS87TE,4678
21930
21930
  pulumi_azure_native/recoveryservices/_enums.py,sha256=jDG5oPDSvd8YIMDTXM3sZJnRoT54zqsifHnmxI8D29Q,15508
21931
21931
  pulumi_azure_native/recoveryservices/_inputs.py,sha256=hwFy4UxdjoEngcnsmf7makL8WnmJ39cn1iznwQjGElw,1129305
21932
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=8jQmvY9UuhvO6vw5OSsAJPzSz7bJ6hDZaBFnFuOpV7s,7504
21933
- pulumi_azure_native/recoveryservices/get_protected_item.py,sha256=f7ei4-IBwP94Q-O0j3Da1Ult7-faaABVzw2D2brI4wM,8314
21934
- pulumi_azure_native/recoveryservices/get_protection_container.py,sha256=FZmnxtngWQK6kv-HjpzOq7AwH9TSb-H5Sl3VCHLgktE,7659
21935
- pulumi_azure_native/recoveryservices/get_protection_intent.py,sha256=3BP-mfrMrI7KAs7_Z1WpigNlTsK2dMHlZXEUCQeaShE,7704
21936
- pulumi_azure_native/recoveryservices/get_protection_policy.py,sha256=56_NFoiabn8QwrTouo8sXraViKaL-wkIJSP1y-zThnQ,7384
21932
+ pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=B-1VeWRojI_CZbEl4oVzH0yePyT27Eu7tSLphWaisCs,7528
21933
+ pulumi_azure_native/recoveryservices/get_protected_item.py,sha256=0bKFwIp5Zt2rElRi_vxEGa25one0TrwAdBBEMQAyHEM,8338
21934
+ pulumi_azure_native/recoveryservices/get_protection_container.py,sha256=LLLMQ4slqXArLQnooQ-Y7Dz877TOhE2vWCIwEfMJPUA,7683
21935
+ pulumi_azure_native/recoveryservices/get_protection_intent.py,sha256=0ZmzKJm_lJEGz-ox1GsZO29XsNa49F-9fXL0klheS8Y,7728
21936
+ pulumi_azure_native/recoveryservices/get_protection_policy.py,sha256=Xbo1AdxcmsM32n3fG_yjVfJdD61ZzNMNFxzZ3EakzGs,7408
21937
21937
  pulumi_azure_native/recoveryservices/get_recovery_point_access_token.py,sha256=vAXe_Nqp4XO-6E_A3sn66bq7kFhYh_67eLTgwvOc1Fk,9634
21938
21938
  pulumi_azure_native/recoveryservices/get_replication_fabric.py,sha256=w9ezHu-f75CO4Z6oKXjFppAzoX25EvEiOywLffgK8co,6132
21939
21939
  pulumi_azure_native/recoveryservices/get_replication_migration_item.py,sha256=uBQFLXGSSD1wrtP0bZ0ywzdAe4KnHVSquYicQyvrX8g,6835
@@ -21946,14 +21946,14 @@ pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py,sha256=pRC
21946
21946
  pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py,sha256=-KqaRTQP386JK9_oc0O6yenq_Zx-6YHqMpiarBedC-I,6723
21947
21947
  pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=QuGE8Dpqf9I1c7Bku7x59h5cMJDmz7ny1niuiMzPcNg,7567
21948
21948
  pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=sbum68jHnrfC_LsXMGK1WhUlTMtsXASzMuh84xCmCK8,6241
21949
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=-odXmC_8HL-yO0Kp9pGtwrz8b6X8R-c_qzkrKZfyNAI,7054
21950
- pulumi_azure_native/recoveryservices/get_vault.py,sha256=L6KBFNIkIHr6WWpklT3FcoFkZRMuz7-Tl114hSEFbVU,7977
21949
+ pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=x2dCjgsBonSU1ywPKLpKdb4K7H2lsdwDJIM4p8QtQtI,7078
21950
+ pulumi_azure_native/recoveryservices/get_vault.py,sha256=FOEQ7jlreWDispweSJcM6QOLgl_glhyAs0tWoADptKQ,8001
21951
21951
  pulumi_azure_native/recoveryservices/outputs.py,sha256=OPxdxbUEtzqtQ9skJhGFO23D8Z9D8wXkD_BqE0VhDiA,1451492
21952
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=xwXOi0pRoV1YM7FO1txhMPsUP-TFwMHj6e5MCsBzBUI,16027
21953
- pulumi_azure_native/recoveryservices/protected_item.py,sha256=CLSHBCxMiAv93QkbMhwqDG3OOwIDQKBdK_Ij_XWuUHo,22325
21954
- pulumi_azure_native/recoveryservices/protection_container.py,sha256=_AVKb_1htThNs1JsmwqWv3BNcPogH4K0vFLhC4crHWY,20306
21955
- pulumi_azure_native/recoveryservices/protection_intent.py,sha256=W930ThccatZyv8-YbRqoB1mVePuOn6yubdwq3B55QvA,17939
21956
- pulumi_azure_native/recoveryservices/protection_policy.py,sha256=MDMydYOan8RPJXn7CN1_vBsZn3oFNezwowuEsgN48tc,17110
21952
+ pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=HZTyQblGywZlWMZFiurwt0Nkok9ZHc3H4Y0hiEXH1G8,16140
21953
+ pulumi_azure_native/recoveryservices/protected_item.py,sha256=8wSqgR80lfGPlF9WoRvexKDZE0CRGK77oofoGhQSbNY,22426
21954
+ pulumi_azure_native/recoveryservices/protection_container.py,sha256=GNrF4JrPnabFRSVCzbjLCukU2xxXivgqXNqzm7unxow,20413
21955
+ pulumi_azure_native/recoveryservices/protection_intent.py,sha256=VnzAEzT-ZrLExumpSf8uD2Q3GczXfdi-TYSkC0KUdcU,18043
21956
+ pulumi_azure_native/recoveryservices/protection_policy.py,sha256=7VyI3Di8b75RN5njAeNVDD2vZH6khs39R0LG7adnCx8,17214
21957
21957
  pulumi_azure_native/recoveryservices/replication_fabric.py,sha256=OBdxGNemx0vkG_ZPDinCUTOeIUB5ohaXDKlnov0U3E4,11777
21958
21958
  pulumi_azure_native/recoveryservices/replication_migration_item.py,sha256=94htMf07S94y2dlTRfi8S1OJOuhRuzsYthC3MQixeoY,14254
21959
21959
  pulumi_azure_native/recoveryservices/replication_network_mapping.py,sha256=gNfSERRf_IyGulmos_x4ZgTMWXCqFGKfeR-GN4hiiew,15135
@@ -21965,8 +21965,8 @@ pulumi_azure_native/recoveryservices/replication_recovery_plan.py,sha256=2aurhow
21965
21965
  pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,sha256=e9wz5JJdhZne1_A_ZO_IrdZ_rY4c4MWdjSJBDLyM5TE,13665
21966
21966
  pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=sayULp4RvGCshvK7Yn2iO6s-XbhfCdbgCae0E6XBaxo,15317
21967
21967
  pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=gJ5_KbVUmppRa5KB6RP48cT5l-yvc6zMv7aKKjzs9q4,12735
21968
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=fv9wwSeQ7jWvQhPZD0s-861XTkrxTCa-vK24ScN1vEU,14348
21969
- pulumi_azure_native/recoveryservices/vault.py,sha256=MwOV9f99dUjRxSwJ7Dh61mNtBFa1Vdz6d8Dg0BhEGKA,15557
21968
+ pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=pv6bAxtA78u1UfJzvqBgeDJOXCAssvHtSdVzcRsM2bM,14454
21969
+ pulumi_azure_native/recoveryservices/vault.py,sha256=Ko5UHST3SQK9k_MlTtDnYDAiPwiQlAYJj7v2G5iXPpo,15650
21970
21970
  pulumi_azure_native/recoveryservices/v20181220/__init__.py,sha256=dOWCqai8d8e8HIkcf4yCME2oxAEl-9myDoJwPC4eFrw,344
21971
21971
  pulumi_azure_native/recoveryservices/v20181220/_inputs.py,sha256=5nKFWvljYUnSkelZlelh4b8fYhvFL_brua1T-q9Zrf0,3267
21972
21972
  pulumi_azure_native/recoveryservices/v20181220/get_recovery_point_access_token.py,sha256=RL6qdLsf9k8QBoZ3xsiJvtpfEWyzvYok_iCqXsMFYJM,9605
@@ -21976,7 +21976,7 @@ pulumi_azure_native/recoveryservices/v20200202/_enums.py,sha256=F9N1Ark62SLqrEak
21976
21976
  pulumi_azure_native/recoveryservices/v20200202/_inputs.py,sha256=TIxNQEGnUcTcVpo4XMwVgJL1EE3dWyV6T_kMDDO6eDY,13339
21977
21977
  pulumi_azure_native/recoveryservices/v20200202/get_vault.py,sha256=Kk4bufgPpHgEmTxLIvVTmnKtFAFoqaS-ikR-e0Wj1_A,7087
21978
21978
  pulumi_azure_native/recoveryservices/v20200202/outputs.py,sha256=DqBhL5isJAJCkWzaaRARqjY5X0WJwdosW2h6zGzz7nw,29045
21979
- pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=V6mD0UTaNdgQ2g8jjp7UkKiOT0W5Zk9MJh6XzYNpbjQ,15463
21979
+ pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=9w43XPtY10EVyCTP1xvclUv8HwW3N_g2QItdJIf_p9E,15532
21980
21980
  pulumi_azure_native/recoveryservices/v20210301/__init__.py,sha256=syUaJiAPc9y6IwKxomgkoXw8_J607AxBbP1FEEHW-5E,461
21981
21981
  pulumi_azure_native/recoveryservices/v20210301/_inputs.py,sha256=chhWHKLiCcesQZzEH07S7o9o8gvPNSWEQGL1uGiEUBQ,13606
21982
21982
  pulumi_azure_native/recoveryservices/v20210301/get_replication_network_mapping.py,sha256=g7gAX9PYETAiJmtXfE410OoetP8Vw2Q-WG1UxJHeQWE,6995
@@ -22013,11 +22013,11 @@ pulumi_azure_native/recoveryservices/v20230401/get_replicationv_center.py,sha256
22013
22013
  pulumi_azure_native/recoveryservices/v20230401/get_resource_guard_proxy.py,sha256=AIJpUXZF0-s-YOc2a_P8SitszjLWAR0GpoVm1vu1jxw,6725
22014
22014
  pulumi_azure_native/recoveryservices/v20230401/get_vault.py,sha256=m79Kvf4kboM0mp24q1CPIf5SRZJlv5_dkdEk01vc9MI,7664
22015
22015
  pulumi_azure_native/recoveryservices/v20230401/outputs.py,sha256=zNlYZLHJWMoKxl8_F9RXDGN8p4FN-NkMqocBXzb1p_Y,1378157
22016
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py,sha256=yeKJi93Z-5nthkBXAAtebxKvDfGwk6gbQZTYfzb-dcU,15560
22017
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py,sha256=JWXTDf-IfLy8nk_0ngKZJItU8SiZGgB4WrUfoRVL1O4,21834
22018
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py,sha256=kGpsM7hc3DvOMpLneq54sPPW-GUxvr9EvyMQLmVxeg0,19839
22019
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py,sha256=p2HnqKUGa7lKOBNFbfXVbgzhxF0Dv7LiszHMmtALARk,17472
22020
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py,sha256=4J7heNpBusrqE-WWqOmZUAiszo3CkUnleEq_5DdjTnc,16619
22016
+ pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py,sha256=PXESSHAA9R9b7nWz2ZiCQEJHSpFpljGcFaNZP5G_XTk,15649
22017
+ pulumi_azure_native/recoveryservices/v20230401/protected_item.py,sha256=viOoZXSKIIT5QoQEj1OAmIUw6suI2HKlzJMkH2j38co,21911
22018
+ pulumi_azure_native/recoveryservices/v20230401/protection_container.py,sha256=JGl4ismbCrfuLB1OQL8Rjwol40YTndMuFPsmcTo3rpI,19922
22019
+ pulumi_azure_native/recoveryservices/v20230401/protection_intent.py,sha256=RBsZfNZvQcXyV1CbGAEunwsSz-ZQPHcA1eYr1Vb5m8E,17552
22020
+ pulumi_azure_native/recoveryservices/v20230401/protection_policy.py,sha256=15aOL4BoVsF-vF_qKcue36NYZwR9mLJTIVsn5PdT9AM,16699
22021
22021
  pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py,sha256=SXEiGttWcluBu9PgQ_sJFrY_0X-J-PhvJv91TrGv130,11390
22022
22022
  pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py,sha256=Ss-8QE46R0rLP21BsacfQTpp7d549kMDgaXjC0Yy9Ao,13867
22023
22023
  pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py,sha256=fx0sTk3zfNRg0WN6VSiSwvuK0eapTb8IrqrcjRxvBMY,14724
@@ -22028,8 +22028,8 @@ pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py,sha2
22028
22028
  pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py,sha256=0ZnAjji7uVsqMIOO5LC9n652oBd_bTp155GH908b35k,13278
22029
22029
  pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py,sha256=WzELOBOUah9XT3GfSDgbd8tgjTsOCkKBN_ZUh1w1YV8,14930
22030
22030
  pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py,sha256=ctZo4eRVWihWMPlg7oB3zLAfWe5tm7mK5FMfLoei710,12324
22031
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py,sha256=pVwNZaL33U03nndk3CC8OZ9hYjgOVERghr5DiDpWaho,14049
22032
- pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=PFZTB5PRcOyxC7tDGlR0iFrDN5Ca1GCQXKy_cD_gE3s,15106
22031
+ pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py,sha256=tqelpifPDynnQGvq2oDZtyatCH7Rk5JsXvwRDBf3GbE,14131
22032
+ pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=oLItLqpVNeiopQPBFj3y3j-Kl-sjgFMYm495WULmLmA,15175
22033
22033
  pulumi_azure_native/recoveryservices/v20230601/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
22034
22034
  pulumi_azure_native/recoveryservices/v20230601/_enums.py,sha256=XfLh_JcowBAl-apzwZdUXkmHYZBawmpc_5CxevCvlsc,14835
22035
22035
  pulumi_azure_native/recoveryservices/v20230601/_inputs.py,sha256=sgGE-ea-UNFlLDgSPWay4c6xCW-82cySC6F9XVzie1U,1013073
@@ -22051,11 +22051,11 @@ pulumi_azure_native/recoveryservices/v20230601/get_replicationv_center.py,sha256
22051
22051
  pulumi_azure_native/recoveryservices/v20230601/get_resource_guard_proxy.py,sha256=1QorZ9lA9NTndvBn64wzPLrN4r_uKOgQoa0E7bx5OgI,6725
22052
22052
  pulumi_azure_native/recoveryservices/v20230601/get_vault.py,sha256=egRJygo8nbM4PBCR_ChKrPfd86oRJ_S8LGcsDlzLaQ0,7664
22053
22053
  pulumi_azure_native/recoveryservices/v20230601/outputs.py,sha256=Y0m17tH1pYpTaoRb1Mq1YcpIKKX31uVn0cXNdy0EVoo,1413058
22054
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py,sha256=KF6l1MauOkLV6_EJlPz_kFVqzGeQsSlmnLzbzWgOowU,15560
22055
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py,sha256=Hi1jURB1YgnGWS0vxwJuorQFzIRQtaR5pHqMI9ysgNI,21834
22056
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py,sha256=G9IGif2GilxVsXs94TdMbASFQJh6sX0jnIoBzTw6lJw,19839
22057
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py,sha256=NOsiZmvpQenLv12lwRAYkPYiTQ7WvuAzn3j_O0VVmOY,17472
22058
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py,sha256=-hp7Hl3wRZ3Z5fhA0oleS-Mc9E5uQAf5CM5x3JvwK8I,16619
22054
+ pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py,sha256=LdSRQphcmcF-OsJ7BCiCJUIkr2IAeBwOUMj304I0jYk,15649
22055
+ pulumi_azure_native/recoveryservices/v20230601/protected_item.py,sha256=dD2OOU8atShiQTVhtppWzo8smKI_-phzGAtrFzN_Cyo,21911
22056
+ pulumi_azure_native/recoveryservices/v20230601/protection_container.py,sha256=nTMApS_cpRxIHxALVAT3EoH2cQCB7GwFX78SeGpt2xg,19922
22057
+ pulumi_azure_native/recoveryservices/v20230601/protection_intent.py,sha256=aYVTWtv87D3lpJXvmvvbtOEnkfyAdDcQEb14fje0c9o,17552
22058
+ pulumi_azure_native/recoveryservices/v20230601/protection_policy.py,sha256=avTT7oiNZuNp4OArFd5iFKdNl47wINXo0cX6LX93XdY,16699
22059
22059
  pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py,sha256=vcigcOYUhdnkPG72T4wAht4l9sdzKN2VZNv9aBfZ2rU,11390
22060
22060
  pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py,sha256=WAej9gHkxe7maEFzrsHAO8dkncgVhOAjBgCvjHPE2AA,13867
22061
22061
  pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py,sha256=KNxJ_jKV4rCjSWfl3JJJ6R4MlftpmkYHswwqpyQ9o_w,14724
@@ -22066,8 +22066,8 @@ pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py,sha2
22066
22066
  pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py,sha256=v9W8fOu8pKOr874UUDZEq60lpJXM3j3CzPH08ah0kaE,13278
22067
22067
  pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py,sha256=2AVMh-Vl0HJWkgqbJaUGvHxHzIdLO2qD-BhcqKxuphs,14930
22068
22068
  pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py,sha256=QOPJ_HysLoNR4L6DQDq4t3ET7HFTinf4VAZtCR1mtvo,12324
22069
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py,sha256=ikcxPXM4t6OZZ6ePouoMBENq8Sl8heMas1reVyn7jsI,14049
22070
- pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=M9Nr2mYIImp3LKlrzAQS_HxMx4XJJlcyomYSaqbn-mQ,15106
22069
+ pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py,sha256=1bld1mSYDv73xvoeY8_e_w33llWwMK73Pb2Ek14gVKo,14131
22070
+ pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=i9agIOWxvagPii8zw-XV6BglZDK7aL5PS7PiJE_Psmw,15175
22071
22071
  pulumi_azure_native/recoveryservices/v20230801/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
22072
22072
  pulumi_azure_native/recoveryservices/v20230801/_enums.py,sha256=Zia8xTYXM8i4A8W-OtRCMFQBmMPORvleQqdXoUCIifk,15841
22073
22073
  pulumi_azure_native/recoveryservices/v20230801/_inputs.py,sha256=B_-vx1YtkmDyWN50_omRcruKw9fCL685ATe7PavyNzg,1019595
@@ -22089,11 +22089,11 @@ pulumi_azure_native/recoveryservices/v20230801/get_replicationv_center.py,sha256
22089
22089
  pulumi_azure_native/recoveryservices/v20230801/get_resource_guard_proxy.py,sha256=u1QjJYCMYkRHgmTygr6npexFv4Hhi3mp0bVlJbmj8PM,6725
22090
22090
  pulumi_azure_native/recoveryservices/v20230801/get_vault.py,sha256=oun_ZEh5oMk0KDJH1ZAUJn2gvmA9L9PVTnk_I9Td5RU,7664
22091
22091
  pulumi_azure_native/recoveryservices/v20230801/outputs.py,sha256=JUQLgQqGeMMy8DQONgfkm7JO5Nw6Y3gDbe7EP8sBO0s,1414178
22092
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py,sha256=8Wnva15YmlzMg6AZ64BkIc5vKx2Ks2uhdXu8_iuNevE,15560
22093
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py,sha256=xz2O1-u9qi4yUTCpD6Df0mEpQsRMmmAxb1D5R95_V64,21834
22094
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py,sha256=ZUntFhn0RlWB7BtBjzJc3XC3SHGK7G32dRTkPFuJ3pY,19839
22095
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py,sha256=-GVUo9q7kDdg8fQwqmm6JUUVGj8GaJSL_Q04XlZFTp8,17472
22096
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py,sha256=3FlzYIX4sftCqIOXysMjC2rh5-iFGR6yqzfsjUAp8zw,16619
22092
+ pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py,sha256=G9Us5UBfAYtfBwTOcDOzm7Xn1cyQgz43OFKp2IEUVrg,15649
22093
+ pulumi_azure_native/recoveryservices/v20230801/protected_item.py,sha256=WlS20FdNkkYKNRnXJWaiOLKVMGethsA5To3_TzePS6o,21911
22094
+ pulumi_azure_native/recoveryservices/v20230801/protection_container.py,sha256=ibgHzN3auVlb_-Q2HOlioNaMFZlNRBo6MWZafgaS0_w,19922
22095
+ pulumi_azure_native/recoveryservices/v20230801/protection_intent.py,sha256=PwpN5R5n0NQwOTGX-Ty1r4EqK84c0s4zhqomzZNy9J4,17552
22096
+ pulumi_azure_native/recoveryservices/v20230801/protection_policy.py,sha256=6ZYYx70uCaH7OqrN0d6kihF5nZMGTRnTLhx6C3Efm4o,16699
22097
22097
  pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py,sha256=hAqq41GTl5fP8OTqVFy_AKK-hjnnon_H6iNed1IZSOc,11390
22098
22098
  pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py,sha256=jzLaW_-Sx5p5_hZJFUHKNbbN9C9wMF4RKOdcPHX1keo,13867
22099
22099
  pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py,sha256=uLh6JvM6X-942lJpyd5mA8j1rZk3GUY69yy9Uehzh14,14724
@@ -22104,8 +22104,8 @@ pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py,sha2
22104
22104
  pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py,sha256=QxZm826rC4qdRvpWky5G63rhboyCPFyl2bX29UAOteg,13278
22105
22105
  pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py,sha256=fHc9PR5J2ZMFa2lz0PwuYBewqosUgk34AOjohByNEWY,14930
22106
22106
  pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py,sha256=L5jppML8-SwSI0UciEcXv1hTCsfj9UEqKiB6ipk0ZeA,12324
22107
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py,sha256=q5fPQ1wCk8gPCnVNAkXeoYF4QgTNmXhm5Myr5dk_Rbc,14049
22108
- pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=KzXC7IGqy0jlpOhzhnraalWgx-CRL0dWUNPpcM-y4YQ,15106
22107
+ pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py,sha256=1rOuVrUKru50noK5Ol6OXIu-lWoYQbzs3rojROb-M1E,14131
22108
+ pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=MB3VtUO_aYQgseDr5d4jhZ7vmeeFGSxAB6q3Eh2GZi0,15175
22109
22109
  pulumi_azure_native/recoveryservices/v20240101/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
22110
22110
  pulumi_azure_native/recoveryservices/v20240101/_enums.py,sha256=NhpO9E_Vilt6-q5fsi2lw_fait_088HSUe4Q2jh1O0Q,16415
22111
22111
  pulumi_azure_native/recoveryservices/v20240101/_inputs.py,sha256=m5HfqXjzPSoYOgJc8pT77jw1vkaowS7Raj2yHMl5WJc,1042097
@@ -22127,11 +22127,11 @@ pulumi_azure_native/recoveryservices/v20240101/get_replicationv_center.py,sha256
22127
22127
  pulumi_azure_native/recoveryservices/v20240101/get_resource_guard_proxy.py,sha256=Oz3LURZ0WIkz9xvUfhykd858_wdrE3fOuNGuFDrXkUw,6725
22128
22128
  pulumi_azure_native/recoveryservices/v20240101/get_vault.py,sha256=7EqZXTO8D2o21N2DGldMh9kQ_6niT12B_WFjb3Nf2yU,7664
22129
22129
  pulumi_azure_native/recoveryservices/v20240101/outputs.py,sha256=HXPsnFfQH0Tkf2S-CLzII8MFj-8KsFlF1jwYlg4Lww8,1433704
22130
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py,sha256=dOTQ62dpVGTGbXEYOiQoPcOzDxB4CRY4-TFm_kAhOHM,15560
22131
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py,sha256=h0uMYNBYdfsJ6bDuOGfs3G4SyKaCjq6sAhwKq1BRkik,21834
22132
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py,sha256=97fJEq7QCdoYC-9wToUMA8asTl2vO-Eyo-lKSnDA2bs,19839
22133
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py,sha256=Y11-tzTMNzl0S_lqshK8wZ4Z0RDwxXDvFFJAXNiWItU,17472
22134
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py,sha256=yQ0ESLOfN3XtJJkSv_1DJTQz2OrQy6xmVze7WxUzjp4,16619
22130
+ pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py,sha256=TtVjP0xembbHgt2_t0b3C9hySnPoE08wz0Yg1osHSqc,15649
22131
+ pulumi_azure_native/recoveryservices/v20240101/protected_item.py,sha256=z2WTjIrHgWPj5C4F8hn2IJkJSa1LykTN2kDt77l2L4U,21911
22132
+ pulumi_azure_native/recoveryservices/v20240101/protection_container.py,sha256=GBMXX6CbqV0uYC7C1PF79GtavksEZkQcyNpFQ7nRgL4,19922
22133
+ pulumi_azure_native/recoveryservices/v20240101/protection_intent.py,sha256=L_fokuZAFO95_eKLimjJyVrPZkCNr6b-5s4ohAnoUGo,17552
22134
+ pulumi_azure_native/recoveryservices/v20240101/protection_policy.py,sha256=pJxVSL86RlaXPozBvoMbzUjv5UIhc3rD98kz3lgVo1g,16699
22135
22135
  pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py,sha256=9og_Elr6LEqzSP0TiCOdz_c35dF-ofzO7T-f0OzTUYY,11390
22136
22136
  pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py,sha256=uBYsLxvO_t-_zZcnZa9s7AGTG5uVNvKH4FnyuPDaSeQ,13867
22137
22137
  pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py,sha256=7zKP4_by5tK0BD1Eo-NtGRiTGXzhEjUoBs5iU052CcE,14724
@@ -22142,8 +22142,8 @@ pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py,sha2
22142
22142
  pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py,sha256=pq0KNnIyKQ2FotRI8MW3Bcs6Q75Pyti1BC3Jz1laQCk,13278
22143
22143
  pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py,sha256=B4yClzFk0SqcU7Ru5NM9i1_YnVz54bMAKsST8C5_AZA,14930
22144
22144
  pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py,sha256=JEfD6OiYB-sIBpYTjfMNc2BxrYyg3PuSEC1mdJuVtv4,12324
22145
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py,sha256=fX2_-z3MpLDKgR9Z7S4EOBFDFlFXu6lsWOejE-LvGkc,14049
22146
- pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=n0GoxReh_XpEY8l221knqTQbE9by-tHqRVyjcve8X4o,15106
22145
+ pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py,sha256=0OaqkkJp08wKjHxVJxeLw317VC68-Py71AZz7drVUnI,14131
22146
+ pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=T-rtD8fedJlVKvvEi2cTumwyk9--n3BicB9xlOo8FuA,15175
22147
22147
  pulumi_azure_native/recoveryservices/v20240201/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
22148
22148
  pulumi_azure_native/recoveryservices/v20240201/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
22149
22149
  pulumi_azure_native/recoveryservices/v20240201/_inputs.py,sha256=IsQsEP30jJ3Z9lH6HMxbIcNlC9h3D7qZNmSzUi9M3fQ,1171492
@@ -22166,11 +22166,11 @@ pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py,sha256
22166
22166
  pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py,sha256=4h3QpthF1WWLb7VHNwRmqifeSURRFrS-JlpV2nQoCwA,6725
22167
22167
  pulumi_azure_native/recoveryservices/v20240201/get_vault.py,sha256=Apxa9DGDw2-qKYcrEn-wCG5eV_cT12Ia8wG0EJpNdGU,7664
22168
22168
  pulumi_azure_native/recoveryservices/v20240201/outputs.py,sha256=0ij-gSPPTPDt_8tDAnOOOe908n3d0xxDZaxAN-T5P9E,1493396
22169
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py,sha256=84BWm2cJPi_A6iOzJZ6izoZX3HFado3mD0fg4FKngro,15560
22170
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py,sha256=vnD4o3AQH5p2d25m_PY8Q1zMHG6TSl4ulizRqivXUCc,21834
22171
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py,sha256=QfeKKWaVWrzhVLWklrq-3MUnhj24-m1Rtmn06OQjDzg,19839
22172
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py,sha256=MfhxgP_v2g2aTvq3GZHXPSYlIsxSyZimmI-Wf0Fsq60,17472
22173
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py,sha256=RUysJKfEtFnA2ak8VMFjDH8gf4hPw1buAJtRxaybzrY,16619
22169
+ pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py,sha256=EST8A2geThjnk-ydQLnSIdSQ_6DgbP6LJyoaJpRNYp0,15649
22170
+ pulumi_azure_native/recoveryservices/v20240201/protected_item.py,sha256=nQL1x_M4nL_BOmjzRqLzAFwlLe-uI6LIIgarETX00-8,21911
22171
+ pulumi_azure_native/recoveryservices/v20240201/protection_container.py,sha256=jKug8CNFFBUdPXEddYeAiGKbadOUqh1750OWcc9uooI,19922
22172
+ pulumi_azure_native/recoveryservices/v20240201/protection_intent.py,sha256=EsG_SFLLuUgPBKmXsqeqypYAc5mP4e5mBiVUgWEf1TM,17552
22173
+ pulumi_azure_native/recoveryservices/v20240201/protection_policy.py,sha256=tsicGMfDQ3etceln9jaXJnljobjA0DrsQDSHXaxH-lI,16699
22174
22174
  pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py,sha256=lt8-atLIXuDdo4P-Vy7aN_NPropzDXAWxjnxI_oDIrQ,11390
22175
22175
  pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py,sha256=TA_R77CuQOUmE22aU344EGnjOVHocsWckDHpY6KzZvA,13867
22176
22176
  pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py,sha256=H0EO3ME0SvAX-Z5OHp_l5FAI_vVhapHyaZCF1SU90Dw,14724
@@ -22182,8 +22182,8 @@ pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py,sha2
22182
22182
  pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py,sha256=v9H77nLnf7fI-aEBQt-Xcyk-zuu-sM9SM6GED5IX130,13278
22183
22183
  pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py,sha256=QuZAlHYAymKWbGmSBfRLBOra7LSsmcyvOGipD2Hq6WE,14930
22184
22184
  pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py,sha256=8C6gQJkYRL9nj3L4b5WTsWi4b5kTBS9HKN6Mrnjlfas,12324
22185
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py,sha256=Dzv_5IAL8FhRax0KIOJUGnB4wrRd5YeIxd4uXgxGCTY,14049
22186
- pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=L6YgVlViLvBTQksMO4sKGI7oTyzPWVahqAwGj3hHDC0,15106
22185
+ pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py,sha256=obbn1HSQg8xJrTxmsF-kVF_3bBbnqdDanvz09Rp0tkc,14131
22186
+ pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=gp2fNplch6v1PfEd5HW1mrRz0rs5ZaMXs2u_rvNZZKM,15175
22187
22187
  pulumi_azure_native/recoveryservices/v20240401/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
22188
22188
  pulumi_azure_native/recoveryservices/v20240401/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
22189
22189
  pulumi_azure_native/recoveryservices/v20240401/_inputs.py,sha256=8BHZEVywf9m4Zcp_bHq-4b6xx8rutH8qR1Uo-a1hU44,1172696
@@ -22206,11 +22206,11 @@ pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py,sha256
22206
22206
  pulumi_azure_native/recoveryservices/v20240401/get_resource_guard_proxy.py,sha256=QMgPJoHuHrlhyvG4y2YSM1vaug6DXVRy5XbiIa_I2-U,6725
22207
22207
  pulumi_azure_native/recoveryservices/v20240401/get_vault.py,sha256=hpJxhHjKJuYaBWtjeCxe6kn2vUDRzHVpgoKKcli4yg8,7664
22208
22208
  pulumi_azure_native/recoveryservices/v20240401/outputs.py,sha256=JYnnab2v2_YfU0GAQCw4RW180JaZgVgWVuH1lJp_FFI,1494205
22209
- pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py,sha256=nc0AhRdGl5hMSUfONt71LJBd-fngi7sCUW0IiKGqP1E,15560
22210
- pulumi_azure_native/recoveryservices/v20240401/protected_item.py,sha256=BHGER2J8UDTsMb7Y7qDUWOxiMMD6ewyJ0S-Jdl8sO9s,21834
22211
- pulumi_azure_native/recoveryservices/v20240401/protection_container.py,sha256=rVdZuCLDrzCVK-xFZYDg2oBcEI2tpghE83d-_SYoFFc,19839
22212
- pulumi_azure_native/recoveryservices/v20240401/protection_intent.py,sha256=t-2YghRU-f4yUVgkLoStW32uJi3spTbe5ULJXBvAlTI,17472
22213
- pulumi_azure_native/recoveryservices/v20240401/protection_policy.py,sha256=hDgmNzMQOHM0ZkSVQQ2hbtR6M3BYDqCvD8v38ReeqHU,16619
22209
+ pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py,sha256=eUCz4jbTH3X-c3uxV8o0j_GAPjklHIp8HXT1-QUoYv4,15649
22210
+ pulumi_azure_native/recoveryservices/v20240401/protected_item.py,sha256=Kneej6dxR4ZdgVQxIzkuv6IyIFx9A_1O9loAC77_V20,21911
22211
+ pulumi_azure_native/recoveryservices/v20240401/protection_container.py,sha256=GX1_Wa0dr-lYi_wH3Jvh4PYbUrG1kCLv8RPv5C_oBa8,19922
22212
+ pulumi_azure_native/recoveryservices/v20240401/protection_intent.py,sha256=3kW89P3sKfK49OSr53cnNQaYZ-m5EtceezAL0Ti3Qo8,17552
22213
+ pulumi_azure_native/recoveryservices/v20240401/protection_policy.py,sha256=lRvxcQpfb9yDs8_Xar0NGPYlXAS5RZbtnVAXBHDS90Q,16699
22214
22214
  pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py,sha256=4F_xlJtl0zhT4F7PeVtMzMomtpVQivnZAWt2RBATQnE,11390
22215
22215
  pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py,sha256=gk4fNUFg4J5XaQ6oIzj6Q-pzY2W_a39g28K-Uw1f01U,13867
22216
22216
  pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py,sha256=8nNkDIxG7dTQgzDsTYBeSrea0hbXDoVxuYEvksUZ9kw,14724
@@ -22222,8 +22222,8 @@ pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py,sha2
22222
22222
  pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py,sha256=g-5C3_WfYUAb1bR8y5hYMdh6v_G9-udgyjVzH17tN3Q,13278
22223
22223
  pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py,sha256=VzWEpomSFc2xUwExEuMqlgQ1G_mpdYay2H17C_0L3Sw,14930
22224
22224
  pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py,sha256=qCBBGebkI96aZRDglHi4r5lPq_iIKHmrvUXjNz245zA,12324
22225
- pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py,sha256=Qa4ygXBQNwqKgiWvtOC7BgZrD_nnJcDqexeyv0iFLWU,14049
22226
- pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=4FoPNLe1tbJJUBzpTIOkzY5cOZ8U9w52kVEryny-PDg,15106
22225
+ pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py,sha256=Kjd_fSD_A8na3CEVNUSf6glYrrE1HLyRSqS4mhU9lLU,14131
22226
+ pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=9kGgqOy8cQjCqjZDg8Svxcw0ST5hCJGxDssQKb8PckI,15175
22227
22227
  pulumi_azure_native/recoveryservices/v20240430preview/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
22228
22228
  pulumi_azure_native/recoveryservices/v20240430preview/_enums.py,sha256=kP_Cj74wQsfXG8rbYfNz3UHceOJCwgSdsxGLaw1wPOM,12550
22229
22229
  pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py,sha256=eOaCSYHagEwbuxq0x_8CMufFXj0KDOdEvSE4Tv4agZQ,703779
@@ -22235,13 +22235,13 @@ pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py,s
22235
22235
  pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py,sha256=YyZxjo99foikVyG1Krvol0wELOiMs8XPuyPEO8oG1Mw,6739
22236
22236
  pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py,sha256=jO8PXzX9u-VJv0d0FzBe5LT9a-Ml1yhB8d6z5XfeWB4,7678
22237
22237
  pulumi_azure_native/recoveryservices/v20240430preview/outputs.py,sha256=qU4QlPbxG7AByGEo-Ca4ZTBpTn_cn7ICbunaRcXYde8,599458
22238
- pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py,sha256=8QUdvQvzRB6Psf8jLdjkpvpadHV1QCSgPylv1IA-L1M,15560
22239
- pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py,sha256=0IhrPaTsmPMbm1y7y55_nVhVCBjwQxev1sEXvh_Jc1E,21834
22240
- pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py,sha256=mVzh1bB2Q_pcnF8zS_jfIULM8hUTOiKdRzj9QQ-JIf0,19839
22241
- pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py,sha256=-pMy_TrqIFjsGnXnyo7csNIDMx0uzHBJA7Ha4ID7NII,17472
22242
- pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py,sha256=T-NnkLe1kUg4Q62pZyTyQcEbCTDrdOJzN9lH0sDC904,16619
22243
- pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py,sha256=IO-hL95RCWbovPE_Cr5tiMdEQWVzPC5V21DnlH7GBr8,14049
22244
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=0DllWOV5tKPeOTZZdpVjYDxCyJ_4RKsTEXcdYlr90hY,15106
22238
+ pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py,sha256=7HGxX-0Qozfr3zbyqT2pByuAg609qoOHAr5Iq9B-6o4,15649
22239
+ pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py,sha256=bpGCed1SjlgGC0q5_f3wifbWfjje-o4zjGAKhWdRZOU,21911
22240
+ pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py,sha256=qoBlOVuCHtcWYQ0iG4_PjQWB4CCb4M_1rqkbCLAM8As,19922
22241
+ pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py,sha256=ZWcypF2spwQBJ_hjsXY5pUwUlkYZSzO98CRyCSdS5NI,17552
22242
+ pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py,sha256=kh4cd4dTFvUlGDTl9TcrASKEM-LT65Q6ECy_4N2Tk28,16699
22243
+ pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py,sha256=o6O4xqJpVLVBMw2e3FGFVeY-cW0aS06wx4IIu-1xOK8,14131
22244
+ pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=w0chbgqJgBAnSTvgW5JkTL1i7WJab7ybtnwJNsRVsqM,15175
22245
22245
  pulumi_azure_native/recoveryservices/v20240730preview/__init__.py,sha256=6cCNev7NpUVCDtyVd-7w1lkKqqpZdY6v341peamrhcs,765
22246
22246
  pulumi_azure_native/recoveryservices/v20240730preview/_enums.py,sha256=V7qbGcslUWnBhHvTgfNHJ3mjI1y2cmLTO0hiMGfnQHQ,10091
22247
22247
  pulumi_azure_native/recoveryservices/v20240730preview/_inputs.py,sha256=ELu6YvR1vl18A3orC-DYv9PNIFWIvPsearZlSUzxt-o,662703
@@ -22252,12 +22252,30 @@ pulumi_azure_native/recoveryservices/v20240730preview/get_protection_intent.py,s
22252
22252
  pulumi_azure_native/recoveryservices/v20240730preview/get_protection_policy.py,sha256=U6hBhaW9FDu9MULE-Q98djs5qy0eh_aWEDA-OPE8yIs,7045
22253
22253
  pulumi_azure_native/recoveryservices/v20240730preview/get_resource_guard_proxy.py,sha256=W8qLbcgDvGU60aUc6VgZCydJh8laE5QUu4y4KMm8mHI,6739
22254
22254
  pulumi_azure_native/recoveryservices/v20240730preview/outputs.py,sha256=oLfGaYH3ukPLlEB8FBpi_g6oLrI_KFT0TG2CP_-H2yg,536595
22255
- pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py,sha256=7N8vMxRRis15rAFepP-0Ejplri-nyxnW6gNv6sAGsVA,15560
22256
- pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py,sha256=64FZKcq51YlU-cfZDxM0QxHIG6kkOK2WZIPG1YcsVRk,21834
22257
- pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py,sha256=XrEAAEQGgGWSmdBexH_YYx7SWMvGlCEDKf6qkysHeFA,19839
22258
- pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py,sha256=Y2BWvAgUrCaV9b5UTaoBXM-XeTs6h7iMgrHNwZL_NvE,17472
22259
- pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py,sha256=nELGltZw5rT9wseC9ypNzs99GCPjKWX5QRsQ2x9OZeY,16619
22260
- pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py,sha256=8eWBBTpRx1P1TD_IYvesQXKIS8Xsug6ge1oiF5x1J7E,14049
22255
+ pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py,sha256=8ZXZwoUjdYPlg6kEU_-vPTgXVYxBk_KT0EXw8eQDFhk,15649
22256
+ pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py,sha256=1i6kz9e9bGMGlwOykgXdZTFt-RjRfI3g12Ja8PsQVQQ,21911
22257
+ pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py,sha256=ztI2rbkgsG1PcqPr_Q_PUow7x14CDgUw2sWpYu2AQMM,19922
22258
+ pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py,sha256=4UdIka2gpO_lb1cLONOMUoeG9yiJOM1IFo6U-9eOgSk,17552
22259
+ pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py,sha256=xE2na4qkznld7wJDHNFK-2ygNRVr3N_FC8CyGAKVU-M,16699
22260
+ pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py,sha256=IDSLLOCVHADWd1RiJfPz6B2lmLEAVIDzm17nFGYMcco,14131
22261
+ pulumi_azure_native/recoveryservices/v20241001/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
22262
+ pulumi_azure_native/recoveryservices/v20241001/_enums.py,sha256=kP_Cj74wQsfXG8rbYfNz3UHceOJCwgSdsxGLaw1wPOM,12550
22263
+ pulumi_azure_native/recoveryservices/v20241001/_inputs.py,sha256=eOaCSYHagEwbuxq0x_8CMufFXj0KDOdEvSE4Tv4agZQ,703779
22264
+ pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py,sha256=iJn9DlfWhjvkirWAmQMhFmAJY33MzOVST8ByfLNBojM,7175
22265
+ pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py,sha256=h-GHQLCwA_ieVuO4FoHRTVVkU2-QEy8kCenMJyt8XF4,7961
22266
+ pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py,sha256=tZXcylURuPAneN140A_O9I2Yo9w4NKFiMPFldwb9fxE,7330
22267
+ pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py,sha256=JwNJ0AHQxvK9JJMI8aSBPK0hg4oBVsqFa-jcEF-vS7M,7375
22268
+ pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py,sha256=hfRQSD8NOrgFUaXl5bYtl9qvONq8NWOWDSFKtL6cw5M,7031
22269
+ pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py,sha256=gw929jPCMaPkAI4G_HrMCihHjpg4mtFospL9yrDbg4g,6725
22270
+ pulumi_azure_native/recoveryservices/v20241001/get_vault.py,sha256=xswK9MwPxUodqsg5Hji1jI1I6FV2g3N9tPWOlhGKO2c,7664
22271
+ pulumi_azure_native/recoveryservices/v20241001/outputs.py,sha256=qU4QlPbxG7AByGEo-Ca4ZTBpTn_cn7ICbunaRcXYde8,599458
22272
+ pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py,sha256=YZ5RsGBsuKS_ct55sAe1fK5UKloa5tmtSMtz29ZtiZU,15649
22273
+ pulumi_azure_native/recoveryservices/v20241001/protected_item.py,sha256=-DDWPD4osochIWp75WFS1b-yLzG1Q9l0FL5XQRosoNo,21911
22274
+ pulumi_azure_native/recoveryservices/v20241001/protection_container.py,sha256=zWMsXqzC68AcceT8n-2VRFGehDhI33HlH9jOBa8-rJc,19922
22275
+ pulumi_azure_native/recoveryservices/v20241001/protection_intent.py,sha256=cO-_iGKOOKtWW4_DqFq2mqh_gYigCrvnB5DenfuxIEw,17552
22276
+ pulumi_azure_native/recoveryservices/v20241001/protection_policy.py,sha256=DXyou-mzmt6cV6KmB9dp61bUP_eeO0OsGfmByarj_08,16699
22277
+ pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py,sha256=mevDMMa2J4ltli9gE0Cj3cYlKeF_cC3uwuSdjE2lZQU,14131
22278
+ pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=ACRT4MlAbM33rUjgO1Ou3Axc-w3mgINSKicmczuW9Bs,15175
22261
22279
  pulumi_azure_native/redhatopenshift/__init__.py,sha256=eSDjYSxdGoG0xFsw5BYjwBs0CEyGilFVccOnAiyGlxg,1783
22262
22280
  pulumi_azure_native/redhatopenshift/_enums.py,sha256=QwWKQ0GToRQJJctO7h87gFb2MY2ikwzKhiHBTrNCkeU,706
22263
22281
  pulumi_azure_native/redhatopenshift/_inputs.py,sha256=eefHjBam1ScLZiGZg3fjcfLj_4STbOMrUf_qlnMJHuo,23899
@@ -29145,7 +29163,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
29145
29163
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=eorizuwGPlHaa-R7seqv1ZW7oqM3Ae68X_EUHHfHMzQ,16551
29146
29164
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=glkxQJ8mHANMOyZ_m_GEUO9doepUAPxuPshRLYxwaMU,14157
29147
29165
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=FKSG8o-qximHgOX3bz9Wcr72SXnw3-ZWw4rhhtuEyBA,24387
29148
- pulumi_azure_native-2.71.0a1730993707.dist-info/METADATA,sha256=Vh4InbkOUisghcH7T1Rb6YZFzDw2wkupSCGPAi9u994,4205
29149
- pulumi_azure_native-2.71.0a1730993707.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
29150
- pulumi_azure_native-2.71.0a1730993707.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
29151
- pulumi_azure_native-2.71.0a1730993707.dist-info/RECORD,,
29166
+ pulumi_azure_native-2.71.0a1731078350.dist-info/METADATA,sha256=UbBx7evo76L0LtDEivF_6NpWrcxNNlF3OeLfSl3NNxg,4205
29167
+ pulumi_azure_native-2.71.0a1731078350.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
29168
+ pulumi_azure_native-2.71.0a1731078350.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
29169
+ pulumi_azure_native-2.71.0a1731078350.dist-info/RECORD,,