pulumi-azure-native 2.84.0a1737649952__py3-none-any.whl → 2.84.0a1737706742__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 (96) hide show
  1. pulumi_azure_native/__init__.py +39 -0
  2. pulumi_azure_native/dashboard/__init__.py +3 -0
  3. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  4. pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
  5. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  6. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/dashboard/grafana.py +3 -3
  8. pulumi_azure_native/dashboard/integration_fabric.py +5 -1
  9. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  10. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  11. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  12. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  13. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  14. pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
  15. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
  16. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
  17. pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
  18. pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
  19. pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
  20. pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
  21. pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
  22. pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
  23. pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
  24. pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
  25. pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
  26. pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
  27. pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
  28. pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
  29. pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
  30. pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
  31. pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
  32. pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
  33. pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
  34. pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
  35. pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
  36. pulumi_azure_native/datafactory/_enums.py +8 -0
  37. pulumi_azure_native/datafactory/_inputs.py +180 -0
  38. pulumi_azure_native/datafactory/outputs.py +117 -1
  39. pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
  40. pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
  41. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
  42. pulumi_azure_native/insights/__init__.py +6 -0
  43. pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
  44. pulumi_azure_native/insights/get_private_link_scope.py +2 -2
  45. pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
  46. pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/insights/private_link_scope.py +3 -3
  48. pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
  49. pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
  51. pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
  53. pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
  54. pulumi_azure_native/insights/v20210901/__init__.py +16 -0
  55. pulumi_azure_native/insights/v20210901/_enums.py +27 -0
  56. pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
  57. pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
  58. pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
  59. pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
  60. pulumi_azure_native/insights/v20210901/outputs.py +454 -0
  61. pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
  62. pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
  63. pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
  64. pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
  65. pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
  66. pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
  67. pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
  68. pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
  69. pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
  70. pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
  71. pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
  72. pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
  73. pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
  74. pulumi_azure_native/pulumi-plugin.json +1 -1
  75. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  76. pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
  77. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
  78. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
  79. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
  80. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  81. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  82. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  83. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
  84. pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
  85. pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
  86. pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
  87. pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
  88. pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
  89. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
  90. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
  91. pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
  92. pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
  93. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_azure_native
3
- Version: 2.84.0a1737649952
3
+ Version: 2.84.0a1737706742
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=A0NA61D1d9CiL0k-mz8HOtiH9KCRIpncQPFv-bWIhQk,1158154
1
+ pulumi_azure_native/__init__.py,sha256=xMc-XWzSAf1ZY7LsR7Bl_AauuuCP_UDu-xsWGzvHMsU,1159676
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=Vedepd_LxZOlTeZLMWg6sigbEpPOxnateaQN4WzbBwo,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=BkuJoM7dKlvcORKfF_uwXZacKDyhu2JSvAs1UqSmMxE,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
@@ -9042,52 +9042,52 @@ pulumi_azure_native/customproviders/v20180901preview/custom_resource_provider.py
9042
9042
  pulumi_azure_native/customproviders/v20180901preview/get_association.py,sha256=mqfipZu_EbPFFhYGdt4kYp4CHwtsxf_A_o750hY86Gg,5298
9043
9043
  pulumi_azure_native/customproviders/v20180901preview/get_custom_resource_provider.py,sha256=V2qZctDiD_LyjzLLUZ7JBnT-vefNpQY6cumsDMUYsuY,7993
9044
9044
  pulumi_azure_native/customproviders/v20180901preview/outputs.py,sha256=cTUom7HvGk1NJ2jxr1VKkdRKqUX4VcX_calKr0julhY,8305
9045
- pulumi_azure_native/dashboard/__init__.py,sha256=4-wWgdYIG1i-xSYZrkejvPbCwVothD_ZKpVgG6rM-UY,1683
9045
+ pulumi_azure_native/dashboard/__init__.py,sha256=PaymHtkrhsndCBojdOjCn9Ys6kKqfqKDpu2L4K8q2hc,1859
9046
9046
  pulumi_azure_native/dashboard/_enums.py,sha256=PnCxDQcF6c35BBRIb99ye3d0uqz_O_XfYyKn6ki7bm8,1811
9047
9047
  pulumi_azure_native/dashboard/_inputs.py,sha256=-70Q6BHgmWPANGqvCADcEFz9rudyfnmbuNQZG6zQN8M,21917
9048
- pulumi_azure_native/dashboard/get_grafana.py,sha256=UVYnx6Eeg7f4smQGBj4wvTNGIbtFSEwDBbjaIlg069s,7553
9049
- pulumi_azure_native/dashboard/get_integration_fabric.py,sha256=p_WbSwYXIt230pXC4cVgl9ctI2uhbf5OIB9ubEa0QqQ,7194
9050
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py,sha256=MECItjDi4nkjWXmGqxvchnbt0SEYQjBC1jmhYdeHQiI,13195
9051
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py,sha256=KVwEI8UIUOsm8x_lkKTj51Ce0d9KN3dMak8axo4hnSw,9204
9052
- pulumi_azure_native/dashboard/grafana.py,sha256=pFFCPHizVTKAV2b_rbYHX8ByoOWWKsVdEmierOVyK1A,13987
9053
- pulumi_azure_native/dashboard/integration_fabric.py,sha256=7hof0W2DAr-dsT20i2QuEnH1QpMpzqcXw1t2xes48nU,11645
9054
- pulumi_azure_native/dashboard/managed_private_endpoint.py,sha256=fHhf9BnE3skQ7VchsHAlBEtfaqe-RfeLUTkobaum8B0,20183
9048
+ pulumi_azure_native/dashboard/get_grafana.py,sha256=V7LglrRBftT_wqzq5j2SX1CAd0_9LsUkPhQtoyFaUzU,7577
9049
+ pulumi_azure_native/dashboard/get_integration_fabric.py,sha256=p2Fj_gTnh9khNqCpbHfp8uPKo6khKcJELzUOhJ4miZE,7288
9050
+ pulumi_azure_native/dashboard/get_managed_private_endpoint.py,sha256=A0fmfbjlH65-yyZ9kBDc0Wo9G6r75UVhZe739vu_yo8,13219
9051
+ pulumi_azure_native/dashboard/get_private_endpoint_connection.py,sha256=PcSyw8nrynZ3xYenkJB1rOoKxOxJL814eImuBM-WDJc,9228
9052
+ pulumi_azure_native/dashboard/grafana.py,sha256=t0nX57cfRfypzamh3qjLnVCVuBp_6fu81cZ_-BK3nPU,14075
9053
+ pulumi_azure_native/dashboard/integration_fabric.py,sha256=p3m0ryvCP9j_ugYI5jHy2Jmy0CV9aVuRLhQQxwgwUMw,11821
9054
+ pulumi_azure_native/dashboard/managed_private_endpoint.py,sha256=ydxNG0-mLNF5leibmwn7xQk0uGCPVRwZkWLjdWJ43Ww,20286
9055
9055
  pulumi_azure_native/dashboard/outputs.py,sha256=hZeCyf3NiR_-CZumCxSYMt09aeywAjvPkFkNbt6P_KI,34379
9056
- pulumi_azure_native/dashboard/private_endpoint_connection.py,sha256=KTUXtyCjaA2QAj9Gb1o4PsyOdcGsDhwoYM3p5N1JvGI,13887
9056
+ pulumi_azure_native/dashboard/private_endpoint_connection.py,sha256=DUQ1QJEOR3GyHtPzeh9HWdR9SZglfmtcxcXs-mL5u3w,13993
9057
9057
  pulumi_azure_native/dashboard/v20210901preview/__init__.py,sha256=7m4dLzY5i4u6PGmYUFnvE0E73WdS-k219AyYsRd6Log,369
9058
9058
  pulumi_azure_native/dashboard/v20210901preview/_enums.py,sha256=-5soYavY9wgksEXcPmH9JDs3ZYGsgygart5GI11MN5I,1113
9059
9059
  pulumi_azure_native/dashboard/v20210901preview/_inputs.py,sha256=-w8JLJWrJ8LxhgsWc1ZCJ13LPr0H-kUDqOolzPRSUmA,6795
9060
9060
  pulumi_azure_native/dashboard/v20210901preview/get_grafana.py,sha256=U_Pw4A8ykudG2H6R5MV8ubrXTDVlNYzZK1B6zTWwPRk,7287
9061
- pulumi_azure_native/dashboard/v20210901preview/grafana.py,sha256=sbGlJkNR_VcjWH9df8l6QUk9xPCuSG8PbW80oj-aOEs,13483
9061
+ pulumi_azure_native/dashboard/v20210901preview/grafana.py,sha256=kFb3hoByMY5xBEex6s-ErFgXYEPddZ28b--kPI4ERqs,13547
9062
9062
  pulumi_azure_native/dashboard/v20210901preview/outputs.py,sha256=v3YOZu1XMvvMIdK7Rk9rTZQ1sC4FZ6epIeSTpOSLwtc,11867
9063
9063
  pulumi_azure_native/dashboard/v20220801/__init__.py,sha256=e4A95N3rOgzDb0NTWfhiJEVmA4BVKHPkZPDafZ3tF0I,459
9064
9064
  pulumi_azure_native/dashboard/v20220801/_enums.py,sha256=PnCxDQcF6c35BBRIb99ye3d0uqz_O_XfYyKn6ki7bm8,1811
9065
9065
  pulumi_azure_native/dashboard/v20220801/_inputs.py,sha256=aRehrhjZe8fhXFD9qA5kjuCfPD9y3YmHyu7u7K0oGOU,18358
9066
9066
  pulumi_azure_native/dashboard/v20220801/get_grafana.py,sha256=Jb-QOZRsWdKo4HtxTs4-qWD4Oz7fgREbHRJS3r3njDs,7280
9067
9067
  pulumi_azure_native/dashboard/v20220801/get_private_endpoint_connection.py,sha256=XQaoXXN9ZFQE5zuScgKcufvZfceXMiqPPFoIZXQnPyA,8971
9068
- pulumi_azure_native/dashboard/v20220801/grafana.py,sha256=XwaqmoCGSIQMAzSFCgXCh2dChkvNOCG0FetpDXawwKc,13560
9068
+ pulumi_azure_native/dashboard/v20220801/grafana.py,sha256=eXFCA2tvnF_uM9uG2ADd5nPlZ1z_puMILO0OXvhBh1g,13624
9069
9069
  pulumi_azure_native/dashboard/v20220801/outputs.py,sha256=8Bp1ULICB5pz9KGtXVjAjYquoaBvQqyMS_tPQ7p7BSQ,29968
9070
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py,sha256=gFFWxqgsV9xibQEc0vJTd-r-flzDpLqD0f81C814X6M,13500
9070
+ pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py,sha256=_nNQGFnQEQ6Magm3MyeY2v0vYF8M8Kg3gJVn7j2o64E,13582
9071
9071
  pulumi_azure_native/dashboard/v20221001preview/__init__.py,sha256=Z-Qv28nkTSDhyAeyCELRDLyKSLA12xdm_DS99KuAzZc,543
9072
9072
  pulumi_azure_native/dashboard/v20221001preview/_enums.py,sha256=od66Y1UO3QgI12P8kiZbouUv8OF4ofP4t2XKl8WzQPE,2328
9073
9073
  pulumi_azure_native/dashboard/v20221001preview/_inputs.py,sha256=WEunU5jEOWGikG5tU53wqqSSkJKfstpPqPUrdFFqgW4,33547
9074
9074
  pulumi_azure_native/dashboard/v20221001preview/get_grafana.py,sha256=hTId-3cuMfKqBVN_1ojbiu9lLLYjTsQW8MEYEG7SX_Q,7294
9075
9075
  pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py,sha256=6hGHNg-D22NwZXoZLHaAH56QL9iibYys1GkSO4YR5-0,13000
9076
9076
  pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py,sha256=_ZMv5Lv6FaB0TH3HM7De_cbdDDyhT2XAw2bW1d-oJYE,8985
9077
- pulumi_azure_native/dashboard/v20221001preview/grafana.py,sha256=R97wFQf0KdlN2A4qfUAC8_C5PU3cfz-w3EIN00EcBU4,13560
9078
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py,sha256=5v_fYG6qotjZdn4du0PBPrKUTt6gYO4UvEFABBwV5Zw,19938
9077
+ pulumi_azure_native/dashboard/v20221001preview/grafana.py,sha256=_NB04lZRB4c6PHc45WfB6cA3hIBfRnOiQzwFmi2OWkk,13624
9078
+ pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py,sha256=B7suO4z2QlQmx4ZbWFbSaURSyNcdWNDwYN20hhOh1IE,20017
9079
9079
  pulumi_azure_native/dashboard/v20221001preview/outputs.py,sha256=auhozTGBnyT4-V5b0K2QbDEBpDozvrx8j2gGwd59x30,43207
9080
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py,sha256=-rRWIFqTLgf8mwA1l9FqRxYv4O5JEqjJ4Z0MX4oymM8,13500
9080
+ pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py,sha256=ehQ9L-45r84lqzzjuL_DuQ1KehoZRfKPg5ix3hQl-VU,13582
9081
9081
  pulumi_azure_native/dashboard/v20230901/__init__.py,sha256=Z-Qv28nkTSDhyAeyCELRDLyKSLA12xdm_DS99KuAzZc,543
9082
9082
  pulumi_azure_native/dashboard/v20230901/_enums.py,sha256=od66Y1UO3QgI12P8kiZbouUv8OF4ofP4t2XKl8WzQPE,2328
9083
9083
  pulumi_azure_native/dashboard/v20230901/_inputs.py,sha256=WEunU5jEOWGikG5tU53wqqSSkJKfstpPqPUrdFFqgW4,33547
9084
9084
  pulumi_azure_native/dashboard/v20230901/get_grafana.py,sha256=_-d7KMdNHqQmpeoUQPPGHewUhKKoac5oGkY1HJSg-ag,7280
9085
9085
  pulumi_azure_native/dashboard/v20230901/get_managed_private_endpoint.py,sha256=-1ib9cT9qOr3neFcTLoHnutiJ0501tvaN8qPg6J3fn8,12986
9086
9086
  pulumi_azure_native/dashboard/v20230901/get_private_endpoint_connection.py,sha256=O6TAewMclBkOOPey7lumZ_ryVkx8RwjmpxDtTM-jscE,8971
9087
- pulumi_azure_native/dashboard/v20230901/grafana.py,sha256=xXYowjMvDK3I4tt_BtqlmwUbAvOKj4FAVMaYHn5SI74,13560
9088
- pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py,sha256=fBHOODGoQw2RdUxpv0-vterRkwWAovxWq3LMcdy4UIA,19938
9087
+ pulumi_azure_native/dashboard/v20230901/grafana.py,sha256=eiV0kEEhbrlm0pnhRh8IKnuZfy4oILT4wPlrv1ne4SM,13624
9088
+ pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py,sha256=tjVvCYXA_v-zDThCDpzQ-8DIOy2DaxwM9UuHa1SwRSk,20017
9089
9089
  pulumi_azure_native/dashboard/v20230901/outputs.py,sha256=auhozTGBnyT4-V5b0K2QbDEBpDozvrx8j2gGwd59x30,43207
9090
- pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py,sha256=H5JYuRzDUiOLRJwYx3LNOvBMRRNM505chsb9wxz9QTY,13500
9090
+ pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py,sha256=NSo2TMgpiDiVN86BkTHqcAcWrh31m4NKlRT3I7pEFCg,13582
9091
9091
  pulumi_azure_native/dashboard/v20231001preview/__init__.py,sha256=cSbxgOyobD6yMfkLPBtTOu_0ivMWBt4w2GOpIFpK-0Y,615
9092
9092
  pulumi_azure_native/dashboard/v20231001preview/_enums.py,sha256=od66Y1UO3QgI12P8kiZbouUv8OF4ofP4t2XKl8WzQPE,2328
9093
9093
  pulumi_azure_native/dashboard/v20231001preview/_inputs.py,sha256=Zl0A95EJ4sU7eY7prYpRrxFI4fNoulE5RM3VAslJAvA,43212
@@ -9095,11 +9095,23 @@ pulumi_azure_native/dashboard/v20231001preview/get_grafana.py,sha256=psZUqWS1z0Y
9095
9095
  pulumi_azure_native/dashboard/v20231001preview/get_integration_fabric.py,sha256=3U--6-2q3r_2bBzcLR_wffSTforMcWebXUryES_ODXU,7133
9096
9096
  pulumi_azure_native/dashboard/v20231001preview/get_managed_private_endpoint.py,sha256=X9n6Vsgxr3RPISXWTIHk9-SUbBwz2s2_hvgBd_LWeKE,13000
9097
9097
  pulumi_azure_native/dashboard/v20231001preview/get_private_endpoint_connection.py,sha256=4CQrnlLEKTJZqXGeD-iB_PCD_CMSpivHYZTCVq11pAY,8985
9098
- pulumi_azure_native/dashboard/v20231001preview/grafana.py,sha256=mBOZEaeXIMRU9yk0AOoZv08-mDOBxG80Ly4AEb2aCBE,13560
9099
- pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py,sha256=Yzoz4LoeNyqAan_2iwh-gCMFmJCwcaOPP0V8So2EL5c,11542
9100
- pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py,sha256=EnqhRe7XHqxafGv5-JO9R7KJ1U4kiuznhIL6ugn_rr0,19938
9098
+ pulumi_azure_native/dashboard/v20231001preview/grafana.py,sha256=wlsfQ6eoEeI9xfxNeRcYy4I9VnTXudqbswu_8j0A1II,13624
9099
+ pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py,sha256=pEC3AvKtdSMMfBFErMCaKOvacBgU95x7dQttvrSoBKw,11616
9100
+ pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py,sha256=XjCZKXsUN4HS-ehZjurKIKLH-stCv_ffKK3osi0qtGY,20017
9101
9101
  pulumi_azure_native/dashboard/v20231001preview/outputs.py,sha256=Xi01j2PrhFCiZVKSmLiKENVQwYZaGijz3gGb1gWRV7s,51971
9102
- pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py,sha256=UKQIZVTI9-xamc_VZCojzerStXOS68l1vKcLFngyuGU,13500
9102
+ pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py,sha256=7b1VxlcAASKc3DhevXEM-1TDoUFD_LrjiKv0ac1-fL8,13582
9103
+ pulumi_azure_native/dashboard/v20241001/__init__.py,sha256=cSbxgOyobD6yMfkLPBtTOu_0ivMWBt4w2GOpIFpK-0Y,615
9104
+ pulumi_azure_native/dashboard/v20241001/_enums.py,sha256=od66Y1UO3QgI12P8kiZbouUv8OF4ofP4t2XKl8WzQPE,2328
9105
+ pulumi_azure_native/dashboard/v20241001/_inputs.py,sha256=Zl0A95EJ4sU7eY7prYpRrxFI4fNoulE5RM3VAslJAvA,43212
9106
+ pulumi_azure_native/dashboard/v20241001/get_grafana.py,sha256=FWIQzC3BUggk9qC9IbSC2F__88dvDlX2hpHe-fQj6gI,7280
9107
+ pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py,sha256=xvkrlk69RbqDzJa7hZr95hg2g1S2YWVt_pKZAD59Gos,7119
9108
+ pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py,sha256=ij4MkvQfiAKo3sXCJ0CSG81u1HCDSqGDDzeCuRF0H1Q,12986
9109
+ pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py,sha256=rqgTn8xsIiDl_s4g7MD3TR77QlXe6JLfo5yNgdhk2vA,8971
9110
+ pulumi_azure_native/dashboard/v20241001/grafana.py,sha256=ZhdlJ9tlNGJBallUFc4OZvYC8kMw0j9OIYazBXswuyA,13624
9111
+ pulumi_azure_native/dashboard/v20241001/integration_fabric.py,sha256=jU8Y65x8INhCJOaeXtEkkcm6kR8n7xIFY8LwSRIilP4,11616
9112
+ pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py,sha256=CPpniIlbxFJhLD7L9UveKMfdRtG5bP0V09gIlp4Cg5c,20017
9113
+ pulumi_azure_native/dashboard/v20241001/outputs.py,sha256=Xi01j2PrhFCiZVKSmLiKENVQwYZaGijz3gGb1gWRV7s,51971
9114
+ pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py,sha256=VxDBuumpBuWFUG56OAebJXp7wE9eihikJOQG0n7N_Jo,13582
9103
9115
  pulumi_azure_native/databasewatcher/__init__.py,sha256=je0cFXfelY8ZRD37HSjvQNHgTC1Hd8YdBl55NSxehkc,1523
9104
9116
  pulumi_azure_native/databasewatcher/_enums.py,sha256=ApVilx-6rCiQLnaKnnh-lqy6mOuY8P9EFHGISksB7Yg,1623
9105
9117
  pulumi_azure_native/databasewatcher/_inputs.py,sha256=Um_rP3nEG1cCfPc_hJv112Pbn1Ex1s9AL6Q7szDBI5Q,13216
@@ -9568,8 +9580,8 @@ pulumi_azure_native/datadog/v20231020/monitor.py,sha256=Q_Sw_b21_EYIO1qITeJBXkzw
9568
9580
  pulumi_azure_native/datadog/v20231020/monitored_subscription.py,sha256=dqqTWhwf08xHerchwmCRCj8ex9T6HbIalJsrQ4YMmQM,9639
9569
9581
  pulumi_azure_native/datadog/v20231020/outputs.py,sha256=o_k_Sy2oCpgdkdFGam63Cvk-kL89LIFGQO9jZ3P6iX4,46828
9570
9582
  pulumi_azure_native/datafactory/__init__.py,sha256=iUobCUqp8RvC2FPK3LietmL-oGCbu5NQy2HBBMOIq8M,1811
9571
- pulumi_azure_native/datafactory/_enums.py,sha256=hIPJhKYYt3-JJOfccFaEcAlYMqwKbBtaQe5zYb_kPMg,21244
9572
- pulumi_azure_native/datafactory/_inputs.py,sha256=yQEiGa3jOpBm_v-YwWWCxtSvELzOXx5GbikA-VlwH9s,5475558
9583
+ pulumi_azure_native/datafactory/_enums.py,sha256=i-jC6BMQ0ZPhqUnEGEtsbg-bWJqEYOjAvTky4u7lHp4,21431
9584
+ pulumi_azure_native/datafactory/_inputs.py,sha256=RJgHL4ZJ_g9KSpK1XeykuFERCaNrMRfjtFsDfjVZCMI,5483644
9573
9585
  pulumi_azure_native/datafactory/change_data_capture.py,sha256=qXWeXN8D_N2kS4IXLC07wIyMDw7fKUDiv9Rl12WOuP8,18660
9574
9586
  pulumi_azure_native/datafactory/credential_operation.py,sha256=w1DRu-Hy6KZUVt3gBedi6NyM17AF8Cjgy-41jUQ_qHw,9671
9575
9587
  pulumi_azure_native/datafactory/data_flow.py,sha256=pb_KZBlz_Dy9zew5_9V_FPo0Ljwg99aGnd01jsaH2SI,9439
@@ -9600,13 +9612,13 @@ pulumi_azure_native/datafactory/integration_runtime.py,sha256=ligQQqYagGocHs_twt
9600
9612
  pulumi_azure_native/datafactory/linked_service.py,sha256=fsUY0hhv0nxVoe2wpL4tTfif4h1oWI_pjR-N5AbIr_E,51349
9601
9613
  pulumi_azure_native/datafactory/list_integration_runtime_auth_keys.py,sha256=fcqMk9t5BWaXr3kjgo_io7SsLR6qX0x_KOycijljvS8,4747
9602
9614
  pulumi_azure_native/datafactory/managed_private_endpoint.py,sha256=NsevRx7r_yQy66FGE5dzyc4PKcnFb4NUg2uNcxI172E,10853
9603
- pulumi_azure_native/datafactory/outputs.py,sha256=IHe4c5hI2TYyLIWLasrEn-2SJS0hy5taRvK8sGDKpH4,3965889
9615
+ pulumi_azure_native/datafactory/outputs.py,sha256=zzXdm_UqNXd7wtbLdf5EYqs3mBEal0EkHtVMFzJ3izE,3971140
9604
9616
  pulumi_azure_native/datafactory/pipeline.py,sha256=ABT5XJ3I-DAb0NTzJNQfhOLJvVVN13btSPXTji8RgJk,33018
9605
9617
  pulumi_azure_native/datafactory/private_endpoint_connection.py,sha256=03fcsQm-YYDXFUWssesjmIoGAvdEmDr8DHy8wdX02vI,9801
9606
9618
  pulumi_azure_native/datafactory/trigger.py,sha256=6OJ2XGO39Jjck4F0IaExtYzkvdTxA1om7zqvNIdFFus,11118
9607
9619
  pulumi_azure_native/datafactory/v20180601/__init__.py,sha256=V-xpzI7QM2akPwkWy1rP75x1U80M7WH0kSJFbhvOMLo,1569
9608
- pulumi_azure_native/datafactory/v20180601/_enums.py,sha256=hIPJhKYYt3-JJOfccFaEcAlYMqwKbBtaQe5zYb_kPMg,21244
9609
- pulumi_azure_native/datafactory/v20180601/_inputs.py,sha256=B14MnWWM_jdOC8U4SJpikPnP-QF_mYvWqXXsTRQq3qg,5475559
9620
+ pulumi_azure_native/datafactory/v20180601/_enums.py,sha256=i-jC6BMQ0ZPhqUnEGEtsbg-bWJqEYOjAvTky4u7lHp4,21431
9621
+ pulumi_azure_native/datafactory/v20180601/_inputs.py,sha256=UkJIqCPI9WVHQ_LNPkLJcQElMXuDzqkLUxu98jCAQyw,5483645
9610
9622
  pulumi_azure_native/datafactory/v20180601/change_data_capture.py,sha256=Z-MxFqGm48MLgUpW0fwAml6WXxbTDcC6bL3Iqh4m8HM,18573
9611
9623
  pulumi_azure_native/datafactory/v20180601/credential_operation.py,sha256=n-scZlZxaR5ZqGVeXTECVwC4IPFbTywSP-zEzwGBVN4,9482
9612
9624
  pulumi_azure_native/datafactory/v20180601/data_flow.py,sha256=biIGQf64W6je-bAz75msEENmVSZ-CjBouFlpUG1W2Qw,9250
@@ -9637,7 +9649,7 @@ pulumi_azure_native/datafactory/v20180601/integration_runtime.py,sha256=-8Tu9S_X
9637
9649
  pulumi_azure_native/datafactory/v20180601/linked_service.py,sha256=yqKI0YDxUDL5FlLPtal9kebYDZwAlhHt4g7XExW4nr8,51160
9638
9650
  pulumi_azure_native/datafactory/v20180601/list_integration_runtime_auth_keys.py,sha256=Id0fgQegBlzUHDiVpuClpmBoc8VGxqhAR6aW6YutYHU,4688
9639
9651
  pulumi_azure_native/datafactory/v20180601/managed_private_endpoint.py,sha256=qtMqH0n4Va1mTJm1bkm-uIHF1wOWIwcCotSh8vX3wVM,10664
9640
- pulumi_azure_native/datafactory/v20180601/outputs.py,sha256=Ek5XtPVSxsbBamkglDEhqsCZdpA0Wyl3afED41uynvc,3965890
9652
+ pulumi_azure_native/datafactory/v20180601/outputs.py,sha256=TNT4OCvRQlAx64Vra8Ll5rPzMK_zwnmf-2EFR48RxtQ,3971141
9641
9653
  pulumi_azure_native/datafactory/v20180601/pipeline.py,sha256=WuZRGEfp7u_lvwWnTQuBtckGJsGNIByJv8PxzqMD710,32829
9642
9654
  pulumi_azure_native/datafactory/v20180601/private_endpoint_connection.py,sha256=kkt-r6N-bkmRNcucKZ0pkggLU3tS2SlB7gfa6LRU3ws,9612
9643
9655
  pulumi_azure_native/datafactory/v20180601/trigger.py,sha256=KPf45r8H4YzeD-XBv_gga_36L2r8A5uhLVCbmsoheYI,10929
@@ -14751,7 +14763,7 @@ pulumi_azure_native/importexport/v20210101/get_job.py,sha256=pTIdr_tgh3_aWivevd_
14751
14763
  pulumi_azure_native/importexport/v20210101/job.py,sha256=DtOo9Nl_hTNtlGxD0Z4liRF1w-qCVcH_MvWPgKoipxo,10567
14752
14764
  pulumi_azure_native/importexport/v20210101/list_bit_locker_key.py,sha256=3Pq0CdZSUxDM5bRfSSolNsXAvYt2LRp603k30wFGb8I,3412
14753
14765
  pulumi_azure_native/importexport/v20210101/outputs.py,sha256=w6TRKbjWWPMZTta0yMwo5PLIglidyJevNObAhEZdGuI,52676
14754
- pulumi_azure_native/insights/__init__.py,sha256=X5lYK64gXXc-YcrPXnXSrjmct2uADXURlQxvIDhVD9I,10922
14766
+ pulumi_azure_native/insights/__init__.py,sha256=zD8nui7eVO622kcwHeJUnJijkZQEo_3gswfHAN5elJo,11312
14755
14767
  pulumi_azure_native/insights/_enums.py,sha256=4AVzIyVrCvGEGPxcndtx8Fnld6m4vSeB-e8M1R22NYo,13440
14756
14768
  pulumi_azure_native/insights/_inputs.py,sha256=RNAw4Y-kwDAr4m4GJzTRS7gCeseSZvebq-swehkyXis,358771
14757
14769
  pulumi_azure_native/insights/action_group.py,sha256=PNV9AhldFp1glGIvvPso_FzkZ0G6H-9_2Gv-dKT7a5c,33691
@@ -14789,9 +14801,9 @@ pulumi_azure_native/insights/get_log_profile.py,sha256=pGnncmoOBp6N4vcPa5Q8njeJP
14789
14801
  pulumi_azure_native/insights/get_management_group_diagnostic_setting.py,sha256=dR8UzYnaZSzvUhwz0EgHTmuK5QRjfj3Pl8_fM7pwarI,10787
14790
14802
  pulumi_azure_native/insights/get_metric_alert.py,sha256=XbEKpLWMvaPTLd9qw6dj-rhtmM_RW-0_G0Ht7_CaQwY,13406
14791
14803
  pulumi_azure_native/insights/get_my_workbook.py,sha256=ymjBlJuOuQ556fVMBzp8ouVOEGda3phCYMlicZSQlk4,12078
14792
- pulumi_azure_native/insights/get_private_endpoint_connection.py,sha256=BTAy-m0H6iU7cKdIH4yjajwYBjdN3hro0g6saqSM-YA,7883
14793
- pulumi_azure_native/insights/get_private_link_scope.py,sha256=yzL3-JfkUZUOEIXzda40xN2DEHFJOf_LdyRKm3WSMWg,8721
14794
- pulumi_azure_native/insights/get_private_link_scoped_resource.py,sha256=9D0WReKLmPQLU0yVtCAYl_oiVDgiK1sG2DW_0WhpR-E,7059
14804
+ pulumi_azure_native/insights/get_private_endpoint_connection.py,sha256=Gy6zTHrekS2zNn1ieTzlR-pMbStZ5Jbm6BizaVhBxlQ,7947
14805
+ pulumi_azure_native/insights/get_private_link_scope.py,sha256=KkM4B39Cmadkn_KJGGZUlbLUq09jj_nYVXowKKf7Oec,8785
14806
+ pulumi_azure_native/insights/get_private_link_scoped_resource.py,sha256=p9VlO5qybwYhXREpuKjw57KNRvFMEdkTasZJ3fYhGhY,7193
14795
14807
  pulumi_azure_native/insights/get_proactive_detection_configuration.py,sha256=ni_tXYtaH3Hh5N0lj9jW4YVW3vv0vAsDgFaRw3EEHVw,9494
14796
14808
  pulumi_azure_native/insights/get_scheduled_query_rule.py,sha256=F5r5tEw6NpX9dqsmfBbZvHy3SIOKkqFn_W24Cd8CosE,22827
14797
14809
  pulumi_azure_native/insights/get_subscription_diagnostic_setting.py,sha256=2pCnYNBkdOu3fNGr2pPh_izq76vlGqG6BUs2vyNrpGA,10277
@@ -14809,9 +14821,9 @@ pulumi_azure_native/insights/management_group_diagnostic_setting.py,sha256=ldItl
14809
14821
  pulumi_azure_native/insights/metric_alert.py,sha256=hJA_ZjEuuDXAhNVX9fCwnpqBFEA4jpoBh9G71YEMqow,27179
14810
14822
  pulumi_azure_native/insights/my_workbook.py,sha256=uw6wqwDjV495YOFzb3_T54xt_oZRNo8iJMnn0e6WVag,22566
14811
14823
  pulumi_azure_native/insights/outputs.py,sha256=RmmJ1jjGNuUjvkmxjz2YO4LBjClE5gL472BrIkR7Z7g,323185
14812
- pulumi_azure_native/insights/private_endpoint_connection.py,sha256=Z57atNSP5IMtKAnRO6I-HHuIA_O9jPOxxmASXT80nLs,11786
14813
- pulumi_azure_native/insights/private_link_scope.py,sha256=WuU8s4iPn9Pb0s8BpGn9S7Okk9VW813rNNYaer6lEvY,12261
14814
- pulumi_azure_native/insights/private_link_scoped_resource.py,sha256=dTGSXDPQRv0TYNYR3tf0vAV3YRFep6017l12Z5h058g,9906
14824
+ pulumi_azure_native/insights/private_endpoint_connection.py,sha256=4TVI9oW2rJ_lFEcGUCYmSkI8bqVC0RKJ3E7NgUF0fO4,12019
14825
+ pulumi_azure_native/insights/private_link_scope.py,sha256=cz3ShgbdbHN4OfEIz8soBEOLqDy_8QQ-61wqltBfXp8,12476
14826
+ pulumi_azure_native/insights/private_link_scoped_resource.py,sha256=yAq2YHBLTN-6KiXMEe-uPts_L2yaY5KjSFPK_WFhmC4,10217
14815
14827
  pulumi_azure_native/insights/proactive_detection_configuration.py,sha256=vfMxVuB9p5XfBWgB8gnj0wXbfEs_ZXeB44bMxzqHnII,17462
14816
14828
  pulumi_azure_native/insights/scheduled_query_rule.py,sha256=OB9E6Fzb4COpKKJlDhLm8HHukN73MYQGD3RFfH1NOwA,41717
14817
14829
  pulumi_azure_native/insights/subscription_diagnostic_setting.py,sha256=LK4UTulmQ3fhzLsDO47og5nesjrSjW9I6aYV21CV1_w,17665
@@ -14882,8 +14894,8 @@ pulumi_azure_native/insights/v20191017preview/_inputs.py,sha256=DKnjNOUD2klLm2Ps
14882
14894
  pulumi_azure_native/insights/v20191017preview/get_private_endpoint_connection.py,sha256=9QWPwp9m-i9tpfne7mRQQ4umQs7Sp1B3aUTd8OER0f8,7408
14883
14895
  pulumi_azure_native/insights/v20191017preview/get_private_link_scope.py,sha256=lnPj-3fIzo01jtmWaNOusVbvooW0GfAW5Lp2hWfYV_4,6965
14884
14896
  pulumi_azure_native/insights/v20191017preview/outputs.py,sha256=wTMvlYX-V-XXpaNtPs4gf5zVf91b3TTxbZ86isaCZTo,7032
14885
- pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py,sha256=UYTOjwGWlubsAidNXZYFKYUFjUPmqbqrIZGAF85ZmJM,12388
14886
- pulumi_azure_native/insights/v20191017preview/private_link_scope.py,sha256=U74HdY89DR_HTB9YQmFL4Iql7qSzrlIQiHrejQCGugw,9751
14897
+ pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py,sha256=JbQ6WHPj1K1qWEn24hjbRfKS01qD_aq97ohY32HWGTs,12557
14898
+ pulumi_azure_native/insights/v20191017preview/private_link_scope.py,sha256=5epy9O_WAQX2BVKppV8etfEPP4Af0SKJietb7-Eqrn0,9902
14887
14899
  pulumi_azure_native/insights/v20200101preview/__init__.py,sha256=jVaNMJyW7DZOG2roGSrJxNRpfJmGC9owHlh9FkRkelM,403
14888
14900
  pulumi_azure_native/insights/v20200101preview/_inputs.py,sha256=qgrIWtq6SOpU3VHWPS-FM7e1JbE6BDAj7Nc7FVL26rw,2492
14889
14901
  pulumi_azure_native/insights/v20200101preview/get_management_group_diagnostic_setting.py,sha256=otFGvZIPUfMApRUQrnCeTi7Jh2XhHczsCMaEVtrLVJo,9446
@@ -14956,15 +14968,25 @@ pulumi_azure_native/insights/v20210701preview/get_private_endpoint_connection.py
14956
14968
  pulumi_azure_native/insights/v20210701preview/get_private_link_scope.py,sha256=Q_nJyOZ0flBNRBtvbxS_puez9MgyjEy8da7a86T_-nA,8550
14957
14969
  pulumi_azure_native/insights/v20210701preview/get_private_link_scoped_resource.py,sha256=Jry1hXh2Q7CkAQKo_3b3hi-Bnjt2_JCXpQ7Ap1Rjf74,6998
14958
14970
  pulumi_azure_native/insights/v20210701preview/outputs.py,sha256=0d1-vS1E3_GNzevH_ehRvKoGWTdifZu-8iR2ErX5prc,19030
14959
- pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py,sha256=hS3Gl1NFDN5j3d468VNV1RRoyE69Jb0VHLYnirhZ3ks,11447
14960
- pulumi_azure_native/insights/v20210701preview/private_link_scope.py,sha256=_B0xzdf18tF5BG1gbJ-YW77oijf6KhXv9W8x4lrfzcA,11922
14961
- pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py,sha256=GwXe3osGqDsABWFU70qaeQF1bEy0_ls1bSRexIGRFBw,9685
14971
+ pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py,sha256=e06UAkdVlYJyA7XGjaH-kVC42g56HLKFoJiMRiMuGTc,11616
14972
+ pulumi_azure_native/insights/v20210701preview/private_link_scope.py,sha256=GMjMcwm28Z1n6nE1uj8Y6T1PfbVQ7-qJG2Qd345E93E,12073
14973
+ pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py,sha256=iUuhCJqVj-SOY4D5V_MrkeHud5kSxas_2yMgeO4iRCo,9854
14962
14974
  pulumi_azure_native/insights/v20210801/__init__.py,sha256=zUi3UPBlSJe6lmSZmUXB8sBN79WK04Z6y1juGan1U0U,371
14963
14975
  pulumi_azure_native/insights/v20210801/_enums.py,sha256=9OVqvUUBvi_X1xwZqK089JZvvxe71ZTQcXWTaYPVMn4,707
14964
14976
  pulumi_azure_native/insights/v20210801/_inputs.py,sha256=haqGBbjVCpgreMtntCZyBp6yXS-3DlodKh0WZANBQYU,3837
14965
14977
  pulumi_azure_native/insights/v20210801/get_workbook.py,sha256=P3bKsEPBVOSEpRPab-ZW04yV63DB1DnkSUSMADWFOlk,13881
14966
14978
  pulumi_azure_native/insights/v20210801/outputs.py,sha256=GYjRc8vdb64nRlIXGBa60aY9SsFzUxqDqKvLKSL-xFo,10159
14967
14979
  pulumi_azure_native/insights/v20210801/workbook.py,sha256=ZznsNVzoFq3l_9QCNYMq_126SBmoe8N7VgCBNLFr5tY,22208
14980
+ pulumi_azure_native/insights/v20210901/__init__.py,sha256=U0pEMCu4lYBrj6PWigFr6-NTRSzI_WNDeGNWTXBLzJ8,573
14981
+ pulumi_azure_native/insights/v20210901/_enums.py,sha256=ax_NyAgp9Mvjyp6NQcF_9sSLutzdhc1Mt5130C6OkNs,887
14982
+ pulumi_azure_native/insights/v20210901/_inputs.py,sha256=g-ocbjJ9S5Y94azvqkdX7lgjZH1_e6U_cIGMvb0KJy8,13021
14983
+ pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py,sha256=l1sFO3Pvn-K-gfNdMCKxd6vtjPpUrsGo36ZkcXyDUAQ,7698
14984
+ pulumi_azure_native/insights/v20210901/get_private_link_scope.py,sha256=hG33u88BtDeVXsJ9_KA2QXDqWPqXzy7QQ6oWGLEWd3w,8536
14985
+ pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py,sha256=ie_pQ5wqgcVmv_-iTzL8u2eGn4W88ek3f6V2_XKSoh4,6979
14986
+ pulumi_azure_native/insights/v20210901/outputs.py,sha256=0d1-vS1E3_GNzevH_ehRvKoGWTdifZu-8iR2ErX5prc,19030
14987
+ pulumi_azure_native/insights/v20210901/private_endpoint_connection.py,sha256=HuWoobhMGjsdvgFdeTZLG3fFU0UrCkBXE7b6goD2GKg,11616
14988
+ pulumi_azure_native/insights/v20210901/private_link_scope.py,sha256=rgPsiE7rJmjtEygVSaxBk7Aqwsd9L_Aie3OgS3kjPWE,12073
14989
+ pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py,sha256=1SE4bj6haoSoWCb3Xee2MRuEMpw8e0_YnsUw7mj1g0M,9849
14968
14990
  pulumi_azure_native/insights/v20211014/__init__.py,sha256=iOrvtgniSo4RXw1T90eN3vno2F6c00PzlVc-0HddWdQ,282
14969
14991
  pulumi_azure_native/insights/v20211014/get_live_token.py,sha256=g4bXpT4vP4Ru6VR78LDMANii4tUff7r2mpcQ19phuLA,2860
14970
14992
  pulumi_azure_native/insights/v20220401/__init__.py,sha256=zUi3UPBlSJe6lmSZmUXB8sBN79WK04Z6y1juGan1U0U,371
@@ -15038,6 +15060,16 @@ pulumi_azure_native/insights/v20230601/_inputs.py,sha256=haqGBbjVCpgreMtntCZyBp6
15038
15060
  pulumi_azure_native/insights/v20230601/get_workbook.py,sha256=6lEE5i0yTfx5s5FolsVXectQNksiPUHGcqu4McKU3og,13853
15039
15061
  pulumi_azure_native/insights/v20230601/outputs.py,sha256=GYjRc8vdb64nRlIXGBa60aY9SsFzUxqDqKvLKSL-xFo,10159
15040
15062
  pulumi_azure_native/insights/v20230601/workbook.py,sha256=6cCyELJnLwGkwpLIsoOuCw_NOgO4klHSwWQk_Rf09SY,22291
15063
+ pulumi_azure_native/insights/v20230601preview/__init__.py,sha256=U0pEMCu4lYBrj6PWigFr6-NTRSzI_WNDeGNWTXBLzJ8,573
15064
+ pulumi_azure_native/insights/v20230601preview/_enums.py,sha256=kkfiOxsxS7PilVF3Vy4RH03Gkr5fj2XMUZkz92D10bA,1065
15065
+ pulumi_azure_native/insights/v20230601preview/_inputs.py,sha256=g-ocbjJ9S5Y94azvqkdX7lgjZH1_e6U_cIGMvb0KJy8,13021
15066
+ pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py,sha256=Wzauxq76TfthrFlv9QG2xjkcU-iTyNFOaWLmTZU3e5M,7712
15067
+ pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py,sha256=bqkDkzNOd5IwlgC9ZUtc-ebi7lY-IhyWfMGjxArznBk,8484
15068
+ pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py,sha256=aVyL4jpN191LtTix6XZrFGcvRQpuYf6chXItWeJY_H4,8263
15069
+ pulumi_azure_native/insights/v20230601preview/outputs.py,sha256=0d1-vS1E3_GNzevH_ehRvKoGWTdifZu-8iR2ErX5prc,19030
15070
+ pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py,sha256=H7k-9z_O4WjhbyBvn04Va_XR4bkAm10fpfSfwwgK5pw,11616
15071
+ pulumi_azure_native/insights/v20230601preview/private_link_scope.py,sha256=xHEFzVoeaXCN6cNwxZijZjXORU66_jDsb-aV5xY4278,12007
15072
+ pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py,sha256=YkcSUZzMSsEoSzGZvtLbZUulrCj2CnL5wiGM9fzPg-A,12714
15041
15073
  pulumi_azure_native/insights/v20230901preview/__init__.py,sha256=AXuA0WPr_H1Umm6XKnMp8hiE1CZ5L-2BYjJwkxjz-0w,379
15042
15074
  pulumi_azure_native/insights/v20230901preview/_enums.py,sha256=4GcEHaQabZS-J1OzYRdHaZKnFUrHXGM3WvH6KkVGXQY,356
15043
15075
  pulumi_azure_native/insights/v20230901preview/_inputs.py,sha256=C62sLdTqe0bTwQhK2Pa26VRomgYdnVDiidVNUfi95Ng,46964
@@ -23520,18 +23552,18 @@ pulumi_azure_native/recoveryservices/v20241001/replication_storage_classificatio
23520
23552
  pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py,sha256=vj8mlJp4XaEgG_KmoIb29l0NaRRFkOHIKamc6iVhpm0,12406
23521
23553
  pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py,sha256=mevDMMa2J4ltli9gE0Cj3cYlKeF_cC3uwuSdjE2lZQU,14131
23522
23554
  pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=5o3KLwKcYbmAoX5nevgdlumPQxwJ-KeYw0tTj2WP0BI,15251
23523
- pulumi_azure_native/redhatopenshift/__init__.py,sha256=eSDjYSxdGoG0xFsw5BYjwBs0CEyGilFVccOnAiyGlxg,1783
23555
+ pulumi_azure_native/redhatopenshift/__init__.py,sha256=FGQFiNOAGN7Ss5us4BWCH4DTYkOs_Z_80-zHFOKs7ag,2013
23524
23556
  pulumi_azure_native/redhatopenshift/_enums.py,sha256=QwWKQ0GToRQJJctO7h87gFb2MY2ikwzKhiHBTrNCkeU,706
23525
23557
  pulumi_azure_native/redhatopenshift/_inputs.py,sha256=eefHjBam1ScLZiGZg3fjcfLj_4STbOMrUf_qlnMJHuo,23899
23526
23558
  pulumi_azure_native/redhatopenshift/get_machine_pool.py,sha256=nsZTzk519a46CEv1UgH5OXoxl4rYukds0CiFojegk3Y,6154
23527
- pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py,sha256=zW03uHt-UuzTuPwwDErvdKUKTL2v81oPhUPSuUkhw5A,12628
23559
+ pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py,sha256=XtI5FKfDk2zCSL0Gi2Vlda1y1KkOqMPtp3ySti6x3Lk,12668
23528
23560
  pulumi_azure_native/redhatopenshift/get_secret.py,sha256=9cgHidWQ1ZgSMcm1ERRU1mKhrCewylNt40TA3VayZ4Q,6172
23529
23561
  pulumi_azure_native/redhatopenshift/get_sync_identity_provider.py,sha256=TdA9E-6KNWRUZy0FDJ7mGCoFKH_y4Kxc4TqN_z5C-G8,6434
23530
23562
  pulumi_azure_native/redhatopenshift/get_sync_set.py,sha256=LRAD5IKsioO7J1mOO-CG3nHJuy1dG1dSP1cUpEJozoI,6155
23531
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py,sha256=FD30Jg_y3FuDaHfLKuTQIKNIWZfd0ujrU7qhKbuGKLc,4156
23532
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py,sha256=r-QR4CrrIWqJSBPj_acadO4sUzadjYhyaBHmcxJlx9c,4846
23563
+ pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py,sha256=yhdRgw8qpFOOhWgeRR-XG6LsF9gUdKFGBaJMaf4XmX0,4196
23564
+ pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py,sha256=AwS1WLYAXJAXZL5X_OsL1ItDDWdvbWdJTjq1TPA6b7U,4886
23533
23565
  pulumi_azure_native/redhatopenshift/machine_pool.py,sha256=vFLVFNZvPICmpa3cDv5ea7mqQSTx_iKiCiDSo1xoNGo,9382
23534
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py,sha256=CVhKHKJNWD-k50lL9THme9rQ-mlMoWzSWhyUwU-p8iU,23880
23566
+ pulumi_azure_native/redhatopenshift/open_shift_cluster.py,sha256=dOZPYyKZQloB_9pC8Qr0mMRxlErNzYn5udkIexz_VPU,24006
23535
23567
  pulumi_azure_native/redhatopenshift/outputs.py,sha256=Pw3bUiAH-DCEHLvzGtKkz7VaNb2yMRcWpRuDYsbNNi4,21943
23536
23568
  pulumi_azure_native/redhatopenshift/secret.py,sha256=_dg2rRSqSAmA7ImxdSXnAHVKcgVgIBwggDAHzEZEWjU,9657
23537
23569
  pulumi_azure_native/redhatopenshift/sync_identity_provider.py,sha256=yOFffCOCD3xphmtZacE4rMpH4uCpvF3snrepNSzyaaw,9643
@@ -23547,7 +23579,7 @@ pulumi_azure_native/redhatopenshift/v20220904/get_sync_set.py,sha256=QTStss2_CRY
23547
23579
  pulumi_azure_native/redhatopenshift/v20220904/list_open_shift_cluster_admin_credentials.py,sha256=xbi3smW6lmBy4KsFnNvnC8nU7yy2lLxIxGnv28RHtXc,3915
23548
23580
  pulumi_azure_native/redhatopenshift/v20220904/list_open_shift_cluster_credentials.py,sha256=ML8RgDLJw9BJ9FRvPMmT68jCND1Bjyr5_3d_uZPOpNs,4605
23549
23581
  pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py,sha256=FjgfM37TpWF6Cbgro1-SlOdUl-fdbyyBhb9gIhYs21o,9105
23550
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py,sha256=yRjpp4Qp6CNFvSPA7QgrH6pAmqWh9G6UPEjzXDKvEH4,23501
23582
+ pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py,sha256=bw-cJDo7M6oWdBbpP5AvFfut-jsrcKgBfiQExW5ry4Q,23587
23551
23583
  pulumi_azure_native/redhatopenshift/v20220904/outputs.py,sha256=o-5AdK2bg13pOYSrHf2qV1aYBKvXbM6SgKY-VIhRhQU,21944
23552
23584
  pulumi_azure_native/redhatopenshift/v20220904/secret.py,sha256=OgyyNRuj3AeIf_jSA4_pJrk_fNA9gL9IQKnstW_SWSI,9380
23553
23585
  pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py,sha256=ZvRPli_fxSHuChvCKApl9fvg7RXm3Zt4cxtUSETvhiU,9366
@@ -23563,7 +23595,7 @@ pulumi_azure_native/redhatopenshift/v20230401/get_sync_set.py,sha256=aREOk69cN7m
23563
23595
  pulumi_azure_native/redhatopenshift/v20230401/list_open_shift_cluster_admin_credentials.py,sha256=OYzwb9p4MOuvjZBGwo9crvAqQZnxpiac0W5ULqSwMd0,3915
23564
23596
  pulumi_azure_native/redhatopenshift/v20230401/list_open_shift_cluster_credentials.py,sha256=zHaztv5ygDVnPsuYsyc5tGst0GpNWJ9YVURSW_SLMqk,4605
23565
23597
  pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py,sha256=G2bgviHhzWV1KD7_DOuWLGuNR1byYlkHcDOlnl_2CmM,9105
23566
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py,sha256=ll5tpgF9hTvEMZHjdmMpU-8hJwN8tLD_fVPza51-tzo,23501
23598
+ pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py,sha256=iNP6k-o5gUBwPKRMktpPr7kW_qPyJwDeFS5CmEIkeBo,23587
23567
23599
  pulumi_azure_native/redhatopenshift/v20230401/outputs.py,sha256=DelMphhcqEpej7x8-_6MwySkQIG2FIkd9Tr-a5NZnWY,22475
23568
23600
  pulumi_azure_native/redhatopenshift/v20230401/secret.py,sha256=7J0RMe65FUjAeArg7QQrntH0cqJaGL4BEH8k4YR11HY,9380
23569
23601
  pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py,sha256=kn_jYEvLwzNURm9B3n2OVGg6rKmMujVVcBWMFu1foDI,9366
@@ -23579,7 +23611,7 @@ pulumi_azure_native/redhatopenshift/v20230701preview/get_sync_set.py,sha256=us91
23579
23611
  pulumi_azure_native/redhatopenshift/v20230701preview/list_open_shift_cluster_admin_credentials.py,sha256=Zznk9UNZybtt5ABS5CmKnCqENxJ2OKBofpbC9vQmV6A,3929
23580
23612
  pulumi_azure_native/redhatopenshift/v20230701preview/list_open_shift_cluster_credentials.py,sha256=n6vG-wHroO6vgmIwb7fOi5OHY43mAXTcToMVdPz5nTo,4619
23581
23613
  pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py,sha256=F_fTA-ciUXoY2Q-fM6JU3wpMU-_93M2bgJwr-ypI4dE,9105
23582
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py,sha256=lHEd25AzJbb0OjcMRVuRfEzBnoinG800wlksrG90LHU,23501
23614
+ pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py,sha256=PxzpVr44s-gFSIp6fNEexbs_zOG6iuBNVCL8cPZUEPw,23587
23583
23615
  pulumi_azure_native/redhatopenshift/v20230701preview/outputs.py,sha256=RFHuXQwo-D8e0URWhqrYkjbROCmNlcHzlks6U6lNigc,31163
23584
23616
  pulumi_azure_native/redhatopenshift/v20230701preview/secret.py,sha256=eqsFyYRU3seDAGjCrDdroA32uoatxudtkzUzl5PvqZ0,9380
23585
23617
  pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py,sha256=5V3ofxhPkTjF9NRs0ZGs6qgaN9Aov_t7_oSTvp21Frs,9366
@@ -23595,7 +23627,7 @@ pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py,sha256=ZF2zKLMPPEl
23595
23627
  pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py,sha256=EH1b5sci1TD1flSlHcslN7-FTyr_LHqzL9aEBVxNy18,3915
23596
23628
  pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py,sha256=y78V1M-2j1JsV3OP47_ZpNR2SfdZ3QzjHEzJ7Qgb8HM,4605
23597
23629
  pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py,sha256=zuLmMBt44m3Lk1S-d3paXeaqMBzIdNcuT6Nxi1oNsNE,9105
23598
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py,sha256=kPLjRXUOyVsARV1WJQn5yBREALUMuy8K_lbPzZM7yfk,24108
23630
+ pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py,sha256=V83dfX03ZVGZqBcU-hFy_26rr68gCySF8TSM-Itp1aw,24194
23599
23631
  pulumi_azure_native/redhatopenshift/v20230904/outputs.py,sha256=RZPCf1IIkFNsgiqHY7hgp93bkwMGJxaUN5ZTz4FhgvE,23072
23600
23632
  pulumi_azure_native/redhatopenshift/v20230904/secret.py,sha256=KluqUzLXxDM8-SSeZYaR5WuNUtMx2xQyUxPTgYalQvs,9380
23601
23633
  pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py,sha256=QpHGeEnxOAH-pSZUHl32_hDhE1n0GqsvO244Bb7JlwM,9366
@@ -23611,11 +23643,19 @@ pulumi_azure_native/redhatopenshift/v20231122/get_sync_set.py,sha256=lh3A6hPnwpV
23611
23643
  pulumi_azure_native/redhatopenshift/v20231122/list_open_shift_cluster_admin_credentials.py,sha256=Pp_96sZh_MCGSXGSHeim2S4ESwuiXsA5NfwdsXUnEWg,3915
23612
23644
  pulumi_azure_native/redhatopenshift/v20231122/list_open_shift_cluster_credentials.py,sha256=54NAC5TpqWrjed-WWMjuaCMULNq0_5ZsnaSvpXRbEhI,4605
23613
23645
  pulumi_azure_native/redhatopenshift/v20231122/machine_pool.py,sha256=9vesVzlpyZSR5koVq8nLHA7dUiXO--0e08zTpFE-xI8,9105
23614
- pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py,sha256=nOnphG9-yc9elT4yNXkLJsLdfo5AQ6QuBa1KoP7ObJU,23048
23646
+ pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py,sha256=f0O3JAp8ev_mDE9lW6d94hVPq4mddwqYe_J5dThIJGQ,23134
23615
23647
  pulumi_azure_native/redhatopenshift/v20231122/outputs.py,sha256=JVSBFa2uJIleVKWwRVBS9TIpZX3Y1vnpPmO7H5NxxSE,27749
23616
23648
  pulumi_azure_native/redhatopenshift/v20231122/secret.py,sha256=t-KO5PXh9UMsFaMc8qz44-KUuil9S5xvUQ-lLhjgQ2s,9380
23617
23649
  pulumi_azure_native/redhatopenshift/v20231122/sync_identity_provider.py,sha256=Ci2zwIwC4NGC-o0NCUZbF89gBHbQ3ERFCcevNCo1u4I,9366
23618
23650
  pulumi_azure_native/redhatopenshift/v20231122/sync_set.py,sha256=pGP7aRykyhAW8OOhXMb8X7w8Ea9zyhqu52FLGqixpDc,9417
23651
+ pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py,sha256=73Lp3hfsBsBePcgDcv9SILlKqLRUuGGtJFezOvVEye0,499
23652
+ pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py,sha256=y_HaY2aveWv7VpL5B6lxz_EMUhDdmKJDk2sp_ZXPm8o,1751
23653
+ pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py,sha256=q6WduP1-jOId4nUJAkN9-e3G-FJhA15qiO7GCMjPTGw,35116
23654
+ pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py,sha256=iNtxAU3r6YZQlu6dxUCxULBGiPIwe3d47Cy4DzcOVzA,14756
23655
+ pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py,sha256=C404K6YjPj7MMBn6H-44ZTG1TJ3U7esHgSQiGz_PqG8,3929
23656
+ pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py,sha256=Dj8C9OqLKF-KSYMTpPRY-kM9soDkW9RYcagY2yJEVFA,4619
23657
+ pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py,sha256=WKYR7fOWnHYPrL7JKqaWpLNSuT2uO5Gsil7AmCpflRg,26755
23658
+ pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py,sha256=iQ9sOkPyvrC2W5qXqIgYJ-7b3BhC1dTwYqb9sHz8gko,38466
23619
23659
  pulumi_azure_native/relay/__init__.py,sha256=Fkt4Xdm1fLKtOyFffOuzIDJwKhR7k3LS8nCz6TzYSts,1768
23620
23660
  pulumi_azure_native/relay/_enums.py,sha256=hSkgOm3P_rICWAFbIzKzRpjuPtn6zcE-Ja2VR9GGgao,1478
23621
23661
  pulumi_azure_native/relay/_inputs.py,sha256=bNkwqAGuYkxqISsoyTV_tLV35guMlUhvsSprwA_Bzh4,8648
@@ -30724,7 +30764,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
30724
30764
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=eorizuwGPlHaa-R7seqv1ZW7oqM3Ae68X_EUHHfHMzQ,16551
30725
30765
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=glkxQJ8mHANMOyZ_m_GEUO9doepUAPxuPshRLYxwaMU,14157
30726
30766
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=oMD5HXY2B5ywv0FQt-8INmP3fTt-huBJNeQzF5ZuOJk,24431
30727
- pulumi_azure_native-2.84.0a1737649952.dist-info/METADATA,sha256=608wfZEBZjruV75IERNb8MZlAI17Kt3V5yR-56IlIE4,3635
30728
- pulumi_azure_native-2.84.0a1737649952.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30729
- pulumi_azure_native-2.84.0a1737649952.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30730
- pulumi_azure_native-2.84.0a1737649952.dist-info/RECORD,,
30767
+ pulumi_azure_native-2.84.0a1737706742.dist-info/METADATA,sha256=xzoxmXFFK3A_zybjOPZGk4H3Z2bZR-FIumWt0fgTayo,3635
30768
+ pulumi_azure_native-2.84.0a1737706742.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30769
+ pulumi_azure_native-2.84.0a1737706742.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30770
+ pulumi_azure_native-2.84.0a1737706742.dist-info/RECORD,,