azure-mgmt-storage 21.1.0__py3-none-any.whl → 21.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (776) hide show
  1. azure/mgmt/storage/_configuration.py +2 -3
  2. azure/mgmt/storage/_serialization.py +41 -49
  3. azure/mgmt/storage/_storage_management_client.py +142 -2
  4. azure/mgmt/storage/_version.py +1 -1
  5. azure/mgmt/storage/aio/_configuration.py +2 -3
  6. azure/mgmt/storage/aio/_storage_management_client.py +142 -2
  7. azure/mgmt/storage/models.py +1 -1
  8. azure/mgmt/storage/v2015_06_15/_configuration.py +3 -4
  9. azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
  10. azure/mgmt/storage/v2015_06_15/_storage_management.py +23 -3
  11. azure/mgmt/storage/v2015_06_15/_version.py +1 -1
  12. azure/mgmt/storage/v2015_06_15/aio/_configuration.py +3 -4
  13. azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
  14. azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +25 -3
  15. azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +109 -196
  16. azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +19 -18
  17. azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
  18. azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +109 -196
  19. azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +19 -18
  20. azure/mgmt/storage/v2016_01_01/_configuration.py +3 -4
  21. azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
  22. azure/mgmt/storage/v2016_01_01/_storage_management_client.py +23 -3
  23. azure/mgmt/storage/v2016_01_01/_version.py +1 -1
  24. azure/mgmt/storage/v2016_01_01/aio/_configuration.py +3 -4
  25. azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
  26. azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +25 -3
  27. azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +109 -196
  28. azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +19 -18
  29. azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
  30. azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +109 -196
  31. azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +19 -18
  32. azure/mgmt/storage/v2016_12_01/_configuration.py +3 -4
  33. azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
  34. azure/mgmt/storage/v2016_12_01/_storage_management.py +23 -3
  35. azure/mgmt/storage/v2016_12_01/_version.py +1 -1
  36. azure/mgmt/storage/v2016_12_01/aio/_configuration.py +3 -4
  37. azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
  38. azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +25 -3
  39. azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +133 -242
  40. azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +19 -18
  41. azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
  42. azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +133 -242
  43. azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +19 -18
  44. azure/mgmt/storage/v2017_06_01/_configuration.py +3 -4
  45. azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
  46. azure/mgmt/storage/v2017_06_01/_storage_management.py +23 -3
  47. azure/mgmt/storage/v2017_06_01/_version.py +1 -1
  48. azure/mgmt/storage/v2017_06_01/aio/_configuration.py +3 -4
  49. azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
  50. azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +25 -3
  51. azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +19 -18
  52. azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +19 -18
  53. azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +133 -242
  54. azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +19 -18
  55. azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
  56. azure/mgmt/storage/v2017_06_01/operations/_operations.py +19 -18
  57. azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +19 -18
  58. azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +133 -242
  59. azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +19 -18
  60. azure/mgmt/storage/v2017_10_01/_configuration.py +3 -4
  61. azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
  62. azure/mgmt/storage/v2017_10_01/_storage_management.py +23 -3
  63. azure/mgmt/storage/v2017_10_01/_version.py +1 -1
  64. azure/mgmt/storage/v2017_10_01/aio/_configuration.py +3 -4
  65. azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
  66. azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +25 -3
  67. azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +19 -18
  68. azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +19 -18
  69. azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +133 -242
  70. azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +19 -18
  71. azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
  72. azure/mgmt/storage/v2017_10_01/operations/_operations.py +19 -18
  73. azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +19 -18
  74. azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +133 -242
  75. azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +19 -18
  76. azure/mgmt/storage/v2018_02_01/_configuration.py +3 -4
  77. azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
  78. azure/mgmt/storage/v2018_02_01/_storage_management_client.py +23 -3
  79. azure/mgmt/storage/v2018_02_01/_version.py +1 -1
  80. azure/mgmt/storage/v2018_02_01/aio/_configuration.py +3 -4
  81. azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
  82. azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +25 -3
  83. azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +133 -241
  84. azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +19 -18
  85. azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +19 -18
  86. azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +133 -242
  87. azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +31 -36
  88. azure/mgmt/storage/v2018_02_01/models/_models_py3.py +30 -36
  89. azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -1
  90. azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +134 -242
  91. azure/mgmt/storage/v2018_02_01/operations/_operations.py +19 -18
  92. azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +19 -18
  93. azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +133 -242
  94. azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +31 -36
  95. azure/mgmt/storage/v2018_03_01_preview/_configuration.py +3 -4
  96. azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
  97. azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +23 -3
  98. azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
  99. azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +3 -4
  100. azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
  101. azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +25 -3
  102. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +136 -241
  103. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +32 -50
  104. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +19 -18
  105. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +19 -18
  106. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +158 -290
  107. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +31 -36
  108. azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +32 -36
  109. azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -1
  110. azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +137 -242
  111. azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +32 -50
  112. azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +19 -18
  113. azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +19 -18
  114. azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +159 -291
  115. azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +31 -36
  116. azure/mgmt/storage/v2018_07_01/_configuration.py +3 -4
  117. azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
  118. azure/mgmt/storage/v2018_07_01/_storage_management_client.py +23 -3
  119. azure/mgmt/storage/v2018_07_01/_version.py +1 -1
  120. azure/mgmt/storage/v2018_07_01/aio/_configuration.py +3 -4
  121. azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
  122. azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +25 -3
  123. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +133 -241
  124. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +26 -38
  125. azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +19 -18
  126. azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +19 -18
  127. azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +140 -271
  128. azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +19 -20
  129. azure/mgmt/storage/v2018_07_01/models/_models_py3.py +32 -38
  130. azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -1
  131. azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +134 -242
  132. azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +26 -38
  133. azure/mgmt/storage/v2018_07_01/operations/_operations.py +19 -18
  134. azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +19 -18
  135. azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +140 -271
  136. azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +19 -20
  137. azure/mgmt/storage/v2018_11_01/_configuration.py +3 -4
  138. azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
  139. azure/mgmt/storage/v2018_11_01/_storage_management_client.py +23 -3
  140. azure/mgmt/storage/v2018_11_01/_version.py +1 -1
  141. azure/mgmt/storage/v2018_11_01/aio/_configuration.py +3 -4
  142. azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
  143. azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +25 -3
  144. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +131 -239
  145. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +26 -38
  146. azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +32 -50
  147. azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +19 -18
  148. azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +19 -18
  149. azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +146 -283
  150. azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +19 -20
  151. azure/mgmt/storage/v2018_11_01/models/_models_py3.py +39 -45
  152. azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -1
  153. azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +132 -240
  154. azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +26 -38
  155. azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +32 -50
  156. azure/mgmt/storage/v2018_11_01/operations/_operations.py +19 -18
  157. azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +19 -18
  158. azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +147 -284
  159. azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +19 -20
  160. azure/mgmt/storage/v2019_04_01/_configuration.py +3 -4
  161. azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
  162. azure/mgmt/storage/v2019_04_01/_storage_management_client.py +23 -3
  163. azure/mgmt/storage/v2019_04_01/_version.py +1 -1
  164. azure/mgmt/storage/v2019_04_01/aio/_configuration.py +3 -4
  165. azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
  166. azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +25 -3
  167. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +136 -244
  168. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +38 -56
  169. azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +34 -52
  170. azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +56 -91
  171. azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +32 -50
  172. azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +19 -18
  173. azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +19 -18
  174. azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +147 -283
  175. azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +19 -20
  176. azure/mgmt/storage/v2019_04_01/models/_models_py3.py +44 -50
  177. azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -1
  178. azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +137 -245
  179. azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +38 -56
  180. azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +34 -52
  181. azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +56 -91
  182. azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +32 -50
  183. azure/mgmt/storage/v2019_04_01/operations/_operations.py +19 -18
  184. azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +19 -18
  185. azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +148 -284
  186. azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +19 -20
  187. azure/mgmt/storage/v2019_06_01/_configuration.py +3 -4
  188. azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
  189. azure/mgmt/storage/v2019_06_01/_storage_management_client.py +23 -3
  190. azure/mgmt/storage/v2019_06_01/_version.py +1 -1
  191. azure/mgmt/storage/v2019_06_01/aio/_configuration.py +3 -4
  192. azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
  193. azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +25 -3
  194. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +136 -244
  195. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  196. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +38 -56
  197. azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +48 -77
  198. azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +34 -52
  199. azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +65 -116
  200. azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +32 -50
  201. azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +45 -68
  202. azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +19 -18
  203. azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  204. azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +14 -15
  205. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +56 -91
  206. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +33 -51
  207. azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +19 -18
  208. azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +163 -333
  209. azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +46 -71
  210. azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +33 -51
  211. azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +19 -20
  212. azure/mgmt/storage/v2019_06_01/models/_models_py3.py +64 -70
  213. azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -1
  214. azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +137 -245
  215. azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +44 -68
  216. azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +38 -56
  217. azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +48 -77
  218. azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +34 -52
  219. azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +65 -116
  220. azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +32 -50
  221. azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +45 -68
  222. azure/mgmt/storage/v2019_06_01/operations/_operations.py +19 -18
  223. azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +44 -68
  224. azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +14 -15
  225. azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +56 -91
  226. azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +33 -51
  227. azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +19 -18
  228. azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +164 -334
  229. azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +46 -71
  230. azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +33 -51
  231. azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +19 -20
  232. azure/mgmt/storage/v2020_08_01_preview/_configuration.py +3 -4
  233. azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
  234. azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +23 -3
  235. azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
  236. azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +3 -4
  237. azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
  238. azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +25 -3
  239. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +139 -244
  240. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +45 -68
  241. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +39 -56
  242. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +26 -31
  243. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +50 -77
  244. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +35 -52
  245. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +65 -116
  246. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +32 -50
  247. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +46 -68
  248. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +19 -18
  249. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +44 -68
  250. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +14 -15
  251. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +56 -91
  252. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +34 -51
  253. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +19 -18
  254. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +164 -333
  255. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +46 -71
  256. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +34 -51
  257. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +19 -20
  258. azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +66 -88
  259. azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -1
  260. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +140 -245
  261. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +45 -68
  262. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +39 -56
  263. azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +26 -31
  264. azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +50 -77
  265. azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +35 -52
  266. azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +65 -116
  267. azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +32 -50
  268. azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +46 -68
  269. azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +19 -18
  270. azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +44 -68
  271. azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +14 -15
  272. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +56 -91
  273. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +34 -51
  274. azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +19 -18
  275. azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +165 -334
  276. azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +46 -71
  277. azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +34 -51
  278. azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +19 -20
  279. azure/mgmt/storage/v2021_01_01/_configuration.py +3 -4
  280. azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
  281. azure/mgmt/storage/v2021_01_01/_storage_management_client.py +23 -3
  282. azure/mgmt/storage/v2021_01_01/_version.py +1 -1
  283. azure/mgmt/storage/v2021_01_01/aio/_configuration.py +3 -4
  284. azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
  285. azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +25 -3
  286. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +136 -244
  287. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  288. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +38 -56
  289. azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +26 -31
  290. azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +48 -77
  291. azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +34 -52
  292. azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +65 -116
  293. azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +32 -50
  294. azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +45 -68
  295. azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +19 -18
  296. azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  297. azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +14 -15
  298. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +56 -91
  299. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +33 -51
  300. azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +19 -18
  301. azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +163 -333
  302. azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +46 -71
  303. azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +33 -51
  304. azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +19 -20
  305. azure/mgmt/storage/v2021_01_01/models/_models_py3.py +66 -88
  306. azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -1
  307. azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +137 -245
  308. azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +44 -68
  309. azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +38 -56
  310. azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +26 -31
  311. azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +48 -77
  312. azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +34 -52
  313. azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +65 -116
  314. azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +32 -50
  315. azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +45 -68
  316. azure/mgmt/storage/v2021_01_01/operations/_operations.py +19 -18
  317. azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +44 -68
  318. azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +14 -15
  319. azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +56 -91
  320. azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +33 -51
  321. azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +19 -18
  322. azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +164 -334
  323. azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +46 -71
  324. azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +33 -51
  325. azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +19 -20
  326. azure/mgmt/storage/v2021_02_01/_configuration.py +3 -4
  327. azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
  328. azure/mgmt/storage/v2021_02_01/_storage_management_client.py +23 -3
  329. azure/mgmt/storage/v2021_02_01/_version.py +1 -1
  330. azure/mgmt/storage/v2021_02_01/aio/_configuration.py +3 -4
  331. azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
  332. azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +25 -3
  333. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +136 -244
  334. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  335. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +38 -56
  336. azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +26 -31
  337. azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +48 -77
  338. azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +34 -52
  339. azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +65 -116
  340. azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +32 -50
  341. azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +45 -68
  342. azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +19 -18
  343. azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  344. azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +14 -15
  345. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +56 -91
  346. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +33 -51
  347. azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +19 -18
  348. azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +163 -333
  349. azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +46 -71
  350. azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +33 -51
  351. azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +19 -20
  352. azure/mgmt/storage/v2021_02_01/models/_models_py3.py +68 -90
  353. azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -1
  354. azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +137 -245
  355. azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +44 -68
  356. azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +38 -56
  357. azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +26 -31
  358. azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +48 -77
  359. azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +34 -52
  360. azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +65 -116
  361. azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +32 -50
  362. azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +45 -68
  363. azure/mgmt/storage/v2021_02_01/operations/_operations.py +19 -18
  364. azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +44 -68
  365. azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +14 -15
  366. azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +56 -91
  367. azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +33 -51
  368. azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +19 -18
  369. azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +164 -334
  370. azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +46 -71
  371. azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +33 -51
  372. azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +19 -20
  373. azure/mgmt/storage/v2021_04_01/_configuration.py +3 -4
  374. azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
  375. azure/mgmt/storage/v2021_04_01/_storage_management_client.py +23 -3
  376. azure/mgmt/storage/v2021_04_01/_version.py +1 -1
  377. azure/mgmt/storage/v2021_04_01/aio/_configuration.py +3 -4
  378. azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
  379. azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +25 -3
  380. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +145 -270
  381. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  382. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +38 -56
  383. azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +26 -31
  384. azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +48 -77
  385. azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +34 -52
  386. azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +80 -137
  387. azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +32 -50
  388. azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +45 -68
  389. azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +19 -18
  390. azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  391. azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +14 -15
  392. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +56 -91
  393. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +33 -51
  394. azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +19 -18
  395. azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +163 -333
  396. azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +46 -71
  397. azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +33 -51
  398. azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +19 -20
  399. azure/mgmt/storage/v2021_04_01/models/_models_py3.py +70 -92
  400. azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -2
  401. azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +146 -271
  402. azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +44 -68
  403. azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +38 -56
  404. azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +26 -31
  405. azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +48 -77
  406. azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +34 -52
  407. azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +80 -137
  408. azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +32 -50
  409. azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +45 -68
  410. azure/mgmt/storage/v2021_04_01/operations/_operations.py +19 -18
  411. azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +44 -68
  412. azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +14 -15
  413. azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +56 -91
  414. azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +33 -51
  415. azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +19 -18
  416. azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +164 -334
  417. azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +46 -71
  418. azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +33 -51
  419. azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +19 -20
  420. azure/mgmt/storage/v2021_06_01/_configuration.py +3 -4
  421. azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
  422. azure/mgmt/storage/v2021_06_01/_storage_management_client.py +23 -3
  423. azure/mgmt/storage/v2021_06_01/_version.py +1 -1
  424. azure/mgmt/storage/v2021_06_01/aio/_configuration.py +3 -4
  425. azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
  426. azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +25 -3
  427. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +143 -293
  428. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  429. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +36 -75
  430. azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +26 -31
  431. azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +48 -77
  432. azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +32 -71
  433. azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +80 -137
  434. azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +32 -50
  435. azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +45 -68
  436. azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +19 -18
  437. azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  438. azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +14 -15
  439. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +56 -91
  440. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +31 -70
  441. azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +19 -18
  442. azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +184 -388
  443. azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +46 -71
  444. azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +31 -70
  445. azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +19 -20
  446. azure/mgmt/storage/v2021_06_01/models/_models_py3.py +70 -92
  447. azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -2
  448. azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +144 -294
  449. azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +44 -68
  450. azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +36 -75
  451. azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +26 -31
  452. azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +48 -77
  453. azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +32 -71
  454. azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +80 -137
  455. azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +32 -50
  456. azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +45 -68
  457. azure/mgmt/storage/v2021_06_01/operations/_operations.py +19 -18
  458. azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +44 -68
  459. azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +14 -15
  460. azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +56 -91
  461. azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +31 -70
  462. azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +19 -18
  463. azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +187 -391
  464. azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +46 -71
  465. azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +31 -70
  466. azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +19 -20
  467. azure/mgmt/storage/v2021_08_01/_configuration.py +3 -4
  468. azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
  469. azure/mgmt/storage/v2021_08_01/_storage_management_client.py +23 -3
  470. azure/mgmt/storage/v2021_08_01/_version.py +1 -1
  471. azure/mgmt/storage/v2021_08_01/aio/_configuration.py +3 -4
  472. azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
  473. azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +25 -3
  474. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +143 -293
  475. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  476. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +36 -75
  477. azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +26 -31
  478. azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +48 -77
  479. azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +32 -71
  480. azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +80 -137
  481. azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +58 -94
  482. azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +32 -50
  483. azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +45 -68
  484. azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +19 -18
  485. azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  486. azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +14 -15
  487. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +56 -91
  488. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +31 -70
  489. azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +19 -18
  490. azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +184 -388
  491. azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +46 -71
  492. azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +31 -70
  493. azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +19 -20
  494. azure/mgmt/storage/v2021_08_01/models/_models_py3.py +72 -94
  495. azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -2
  496. azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +144 -294
  497. azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +44 -68
  498. azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +36 -75
  499. azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +26 -31
  500. azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +48 -77
  501. azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +32 -71
  502. azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +80 -137
  503. azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +58 -94
  504. azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +32 -50
  505. azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +45 -68
  506. azure/mgmt/storage/v2021_08_01/operations/_operations.py +19 -18
  507. azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +44 -68
  508. azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +14 -15
  509. azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +56 -91
  510. azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +31 -70
  511. azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +19 -18
  512. azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +187 -391
  513. azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +46 -71
  514. azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +31 -70
  515. azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +19 -20
  516. azure/mgmt/storage/v2021_09_01/_configuration.py +3 -4
  517. azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
  518. azure/mgmt/storage/v2021_09_01/_storage_management_client.py +23 -3
  519. azure/mgmt/storage/v2021_09_01/_version.py +1 -1
  520. azure/mgmt/storage/v2021_09_01/aio/_configuration.py +3 -4
  521. azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
  522. azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +25 -3
  523. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +143 -293
  524. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  525. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +36 -75
  526. azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +26 -31
  527. azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +48 -77
  528. azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +32 -71
  529. azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +80 -137
  530. azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +58 -94
  531. azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +32 -50
  532. azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +45 -68
  533. azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +19 -18
  534. azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  535. azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +14 -15
  536. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +56 -91
  537. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +31 -70
  538. azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +19 -18
  539. azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +184 -388
  540. azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +58 -93
  541. azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +31 -70
  542. azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +19 -20
  543. azure/mgmt/storage/v2021_09_01/models/_models_py3.py +74 -96
  544. azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -2
  545. azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +144 -294
  546. azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +44 -68
  547. azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +36 -75
  548. azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +26 -31
  549. azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +48 -77
  550. azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +32 -71
  551. azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +80 -137
  552. azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +58 -94
  553. azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +32 -50
  554. azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +45 -68
  555. azure/mgmt/storage/v2021_09_01/operations/_operations.py +19 -18
  556. azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +44 -68
  557. azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +14 -15
  558. azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +56 -91
  559. azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +31 -70
  560. azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +19 -18
  561. azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +187 -391
  562. azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +58 -93
  563. azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +31 -70
  564. azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +19 -20
  565. azure/mgmt/storage/v2022_05_01/_configuration.py +3 -4
  566. azure/mgmt/storage/v2022_05_01/_storage_management_client.py +23 -3
  567. azure/mgmt/storage/v2022_05_01/_version.py +1 -1
  568. azure/mgmt/storage/v2022_05_01/aio/_configuration.py +3 -4
  569. azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +25 -3
  570. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +143 -293
  571. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  572. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +36 -75
  573. azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +26 -31
  574. azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +48 -77
  575. azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +32 -71
  576. azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +80 -137
  577. azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +58 -94
  578. azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +32 -50
  579. azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +45 -68
  580. azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +19 -18
  581. azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  582. azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +14 -15
  583. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +56 -91
  584. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +31 -70
  585. azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +19 -18
  586. azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +184 -388
  587. azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +58 -93
  588. azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +31 -70
  589. azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +19 -20
  590. azure/mgmt/storage/v2022_05_01/models/_models_py3.py +73 -95
  591. azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -2
  592. azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +144 -294
  593. azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +44 -68
  594. azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +36 -75
  595. azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +26 -31
  596. azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +48 -77
  597. azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +32 -71
  598. azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +80 -137
  599. azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +58 -94
  600. azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +32 -50
  601. azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +45 -68
  602. azure/mgmt/storage/v2022_05_01/operations/_operations.py +19 -18
  603. azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +44 -68
  604. azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +14 -15
  605. azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +56 -91
  606. azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +31 -70
  607. azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +19 -18
  608. azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +187 -391
  609. azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +58 -93
  610. azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +31 -70
  611. azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +19 -20
  612. azure/mgmt/storage/v2022_09_01/_configuration.py +3 -4
  613. azure/mgmt/storage/v2022_09_01/_storage_management_client.py +23 -3
  614. azure/mgmt/storage/v2022_09_01/_version.py +1 -1
  615. azure/mgmt/storage/v2022_09_01/aio/_configuration.py +3 -4
  616. azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +25 -3
  617. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +143 -293
  618. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  619. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +36 -75
  620. azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +26 -31
  621. azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +48 -77
  622. azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +32 -71
  623. azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +80 -137
  624. azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +58 -94
  625. azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +32 -50
  626. azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +45 -68
  627. azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +19 -18
  628. azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  629. azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +14 -15
  630. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +56 -91
  631. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +31 -70
  632. azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +19 -18
  633. azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +184 -388
  634. azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +58 -93
  635. azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +31 -70
  636. azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +19 -20
  637. azure/mgmt/storage/v2022_09_01/models/_models_py3.py +73 -95
  638. azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -2
  639. azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +144 -294
  640. azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +44 -68
  641. azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +36 -75
  642. azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +26 -31
  643. azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +48 -77
  644. azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +32 -71
  645. azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +80 -137
  646. azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +58 -94
  647. azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +32 -50
  648. azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +45 -68
  649. azure/mgmt/storage/v2022_09_01/operations/_operations.py +19 -18
  650. azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +44 -68
  651. azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +14 -15
  652. azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +56 -91
  653. azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +31 -70
  654. azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +19 -18
  655. azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +187 -391
  656. azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +58 -93
  657. azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +31 -70
  658. azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +19 -20
  659. azure/mgmt/storage/v2023_01_01/_configuration.py +3 -4
  660. azure/mgmt/storage/v2023_01_01/_storage_management_client.py +23 -3
  661. azure/mgmt/storage/v2023_01_01/_version.py +1 -1
  662. azure/mgmt/storage/v2023_01_01/aio/_configuration.py +3 -4
  663. azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +25 -3
  664. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +143 -293
  665. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +44 -68
  666. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +36 -75
  667. azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +26 -31
  668. azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +48 -77
  669. azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +32 -71
  670. azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +80 -137
  671. azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +58 -94
  672. azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +32 -50
  673. azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +45 -68
  674. azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +19 -18
  675. azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +44 -68
  676. azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +14 -15
  677. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +56 -91
  678. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +31 -70
  679. azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +19 -18
  680. azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +206 -452
  681. azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +58 -93
  682. azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +31 -70
  683. azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +19 -20
  684. azure/mgmt/storage/v2023_01_01/models/_models_py3.py +74 -96
  685. azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -2
  686. azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +144 -294
  687. azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +44 -68
  688. azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +36 -75
  689. azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +26 -31
  690. azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +48 -77
  691. azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +32 -71
  692. azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +80 -137
  693. azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +58 -94
  694. azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +32 -50
  695. azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +45 -68
  696. azure/mgmt/storage/v2023_01_01/operations/_operations.py +19 -18
  697. azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +44 -68
  698. azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +14 -15
  699. azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +56 -91
  700. azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +31 -70
  701. azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +19 -18
  702. azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +211 -457
  703. azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +58 -93
  704. azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +31 -70
  705. azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +19 -20
  706. azure/mgmt/storage/v2023_05_01/__init__.py +26 -0
  707. azure/mgmt/storage/v2023_05_01/_configuration.py +65 -0
  708. azure/mgmt/storage/v2023_05_01/_patch.py +20 -0
  709. azure/mgmt/storage/v2023_05_01/_storage_management_client.py +256 -0
  710. azure/mgmt/storage/v2023_05_01/_vendor.py +16 -0
  711. azure/mgmt/storage/v2023_05_01/_version.py +9 -0
  712. azure/mgmt/storage/v2023_05_01/aio/__init__.py +23 -0
  713. azure/mgmt/storage/v2023_05_01/aio/_configuration.py +65 -0
  714. azure/mgmt/storage/v2023_05_01/aio/_patch.py +20 -0
  715. azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +261 -0
  716. azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +65 -0
  717. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +1838 -0
  718. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
  719. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +362 -0
  720. azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +194 -0
  721. azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +568 -0
  722. azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +328 -0
  723. azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +1003 -0
  724. azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +583 -0
  725. azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +349 -0
  726. azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +342 -0
  727. azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +446 -0
  728. azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +135 -0
  729. azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +20 -0
  730. azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
  731. azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +117 -0
  732. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +608 -0
  733. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +328 -0
  734. azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +136 -0
  735. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +2187 -0
  736. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +170 -0
  737. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +164 -0
  738. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +802 -0
  739. azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +588 -0
  740. azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +328 -0
  741. azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +139 -0
  742. azure/mgmt/storage/v2023_05_01/models/__init__.py +537 -0
  743. azure/mgmt/storage/v2023_05_01/models/_models_py3.py +9703 -0
  744. azure/mgmt/storage/v2023_05_01/models/_patch.py +20 -0
  745. azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +706 -0
  746. azure/mgmt/storage/v2023_05_01/operations/__init__.py +65 -0
  747. azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +2398 -0
  748. azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +595 -0
  749. azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +470 -0
  750. azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +250 -0
  751. azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +732 -0
  752. azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +437 -0
  753. azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +1310 -0
  754. azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +808 -0
  755. azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +465 -0
  756. azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +463 -0
  757. azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +593 -0
  758. azure/mgmt/storage/v2023_05_01/operations/_operations.py +156 -0
  759. azure/mgmt/storage/v2023_05_01/operations/_patch.py +20 -0
  760. azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +591 -0
  761. azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +155 -0
  762. azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +824 -0
  763. azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +437 -0
  764. azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +162 -0
  765. azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +2796 -0
  766. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +227 -0
  767. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +212 -0
  768. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +1018 -0
  769. azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +775 -0
  770. azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +437 -0
  771. azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +169 -0
  772. {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/METADATA +28 -11
  773. {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/RECORD +776 -710
  774. {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/WHEEL +1 -1
  775. {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/LICENSE +0 -0
  776. {azure_mgmt_storage-21.1.0.dist-info → azure_mgmt_storage-21.2.0.dist-info}/top_level.txt +0 -0
@@ -1,913 +1,979 @@
1
1
  azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_AM,725
2
- azure/mgmt/storage/_configuration.py,sha256=BrVncqx1CBC8CXYvDuTazZyZv_wD3FFQ7BlIUqKUGZA,3175
3
- azure/mgmt/storage/_serialization.py,sha256=7fmxifoHQYVXgaGk4dqqgJ5hJS9nTy553SNub6128k4,79369
4
- azure/mgmt/storage/_storage_management_client.py,sha256=TUIJH2Rt5mnj3zH1yQW6fGDZwFBS6ZyLh6uevdTNTF0,85992
5
- azure/mgmt/storage/_version.py,sha256=hIGmA55OuFASo1VJvYvf-4jA-6yXQIuW84wuagX5CdI,346
6
- azure/mgmt/storage/models.py,sha256=f8l4b_4fjUqZB73YTu76O7UCurWlBa4lYYT2T4d-E7g,394
2
+ azure/mgmt/storage/_configuration.py,sha256=WGXuK1mWScrq7p-y-RZzZtsIcd1oc3M2uQFlSf00l1c,3099
3
+ azure/mgmt/storage/_serialization.py,sha256=X08hTRwFgSw5vNdVIj9alnAvB2iTPgqFvyT1BbsKitk,78953
4
+ azure/mgmt/storage/_storage_management_client.py,sha256=H8FqENTa_mDM2HYgRIdgOki7laj7qht_XKBIA-3uGuA,95879
5
+ azure/mgmt/storage/_version.py,sha256=NvgjKEJP1Vj93UD3Y7D4i18BYxMo7Jl_2mp2v3h9RP0,346
6
+ azure/mgmt/storage/models.py,sha256=UqC780jl8XtNHvMxk_Gfybw3grkN8Na1zJtfwI3pbOI,394
7
7
  azure/mgmt/storage/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
8
8
  azure/mgmt/storage/aio/__init__.py,sha256=91Ueq_d_YhUQnoHuhv-HKRhRnDGx8kYi1QeyF_cT3A4,570
9
- azure/mgmt/storage/aio/_configuration.py,sha256=DjKMbehPfGexedEjCcqjfQBDyP3dRkyTIkODubU6YG8,3239
10
- azure/mgmt/storage/aio/_storage_management_client.py,sha256=C43wYW9cilk34HsigRSA3oX61aZTnoZdhxMjjfz_dkk,88443
9
+ azure/mgmt/storage/aio/_configuration.py,sha256=ZBMoIdgQ8y_qBNgeML9GskN3ms4dMXub0mLshOc7yow,3163
10
+ azure/mgmt/storage/aio/_storage_management_client.py,sha256=mnVrrMc7u2zYOIgbWvP8eRvRuvTioZMDX4DG3y4pBi8,98557
11
11
  azure/mgmt/storage/v2015_06_15/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
12
- azure/mgmt/storage/v2015_06_15/_configuration.py,sha256=dU7lPfUPDF2L3pr8quTTrh6IpHgSFuzElhuisPuu_pE,3590
13
- azure/mgmt/storage/v2015_06_15/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
14
- azure/mgmt/storage/v2015_06_15/_storage_management.py,sha256=_0fgNqoyc_ZjWzU2flq6jyl4ndzy4Eeugm5nBTaoDyE,4479
12
+ azure/mgmt/storage/v2015_06_15/_configuration.py,sha256=g2fdQv9IFvktPHIlRyM5OnJ_cUfXIAGdlvJh6Q3Fq9M,3534
13
+ azure/mgmt/storage/v2015_06_15/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
14
+ azure/mgmt/storage/v2015_06_15/_storage_management.py,sha256=xVmMMsvI2N_KprwK8C7UFmVxNb6erG3_7PPh2I-c1xs,5531
15
15
  azure/mgmt/storage/v2015_06_15/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
16
- azure/mgmt/storage/v2015_06_15/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
16
+ azure/mgmt/storage/v2015_06_15/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
17
17
  azure/mgmt/storage/v2015_06_15/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
18
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py,sha256=YYcbX8bFUTm0Ut0SAeueVicFQWI7AlmZCkpuaIrGRuM,3638
19
- azure/mgmt/storage/v2015_06_15/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
20
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py,sha256=xU0cMS2e37pq77TrfCEaKhBbcSXaC938GkzYIQXYQkI,4624
18
+ azure/mgmt/storage/v2015_06_15/aio/_configuration.py,sha256=DqTdlN3e-Z7DWBGZ4gWK9N_6-htKAKjQHtQRgT6dgr4,3582
19
+ azure/mgmt/storage/v2015_06_15/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
20
+ azure/mgmt/storage/v2015_06_15/aio/_storage_management.py,sha256=LK5T5nIvd4Lu-EqlWKKD3MxXcBYtygnd1_Johkx7LaA,5700
21
21
  azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
22
22
  azure/mgmt/storage/v2015_06_15/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
23
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py,sha256=yTG2SvI54maaAFQd09BncE_unXydR579-V4HpUNZvYs,53580
24
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py,sha256=4UQqkap2gPni1FGLXg_qev9DnOPC0v8yx5hESYxpGKQ,5855
23
+ azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py,sha256=ElhxrcZHNndPoFtz_JDATTbw0yBbrqVYAVopi6-dNzQ,48461
24
+ azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py,sha256=rl8fwkPVKju9KoQB5aXnaN3Dc0tISnd4pipPzTSadNs,5864
25
25
  azure/mgmt/storage/v2015_06_15/models/__init__.py,sha256=IQgu90jExjJNrrvPbOFfH6rkHQIn88BcxtUvpWBQ-OQ,2101
26
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py,sha256=Hj9yZJyvN7RBBTJb0m9QodUbbtqMFQ2HM_xCX_Tkby0,28336
26
+ azure/mgmt/storage/v2015_06_15/models/_models_py3.py,sha256=ZAQzg_Ylas80SouOIjMqEW1MpnE7Kz9dIQ01hban_mQ,28374
27
27
  azure/mgmt/storage/v2015_06_15/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
28
28
  azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py,sha256=xV7OiXLIHSE0pAnLWK2KTd41_qIZoux5Rasbep5UhoU,1980
29
29
  azure/mgmt/storage/v2015_06_15/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
30
30
  azure/mgmt/storage/v2015_06_15/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
31
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py,sha256=huUoFFbr7D1Ret7BxlINouyKbglkn0ooemlh21T8OZQ,65422
32
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py,sha256=PqObRRSiSo4Y84O44Uv9gDDXftgnAINwLvgO0OikW0A,6801
31
+ azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py,sha256=aMhFCjN88J9cRbiVWLNA2hCRNbyRsPcIEy_dgJHS2mI,60333
32
+ azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py,sha256=WRK8Gre1e-yBwwruc7Upcho_MQ3F9wsa438TahXfEfU,6810
33
33
  azure/mgmt/storage/v2016_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
34
- azure/mgmt/storage/v2016_01_01/_configuration.py,sha256=yhYFpInqSFeUAYqis1QCDbN1WRNESGbLM-iuzNnNYJQ,3613
35
- azure/mgmt/storage/v2016_01_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
36
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py,sha256=_Cv3xb_wd5HkHi9jHIAFZD9Zuz43RWV5Q4X-aUKXEYU,4527
34
+ azure/mgmt/storage/v2016_01_01/_configuration.py,sha256=MFWPrhlEWfjTSaTFeLHGYCCyUNc2TKKlqN4TtPR9HPE,3551
35
+ azure/mgmt/storage/v2016_01_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
36
+ azure/mgmt/storage/v2016_01_01/_storage_management_client.py,sha256=aMzIgAnyCY6n4LWwYr1W3f-G0pnzF7YQjFIodhEqKAE,5579
37
37
  azure/mgmt/storage/v2016_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
38
- azure/mgmt/storage/v2016_01_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
38
+ azure/mgmt/storage/v2016_01_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
39
39
  azure/mgmt/storage/v2016_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
40
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py,sha256=qBup-lIMQgkwaDZFltEIP1ma9Arm_5ipdW3kIQNmf-g,3661
41
- azure/mgmt/storage/v2016_01_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
42
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py,sha256=xURwgZGS03ORBTtqF5m-p-RdB4an2Ndm_HVJy7ySwfc,4672
40
+ azure/mgmt/storage/v2016_01_01/aio/_configuration.py,sha256=_HIGfPjI-COGiszwWe60NgV2y5N-W8VXSSZbiwKMMAA,3599
41
+ azure/mgmt/storage/v2016_01_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
42
+ azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py,sha256=UWZo-lt1OXmzU2Jy5pj48RHA3U9eS-4w5MuQGolNR6E,5748
43
43
  azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
44
44
  azure/mgmt/storage/v2016_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
45
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py,sha256=MivqoJe7MQq2EFC1dDxQl3ZaBn27zJWbHVyEf8kgd3Q,53370
46
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py,sha256=WUKUXosQmdk2XTxLWYSUU1Gz2O9g39hG3nn0ObjyulI,5860
45
+ azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py,sha256=rownaTqrcuevs1kmFsRxwcmnpR1RNB5eBh-Icnq7D4U,48251
46
+ azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py,sha256=UMUgxRyDyAegeSXQXkzR_sWv7omiFegcQg1Gto2D3aw,5869
47
47
  azure/mgmt/storage/v2016_01_01/models/__init__.py,sha256=U5negM5W4VR2DCyITiKkHQz6DKVSIoV9dWnDHF5KOwk,2982
48
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py,sha256=897X42XqgUWmX7zyr7bsGECrW58vHF7Ya2gT43OaN0k,34968
48
+ azure/mgmt/storage/v2016_01_01/models/_models_py3.py,sha256=7bDIj1BBPDPgBArLsFZE3xcx8NnrPVBpAacZ1j483l0,35007
49
49
  azure/mgmt/storage/v2016_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
50
50
  azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py,sha256=nupB0kgJnzHZSC2kFFRCPkk3-6tOxQcatDBAxCitD2E,3202
51
51
  azure/mgmt/storage/v2016_01_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
52
52
  azure/mgmt/storage/v2016_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
53
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py,sha256=F82Ag2w3PjhmKPSbtOBF_xlVGvxYIz0UAcD4VBzXER8,64659
54
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py,sha256=AIBjK4YhBQMIf0jugymcB_Xx5W2Lplk1lOqoNmjwsck,6806
53
+ azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py,sha256=w1UblivMg_nLzFVuD_dpHKNnJhrhpzHEt9nbggnhNG4,59570
54
+ azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py,sha256=ZZerTrEY88pzSmKsVPrNOUmWt8-2pCJin3dfsSF3nnQ,6815
55
55
  azure/mgmt/storage/v2016_12_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
56
- azure/mgmt/storage/v2016_12_01/_configuration.py,sha256=mqN9pPe5l3HYcYZUBif9YuBSIpiD5K9sGiVyZsoYl20,3595
57
- azure/mgmt/storage/v2016_12_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
58
- azure/mgmt/storage/v2016_12_01/_storage_management.py,sha256=BW66PFT9K-FPMHV4AIwGFdvm7f_5bos6SzhavWpjKg8,4484
56
+ azure/mgmt/storage/v2016_12_01/_configuration.py,sha256=vRWmJEuPdbiNNBegtZfEey2MNgYzkb9E-EWZpcmUixM,3539
57
+ azure/mgmt/storage/v2016_12_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
58
+ azure/mgmt/storage/v2016_12_01/_storage_management.py,sha256=nJTsHskV_nEsDOjMEc5NKnUxtkuAxEMTkszynj3Pz-0,5536
59
59
  azure/mgmt/storage/v2016_12_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
60
- azure/mgmt/storage/v2016_12_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
60
+ azure/mgmt/storage/v2016_12_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
61
61
  azure/mgmt/storage/v2016_12_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
62
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py,sha256=YHS9w7SP-NDCznFktW6sr_LsN6SWsnNVkjpJH48adyE,3643
63
- azure/mgmt/storage/v2016_12_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
64
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py,sha256=J03movSH5AzpeHms07P3I8dpyGnUh6fDo3m5x06PU1Y,4629
62
+ azure/mgmt/storage/v2016_12_01/aio/_configuration.py,sha256=FI-j6A9b6okVLNu1OgV6hAiz-lzm2ORpsmcTO18meig,3587
63
+ azure/mgmt/storage/v2016_12_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
64
+ azure/mgmt/storage/v2016_12_01/aio/_storage_management.py,sha256=mxBDk11kYiyNQhQw0wsJoVExbovhsXLIPa6Zm5VM3a0,5705
65
65
  azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
66
66
  azure/mgmt/storage/v2016_12_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
67
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py,sha256=onnyUJDAheKnCsVBgz1MWROGqaV4IOG9lHYCULXrTAU,67290
68
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py,sha256=8gBeZ9q8dGnIemCp0Ozj32Hl-VfCXQ7W_1R6Qy67kyk,5854
67
+ azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py,sha256=DEofpaSg-KyfU_d-K8gMp3ogCjkYckkqlwVnkx-RU9k,61021
68
+ azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py,sha256=7TgrRMfu86Vegb8KeeQX8xuvv-e_Gz_J7IY8SFRZyp8,5863
69
69
  azure/mgmt/storage/v2016_12_01/models/__init__.py,sha256=UlDpSW3qM_KWkB7rkHIi8Wb7KjGyIUaL53Cn36qgacY,3789
70
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py,sha256=e9XpaDK1BuUP5r4sbBKeTsVXm0uMSMnS7hpJYJxzYi0,54172
70
+ azure/mgmt/storage/v2016_12_01/models/_models_py3.py,sha256=gtGfGaS06_7tB3f8RsKgXk_v41jMbCse4HJ4a2HYC3Y,54213
71
71
  azure/mgmt/storage/v2016_12_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
72
72
  azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py,sha256=4wse2c2ITiJcJJTm6WaGM3Oq46IOwQQNDbIHl2NTww4,5055
73
73
  azure/mgmt/storage/v2016_12_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
74
74
  azure/mgmt/storage/v2016_12_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
75
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py,sha256=5XnRNw6D4ECeG6KdDqNeqpnjzapxyU8gAC_mcsTBkXE,82376
76
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py,sha256=l2QlO-LDowaUX09VCiwSA8Rb4hMyK4gxvQGitbRJ4Zw,6800
75
+ azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py,sha256=Ku5ep_aLbp3WexiJGuEmaqkZNxVuoXKxIRcnLYBBMmA,76137
76
+ azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py,sha256=Ruy2bsENhAaf9SU4gmFZ6wHu8ez7TsmeFIUVcFpeSUk,6809
77
77
  azure/mgmt/storage/v2017_06_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
78
- azure/mgmt/storage/v2017_06_01/_configuration.py,sha256=mqWWXr3wx6QhvyGkk3Ll8uAbtbnyV50sDDX4_YhWTTU,3595
79
- azure/mgmt/storage/v2017_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
80
- azure/mgmt/storage/v2017_06_01/_storage_management.py,sha256=Hcf9AnZG-4CKaEsHd4rcoyXuHti5Rfwya1dxeXwh96E,4980
78
+ azure/mgmt/storage/v2017_06_01/_configuration.py,sha256=h4IPaIL39b689g5jzFvFb0YFHmxgrGTv0bTEQoi49Vg,3539
79
+ azure/mgmt/storage/v2017_06_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
80
+ azure/mgmt/storage/v2017_06_01/_storage_management.py,sha256=KMTvz16ksuyqqjbRXx2s3YbLVfaCatjt5pZithHRWZ8,6032
81
81
  azure/mgmt/storage/v2017_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
82
- azure/mgmt/storage/v2017_06_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
82
+ azure/mgmt/storage/v2017_06_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
83
83
  azure/mgmt/storage/v2017_06_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
84
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py,sha256=aelbTFEYcQEwWGb-ja5IeG3YgogvPGUxWc0mcPT2WWw,3643
85
- azure/mgmt/storage/v2017_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
86
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py,sha256=QOICCU6EPmUhTe2lz-pn-vPYMd4-YZwbYrB3d--nyNU,5133
84
+ azure/mgmt/storage/v2017_06_01/aio/_configuration.py,sha256=SSXWpne5MmjCFp2GM4Af5pgWOA6pqqZ4Ga_cX1CPr9U,3587
85
+ azure/mgmt/storage/v2017_06_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
86
+ azure/mgmt/storage/v2017_06_01/aio/_storage_management.py,sha256=rRLh_isgD8rOAW_uqkQIlbYZWzqedj3J5dp0U2nZcpQ,6209
87
87
  azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
88
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py,sha256=onl3NFghL0uBej_fQcwgV7E0vogQGweCV1IlMeyRLoY,5755
88
+ azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py,sha256=emQ4IkZAPFAlRdVImTVt3GwLWbveD2aJqb0G0EhbdEE,5791
89
89
  azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
90
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py,sha256=eLW8GuMYrHV4bfmZpmvTe0yGxK50pYTfouHEScYmWPU,5848
91
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py,sha256=6WaFv4VHSniPjgatqPbTo6Dktf-RB64bMnOFedVBge8,67290
92
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py,sha256=jZyCPjzRAhKVjVXR-uWtf2SWEn7CSl9UAyRDe3DD4EY,5854
90
+ azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py,sha256=UnJ9_TMj4XyQMt13beSeEV-eWMOR9fhcCNe6EU9Gybg,5859
91
+ azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py,sha256=FnAICdUYD2vrxfZk5uvgkv2-rP8r_qRgD7zpfPVXCxU,61021
92
+ azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py,sha256=VfmRVK0RgPXR3MzS-LcIpX1NsnSOhkghVgFKxvciL1o,5863
93
93
  azure/mgmt/storage/v2017_06_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
94
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py,sha256=8UuYfje9rJ8OG39rvXJRS-um1fM-VJe3N5AO2jb0CL8,81008
94
+ azure/mgmt/storage/v2017_06_01/models/_models_py3.py,sha256=pCl6K8LDHnnOd9iY_wPoPhSWcvl6k2S-UPm-aJZF2ik,80897
95
95
  azure/mgmt/storage/v2017_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
96
96
  azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py,sha256=IG_xG5--1rnE7v2fvjNnskajoV6rRZCC1ObFg2Dy1CA,5793
97
97
  azure/mgmt/storage/v2017_06_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
98
- azure/mgmt/storage/v2017_06_01/operations/_operations.py,sha256=8gyFpBIssqJuEV5g6aTal4NRqO4j3Q6Ju-evXF7fMxo,6457
98
+ azure/mgmt/storage/v2017_06_01/operations/_operations.py,sha256=6-tD05WbREiEvCMRkDptMZApLPSFRdsWaW0Fxdb2Mm4,6493
99
99
  azure/mgmt/storage/v2017_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
100
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py,sha256=upzDVU5BJ3uqWH9kfoOgqLFGfqhTLyOEUr0YLkYmRhY,6793
101
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py,sha256=02XoDW1hc3ybd47I5TXzv_-9JNwzEEIat77RcogqIVM,82376
102
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py,sha256=IU8gQyXUI-JVSrr7EKiznzMmR-7nnem_PsY-MjkMA1Y,6800
100
+ azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py,sha256=dOtWfvC5erXQHWZ1wfbZZLrH2CRWYA943wNgZ4-cuVs,6804
101
+ azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py,sha256=dswwa1bVJgdhTyBKkQxERJtMs-MHWPqR70qv2N7AyuI,76137
102
+ azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py,sha256=8mfXjPKuP_GgOzwjDUESiBv9GAZKbbmdoV3eU8cw_Hg,6809
103
103
  azure/mgmt/storage/v2017_10_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
104
- azure/mgmt/storage/v2017_10_01/_configuration.py,sha256=tSBGlwo3gRMgYc9ioozQCiW8a6qgjeNnRwpnZYr3qNo,3595
105
- azure/mgmt/storage/v2017_10_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
106
- azure/mgmt/storage/v2017_10_01/_storage_management.py,sha256=B8hujFiLFguAzZwzZoUtsIWVlpl7al2vBgtGhYXYjsw,4980
104
+ azure/mgmt/storage/v2017_10_01/_configuration.py,sha256=kylcEQWqhWcnQu56jwJlPxbQDM8n6TBhZMp6-36Y2yU,3539
105
+ azure/mgmt/storage/v2017_10_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
106
+ azure/mgmt/storage/v2017_10_01/_storage_management.py,sha256=ORIMHri-aSelcmX-CFM_eweHiuUanSATXd2KAEL2_Oc,6032
107
107
  azure/mgmt/storage/v2017_10_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
108
- azure/mgmt/storage/v2017_10_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
108
+ azure/mgmt/storage/v2017_10_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
109
109
  azure/mgmt/storage/v2017_10_01/aio/__init__.py,sha256=-thZF-XTZ6YiI3LJNif3nCn1IW0CsbhA0voPJnMuULU,837
110
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py,sha256=MrYHoxm-kmeXBNM0Hj4EdCIwkbZUw4VNmSqOr_P9hrU,3643
111
- azure/mgmt/storage/v2017_10_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
112
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py,sha256=r6ndU492HWdZefq0qvSQqkHsMougPCKCUN1bIKarlvI,5133
110
+ azure/mgmt/storage/v2017_10_01/aio/_configuration.py,sha256=oR6jTxtt7JyCbSCImmrpfyD5cwkL1W0Zv4e667LbYjs,3587
111
+ azure/mgmt/storage/v2017_10_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
112
+ azure/mgmt/storage/v2017_10_01/aio/_storage_management.py,sha256=s0gZj9Vmbsi1pG2bau026jFidiA8i3DQun34fuYcn9k,6209
113
113
  azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
114
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py,sha256=0Vsd5JKm24sOYHkxXGg4sjhaWzvABVrV__gb6s7FU4E,5755
114
+ azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py,sha256=34B2QmrHGVoFUtL4TnTMRjDlajn5iqibqRDLOeHcW3g,5791
115
115
  azure/mgmt/storage/v2017_10_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
116
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py,sha256=AKHT1fr3JRWaLrt-HswGUNQeqO723ya4O1jEe4KVSP4,5848
117
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py,sha256=1cQwsc4VD2QWSgwuJKeyyFqgsh5TdgoIOmvUFUuayz4,67290
118
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py,sha256=fBOCKs61vOxRxsp-hzH599dF7hYsBnfKyRmhvgtK2zI,5854
116
+ azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py,sha256=M9ObznS1J9547b97rYOmxPNtMwhHRkANXM2JeBeW-ZM,5859
117
+ azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py,sha256=PlG2x2Bc-_YIHpmT_VEyhV_XdaGC2USmInyeubClF7c,61021
118
+ azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py,sha256=CDGhdW0tj4Ps0p-tlTn3MmJ8XdaeD6EQctZxLj8rDwc,5863
119
119
  azure/mgmt/storage/v2017_10_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
120
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py,sha256=Qu9a2aaWKpGSqGkDm2nqqyZbxdctCEnwOehZoaueTVw,81719
120
+ azure/mgmt/storage/v2017_10_01/models/_models_py3.py,sha256=Pflt9EPknRPryEqxv2DQD8tWc6UKawE2wJGbAPVtbg4,81608
121
121
  azure/mgmt/storage/v2017_10_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
122
122
  azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py,sha256=KFD7IVQMztrCTcG75EOFxGCwPa7AQIh2cGvUvkvAnHg,5822
123
123
  azure/mgmt/storage/v2017_10_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
124
- azure/mgmt/storage/v2017_10_01/operations/_operations.py,sha256=DEebsjl0c6AQMKGb6_Ota0Vqy8D55vjcfU2PgjTsYzc,6457
124
+ azure/mgmt/storage/v2017_10_01/operations/_operations.py,sha256=NpuvmhS3gM6rVO8c1-nR3NxR7Yf40rQU18gDMnzhl5g,6493
125
125
  azure/mgmt/storage/v2017_10_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
126
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py,sha256=GmTBOQGWHIEL8PS9DG2DWJK4RB3YtVHeq7aLYtqDNVw,6793
127
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py,sha256=da3F5YxuI6o1TqNCInVaiaZxw4sZsXIbnUJ252vrDsM,82376
128
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py,sha256=UrPYL-snGeBaHcyVljpCR-jteP4z_RPp8CSjjhzyQfU,6800
126
+ azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py,sha256=nOumtzMJk2uNs7X6t6UI_38_TehvSNxzmcQChmb3it8,6804
127
+ azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py,sha256=P6QU8gvQHFHtMYFht4QxQUbiwbDL0wSjPWrhv8y_t1Q,76137
128
+ azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py,sha256=X8JQRszp-w5ZauihCJjjMbrsn0-xSIBz2n_XlaOdWOM,6809
129
129
  azure/mgmt/storage/v2018_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
130
- azure/mgmt/storage/v2018_02_01/_configuration.py,sha256=l8_25LNcDpmRfzfMuUHJU9BDhnvDptx1rPfabeHxuJw,3489
131
- azure/mgmt/storage/v2018_02_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
132
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py,sha256=mEvBf2CH_7-H85C5l5sm1WNd3EZQAY6jrkx2jLBhHOg,5244
130
+ azure/mgmt/storage/v2018_02_01/_configuration.py,sha256=d_tXB5eQkg0OSyuhwWhSUlXyf_yIhlN4wlrtPtlbllU,3427
131
+ azure/mgmt/storage/v2018_02_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
132
+ azure/mgmt/storage/v2018_02_01/_storage_management_client.py,sha256=z__saAhzgZQtt8lq-Oz2j1aG5hH14sR7QVDmFwpZO6U,6296
133
133
  azure/mgmt/storage/v2018_02_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
134
- azure/mgmt/storage/v2018_02_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
134
+ azure/mgmt/storage/v2018_02_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
135
135
  azure/mgmt/storage/v2018_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
136
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py,sha256=xzSy4gd8xrwmXF3DLKUkpGBJRTNzlXSH1-QRmcjndKQ,3537
137
- azure/mgmt/storage/v2018_02_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
138
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py,sha256=Cd2blkiG8J1mj7xvCicn4QnG_4kktKd1eDExa8tqYKg,5406
136
+ azure/mgmt/storage/v2018_02_01/aio/_configuration.py,sha256=AD1vVbuAEdGw8HATzhIv47oW10uQspYGzg7EjItOUPo,3475
137
+ azure/mgmt/storage/v2018_02_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
138
+ azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py,sha256=nFjJNcRAtIrGIlMo9-6E3Qe4W0-1lVcGUH9D0oeQXIE,6482
139
139
  azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py,sha256=AXfdgGGkIMVpIqVuGyePpSKyymzb-5WWybU7L_kUCv0,1097
140
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py,sha256=xeAlsiwiLi7U3GoQ1GqFEypdTnSdZZVuuTCnI6wwR9Q,88746
141
- azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py,sha256=oINCJM1DDTbdbZsSc00DugDNAAEbpBTp446jFxRH0jE,5761
140
+ azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py,sha256=IjXXUPkYV51zPnn-RFhvAWUggoV3h6ErNyEJ3JVvV4c,82456
141
+ azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py,sha256=G3t1LIY_1XJbP_entWKRxJz6SXvS2hltO4LPMmgMbEY,5797
142
142
  azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
143
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py,sha256=Mlf4mTzRneQPJnyniv0twvMs7e8Ts5Mh4rifg16XZ1g,5854
144
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py,sha256=Xt0UIT5hVRvhqzgsCZhRbygGh3jLojCliAKDncBLKaE,67296
145
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py,sha256=sOS4NrpWe8uYTrDvZYBP-vBLNaIbG8rQEIegCBk_UHo,9773
143
+ azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py,sha256=zfY6uSMJM0yunwZTqWzt0QeZeiN-c9jXUnRseywei90,5865
144
+ azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py,sha256=eQQor0TfrTJXy2f8WcdrEEVFJkQOoGwUzsbs6EQO1ZU,61027
145
+ azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py,sha256=phjNtGYpj6mhjMA9Yo664K6g8fEliV5Ai_n7zQHVDr4,9520
146
146
  azure/mgmt/storage/v2018_02_01/models/__init__.py,sha256=_79k5dEbTAwRQ09xEQYRzWKSYZd-Ng-YipMANPMo-DU,6284
147
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py,sha256=e4iisfz4SxE4p8tscwy3UKVNnbGQXJywBfnYsCUx-BI,113486
147
+ azure/mgmt/storage/v2018_02_01/models/_models_py3.py,sha256=WT00ZBnhEnfaOiZuXkmGhmRmB-ajjxx6ijcFmC6w4a0,113593
148
148
  azure/mgmt/storage/v2018_02_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
149
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py,sha256=PEVL70nXkyiEveIhGFJBJtwA3VBnEO5MlkxvsN8i3pY,7588
149
+ azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py,sha256=R1x7S51g2iaDZcJgakXoDyP3fPxGdJ7bZflQIklyoZ8,7568
150
150
  azure/mgmt/storage/v2018_02_01/operations/__init__.py,sha256=AXfdgGGkIMVpIqVuGyePpSKyymzb-5WWybU7L_kUCv0,1097
151
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py,sha256=FA2TG_sL05DZEl7VVnDSFYyA7eCKl3_gt0JbbnEoLio,111836
152
- azure/mgmt/storage/v2018_02_01/operations/_operations.py,sha256=i6hQ0Bpk3ku09h9ksGSJTr1y1pdUhEtxb7fv5sq6jSk,6452
151
+ azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py,sha256=h8_TFnI-J8KBZ2pq7F-gx92nvqKVdjmTiyvmp3QkGcw,105579
152
+ azure/mgmt/storage/v2018_02_01/operations/_operations.py,sha256=iXLLB3nUKZl2Hero7f_yYcWZN1d-1r4YV3QDJnjGq3I,6488
153
153
  azure/mgmt/storage/v2018_02_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
154
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py,sha256=_RhOoBhWlAZY0UW9VkEOOz0asJJKSWWcUWcalUNKhgU,6802
155
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py,sha256=4OgfT779tRV58iDHDkYW2oEv79NZ0yrtwc6hZJpHXnw,82426
156
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py,sha256=WugNhmJBHcUM8TdricPD5azpNpiiWDVyc1A0qKUd55M,11802
154
+ azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py,sha256=Tf3zknoXYev4c-zUjcS5qs2WUTufOaSiVL8Kmoaxmic,6813
155
+ azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py,sha256=PCn1LrmKvMGFDZG09o_5ThADmTR1LUeLkVCEzA7qU5w,76187
156
+ azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py,sha256=ucz39SUOVjxT8QGI3c2pPIhg3W2eQPa5j8ZZHkpC7u0,11549
157
157
  azure/mgmt/storage/v2018_03_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
158
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py,sha256=eGMvYetYUe_UMJbTLX9opIrKlYu__xCVKpaLf2yM00w,3505
159
- azure/mgmt/storage/v2018_03_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
160
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py,sha256=cI0ZgOiDs5RebC-vOqEGIb-vVj9AUfaXJn0h6GLsUho,5813
158
+ azure/mgmt/storage/v2018_03_01_preview/_configuration.py,sha256=tecpPPyh2_hXTgzv_8fbGXlBQo6mVzIc7-KDUiRZN98,3443
159
+ azure/mgmt/storage/v2018_03_01_preview/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
160
+ azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py,sha256=zrDiSLOAFuDBRMs_KszcMEgifB3m4bS7XkIwW4ADxok,6865
161
161
  azure/mgmt/storage/v2018_03_01_preview/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
162
- azure/mgmt/storage/v2018_03_01_preview/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
162
+ azure/mgmt/storage/v2018_03_01_preview/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
163
163
  azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
164
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py,sha256=Wa45o1SPYm9nPP4939cObQoqyT1Y_bQ6LloyNmsvDUE,3553
165
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
166
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py,sha256=mrz_yA_VVMVCTNJt1KdsL1m4aV-w8fxsyFuDwLlPeeI,5969
164
+ azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py,sha256=ErVboeHDii7HaiR-wRBoBPdbX_wSAgFp0YcKzlRCFz0,3491
165
+ azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
166
+ azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py,sha256=-zBL7EKlNbt_4qwGkcnm3YIJpVaznTR4GiyJIcLD8-w,7045
167
167
  azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py,sha256=Mi40h4DEarFXyHwyECqRjzw9iu-vAjhGTDL_TtURUbg,1210
168
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py,sha256=QymEOiMvOhb2cXiRzGZF1mlU4ZyYla5XiRwnthc3HDM,89504
169
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py,sha256=XEPe3R7yGsIwZnJyPGplujA6sazxquKj7QPnKOKviTQ,17268
170
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py,sha256=5HlEPN-LDncM3dQvcim6n4bcLSUI68sPG7XUpnZAWdo,5807
168
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py,sha256=RyKRODtIJnZ_K0MDltZzHdSApdiDpHUJ_YAeMV5YBZk,83241
169
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py,sha256=JJS2exyr0Olu29HFYfgomHGklEw8cXtwHc92yDlEsks,16278
170
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py,sha256=Tjnb_Z35QpNBV-59gmrvTrOjnaVKXduhgeNSaYqAErc,5843
171
171
  azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
172
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py,sha256=zv3IcAYdcA53qH7w_GXdXcTOVl3c3QPf41PMvo9Doi4,5909
173
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py,sha256=tSaSaNVwidfJFLdh1noEI-tf1HNheIsOAAioA8mQQzg,83332
174
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py,sha256=kRr-vdcG7mrqJWK8N9PRk4Orm9fxMODXRcZMduYvOgc,9878
172
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py,sha256=_40r_Tw7vNS3gvHe0ATNoJRlkdj0dDZg2O9r72eXPY0,5920
173
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py,sha256=BCGjv2XPpeV6t4_Djmhv-AY2H3SxTRbC5KnuT-_Df1o,75741
174
+ azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py,sha256=UaeiJAl4qmCOTT_vmt70ZSD7-7bIuVCnfjpnKzrxQ9o,9625
175
175
  azure/mgmt/storage/v2018_03_01_preview/models/__init__.py,sha256=6lVkAtskdz4SHDXo2X3RCfQHUq88101mFHomaK4aV0I,6785
176
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py,sha256=qYr6obNEF29-NNnbKejpOimK2Gt4Pmcoy6QasotGsUg,120097
176
+ azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py,sha256=fcm-DUZIK_I5-2wEZCOCvbyTKM1B1ZKN9cyF4M0EI18,120282
177
177
  azure/mgmt/storage/v2018_03_01_preview/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
178
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py,sha256=HeH-q44t6cTz5lxQqzdcaSyf6XWqJmPOJYWapS3pycw,7721
178
+ azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py,sha256=Fs9oUJxSjrLRODD5qeNt0rEzOtMaAj-xoN8LvE86tuk,7701
179
179
  azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py,sha256=Mi40h4DEarFXyHwyECqRjzw9iu-vAjhGTDL_TtURUbg,1210
180
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py,sha256=zQVBG9MYuhisG-d0qIfv9DeVfQvXxjA7Z81xm54A1yI,112698
181
- azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py,sha256=245-Uw_SDjWeTrmo_TT-ZhzA8bIE_XOJutSN8ukZFAY,22169
182
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py,sha256=bxSwhAdfy1uCavOIc4FEkTFHjCYTct_fOmukpn43sCE,6506
180
+ azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py,sha256=WLu_HEmuZfGD3e0rvsatGs1DdZT5KCUW8_-1u-Jg6_M,106468
181
+ azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py,sha256=WnFtPp6GSVQ7ZK3wFoBTVOt01J9hDz5MBhBThKbQJZk,21179
182
+ azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py,sha256=-kFZuuBAlGIS8HS4eW3VeRK6-v8gwFTjZvfmlc_zpSU,6542
183
183
  azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
184
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py,sha256=EYQsfp64gEq4YP5BqfSTASgHPfFUzyi468aX2mdCJ2I,6856
185
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py,sha256=UzxmLiEiAGOPAuITikICvD2nI3s2fUaqSXoHpY5wR08,103482
186
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py,sha256=v_hx0Ke_X0CZHUGkp9Oib3xFUBJU5Vpv-jIsZiGMzyA,11904
184
+ azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py,sha256=Cwadix8kFd-j_uLr6Pg0Z2EqaUMwP0AzQX_JElKbsMM,6867
185
+ azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py,sha256=gUb68r3yx79qBcxEYZXlnOo7PDqdhkpOL4g4k1XUELc,95954
186
+ azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py,sha256=eR_TPMFp75dOQg6wYkD9Zb0AVDah0lybzTB-5I_3PpA,11651
187
187
  azure/mgmt/storage/v2018_07_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
188
- azure/mgmt/storage/v2018_07_01/_configuration.py,sha256=HC6rZ3OzdBw2m5Lmc0cGD5rPFO48KAk8KNqKh4bc7sQ,3489
189
- azure/mgmt/storage/v2018_07_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
190
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py,sha256=1HODuI2D5WUzuI29fMZU3p-mdcVRMh7fJ_dyx52sNcs,5608
188
+ azure/mgmt/storage/v2018_07_01/_configuration.py,sha256=hihW9F20pg5XRULvBQEkYHflaeEenlTvpAJM3GwfSh8,3427
189
+ azure/mgmt/storage/v2018_07_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
190
+ azure/mgmt/storage/v2018_07_01/_storage_management_client.py,sha256=BR1inXB6rxHxS0ly1I1ABCHfQNUonALYiN9FzbPfCII,6660
191
191
  azure/mgmt/storage/v2018_07_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
192
- azure/mgmt/storage/v2018_07_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
192
+ azure/mgmt/storage/v2018_07_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
193
193
  azure/mgmt/storage/v2018_07_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
194
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py,sha256=2-y_zGKXV9qSdStgVr73eVGG_Ejh55u2rnlX_q_e4zY,3537
195
- azure/mgmt/storage/v2018_07_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
196
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py,sha256=CpFeBiDr_3D0cWGNx_aUaFh5RA6eR8OFHQ9LuUyS-bc,5774
194
+ azure/mgmt/storage/v2018_07_01/aio/_configuration.py,sha256=CdQ_zAvmSSVYuyu0Gy1_3XcAdBNbouMTkjSWV-DWTAc,3475
195
+ azure/mgmt/storage/v2018_07_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
196
+ azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py,sha256=PmQgPuo_njrFx-VwEdjljlY8OfX0FDVi0RIaNq8Sgm4,6850
197
197
  azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py,sha256=8en5DGuNG7KEFjnW1KzLqjwDO95etc_GzNHZer6n1LU,1192
198
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py,sha256=dEMmAMZuiE3qE5hFKOBwIK8eCnG2zriopOayrpaF2j8,88736
199
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py,sha256=bk05JRMl1diUELDDUWM9gT6mxf-2d34x0ujH0P3BW6w,14190
200
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py,sha256=gOusss10wqDJ9J--ctR3hQxxKm375N9MOqBFM3XuIr4,5761
198
+ azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py,sha256=ManOW7Lfh8vqC22-6SUsBBXihpYiWnQCOeLMlw_7A5U,82446
199
+ azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py,sha256=7JgJNm6xEaEBdKuxfQG1tdap08aPAW_W0-cccv56ZdE,13468
200
+ azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py,sha256=UKohOFbBRg7x6hyq05BybGWLKPMiYkAieylhiZLqy40,5797
201
201
  azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
202
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py,sha256=miQp1Yk08z29pHuXMBXsJKENWoXHirM-F1wX9-ihrtM,5854
203
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py,sha256=-57QrI9iJ4m96d1_9Blt3NOci4Tu-bmFLAYQ5HS31KQ,73801
204
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py,sha256=Fg3LwH-iIsFyVfjkP_qY8LXrUmLMhj-eDJf03ypihUU,6143
202
+ azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py,sha256=f_r5R4dL3XRrwJ7wZPQSkPGLrwWxCsjs4NhybBJ4_X4,5865
203
+ azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py,sha256=R6Xou8csqck7NacBEVv0LWNPzmmcXH0vHKtnGWYMBAo,66315
204
+ azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py,sha256=4srbIL_QuHNCRnDLseE0fBz3VzCUAI3EAXJ2BwSMtpc,6093
205
205
  azure/mgmt/storage/v2018_07_01/models/__init__.py,sha256=dOElDz6h8COZ-9NuuXFPI2eO8iXRzkuZG1FJmqJpyDQ,6810
206
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py,sha256=PDTSmBnf8KqHThsnQUcgwGVMcUiHmZOSa4Qx5hd4Sr4,127492
206
+ azure/mgmt/storage/v2018_07_01/models/_models_py3.py,sha256=vDVuuMS7KuXMOubpcNkS9jF_OwfkTbNXCT4bF6hyCy0,127633
207
207
  azure/mgmt/storage/v2018_07_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
208
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py,sha256=a8jY_HuGXO-hP_Iod0S2Y_6NyKHnh9eibBr9WuiEVK0,8520
208
+ azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py,sha256=q6kJlIuqsSta2NZ9Qk5F_DHiLQViomWsCOEon8TAjNI,8500
209
209
  azure/mgmt/storage/v2018_07_01/operations/__init__.py,sha256=8en5DGuNG7KEFjnW1KzLqjwDO95etc_GzNHZer6n1LU,1192
210
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py,sha256=dwpgPvv_mVnzp-yDkoSCLzcb7IEzeVMHusS9wtEfEOI,111823
211
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py,sha256=8Oucq-pYy0DkssGCbhPCWZqeXnbr3gb2sfwnd7QtAB4,17597
212
- azure/mgmt/storage/v2018_07_01/operations/_operations.py,sha256=LKE0mwB54bXKZNubwnl8ISUUIhm2CEDhjmWeRbYJcEQ,6452
210
+ azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py,sha256=iBdIM9M4-zGWlwH_f92g7jDad9Hy0V03e8Z4TejrE5Y,105566
211
+ azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py,sha256=aMobLgK-hKKYTjsM_bV8xYVDuEUmxQQELb0cvHHszIE,16875
212
+ azure/mgmt/storage/v2018_07_01/operations/_operations.py,sha256=hB1CPZv0GWZJTza7L4p6cLGnky61A5k0U1g2HkyIX-Y,6488
213
213
  azure/mgmt/storage/v2018_07_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
214
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py,sha256=96YvRybLoIAS0mJkyk8Jt8rmkFm9w6ga2eJIMhvKTKM,6802
215
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py,sha256=Iof8gNfpd2WpH_z5lJ4zCWZ93YS2VYgVCKPptVAPqPs,90225
216
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py,sha256=bti6jo7ZmIhRK_c0B2giAQDQSxrpMLldvgCvXgOwc7Y,7240
214
+ azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py,sha256=qS2AiVi4S8NexgDhOgvVsupJ00FG5g7Uv2xSy0xTAv4,6813
215
+ azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py,sha256=TSXnh-lwdtK78kDpuY52U5CKePbG6azYNihg8QMw74A,82779
216
+ azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py,sha256=0MHUGXI8RwgrPYWXz11YOfN25zsK9-nyBZXwRtjaLqE,7190
217
217
  azure/mgmt/storage/v2018_11_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
218
- azure/mgmt/storage/v2018_11_01/_configuration.py,sha256=pEkHNH33iEt5naYWXL1dpo3qlAWK4GA7MX_pxGcDGCQ,3489
219
- azure/mgmt/storage/v2018_11_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
220
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py,sha256=hRW-g36ZANdNpVnkvS1indlEiadhM9J_GUQe6BpQ1n0,6016
218
+ azure/mgmt/storage/v2018_11_01/_configuration.py,sha256=TDuN-zuwdJ4uXMep-d354PLLfwLLifDjZn-aCDzADVg,3427
219
+ azure/mgmt/storage/v2018_11_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
220
+ azure/mgmt/storage/v2018_11_01/_storage_management_client.py,sha256=PcfRjCMPiqgK71J8RGbcGNTZaaC3ENyP2vbBgjjSpco,7068
221
221
  azure/mgmt/storage/v2018_11_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
222
- azure/mgmt/storage/v2018_11_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
222
+ azure/mgmt/storage/v2018_11_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
223
223
  azure/mgmt/storage/v2018_11_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
224
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py,sha256=J3BMBh1x3BKlFNedNJ2poh2Jqwj7B7Awx6qJZVLNvD4,3537
225
- azure/mgmt/storage/v2018_11_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
226
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py,sha256=SlhWafa60S1PIolRABS5usQ9Tbegr8XGm-mYL2ggIJY,6186
224
+ azure/mgmt/storage/v2018_11_01/aio/_configuration.py,sha256=thliAObz9_uPtp7GBEv9CgCeXgHRd9084F_FeXRHbRc,3475
225
+ azure/mgmt/storage/v2018_11_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
226
+ azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py,sha256=VIj7lrSXtXtDdaunsJrjvbE9hNvtNmuoMYSk8ot7b_o,7262
227
227
  azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py,sha256=yG9t4_B5x7bqkvHe7bGjXNC1KzdrbQvf2lqdv9BDVgY,1302
228
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py,sha256=YPcJSYBT00YjFdydZmia6OwXZQiUzzHcUfJNvx26xVA,88949
229
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py,sha256=F03dQSmMURXtjBCXBBt0AA9OTMPveOeX5MtiRoGnzpM,14198
230
- azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py,sha256=M7s5MozZSUHYspJch_XQ1R1P3ucJr-m6ExVIYeCCNTE,16638
231
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py,sha256=gPYB1hCa5Z_dxTuuZ_gWybKn1XLvAHH2IQtiUOlB3OA,5761
228
+ azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py,sha256=uu-xuN7W_3rFFbFEIMxg4fEzuyrJWtlLwJybILyLCPQ,82627
229
+ azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py,sha256=cIExRvrQNHhAZoncRWHwbQupco502QmY_DeaoeW3cTQ,13476
230
+ azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py,sha256=_FAGMVBLyKoLymWgilWOQwOq2ZIKvE4SElbrUobcBy0,15648
231
+ azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py,sha256=YYMC3KnDge2eNVLsIQuYze4kj6metW9EAeR-sivNsrM,5797
232
232
  azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
233
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py,sha256=zwVCYxzmHJS6S8NYc7MHvMsn083F3FykqEcNr9wwYkE,5854
234
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py,sha256=hdfe5Z_oJf1hy9KYmtKsG8ktGc7vPBEBbZ45jeO_DiY,76609
235
- azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py,sha256=dC_SFG829cN9h8Mo7yOWi_AOQyG-JK2M4NNX2aE-eF4,6143
233
+ azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py,sha256=rDmn-PnU4X9OyFN4WP5w2_Uv9SSe9KonXlpSWveaV2E,5865
234
+ azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py,sha256=EojQeGpXpQw59uKtXLSEoBPNGel01WbepDhgRF0ZeDg,68800
235
+ azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py,sha256=wfRd-CxOkEFqMlyf0qXEReJYvFozUq6ywMbBNm4-nWE,6093
236
236
  azure/mgmt/storage/v2018_11_01/models/__init__.py,sha256=1dAWVNfBurhZPsTIfNr3-ydw5X0Ln3SNR2EGCdSS4GU,7746
237
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py,sha256=Ebrq2J5Aa4h8UuD_EM7qRpBud64p1urqEqcjKebdqqg,141903
237
+ azure/mgmt/storage/v2018_11_01/models/_models_py3.py,sha256=86Nl9m7YEoTdZvq-N2Jt-UzibMatr5DSHkGyGw82UlQ,142083
238
238
  azure/mgmt/storage/v2018_11_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
239
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py,sha256=PpR1ltESMsz_r0hPA4hHrMRjcfJXxEtbJJrWv4UcetM,8788
239
+ azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py,sha256=E1LyPoa5v3Hae4i4OEXGSj-EuIxcjLkSTx-OdYP9uUA,8768
240
240
  azure/mgmt/storage/v2018_11_01/operations/__init__.py,sha256=yG9t4_B5x7bqkvHe7bGjXNC1KzdrbQvf2lqdv9BDVgY,1302
241
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py,sha256=nTlHxOaOkJ7RU4gPiXu0w_jGzXa44SOgL5KVAXCXjbc,112039
242
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py,sha256=spJDpnUx6lHkNOes29JTqsNSwLErHRirktmtwPp89UI,17607
243
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py,sha256=qPRUlwZWPfPxgRXyLRi5UNus9Cf7JXz_FvcmqNIipPo,21515
244
- azure/mgmt/storage/v2018_11_01/operations/_operations.py,sha256=D0dO3Rjz0ettvmeC2TJzW9MI78txO2bQHkZgswNhwjY,6452
241
+ azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py,sha256=XU-eu20-f4O28S6vNaII-7YHZSb3J91O8A1F9MO5jyk,105750
242
+ azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py,sha256=7nbZzobFggYnZKdGX0MJtZB0Nsxw_DKWpbtFTeuWTok,16885
243
+ azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py,sha256=QRHL7hfZuWmjHeBF-35MwsOvS7prz8bL8HN2HUIMsUE,20525
244
+ azure/mgmt/storage/v2018_11_01/operations/_operations.py,sha256=LXrbubWTTPLO99jZhEtCs4Pw1dv_tNR5oR2jD91Mn6k,6488
245
245
  azure/mgmt/storage/v2018_11_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
246
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py,sha256=b4TZdpWHffSaqYVI0fkVZJhloLIp1OZdDZm-nvUcQYo,6802
247
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py,sha256=cbG3v2w-Db6QVlxxaq9NC-_ZEZFaMW9raJLce_AEXcI,94220
248
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py,sha256=UP8D0aDoH86YbpKao4UvukjJXm0ej0hc-h1GcXherVU,7240
246
+ azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py,sha256=tdUCW639H655MUgkatHjK-iD4PdyrIxYO3xsPTz7y1E,6813
247
+ azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py,sha256=LKngcZli4O-5LZAmsm0TWJo-TUpcBsRblusYU10Ic-A,86484
248
+ azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py,sha256=ThCLLkCrLD1Goz1vj8sxD60RTydEYdgDXf9m7JUISIY,7190
249
249
  azure/mgmt/storage/v2019_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
250
- azure/mgmt/storage/v2019_04_01/_configuration.py,sha256=Mp69JLzVr38s9Vw-OFhkxYRZ-s7-tW52_UkxdY0Tgpk,3489
251
- azure/mgmt/storage/v2019_04_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
252
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py,sha256=LOKoxp3wiwPTRtnFxNU8J7GB5fP-KlrHnX_YMogNZvE,6666
250
+ azure/mgmt/storage/v2019_04_01/_configuration.py,sha256=R6jMidcN4r9bb8oHMaZ1nAUeMEzGm10gOU_LGqwPscY,3427
251
+ azure/mgmt/storage/v2019_04_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
252
+ azure/mgmt/storage/v2019_04_01/_storage_management_client.py,sha256=nOdOkTgObnFhvng01mijT4MOGrf_5_DmL539ByAtWqY,7718
253
253
  azure/mgmt/storage/v2019_04_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
254
- azure/mgmt/storage/v2019_04_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
254
+ azure/mgmt/storage/v2019_04_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
255
255
  azure/mgmt/storage/v2019_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
256
- azure/mgmt/storage/v2019_04_01/aio/_configuration.py,sha256=L2zIlIcQyFzXVP_gKG5QbHGK9lgejLz0iV3ZhUWXq7k,3537
257
- azure/mgmt/storage/v2019_04_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
258
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py,sha256=2kwcjuyvGwI6gWS-MWnuXe8tozSxnZTwRHVgqVbst2E,6844
256
+ azure/mgmt/storage/v2019_04_01/aio/_configuration.py,sha256=Lq7OcqgB59cj7PdEtyXqeNHtZNw72myqXxuCoY9bHC4,3475
257
+ azure/mgmt/storage/v2019_04_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
258
+ azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py,sha256=oUwAb1FEYbyQ6P_L816WN9lIlc8L0tCXe-vJZBjO4GY,7920
259
259
  azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py,sha256=Ge7KhUYTPPvrO-yAX22maHjdk3LyFtAYzfh68raKtcQ,1480
260
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py,sha256=LRsm_wimLFXTBDksLroSoRN0A590yEuaL5KanOvSovQ,91371
261
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py,sha256=YqSm7DaQpqNIFDfT4-nbPdUJrG2bv5z8WTnr6g5zops,18776
262
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py,sha256=SCxut_MvZ_mk4SIv2y4-SOYVsh33W4rGLeZaI-Bk9Kk,16785
263
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py,sha256=7uIHPgulM0oFtoTFS1Hlc86h29Bx1CBefLdHe3BWnYQ,30546
264
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py,sha256=zxulf9WYKDCqDXK_Q1u-bAfXZ7ly0Nd3z9yhP0RMhsQ,16638
265
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py,sha256=IO1Qkt_u91wxWXKtvTObaaa3wv6T3R1hmYRe1TR1yEQ,5761
260
+ azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py,sha256=U4dgo959gUEUce5ifbPomy1pVbwSWg1wFA5kg-4ramo,85010
261
+ azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py,sha256=3yPVlODEqGF49ItK_qKgMsJSSpaxT-zFBQCmKvA2Kmg,17766
262
+ azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py,sha256=QcqrA8UeCVm3QUzxkVFyn1WUB7xlO_DsEu47OsikZ1A,15814
263
+ azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py,sha256=xTxwViycNDosxmr377ty2V27rhAVkbUEVviEVGMj4X8,28641
264
+ azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py,sha256=ap2c1bMPM-HeVQv_vxTo0b52PO2yNEt13f5mP4HzigM,15648
265
+ azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py,sha256=BTU4nuv5FPNA_KvhW4ng3CJYnRfQfunWfNla6eIe0to,5797
266
266
  azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
267
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py,sha256=POkJSiSP-tmAid1TdVK75rAgC8gHBbm4X4HoC9e1Mys,5854
268
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py,sha256=4yRjdITLTiIKjl5SlDN8M_3HxXj5FjqBcJOhsjUCA5I,77019
269
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py,sha256=nRJgt-JxA-1pn6B13PnFkMCOyuFkfiMLYSXTxzZkM_A,6143
267
+ azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py,sha256=mOnd2GLPqsf1PWrIC5O_rKT0hpP00v2oQHX6WNxcrUk,5865
268
+ azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py,sha256=_jaGaJhINY-9DPA_HMmGZKJMjEmT3Ra2CTEQpFuWbF4,69219
269
+ azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py,sha256=5oNbQLBfc-wV9fly11_WdUOCmDeav6J8dYp4OAgCw4k,6093
270
270
  azure/mgmt/storage/v2019_04_01/models/__init__.py,sha256=GDHW9a6-PaBoqxKBYtI36dvAA7oAr7rQBjMHauGXjk4,8721
271
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py,sha256=Sp9RrOqtk6sTHcHbOlxnLXkgTDZRJjQZ8IqXJeMJJuE,171599
271
+ azure/mgmt/storage/v2019_04_01/models/_models_py3.py,sha256=95qyTrFq4oou4yzs2Q3EyG7ntyxGaNZf5AYkwxTKuFI,171880
272
272
  azure/mgmt/storage/v2019_04_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
273
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py,sha256=gEP40vN3Nub69kVxenNd_whqHxSWF_DAGx_WmOeKPAM,9551
273
+ azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py,sha256=P3Elq2UJHJKraRxm0S4YhHXQ4vDZMBWktybnC2gQUYY,9531
274
274
  azure/mgmt/storage/v2019_04_01/operations/__init__.py,sha256=Ge7KhUYTPPvrO-yAX22maHjdk3LyFtAYzfh68raKtcQ,1480
275
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py,sha256=E8p-s11cqOic5M85C1cqPgR4XGqW5BUD3RoNlKGamgA,114808
276
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py,sha256=-L8OSmGTUItPxUf_nROGR-NCcgTVw1ORzN04NF4t7jc,23480
277
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py,sha256=9e2oNl0Itkzs01DazsppSLe0RXJaBYkuzaHfFE5hWoI,21601
278
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py,sha256=8F_kkNXtOO4c6pWKDX7hj9tEQlDxDMBLtZNw0d3SKb4,38974
279
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py,sha256=i0zHHyxHz5GDibdvs6qM8QKG0FDDWgEo5Rjq20ALaDQ,21515
280
- azure/mgmt/storage/v2019_04_01/operations/_operations.py,sha256=jF_QZoz8DrXDoQxYAwYQQgIsXTdlImAvwOaVx37rrFM,6452
275
+ azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py,sha256=OF5jG6yVJxoJUwHQZ62uB8YAioE7YeFSZa1-tavDPVk,108480
276
+ azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py,sha256=TvGNdgtQC_-BWK0NoNXUa4bChzNREvfSQkH6vpYQFI0,22470
277
+ azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py,sha256=jM8xEI6ylHAVhBf0hNJIKRnDAA-xPGRWMwYDkP6KmHY,20630
278
+ azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py,sha256=ip1VmlEF3dt1MR7i-IOliCxRNmROfwN3dXW2AgqYWQs,37069
279
+ azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py,sha256=EhlBSQYo4eyQgSbr7PnKX5NKcj-pu6qmuGqYxhPqxM8,20525
280
+ azure/mgmt/storage/v2019_04_01/operations/_operations.py,sha256=EjKzMzTVrSYzvPd3k33FgVJM4pa6RkxhG0L7B8z4e4o,6488
281
281
  azure/mgmt/storage/v2019_04_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
282
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py,sha256=gck8R385fmKUgAAFoZ5QeBqjM24-W4P8QkwYE1MgHYs,6802
283
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py,sha256=WxUqUx2Qm0PQdhQIr_31RWOdC8pqrdebma6DAiiRdbU,94786
284
- azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py,sha256=zGYkMDjeziJw1YhcESioECH4rDXBAiYRi4HFa8FwUgk,7240
282
+ azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py,sha256=NFQeCPJ4fvyvF3rvwAdNL3QJr_lc6OpjnHka20ymmc4,6813
283
+ azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py,sha256=Yd9Xsbkcv2X4H4giMT1FqT21U1m9AH74l0TdtvQBaXo,87059
284
+ azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py,sha256=oAFcE-rV_JNP-chOOnlq3TCMoOgJjrW8vzQ3eG-R664,7190
285
285
  azure/mgmt/storage/v2019_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
286
- azure/mgmt/storage/v2019_06_01/_configuration.py,sha256=AYQR4ra1O5BW00sWPRKYpGNXToxrfPNcNh140tGweAY,3489
287
- azure/mgmt/storage/v2019_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
288
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py,sha256=1MIdp-NOuCfGTMkNPFVP9df8QtLMQRB7V8B_KIz2PBM,9893
286
+ azure/mgmt/storage/v2019_06_01/_configuration.py,sha256=0BJFtYpk1_439xwhrGRuSPXU_N-7Cwd4DbqB2IZ7qco,3427
287
+ azure/mgmt/storage/v2019_06_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
288
+ azure/mgmt/storage/v2019_06_01/_storage_management_client.py,sha256=dQ_C8TOliKhI6LL4fZAnVIrDP331Mvai4MO-8vUnCvQ,10945
289
289
  azure/mgmt/storage/v2019_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
290
- azure/mgmt/storage/v2019_06_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
290
+ azure/mgmt/storage/v2019_06_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
291
291
  azure/mgmt/storage/v2019_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
292
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py,sha256=WOe8XWFcr0-tIhhJWNOBTcu9BdWg_1qD1jcUcm-Mcwo,3537
293
- azure/mgmt/storage/v2019_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
294
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py,sha256=htbpcQb_qM1qJeJLUVsivrrrFgVuq4qGhzGrqNm292g,10107
292
+ azure/mgmt/storage/v2019_06_01/aio/_configuration.py,sha256=AYtFA0NoRxs8gp4TnwNwSa_fFDFuso07Edt47PN2yhs,3475
293
+ azure/mgmt/storage/v2019_06_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
294
+ azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py,sha256=xGwegZ-qDPcG3FvKDzlJtUPKPwBkcOclGBrc3JK9Rn4,11183
295
295
  azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py,sha256=Yquubk_nZLVWVgi6JTxqIGn3XIsp6XiNKEnGNKyR7q4,2418
296
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py,sha256=o5EJliz4_5uW8YV61DG71hXX4iIUXCe3yZXSMkASLWI,91525
297
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=OHeILK7-InbYgGtfwCtnrmx7rqDITqGApJloywWEQ_A,21923
298
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py,sha256=sFF1ErcmANnGX7MEuwS2VwKFjiUA4GqIwCNF4qoXW7A,18776
299
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py,sha256=KNQ7KoXWbT__rp0hSrTMuoONOqbNLq4awn1d-7M3PWg,28049
300
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py,sha256=DZ51awYi3FGj3ZgCegDqKm_M2ohiK9sKebSiRdcuV2E,16785
301
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py,sha256=nGk67Aou9D9xnBFu_PBnXVI6AyFdkXbT9ElQwV-0_vk,38771
302
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py,sha256=K4XHfh2immJtCzqydMfXWs34n7SOab9Pxm53YBUFyn8,16638
303
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py,sha256=ePsASI-eNtykeeb3Hv4ft_MJgJ_9VWf5IDECSPcdkzQ,21578
304
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py,sha256=uJZwRl9cfdMoBWzlpNbuXN9dE4kny7dpJQBraB7H_34,5761
296
+ azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py,sha256=sSjLnbP1VmM1QWa3uF591zskq-vLUhIk7MCV5iZt1ZI,85164
297
+ azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=NV85LfvXQ-BIOyIpqSmd1xFKHwEP0Z40XLofapQXNwg,20634
298
+ azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py,sha256=vY-32KeWH7XitweM8wO-U44EXKIAmEfN-kI8oRjl__Y,17766
299
+ azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py,sha256=D7_NlSYCtQJ7ELPQA35-EacJLOaHiEs3GCyRTREw-l8,26462
300
+ azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py,sha256=nRdKNPpuEFoO1NJaYHnDzyUltsrdyWigp1g4lYA54Ro,15814
301
+ azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py,sha256=GsSBIuLrgz2HQowpwXgJQrb11hU1trcgoKRyZ6FVa_Y,36013
302
+ azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py,sha256=YLC0AQ8HyX0RScdMyayHrcL6WFbWHtzL7iK9JRRRRtA,15648
303
+ azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py,sha256=lnA_MBpGFwe1det5n5v3m2VFsk2_d8pL-MheK1E_LWo,20260
304
+ azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py,sha256=S8-uq45ix3DUqdGTlAVilys3n4IhZ5VBPjIhn9GwZww,5797
305
305
  azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
306
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=Nr4k9RQ5-1F33NAzGv0L-HgAU5zhDvDv3M8l4kUIgsE,21452
307
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py,sha256=SgZPZppyg6KaRc26miW46PY7T05gM-dCNR1YtEIFqOs,5257
308
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py,sha256=gUJnCFidQIkyhqaEWPtfhziuA0DMHKxljqvWYa8sYdY,29646
309
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py,sha256=utHwp3-1pJVJWFqnjNYYtqLlsgVMWrX1oytmWAEP1F8,17140
310
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py,sha256=at7UrqQyBycfJZQAvw4CWuCvitRVgRgvb_sSNWDNzms,5896
311
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py,sha256=IY68iEOIeqcZzNZMBwKxzdWom8KjwPjNuE5Z6TAG7Kk,88821
312
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py,sha256=jIAV932de7hIGsJMCNkthke32tCj4ytwZNeQn484bF0,19406
313
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py,sha256=VXww_FYAOmw379wpcXusVVnvyXeR7TB7SHUn6kg0ye8,17140
314
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py,sha256=VBshE4J4RI_ONctPPfALDxgE67BmDrCEsSTHbCMZPu0,6143
306
+ azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=LWMZyglQPF3AXslfUheeVKp_eVifVbwuvL3HOlr5zB4,20135
307
+ azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py,sha256=fUeK-qqvPQPMzhHm7Gj1mEN3V10viT59wJEiHYQDr2c,5174
308
+ azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py,sha256=Dh9jKeIoncfMib4VxXt2xWQy7u1XNXi4DtUa47EkHn4,27768
309
+ azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py,sha256=dyjCaNqwCBsmK--D2tKP-2UWJGYZF7vZKoMoBOu3uw8,16166
310
+ azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py,sha256=7T8Un4gyUKTB66TK3eKWDbAsO2t9WeVTDKXvEXDs52s,5907
311
+ azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py,sha256=4v3vg0Pm1UFQGatsl3QBIpIow9HJ9aDE8iXKx7oWXcA,78609
312
+ azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py,sha256=9PI-fd3_44Q7eWYK66LNxVfcQsmag-p83zr4bAt3wcE,18180
313
+ azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py,sha256=1xb2ICDlof3kCJXRTxhiZHkSxo-C4_rtScylED_lkbg,16166
314
+ azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py,sha256=XIBdze1uwS05Mts19ulwUCPs8nDGfhDGMr05aPE685U,6093
315
315
  azure/mgmt/storage/v2019_06_01/models/__init__.py,sha256=wjskcXGDE_8dDjd9I3TTm51gXooD29ONON_XILoor_E,13477
316
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py,sha256=Pf7pLzxxy_Z6Gq4W8k6ABXylp30EjWfk-5AqJZH6l8A,273173
316
+ azure/mgmt/storage/v2019_06_01/models/_models_py3.py,sha256=XQo0agb3a8OQ19NRCd9s0FjCzBzFLR4QQKkDWjSJom8,273794
317
317
  azure/mgmt/storage/v2019_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
318
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py,sha256=42gBIdnXoFWViNIDh_LZht7bUWpPa9tEgFh3gUzJLv8,13408
318
+ azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py,sha256=OXYmyVsaixx6-SW8rYGP3aPjcMI8vRq7j-fHuGhzYcw,13388
319
319
  azure/mgmt/storage/v2019_06_01/operations/__init__.py,sha256=Yquubk_nZLVWVgi6JTxqIGn3XIsp6XiNKEnGNKyR7q4,2418
320
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py,sha256=iq7p1oTSnBDaJLnVkyFJsUkrJ2I5i4YlbytSGHxUtBs,114986
321
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py,sha256=Ga8QQ5FIOcvYSPqjyPs6Tx5fTdUD9z6JlY4yWh9oPKo,28395
322
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py,sha256=UKUhd6y0dYlhRfZJDpbfGQ8SAV4XcDTIA0GqkzSp-Lc,23480
323
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py,sha256=xfYfs4E2h9QUyEBTLZSjGQVQd_eMwHB3RbzjV9DFTKE,34624
324
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py,sha256=Q6D955HI6TzCaf3XnO2D1j7Ym6elEKW80Hwm1JA0Mc0,21601
325
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py,sha256=v0qvoovwwHgSZXcDBkDoug8o5Jc1anwF5nsxy6E3eME,49141
326
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py,sha256=J3sZVarSLqilF_bAPOim_gK8mBTqWcPHpvVM0xi3Ogc,21515
327
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py,sha256=7dd3G0rnkltszd4BJIBkITy5UFvf-pLWBxLPstIHUCc,28048
328
- azure/mgmt/storage/v2019_06_01/operations/_operations.py,sha256=0XBj4ybkTltWfQSR5nPooa-mjJ2Hm5wRWAyOpoVE44I,6452
320
+ azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py,sha256=70SzXLaFovsHG_eatW6WQ76p22Mo12MWA4NLUH4oILs,108658
321
+ azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py,sha256=7-fCXm9OY3OhZRJ0V3lN-tyClOjhincJ0XKTSbk64rA,27106
322
+ azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py,sha256=NCL9FHRhQ1o39dfZYFBYkHqHIybNrw7LnSv5E64eNCo,22470
323
+ azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py,sha256=Sz-7wdSgFJWnc6WS959IIHIUj_kygcV1Qi5ueENkbGg,33037
324
+ azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py,sha256=Jouqu2AaruoKswLa9ZFtrHWCEqxCjndWmHQ3xC4n7ic,20630
325
+ azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py,sha256=RQF3X-z6T21VhdKxPzhP5CayyUxc6Rq6VMW_Lz3ZoBo,46383
326
+ azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py,sha256=990x2L_jPCEFwNUCaMOlbDhfls8mBC57HEANdEzwSdw,20525
327
+ azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py,sha256=mETM4CZA2XTbsaUEpnF4L77rqoFsCTk70Lg_q8z2IiE,26730
328
+ azure/mgmt/storage/v2019_06_01/operations/_operations.py,sha256=HI0YbGjFD7G6uUMkS-A1H7gZW8x7GPM-Rdq191_ED5k,6488
329
329
  azure/mgmt/storage/v2019_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
330
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py,sha256=uXFN3jG_YbRR4TqNMHsb3PTTJKVpXW0GDjG5n0VUuM4,27991
331
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py,sha256=xjUeS2nrPjYnXogIcpWaK1gxWSpVLgVao70hLdvJeb0,6698
332
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py,sha256=PJ_lNpkfMK5DjeTz5DPkWLwLkankoUq-BOaEVhLZwfc,38489
333
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py,sha256=XvGs-QvyBngeYm_iXF10YL0VaeZr_-10woLkVJhMeoY,21958
334
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py,sha256=NweunGxAMH15043gcjCxK1oOrXI1DQiHAsPZwFPW4Hs,6835
335
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py,sha256=UujCG7CjpZQ7m9jDEGeGBVhEM0czPYbhSYQ__PmF1qc,108065
336
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py,sha256=ufcUM4PnLLxa2VFOdY_HdbHGV6hkkUttQ_vNMnZE0Iw,27202
337
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py,sha256=NhklieelvOHPO_9p_UqohqjLl5d_so99mEFRxv5GvHk,21958
338
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py,sha256=5wSgKDLONylvK7tPWbkEWRvNqmIR5-FHakTuaRuRyZY,7240
330
+ azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py,sha256=dcUXmAGOBbNiJ_3xITmakVJmHrThBr8IHsouFgbrrr8,26674
331
+ azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py,sha256=ooZtUNKuBTltvCda41W13wj2_6Ni6cCZKjEq8ws-9-Q,6615
332
+ azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py,sha256=bVm7wzxNwsZOhKiro-dvnibjQPDGIwpea8xYTulphx0,36611
333
+ azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py,sha256=2NIQAxNjLytLOVQm6RrHYnn_fEsKr2QFC9mgND1RfqM,20984
334
+ azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py,sha256=B_N1N-xUHaJ9dfEjyjcwPwIveZrOr6ThlGMiAbHiVS0,6846
335
+ azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py,sha256=UU_wtMp2JshIWuSMvVqbuTN3onUrOwmpYtR9SJMojHA,97956
336
+ azure/mgmt/storage/v2019_06_01/operations/_table_operations.py,sha256=7ke0nRJd-TaI93Mg2PubUEcHNhyg0ju_CBh7TovN3BM,25976
337
+ azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py,sha256=_nsDFi7MxNi-Qtd8cr-7M4QcEyzDKQ9suDSFyqRAnwE,20984
338
+ azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py,sha256=4mmYN5bJB94vcnoSp4_NyErDoG9ynX8E1kjcU8FBihw,7190
339
339
  azure/mgmt/storage/v2020_08_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
340
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py,sha256=V4Il2u7gGpxRYSw6rf6F5YK_aVfLgR7ea_-nd3dkD8o,3505
341
- azure/mgmt/storage/v2020_08_01_preview/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
342
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py,sha256=-6ANeiGAETbROdc276i_yRn2DtRtWs75a8UH0cV5czk,10681
340
+ azure/mgmt/storage/v2020_08_01_preview/_configuration.py,sha256=T4nAhv5BpTJ5PNNlVeiFBwEa_Rn96Tqx21SJGRVBMfU,3443
341
+ azure/mgmt/storage/v2020_08_01_preview/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
342
+ azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py,sha256=mgNULcaFc-hlvO1pF7KoIg7oFWGia5pLoqNjywO1A-4,11733
343
343
  azure/mgmt/storage/v2020_08_01_preview/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
344
- azure/mgmt/storage/v2020_08_01_preview/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
344
+ azure/mgmt/storage/v2020_08_01_preview/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
345
345
  azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
346
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py,sha256=6G92S2q_zc4YVKvzubsnudCtcXbYJRaiCvHLnmXZSl8,3553
347
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
348
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py,sha256=ba3SNmhIoUohGnUrxya_isV-3YOU7-RwTeDUNYaaplA,10894
346
+ azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py,sha256=FJ_ynE_AvCv8vcrqtBGWGPl6Yu-4ZtVjPCF2RmHthR8,3491
347
+ azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
348
+ azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py,sha256=PoMIFSLccrJTcEsYU0oNQTq26JwkxwiFFkucjPs6GRI,11970
349
349
  azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
350
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py,sha256=BuGacJ0DVWLWq2IOdk_8L6u4aGKec6uXjjtFX9xBlnU,92291
351
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py,sha256=DMfh5S_RA5le9ngvLwMR2W_GUd6upnc7RIkYmZ8FbL0,22147
352
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py,sha256=2RgkSAl6Y4oCz4ctE16Ekr69xkmdYiYrhDYCKsm65L8,18962
353
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py,sha256=mBNOiqqjVJvkpQA1ZgTnQBHT6-CBH2V6U5-MxAUE27s,8919
354
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py,sha256=aOBVZoxW3KXmqI3TGToD74dxr7ZhTtu9Bxs4YcyKHSU,28273
355
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py,sha256=BCa4M8RFFEfeZMjK5wJ2XcSu0SiF4GnF9i1ZhAVVkNs,16971
356
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py,sha256=GZvlgPA7Woa0-NyI3oBANLCDHrRmCz8cXJSZIF5P6ko,40314
357
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py,sha256=a8433Hu7VrviQWuPyeCixHcW8gjCr-UxBvLVOL73368,16824
358
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py,sha256=PWvk_9kDlKmmrWk8r2KRbGJz6kLlQDt8Y07K3lWQ1Jc,21762
359
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py,sha256=tOB3JPJLjoMcVkk_IgodINtSfzBItAhPuXbihV7up68,5807
350
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py,sha256=wk_-wKbC8C3ZwCGYTQHR5hJNR1L6QdLtmF_dY--4wds,85957
351
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py,sha256=QULzY4wWB8uouU3J8ISRgqFUY-KNLaw5QS8rGREAqsQ,20867
352
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py,sha256=lMjExlDsZrnSgG-xLx2B31WVIkB0X5zHBd4LOjqhfwk,17961
353
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py,sha256=GExog6PvLzPbXkMkVAy29VYgCziqk2tI64QuNrbJs4Q,8692
354
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py,sha256=-wrJT6CSG7ROZTHdgJsy4oKjrKfFAziryKklP6EEuYQ,26704
355
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py,sha256=AsZFj371989P_7J-BZgG1wqFG4v6ubp-33KhjoKuRg8,16009
356
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py,sha256=vMSFRN8SfPfLSs6Mxq0e7MW84FkPqJtZNiVqI_zq8mE,37556
357
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py,sha256=Xbkq_CfFaNruAXOCsGzfKTDyXLcbYkW3WpM8FtmGp50,15834
358
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py,sha256=zOkob9B4ehjLsJ9AU4Egu9-gYWsHxk5mZlQ8Q1zaMdA,20453
359
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py,sha256=ct9GfipzDhqCAcDY0pIS8VLFI_80lyC92Mr2_1n5dHQ,5843
360
360
  azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
361
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=vIryvZP6090fr7YnLH8Rf_TNqSrFcRZix-1wTtzPsCk,21645
362
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py,sha256=E9RCmNckONhQTVSbhOfuZAKtDkuvFRfynL6aarLDs34,5303
363
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py,sha256=Fk0a2cMDr50iT9BNRcM0vur9VYeHpcvnc7081-SppOQ,29900
364
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py,sha256=DPhAlj98-CZFJ5u2dxJla-426zkkuHfBEnXVpYhjiuQ,17326
365
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py,sha256=VaCtErx2DrxMGdijXVlU0Hv9zSNxTRtsvOYtJYYA3Hc,5942
366
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py,sha256=ZRZsAJOavdnEy5kofA8B182CqwuvOtzA-U0g-ldSrQw,89712
367
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py,sha256=4HylvSaKhNbF8kMttjxdMme1-SsxJ2M20sTxdqap97c,19605
368
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py,sha256=9xKPbK9CTK3J2EAMo97TIn2nfKikrFnPfwICUu0qjJ4,17326
369
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py,sha256=qnLbwWLdVTSC9fvAfw4Pqd5dZLuXjbfsvcdp5-0eLYE,6198
361
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py,sha256=ENTck_oKfnT_CsEnbaGSiVQBQQTqBZvBdrgKeM0KYyw,20328
362
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py,sha256=RLCsSWz2xkciPQOZx06kevMXvGWsJseG_ePcWwj-Mk4,5220
363
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py,sha256=wZVqKN8uQWT_DAkxdtQPVvlRFCGsOynO4J6BJn5GyXo,28022
364
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py,sha256=Po7jtG78RdhwuYHbEJWK9YJw5JQLTZWpOf1o3TfgjTc,16361
365
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py,sha256=dPC20ZVLUX-B-RUojstExEoH8KFykphtcgySnDQ2wGA,5953
366
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py,sha256=alD9C6sYW1nOdIqgW338mWCC1EOk8hcTouoDBk9usmI,79509
367
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py,sha256=NOq334yfyXBY4lC03ACWzFvTnxPBnqz_ZCsWfMSLq8g,18379
368
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py,sha256=uEHZ3iskFEAZaHn8knl4vKBG-JB5BXXTrDdz8sG2fR8,16361
369
+ azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py,sha256=hsj6qVHdwfaVtzMCyc6KKLSxdpqHFnOx4MTFCyZiClM,6148
370
370
  azure/mgmt/storage/v2020_08_01_preview/models/__init__.py,sha256=a_yPvZO9NxM16Y520klb_450zDhls33lwGK3ghmTlCU,14179
371
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py,sha256=dF8EeR_78Pk3dBangQ5dsIw13WiDeBDFGD6te5IuCE0,287294
371
+ azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py,sha256=4HWXuZp6Xq8DnSHtdNSElxIpO64VWGu6p7aTZPA3jRo,287579
372
372
  azure/mgmt/storage/v2020_08_01_preview/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
373
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py,sha256=GU3QOKrU0ZvGVZQ5yw6H_tz0dSR-0OAzQwRdKpKBt_Y,13706
373
+ azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py,sha256=rr57L2U0b5dT667ZpGtrLCLTiq1wWgnnABscAqX6ImE,13686
374
374
  azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
375
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py,sha256=nsaN38NlVlYBUcnauMPKU17zrlOjNxgUVgQqza2Mo58,115865
376
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py,sha256=wIqOXFiiEoSh8zU_L-7RcxBWor_PumHyII02mzG8rHU,28651
377
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py,sha256=nLofiOjiXJg2zNnlm_jLv3VefKGGehAVBbUhfC4mE1M,23690
378
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py,sha256=XOBPCIr2ZloZugRYmbApTN0O_6--aA-7FE_NPnxISvU,11134
379
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py,sha256=EXaCK4bVdkbBVHTHmHEvftpdaBugfmJTTke4B7l7ZWw,34889
380
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py,sha256=pLAm4l0W1Hoqm9NF1h0p4UVfOKcROuVHXBoLSMYZoyE,21811
381
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py,sha256=XxiFevzJ9nRYra30OrNrmlPPJgFHtpFZLNLrfdlBzLk,51295
382
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py,sha256=xFFEul22WG1hxVWHooyFHO-4TC1W0tllAIoIGQ1m6co,21725
383
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py,sha256=gVc-DdMHa2PaGfDS3hPVXhcKeLbEZe2xNFERGhCknkw,28264
384
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py,sha256=vDiF_ltqdX4-NUZLLUCfB9_h_so68RkqHwxcdw0PlKQ,6506
375
+ azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py,sha256=5OgvSwvR-RnxOov-gUcPxO-vaJy58jMaL9LwUAKWBgc,109564
376
+ azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py,sha256=GXzylPa68Sa7HX9f3gabfM_I_0zcHua1BEMAGpoKDMg,27371
377
+ azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py,sha256=prse18Fpg8kz7LU9B94p2Q5CZRPvxj6aUr5zq5FMHyg,22689
378
+ azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py,sha256=JpcUGatCJcYWJcyiaunAou-OlnlrXukA7S5t7rQjFs8,10907
379
+ azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py,sha256=Tv-h7xUxn855Zp7N1_wYD2Dm1hE5fkyasyKI_xiTUs4,33320
380
+ azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py,sha256=W_SOI_y6yeOX8kPS0Om7_c50sRrhd9aK7E4j_tUIxGA,20849
381
+ azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py,sha256=jnFoaLuyRJlITQVUvzWYihPrRZq5g83_LdRMIOKgdbk,48537
382
+ azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py,sha256=3FqkdGTF0BHBZokbTXaftQdcVeLjcDWYn7QWFPuCDPw,20735
383
+ azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py,sha256=VojJaFXIwJTEELK4ui12WFc_GG5A3liI897XAqChRbI,26955
384
+ azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py,sha256=9_95335eRfGGoSLN-OCFnCN89MeDHAcx7WuquHsgjxA,6542
385
385
  azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
386
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py,sha256=jh2TGTA4khzFYMH2kw7kJXNf35RZJFtNt6X_lLzEiRc,28216
387
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py,sha256=Qm0Lmp_m4EHU0HH0bmKBntvr1_AvC0lGIJcEJ6-I1So,6752
388
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py,sha256=-p3192FVzYJqPP0AZxAjdtJ0YlPQd-0yp31i9lnpqnQ,38783
389
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py,sha256=CSelh-p3bVmNM-V65-xWqgTifjfawb0Wo3Iz0UBw_yQ,22168
390
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py,sha256=71N4074gQIydPYnaFWtvJRE3Ns_HuF2jDebzBor7JAU,6898
391
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py,sha256=CwDsmofVdx8rLbjslvV17_PWRxku0QfCQTeyqIBGdNQ,109140
392
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py,sha256=wlI19ektVDFKBVnEzow1zhYGkPo51zoCeYQ4Grj_4oE,27432
393
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py,sha256=C3WgVEQUscb-_1Lkx0o1JEfcS4ep-5Z4R5GZuepM_jE,22168
394
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py,sha256=75yb4QWE4fNnfjmVVhCLP5XDeXhVzDYTkY2RhO3TnFU,7294
386
+ azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py,sha256=8VMA6_L8a6x-ud5h1z7lnHcuZRb9Ye7HTbrNSeRuaOI,26899
387
+ azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py,sha256=T5jKSFORntCv9-5zJu-MfgOq8nU9Tq5I_caUjQO0GnM,6669
388
+ azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py,sha256=l90QijQ2iDYCB2dhmmCys-wzHcK8KK9tteYKErRNHMQ,36905
389
+ azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py,sha256=leIiqnxTQ_Cbp2-0SLOVx-Bspbdnwvp9DRPP7ab0aYY,21203
390
+ azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py,sha256=SZBqCaqQWlqYLA7bROih8b52TfCD4p-oLBKPxlycNZ4,6909
391
+ azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py,sha256=U4HZX6S8uNHN7fe5CZ37A5CmvOXIVv1oka7VPftbnl0,99040
392
+ azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py,sha256=OuSLDv8XcirvkC5KJlcrX1mhLap5K8PmrUWRvxLxQJw,26206
393
+ azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py,sha256=8RqSIhrttR0M7Sa4zAQGhNIEvReaKoId8T8_F3OLpYU,21203
394
+ azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py,sha256=Em0EcVFJXI-nucVu2IzDVY4mV_GQAw4WKQF3TxfFCC0,7244
395
395
  azure/mgmt/storage/v2021_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
396
- azure/mgmt/storage/v2021_01_01/_configuration.py,sha256=uoYzeYzTeqv5Nhiqyj9GUTS_VbUbNNPjjN4yPCVCwM4,3489
397
- azure/mgmt/storage/v2021_01_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
398
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py,sha256=60Ql2dZ3OIAJECnOVjKkMfP2f2DQgw9ZDpVxFLaDMkI,10246
396
+ azure/mgmt/storage/v2021_01_01/_configuration.py,sha256=3RWewQUvt0vUbKC5Ah_F8cpr_sTMIxy4wzWAcPsrCnM,3427
397
+ azure/mgmt/storage/v2021_01_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
398
+ azure/mgmt/storage/v2021_01_01/_storage_management_client.py,sha256=ofa8lZwJdV7nZ_ij7S9gPHMAyRNgKng6BipRjGW7TDQ,11298
399
399
  azure/mgmt/storage/v2021_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
400
- azure/mgmt/storage/v2021_01_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
400
+ azure/mgmt/storage/v2021_01_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
401
401
  azure/mgmt/storage/v2021_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
402
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py,sha256=XLudEnV5gxUzm1WtJDM2aiuW4Ef98yhKr3IyPTz_jm8,3537
403
- azure/mgmt/storage/v2021_01_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
404
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py,sha256=KSeD_kbyzW6PtmcyMvMZaRiiKkI5rfoHcAFBnAJeGmo,10469
402
+ azure/mgmt/storage/v2021_01_01/aio/_configuration.py,sha256=Cf-BICV3OFjRKCqP3thfB0cmoPb2F1iS24nWHJl5dwY,3475
403
+ azure/mgmt/storage/v2021_01_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
404
+ azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py,sha256=UI06Cy1DPJZILkZDke1sP_ALPtXjFhPR5HIgrXVEjVs,11545
405
405
  azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
406
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py,sha256=6nqVYHRv4loJ8yTUY6HsKuBsREIq5goxwxyVKqVo4b4,91525
407
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=bVdHgSu974KskOhYE5Mi-5QdovkEzinoKj4WKYZpJ6E,21923
408
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py,sha256=G0ofowWzpIvR3uFxV0zTnXJXEeGho_cKgDzMeU0fHm0,18776
409
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py,sha256=Ux6KdWvw2l4M444NtJOnMEm5wTSKkT4dmmK9I6EsLJ4,8835
410
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py,sha256=tJx_L52QH3yr7RsHtOyLSE2Uzl7uitCYt4WowPpS7GY,28049
411
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py,sha256=q1ZFju1bo35X8sjcpfA3RYUfBJ9B84apmqBt-HIFkgc,16785
412
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py,sha256=j2p1ickXl3vV_gzoB0w6FHSfJmqJCKjLd2M7xbV7-K0,40105
413
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py,sha256=wqNw5OoXaKUfnVStxjhwCAuYo4eyBlolrEECNRuhEyc,16638
414
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py,sha256=cN84a30WKnmClnPPL845eP9Lv_gxBxzyqMVS0FUq-kE,21578
415
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py,sha256=ADGLZZ8l6Pqo5vM9Y_H__c4n4_W1mQozafUGQXYQmdk,5761
406
+ azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py,sha256=oX9iCmeFF0BL7HDnnfU9-n3Lw7wiF6SWtvVlHHwYaZA,85164
407
+ azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=VUWGOB4eaC_KVpZYJ_8JkM9ZNLya6yvXwlT1OWSU_Lo,20634
408
+ azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py,sha256=M6btBZdO9AGVTXu8CLTYygdFoabt2vK3tVP9wLFqzUA,17766
409
+ azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py,sha256=VTGVRRi_4aemgf7vzV2p5Mq4bamv25Ew8OPXxHhEufo,8608
410
+ azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py,sha256=oo1_2kNDtDw0T8gxwXAPZIrIlKmCWO5KKEvT4i4RDoU,26462
411
+ azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py,sha256=FKjiMfXhXR6fAh32eihOd48KTXnyaYyAmPTUxqNDcyc,15814
412
+ azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py,sha256=3EhvM726BJiiPf6cR9EzdHN8KGGL0CI1SAQQlnD7fdM,37347
413
+ azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py,sha256=rNkargyCubFHeAbqL6F8bluqC-V8JoVnXF3ixGPghws,15648
414
+ azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py,sha256=3cPFpTSHljmKoGHykTqdnN15uAb2VOQp54moA1m-qM4,20260
415
+ azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py,sha256=lFyKWuhnWCDWqhiqZUbzhvHFiv5PLTfrXTYMuc5KhXI,5797
416
416
  azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
417
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=VpdMNHFrEITQUzLKaET2vncW1d-yajvCdjja85NZGgA,21452
418
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py,sha256=7Eo4bVJ9wwVouP3dy9Nf4Hgk2qxsr0-SlHo7CDEwzs4,5257
419
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py,sha256=v09nr8UBDTxGI468iqpTEP9_qHSd1h77TaoYIIOwTUQ,29646
420
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py,sha256=yPgEGRvBjKtKroqMY-VFPzsWI5VvqdM9HToIZ3cSsk4,17140
421
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py,sha256=SFiiXfrjj9xj_B9cq8v-8XJLPrPnjHus08CjWvecBIs,5896
422
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py,sha256=gFeBnjOOXL-MjFk29wo7zfsPv_4Vz6Bwu4pfQ_9a0g8,88847
423
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py,sha256=1XSxVII9XgXlUPXJHxqzpQBiEnO3aKs2a0vlzUU75wI,19406
424
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py,sha256=ZhYQf7CxMd67JHVj1gGJZOL6LlfCkW4yZbdwQMmBZzs,17140
425
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py,sha256=VyXXFzR2nLEctkQV91Rb0EZGoUHJ6YoO3KMAQhYuvRc,6143
417
+ azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=DEfxUEHCcP2dVqLD8uFwr66puZ2Hlyp9frX6G4SJAEE,20135
418
+ azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py,sha256=wKepW_6rMGOChtHrkGUtvmurH0noXiEMuLQKhEeSbuw,5174
419
+ azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py,sha256=zSeF_zgi7Tf-4EEslS190iBO3GPpQfSPLeRgiN0vHIc,27768
420
+ azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py,sha256=blZtqujwEPyKjJdX2EtN3dzwuss501lp1IReYNTurYY,16166
421
+ azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py,sha256=v51Uc_5Kq7Bg6D77TOp3qkTRX_qLRU_wFGtDKK9bSUY,5907
422
+ azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py,sha256=q1bX7HcLowl8ek6qEms9AdY5xpnbdGVCDd3FOOuA6RU,78635
423
+ azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py,sha256=4NdPG34QLuV7Aiqsmrpx3t9sPo4PQSYgBGENdr-dH5g,18180
424
+ azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py,sha256=fBIIpRLzjRCJ5nOn7jK6gd-_TCE0W5KwGRFVeCKzC38,16166
425
+ azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py,sha256=en6T1rMC2JPxx9EV50BBTFEf7mLLjLHE1vHzjNP-MZ4,6093
426
426
  azure/mgmt/storage/v2021_01_01/models/__init__.py,sha256=RYnSQ79gLKtLpn30e6wyWoBKyDNYdMZ-GqwyXAJosZw,14487
427
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py,sha256=jjkUdib9vPt4f8ERPd-TnpE2B0cf04ltije3H33qS5w,293293
427
+ azure/mgmt/storage/v2021_01_01/models/_models_py3.py,sha256=Sxy6rHEoBDMG3DRZ3aCCK_urblvFENDY1Yr6F_hAqmc,293578
428
428
  azure/mgmt/storage/v2021_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
429
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py,sha256=ionNZ4oaY7nmGLR3RfETsO0DqskAYr_B3desO2kl_NE,14089
429
+ azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py,sha256=aST9nwG_H7G3x4fKXAH6fj4IX-iuCSDLVGLqxHVafAA,14069
430
430
  azure/mgmt/storage/v2021_01_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
431
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py,sha256=vv_pffY4u-9oSePmaeRD311LIoHAGRMlTDCUZmOStIs,114986
432
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py,sha256=Z_iuW1Rt2rcgYvKEooVzdvcUOF3jXUR6Sd6xluC09F8,28395
433
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py,sha256=k3TbDs9EpEJGt27TADraRIpANlpfiQ-Ld3CEpjPWW5Y,23480
434
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py,sha256=DBR_VR4XVeFHltV_57Z7s0JyJaDCLcR0jgk6-VB_1zk,11025
435
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py,sha256=9WLAK4-epXm2WdIp4n3wH_nylSTQBm0CvJ6-AKZz7ZU,34624
436
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py,sha256=VjWCuXaa3AT6C3JmIj3TK7UTkMDE7ExkyqIAqYulNzM,21601
437
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py,sha256=ImKUlbOeHqgtliLUFp4aRrOdh1Fp5jqGn1v6Hr-4YQg,51047
438
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py,sha256=IQoskAnoHr9OxR2gqTbFf97jkWG54NW8gwgqKhzrb2I,21515
439
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py,sha256=tn_JZx11jdx8uB8iLwDEMimtU0jCqABZ0P7a7ByUNkk,28048
440
- azure/mgmt/storage/v2021_01_01/operations/_operations.py,sha256=eEj48txz9Mbw00SiOoBlcPstH_6GlPAz6dAZ9bM2UYE,6452
431
+ azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py,sha256=xIJFmdfbfl8_FxjMLpYxUCTWtO2Y3_5NBUogrMA_ny8,108658
432
+ azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py,sha256=7xN0LC6g3puGYFTcw_ZVA6ihBOyClKdaz6jPsH5tCpk,27106
433
+ azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py,sha256=zzYzy-fzmpbk935dkCiD7QCt_LOE-36KCGyfW9alKKM,22470
434
+ azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py,sha256=P6gO48aO2F1rLu8zpyIhLbJniBUN7DyalTjt2tI7Pto,10798
435
+ azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py,sha256=ZnF7VL-NO1ii9YghB3OzlLTHMqtkkL3i2Wbolu17i3I,33037
436
+ azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py,sha256=8bkK_Pc_qMuOs1-O7DxswOg9pm76uPaUi0C6rZ9m1To,20630
437
+ azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py,sha256=XRDrbRF6q3FYrJlYYwdjmM6LrFjEbeXPzS-LO4uYCcE,48289
438
+ azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py,sha256=kSqYoIPTRhfzIAYXEOFUhyDdicWZctp8oqpkLNNLqEI,20525
439
+ azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py,sha256=Hn8OADUcPp3Q273I4kcR6JCT0sH-Lu5dc5xmQdq5eG8,26730
440
+ azure/mgmt/storage/v2021_01_01/operations/_operations.py,sha256=W6K6PHhhM6PCCyyX-1_24Tvj_ZMJaAXDXBiZkfLR4-w,6488
441
441
  azure/mgmt/storage/v2021_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
442
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py,sha256=U1F-zZXvyxcJqvD6eOdw8XIhNT336P0Zc0QqPSSEwFI,27991
443
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py,sha256=kIsM-NW0x0f6Q8sB8N6-7skwS0nmfJoe-aq7SHmZ4Kw,6698
444
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py,sha256=F86HupFoo5yDeY0i_pLJSReXoV8Ee8tXKSvlcFEamPY,38489
445
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py,sha256=rlwR6F-vibTPqlXWgbUEQbeYSf6RUR37WjMRDAQw4qk,21958
446
- azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py,sha256=A2GaiVUJmd1tVyRQvM2Qnrrd5R1oEPNaVZHK8Dl5w54,6835
447
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py,sha256=StnCDauvv40j6q1O3othForz1jWnwcZkPxhaj6kEK9U,108091
448
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py,sha256=K9mgJglWyJqRms59OigUV9zos9Y0OkVPJ-T4kXVClog,27202
449
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py,sha256=kkqUWxce4MizCCUOctu17CrRxxYEmoWbrJutv7G3KcQ,21958
450
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py,sha256=NYboz8QKLCdFIioY-oEDoEyVZ7u-vCC7V3mpne_QYBQ,7240
442
+ azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py,sha256=tdJTQny895OOY__mLwlgfYiDdWqnxGhWoN0H5c-JEGE,26674
443
+ azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py,sha256=oYS0_v32YITOVcmEuALVv3y8tXqytgo0gbxp4sNDRlI,6615
444
+ azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py,sha256=OoG7e4buVXQbWsuWRllbx84XUsf28KIdOLymWauyTCk,36611
445
+ azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py,sha256=TQJZGIuorhlIupDS0xo8o4bBHABhSXWx7IpEr_B0Mnw,20984
446
+ azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py,sha256=76h6W_tetstNhgUyxKWuDXq68doAmhZRiFmIlrougmM,6846
447
+ azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py,sha256=EoL53glUF6ks6hn0i914oSPzuhOTkk2oTgF858Jlvlk,97982
448
+ azure/mgmt/storage/v2021_01_01/operations/_table_operations.py,sha256=raOQN4SAsFTwBvnfxRd9K8lQJeeS954mq4wOKJ2GLzY,25976
449
+ azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py,sha256=qhym146Jfo44PJxS_RuGji4BoAvGNmmj57b6OVyDZj0,20984
450
+ azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py,sha256=CbBdVkK8oTdsya-w71xiT_hJJbGePb2XppkyofpLvCQ,7190
451
451
  azure/mgmt/storage/v2021_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
452
- azure/mgmt/storage/v2021_02_01/_configuration.py,sha256=-lao00NnZRQZR30j8MCC_C44sRE0HI9eNyuJ-6iUS-k,3489
453
- azure/mgmt/storage/v2021_02_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
454
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py,sha256=Fzfcb_SmBA2-dmY1nFXouish0CajtfI12JnpbgiyWQ0,10246
452
+ azure/mgmt/storage/v2021_02_01/_configuration.py,sha256=wlxa2bRcfv9VUJ7jEBYZ8PZ5Y86GtULoslr8lGK4Ukg,3427
453
+ azure/mgmt/storage/v2021_02_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
454
+ azure/mgmt/storage/v2021_02_01/_storage_management_client.py,sha256=D0W78yt_YXpy0MYcdXROuPf03B6X1LbSLapmmXMIu0M,11298
455
455
  azure/mgmt/storage/v2021_02_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
456
- azure/mgmt/storage/v2021_02_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
456
+ azure/mgmt/storage/v2021_02_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
457
457
  azure/mgmt/storage/v2021_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
458
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py,sha256=qDGhKjmxhJc4sgh4caKb7vSGLHfBd3ZxRySxw1L52ds,3537
459
- azure/mgmt/storage/v2021_02_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
460
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py,sha256=QR_gvUnKrNQM6umDsbefn_Alu9hJ_Xifk7uvbxoe-Eg,10469
458
+ azure/mgmt/storage/v2021_02_01/aio/_configuration.py,sha256=QTt08XHbqjiFjSjWzDQHA3xaWcOIiPgF_AGdC5U_jYQ,3475
459
+ azure/mgmt/storage/v2021_02_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
460
+ azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py,sha256=axypu_iBkubqf0sLQIRiDEH77La1M-O4VoB_GnACnf8,11545
461
461
  azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
462
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py,sha256=uWye2Yao9jmkCOyPUQAIe5fvzE2b2nk6GsdOSicb-wM,91525
463
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py,sha256=76Tg-3vprLt36aZoWoC8zRior70boMXbrRtWmM7Awvw,21923
464
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py,sha256=VfhrAFaCJli8xDeNzaXVkgdK-nN19sELiPcq3vyouII,18776
465
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py,sha256=i6sfQChWqGbuwVj5W5HtewwSRXkyVIrIliMwRogrzU8,8835
466
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py,sha256=qEOQv-_C8ZR7c0uvQfakz8bk9NucAYmaV41HRDymudQ,28049
467
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py,sha256=yxt1gNAX7XvYTyJhUlI9sqfBKLUQd6hnKT72CFRsyCE,16785
468
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py,sha256=-Py-cta7ZiaI5yYy58Mu_ZYUistS0cgI513Jm7zApVY,40105
469
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py,sha256=P2kcYMvRZyzqGvlsJghJ5CkPuZiJAE7HJPV-EwoOBp0,16638
470
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py,sha256=xonTynkBNfHzdUX-xDUkhX6zm94a2-Dq65oGmAm3mbg,21578
471
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py,sha256=8Epr19dvm3pMrMTnbN3yKxHfWS5efRkr2HUHRH7NvA4,5761
462
+ azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py,sha256=jMpKufhg6tNV5Gi6IICQkx7MsbEpWV9TLkeSreFBVhY,85164
463
+ azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py,sha256=Aal1FLPXWqqikNV-tIweMt9FvHCs-HceYvXV1bKqcFE,20634
464
+ azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py,sha256=LMhCQvqQoLmwRMnanWbWdB25T4KOOeSmZK7bH0Rbwio,17766
465
+ azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py,sha256=hsQvtzl1eKX3lAfTUMRcS2kqI7PBCTTJWP96TMtMrbs,8608
466
+ azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py,sha256=LwyEdCMpTC2ogUnsztio9cHQDgXkmBBwCbpQRbqn_6o,26462
467
+ azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py,sha256=C-7Eg2wqUX-4YaN-oaR2Lh_wz4hpOc4jqFHlVJ3mgSc,15814
468
+ azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py,sha256=rTmi__p07wjPMetw8ol32K-Sx196-3cWzr9dZgH99bc,37347
469
+ azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py,sha256=ykJKvMJKXE7ZeJjSYv-8nFjpghGtPpNQXEBLAK_Do6E,15648
470
+ azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py,sha256=P_9RVG7Wcr9DIFJKiYjlHLunI7oNwBeHwm9hl7HC774,20260
471
+ azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py,sha256=pyKef28OPpJ8zo4xCb6dHJysHVT6NVB9x0dJvn6B6DQ,5797
472
472
  azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
473
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py,sha256=h0ZEUwhbGOJbViHCHK4JwqjzMqJSpTAJrgdVYhMXl7Y,21452
474
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py,sha256=HyRuunXdcwdBmix1Bm-7zpVf1XzU-fKGFsrx7e1lZZU,5257
475
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py,sha256=_mYtxNHWC0YMixh5pR35gYR045GT0xCKJRaJ9vdTpo8,29646
476
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py,sha256=7XyLOCoMV01HhYXwDt5DYM6HUmEWSN-HT_SJFoZOh5M,17140
477
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py,sha256=7HibxOrp36JJxqpyHgVOKs7cVIJK9NB_TFLhE3Iqf9c,5896
478
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py,sha256=aJxALHlYvIzZT-9mdWNCbMDVJ7juPR7D5gUysyS6GtQ,88847
479
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py,sha256=sfRNaelLAYlE6KcZ8D6fAhcJL3yqrNyIODSW1x_mzoY,19406
480
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py,sha256=aiJOrVmmvaQaUnyYrYqAhEuVwCaRJT8pEVzGXoHhs5M,17140
481
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py,sha256=IIEUixu_esSi3OxnIJDutXPmQH1xwILJoltysBEZ000,6143
473
+ azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py,sha256=5PNPX8wRlB-44T5EQgwGW5pBbDRvMFmA9GgTSit_wfM,20135
474
+ azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py,sha256=pW4HOuGGJuFW_loOsOju475l647zEGdSrp49qIzuMgA,5174
475
+ azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py,sha256=qOyaCbSArWN5BR1_GwVa9ScvEJlukaKK2UoimItGIxk,27768
476
+ azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py,sha256=9jL0--BXTtMy-LfbTkrGGJV2JZHZ2G39b9KrHYPJybw,16166
477
+ azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py,sha256=6zP1ijthPJfazL5G97ZWOt1XZlzhAtqcphjYR1BJLKc,5907
478
+ azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py,sha256=q4uzP6YELgbnp11YsNyJskN1YMRz9rr-nOtiopCyoNQ,78635
479
+ azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py,sha256=UDUbUznj1begmtMdbJUqS5TRexrYP_6mM0Yoil3mZ1E,18180
480
+ azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py,sha256=VT-uYtHVd39koVUwKw5k1jcmaQyK8xAbyM_rtAu8jzg,16166
481
+ azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py,sha256=fGtdKSO8VO2xTMeW9QBJZqXdaz4ktrdYCWmzaLiowoQ,6093
482
482
  azure/mgmt/storage/v2021_02_01/models/__init__.py,sha256=gBVebeWgTSzXFVVVWKBhD3HNSb182jmuJysDaQvAork,14742
483
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py,sha256=WlNZKZNRWApoZsxaUPjTKzT5lX49ku156RMLtq44rxI,299415
483
+ azure/mgmt/storage/v2021_02_01/models/_models_py3.py,sha256=gmFoPtN0_EPByi8cCgyyMp5gWevlQKFNJ2wQtLz8Jpc,299702
484
484
  azure/mgmt/storage/v2021_02_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
485
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py,sha256=OonbyUjnIRfWPwZrpVnxzQJ0n5A6Sznr-LFwkDIgD_A,14232
485
+ azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py,sha256=46MPdni1tcKP1GtWSCKtOtvnfPRri9jJBdqQzmQ77EQ,14212
486
486
  azure/mgmt/storage/v2021_02_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
487
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py,sha256=b6zCWp4N0hWc9ToyVIAeUx7mO-Fpm7-kOpyE2ldmtqM,114986
488
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py,sha256=CFQVnbgWG_2MLklQOOHtME0P_powrECZvv70g-d0D5c,28395
489
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py,sha256=7NOXBsjdeVmhKdu4soolIqtSQUM_3YoLrdpHyi1osd4,23480
490
- azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py,sha256=OA1_CwXbdRXlhIDOEUxoTy8YYdzzrY53oKVIGdQXhoU,11025
491
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py,sha256=D_D5sF7DbBzkkeC6lsi5mUaClrajHofT1puoUbhzT0Q,34624
492
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py,sha256=ynJEPCGLIziuBrS4t6b_PaK8grhAGQBFxm8htotGQBI,21601
493
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py,sha256=h8BWS9bKf85PqoRY6PMQEP7CEDAJwzsuPVmtvPQuX1Q,51047
494
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py,sha256=g4pdKFj4sClW2VdRyLPisTavrq9qAVTgico33wfkqAc,21515
495
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py,sha256=G7hWMFBsIqCo0yIvAEE7F4CWfPvMwe9Ii1vA9P0wydc,28048
496
- azure/mgmt/storage/v2021_02_01/operations/_operations.py,sha256=WsaSOeKLupUgT5CT7W4uoMdOln0A26C_2CYpX7zlhkA,6452
487
+ azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py,sha256=DdSMTapu88hEw0hCE6g4_Gm_hLKGS3vByehxHDz0zG8,108658
488
+ azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py,sha256=0aEE016t6LzBnHVFcH69ruNp7fn7GIks0dwfWiBbims,27106
489
+ azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py,sha256=ccDwgj7Kl2f6lGvWnwz4bf5_VKMX9NOmKExJPj-nVjw,22470
490
+ azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py,sha256=AOZMBNZgC_HSuH2DoOhdX9kRU-8v70lMAa5m29CcomU,10798
491
+ azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py,sha256=x3oSFNchLmH1wNClxw7TnjuGKW_gS1ywxdcJsxSJ5rs,33037
492
+ azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py,sha256=rMBIUHLC-XwyQxnl6dTHKR0GBp8Ngf0cjp7-Ns-2OXM,20630
493
+ azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py,sha256=9eeRaoUlaVg6FB8zsV1YkC7Z32ghDypuuMugG0mRNKA,48289
494
+ azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py,sha256=2AsNECTjezBpJ9b5V2nBKTEs_7KUaBLHRObSEX5DuCA,20525
495
+ azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py,sha256=Q-cQjICrSv7PMZ3wKP904Ac_KBectdR4djGSEPTsgrA,26730
496
+ azure/mgmt/storage/v2021_02_01/operations/_operations.py,sha256=1BJwd39BB1ozeSO_0CsKhApwvAqsgOKjs71zi7iYAh4,6488
497
497
  azure/mgmt/storage/v2021_02_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
498
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py,sha256=DEVk3_IxwZNrIwswPHOT5wbgBG0EVtIWdiz_PcGZPm0,27991
499
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py,sha256=djNvTD14hUyRsrFMJGnkUMBGk-QM81dtyX0a2BxeJ4M,6698
500
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py,sha256=f5pRgg0sT4VeBZ0AseksTcKvEYFL4yZSHOsrdrum5TI,38489
501
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py,sha256=DUg7TAGOJZtDo8eVC_CLcI57Sgv2pC-FzLkwvZI_l90,21958
502
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py,sha256=6SuRg72DxHwW4HCPSOY7rQYwZkEcqM7FUWlT3dbVFKM,6835
503
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py,sha256=xaYBJ2fJW1xVc3pXPews_FZZ7xYAInIjO8krpzqZtGU,108091
504
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py,sha256=PsHy4AFe9iEIEg3ulU2UvRsWbhGhhSJ695WtHf9VkTI,27202
505
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py,sha256=rJODFIIig4rZch7-0OtitJTO0yl8LZ4crb2bPewDsIs,21958
506
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py,sha256=x0mry9fJiuUn3Vw1qB4NhvGl04Hw19BZVGdM05O305M,7240
498
+ azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py,sha256=rKOb8zDHwvMu82AqwT62dOeWgJIEa1E9f_Dlw6znUHM,26674
499
+ azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py,sha256=PfrdrZPQ88OpF8hYThub7MoyUoOJF5wQ9GRjoEEbLaQ,6615
500
+ azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py,sha256=iAmC1XDJfK2_SMtXVWO6M8PwM40C4ff1FTfKAMe88uQ,36611
501
+ azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py,sha256=Yrvg0Dmsv3DcyRbamgmx_rH6Kb7F1lNqepwhEODav1s,20984
502
+ azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py,sha256=SfV7am3lMlrD4QydOY1WFTdiEg_vC3NEl6gorlqJupQ,6846
503
+ azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py,sha256=asEYXg_7CPr8cA1sGfC4js4eeWxWgQ3c52gpe73ogZ8,97982
504
+ azure/mgmt/storage/v2021_02_01/operations/_table_operations.py,sha256=GHBnL2oXHkbhJ8ES9QHt3qqOLbqOiZkFFXlWRysZBM8,25976
505
+ azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py,sha256=H6rOo0lJnXI0a7F7CieDr7wiDYPfIxKShJBT57B0328,20984
506
+ azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py,sha256=-u6Bps9B1lozRimzcC8lc7YOY315p2nObv5tNdyMzMs,7190
507
507
  azure/mgmt/storage/v2021_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
508
- azure/mgmt/storage/v2021_04_01/_configuration.py,sha256=FK7rMn2gPVYBcGHKhBtaGmNmNj6bysi17KQVYwkkZo4,3489
509
- azure/mgmt/storage/v2021_04_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
510
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py,sha256=imw17LIwr9iaIm-sgKiC7AH423rxKtV-Oi5ZJNdALFM,10246
508
+ azure/mgmt/storage/v2021_04_01/_configuration.py,sha256=P7UebI0GJuusovEF0h8zvwToYl3PlEK8TL8lMamJPMw,3427
509
+ azure/mgmt/storage/v2021_04_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
510
+ azure/mgmt/storage/v2021_04_01/_storage_management_client.py,sha256=7FL33UzFqqpLlDUq2db4rMlOypV5ESrd6-kXlzjNtwg,11298
511
511
  azure/mgmt/storage/v2021_04_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
512
- azure/mgmt/storage/v2021_04_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
512
+ azure/mgmt/storage/v2021_04_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
513
513
  azure/mgmt/storage/v2021_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
514
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py,sha256=SdiIRIkn3Fqbmf62ENWKlcCYl6Rw7YTQLb-js-3qnJc,3537
515
- azure/mgmt/storage/v2021_04_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
516
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py,sha256=bINTEfpdwicZMpb6sFao6-mX51T-GEJTRF96GErT6lM,10469
514
+ azure/mgmt/storage/v2021_04_01/aio/_configuration.py,sha256=B6xfsDh5HaUfRm20GWKsxlt1bMZZsPIBewAsQ6shgKA,3475
515
+ azure/mgmt/storage/v2021_04_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
516
+ azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py,sha256=Dr6efOqTRxHIWtvy9P9L1bwmPfg2cXiiTWeXF3JCr9g,11545
517
517
  azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
518
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py,sha256=8P7ub-QwHd1SsWYKouRdDx9pif5EPbq3q5gpxCAI2QY,98263
519
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py,sha256=e8yNJDgAmAS_SlCmXWapTeSLqEpIenIff17_2ufMJM8,21923
520
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py,sha256=YogHL_9TlCCppu_8-oOwfcW2K_n58DSCVLwA1Axeyvk,18776
521
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py,sha256=ZGHiTe2jg_5UosEfZHchmeZa91SSNiBxvtfoWcxQ7NU,8835
522
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py,sha256=J8iw-SPBGxQoBkUka9Z8my-9xFXPEbJVq4564sg8Fn0,28049
523
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py,sha256=wyNiggQAF_ZBrqtprbfvcvbs490rOEM1bWmkrrQEL-c,17157
524
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py,sha256=kvyyDWipPJVLLZkgFWkkUegZ9ryA6YMSAZj_s2lCldc,50640
525
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py,sha256=XgFKHmNWwgiL49LIciaR7z3iX0Khefa-KpuorsH94FM,16638
526
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py,sha256=-j4cXk5B8pbq-spuZ6IrJWT248O5qpfoT11iBTsB5CQ,22798
527
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py,sha256=nJRNBDJft-6lHbNe8JhuVQSQBoTaiTT-dfdaTA5oYI8,5761
518
+ azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py,sha256=kQROEeHQKRLVmoK_jQuMJUqhqDr8uKd3ctRqiVcyei8,90785
519
+ azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py,sha256=rhALQMy5oqIdA0gfPuoxd3JPil32Me5qXKylFcnD3wk,20634
520
+ azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py,sha256=ifLop7We9BwSQMdotR1YcYfEaxCjLm0I63PTePpaHu4,17766
521
+ azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py,sha256=3rh_wmxqkOPef8FxTYP01i_AoJW8IfQmqRW9BARXurc,8608
522
+ azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py,sha256=Van3SookP4h2meKLrRezrZ7BhQFwJP3aLrnGaG576yg,26462
523
+ azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py,sha256=s3zsu3J2HeQNRNgMvdN2_yfDY6TJ-fp7lkDvZKxvy0Q,16186
524
+ azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py,sha256=2lSMr7V_Oxhu82G0s_oxF8oSbFswtSn2-pIWJZiWi10,47493
525
+ azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py,sha256=iB68SfAdPvDxm_9e31kMzK3DdTXxuYJOZB5i1Qw3amc,15648
526
+ azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py,sha256=CaPey6SpEAKIpsW4CkiVmZiN3TIq8WVHuzLJocD60bs,21480
527
+ azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py,sha256=fJI0b1XP-v8kA2tLoMeknhYAwKnS5eML9MB5ak61eGE,5797
528
528
  azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
529
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py,sha256=wBMwbU_7tfCwQ6ncxC_71T5INOGHtwXFzDOa1Gtg2dI,21452
530
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py,sha256=HbKr2d9dKTA4H4w_obmwGOQqz7XUzYo9dqQj-FSl1EA,5257
531
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py,sha256=r2Tb-nJQxgZHwFiVI7akgHVc243Q3Sah1ipTu2dne2s,30270
532
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py,sha256=4L8H82Xwqq1SNpnMpxmV-cPWU3_EecnsW0Sjfv7lnNo,17512
533
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py,sha256=v25Jfncd2FGYNP4Cag2Qnh0RRUKLrM2V9ConzcKsigM,5896
534
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py,sha256=eUHB7anaq9k8nskKS_0XOrcfxLx3xdOc1J2j261XF34,88847
535
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py,sha256=fiHtLOOhLwQcBPOv-PdaPqpn20mgbmPpBk68RctVZWc,20030
536
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py,sha256=zCvswz37LepwRBnLeqfBn2x9iLdLTcOAnBrYm-Y5lv0,17512
537
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py,sha256=x3ufVex3sjT_HqRqqOv5JYR2y1kfvJDDjE071s7yDtc,6143
529
+ azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py,sha256=6MOsPszUJ8IX3cjeL9HNQgnhuy9oFmcBLd6h3ps_A8k,20135
530
+ azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py,sha256=VVHjmWuKS0IT1us_a1qULpaKGRJVCbTfhsUiDlVZO0Q,5174
531
+ azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py,sha256=B564OrF50ctR9KeBirt47zOK_mkA_31ap3Y9GuH4imE,28392
532
+ azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py,sha256=8iJUzDtPTqlcBhBwnXPu-jMfUWtEXi52K-UkZJEPFEo,16538
533
+ azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py,sha256=u1XXI4cLAIb7jZw-hqRmfM1OpW0tD_vgqQcsrQZvcng,5907
534
+ azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py,sha256=rI9bjy4kZGvwpasT1XYYBe0d2PCxuPA89JX8_ZS6QOo,78635
535
+ azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py,sha256=S83VGr9x4-bojdAp0y7MEvUx27Lhzjp3zFFA8r9-0nc,18804
536
+ azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py,sha256=7Hip3D2lbnvBtHa8aNgPV7ySxbW2Jdey2VehgPBfgnc,16538
537
+ azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py,sha256=b5emHn_ecpc3C8AHhdLKe8Fi0nO0f1dbXuQdlctyi90,6093
538
538
  azure/mgmt/storage/v2021_04_01/models/__init__.py,sha256=RyepCd8XIgCz9ZxL8W49vbGiByvC1MraXNSdtLQbYBY,15576
539
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py,sha256=LZBt1IIx5fZOQ-eNcB97jcOlbNuygN3wRwTXXY9GiqQ,324463
539
+ azure/mgmt/storage/v2021_04_01/models/_models_py3.py,sha256=fXt-CrY8dJ9Njq6uSy2bt5bG2T2oxTNMSykNmugDG2M,324732
540
540
  azure/mgmt/storage/v2021_04_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
541
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py,sha256=tlc76tPUKRRzqwTdI6s9wjTqb8sEZLbfJ4LhPUYmF9Q,15653
541
+ azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py,sha256=3mjTIicxlcT-uxh_ZSlVRWA1D61aXr4NkxPbTPqY-vg,15613
542
542
  azure/mgmt/storage/v2021_04_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
543
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py,sha256=Q_IQmeeUYA1WF_nLTBt6BChHok_ieYt6Br7DDk7MVrM,123211
544
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py,sha256=P1HRf2d9_S_c5Kd3LsA36zII725M8CjlGOeMWgm5d6s,28395
545
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py,sha256=9jO7ZPQo3E6uLOQyOBrTpTl20nbwYV07R0sSwK5yZnE,23480
546
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py,sha256=2HKQHiO9QtjTr7oNzdWSp8ZIH64mSw9CpKKfRACxRXs,11025
547
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py,sha256=V7OwCa0pa2hnyVc1ypvwPIdi3SyQ1Fx-sXUkXq3fzso,34624
548
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py,sha256=cTReH1jCaHJD5BzGk3H_d2SdsISrrmJN8cDM0Uca-FY,21973
549
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py,sha256=aeg6fWD04JZxQK8sOMM59XBl4TQh8Q58ejR3XjakUeM,63614
550
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py,sha256=IbIL9JWCwtLTrwS-cOn41tfd0PU-IWwat2N5X1aUxhA,21515
551
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py,sha256=gqHqern00tFucxMktDxKykCMdUAK9xhMjJNWDhdzAHA,29268
552
- azure/mgmt/storage/v2021_04_01/operations/_operations.py,sha256=WAdlpCqXfv6DR7uDb6T1C44OfdWrY0uzCUEmcW669Do,6452
543
+ azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py,sha256=ArOrrLp45sWLSYZA3ybGLAkkkctWTCWQ2GqzdeLR2HM,115776
544
+ azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py,sha256=I_le9l4dEkmTOLyFZK_scSCYx3_a6_9tjuobbHrSVWQ,27106
545
+ azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py,sha256=ZM4i03bkXDoh3nM2YjF7GlY-2o6jguBgI27A8jqat9M,22470
546
+ azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py,sha256=dv94eT0M0cQceodm61q8SmnECXBYPT6cTNuOfWlpuK4,10798
547
+ azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py,sha256=WTg99JzNZ6DGz3KhzVdRj_cSqzEIlSWNW_PKcFYBg_c,33037
548
+ azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py,sha256=44RML5vcc5_NHTycpz2VfZEa5PTrBquMdgOvYwA4Ffc,21002
549
+ azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py,sha256=TuwFSv3-GNqAadGgFFFCJi62AgO-YwNiJ0CWqmAONe8,60467
550
+ azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py,sha256=b10L9NLMG0QE8905Ev5UY_S1cdTBUCCR-bXCHmV0k38,20525
551
+ azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py,sha256=cXOALIWe5KXf5Db3dowxKaS5V-7Q4jGO8ZlFxYbftpk,27950
552
+ azure/mgmt/storage/v2021_04_01/operations/_operations.py,sha256=EecKt7Wem86Q3epLXPP45OU_sR9LHpRSdTjWvRq9q2Y,6488
553
553
  azure/mgmt/storage/v2021_04_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
554
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py,sha256=WUTDDhJDcNOJaBXyVae9yfJy0mNq_XOrWcLgopr5fe8,27991
555
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py,sha256=GVSrn7lACUGC41Rea5nDDr_f4_V4w-f1JGjTGmOtgQQ,6698
556
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py,sha256=z6UmVOrHiviifD6pyWn_QSZcCspctdQxCX1VuvVwtYU,39113
557
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py,sha256=00s69CPDXMeIn0TtVhGXFLtbS_gTJgvx73gH71T2-Lk,22330
558
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py,sha256=_FiwoVBKJJFshwyz8kmnSUzHNjTcqJbu-YMISFcgGq8,6835
559
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py,sha256=jqqA1qv5GS80e_u6dGlGeW66B9FZpW5U-_Qw2dApAdw,108091
560
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py,sha256=OAVHdgbyMExrs0GClnVKWE7Yf3-8Mk4QG7AjN-xlX8I,27826
561
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py,sha256=1mHcXIZyjRaqfxa2WjrKtmzh32re4mMraQsbitigHjY,22330
562
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py,sha256=gy2-CPRYTtv8ymWLXh04Ovieaoi25I8i97DxvB6Wllc,7240
554
+ azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py,sha256=HKvdGDPFKU-R9We7fvCh7Y1UrbyIFuhhdaEFI91JboY,26674
555
+ azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py,sha256=Hk8N5JTu36BmBozaQJjmaM6ciRDUBn0Qsh4-1nW6p3g,6615
556
+ azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py,sha256=lwce4xqZRSxJjXw2bSHnQCoqEv5YR8YbeiRatQbDM9M,37235
557
+ azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py,sha256=xB3QUmbPD-utT1qtn8xHokGa8v13Hj6FNJ9Wcbr-Bts,21356
558
+ azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py,sha256=lrQ5uZfjtY2gRqlF69ESYZf9Q6yJBIgFsUPrhHw95JM,6846
559
+ azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py,sha256=hKx0i59ERwPzvqTjGlXJcCKEu7hzLAoea06M4pJ7u54,97982
560
+ azure/mgmt/storage/v2021_04_01/operations/_table_operations.py,sha256=KPwt9kgVS4GbpZApXYacU0Ks2amoVoEY4M1MVinOUmA,26600
561
+ azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py,sha256=jfEa9NdahPB4FTFPp1wptsq024YCHfFbGRT0n-YWa0w,21356
562
+ azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py,sha256=iF3i6o4NoNqXziBfYyNc6HJSxnoCX7ETi6yOYDDubXE,7190
563
563
  azure/mgmt/storage/v2021_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
564
- azure/mgmt/storage/v2021_06_01/_configuration.py,sha256=jhadO89DCVZZnUyIH9g3Pw0GQg714dZbKZ2uc82wNQY,3489
565
- azure/mgmt/storage/v2021_06_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
566
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py,sha256=dtUEMCqd9WdkHV98BcuYjHwtVB62wU0o26m06YPcnaI,10246
564
+ azure/mgmt/storage/v2021_06_01/_configuration.py,sha256=mxl8Nc80SpJLZRvIi3OU2A9jHKgvC7r2b3P6FrRA7m4,3427
565
+ azure/mgmt/storage/v2021_06_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
566
+ azure/mgmt/storage/v2021_06_01/_storage_management_client.py,sha256=T7L0zBk3UxX-fK8h1lR6xIWkJEykv1yDEsldtiNtuoU,11298
567
567
  azure/mgmt/storage/v2021_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
568
- azure/mgmt/storage/v2021_06_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
568
+ azure/mgmt/storage/v2021_06_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
569
569
  azure/mgmt/storage/v2021_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
570
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py,sha256=Kqe6wcVEzfOHtX47VU31H4Mlj8jcECIC504_y-Z5TZ4,3537
571
- azure/mgmt/storage/v2021_06_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
572
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py,sha256=qltACGJ19RitwXPIzoaK20Hiji6YRXiH3_Rd239EEig,10469
570
+ azure/mgmt/storage/v2021_06_01/aio/_configuration.py,sha256=OYAqu8TUESf3mzg4TtslVy4jFFOAAT3Ev_GTFyftpfY,3475
571
+ azure/mgmt/storage/v2021_06_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
572
+ azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py,sha256=W-J_QcHAMJAq-MLprBmDvHdSZ38cIIL-aeRGDYbpqso,11545
573
573
  azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
574
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py,sha256=49OpY_y3ljaivForOzkq8qwawMb3rW2QfN-dPrLE7xY,98713
575
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=NjCTY5VxEs83zxbx49EefjUS08SgcSpQ4KxyMZy2kWE,21923
576
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py,sha256=Kkdq8xWs3LJCgOGotOOO6IbQ7yyrJrA1dQ5lyOhrauI,19180
577
- azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py,sha256=5C_gJW7LUJ1Noh1xH9F3MPf-cExvJZRGGcVVXwERSO0,8835
578
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py,sha256=InlY3qfEAe_Urv6bK7DFxAu2-0oWgYmEB_zB9zQFXA4,28049
579
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py,sha256=FJ42x8nvPNNdlCSUuJfGkgdgM6BBnmAipHR9USLVB2Q,17561
580
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py,sha256=xLf439-mbojRLnEeKBMzvqS8ygqhsVzR9i2_yeIY168,50640
581
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py,sha256=VvWnv6J1jt-tAevUP7dBLBJAU-2B2B9phcAjbYqyg_o,16638
582
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py,sha256=xn-J4PY5Zj37T-eu8dRIu90r8xEFmECtd0n8SYZEyRc,22798
583
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py,sha256=aLiUQqXXTSnZGgjeadepMl4WV2UZItqJNFfTysX8nxc,5761
574
+ azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py,sha256=jeE8rgV2PJCUlTUFkORRP5WbK2fA0Btq8X4sFwh1HTU,89289
575
+ azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=_JYVSSzGzowrwy_PbtooCaQAlLVorJBPesuNgAwRGok,20634
576
+ azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py,sha256=FGmd_ZeS_MPEOAvSB37mz_9jJUBr1yUVHsyp65CGG4Q,16725
577
+ azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py,sha256=xmKxewDrwSzJgMgwBaNAWyWr4PVGqilwA1uJyVtPybE,8608
578
+ azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py,sha256=PvJMglb8wnGJ3UfDqneD_F9EmB9rDBv5YMFPmolJmE8,26462
579
+ azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py,sha256=t6viGFNangrm_nNniJCIohWjI2w0G0U3NNHceI-8OMw,15145
580
+ azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py,sha256=ZuyUehh7HmpiDMoogXuu6ieOa9W0ZNAe4r-9DKGAeXU,47493
581
+ azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py,sha256=JjpFgWhJeWqDE5r-DCQWQzlsLN_UPh1N18M6IEhws94,15648
582
+ azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py,sha256=7ZRA4mcwqyNJ4i4zOyUsUmblgzfRYf8-1k5aNr0ClIg,21480
583
+ azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py,sha256=aaKIrK_JrWpNTM78OY8-c5q5N57zfOfkyjXSoRjwYqw,5797
584
584
  azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
585
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=YTojqTCKJpa-F9AqtbnhniYUWUatVvJ7F0diNIR6-Kc,21452
586
- azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py,sha256=s-Ngin919tkZPGNFklDuD0WcZwYurl-7hlyExjMJFOc,5257
587
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py,sha256=92nK5AIz_k2QSNOeQpeGSCTJDObzeojSLhodUD_-bqM,30270
588
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py,sha256=spX95b-9d4nWiCW_zvEJLc9dSOon1VFKWEa0LXmGUJA,17916
589
- azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py,sha256=ZaT-pzEn7YSpvOt9DKK2zpvnd6SDOeEPt8mGUd6gX1Q,5896
590
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py,sha256=1PIeakFb9CpUf0_dlCrwU3DIvUZkCgcfhSQmNjzOC9c,101334
591
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py,sha256=5Qju7RDgFfgO8SZEXt79Wh8PhKU6pfOXwovglRPIlRU,20030
592
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py,sha256=rs6sJ2XR-gRUdAzdubsgeZsIc1uqig-PpygLV1aVNgg,17916
593
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py,sha256=7iqShnGCoZQXXYe5cHx3kXrMIaIi3tfKX40tt0rNaQI,6143
585
+ azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=gRPhjzrrknCsePiAdtQNusF73id8F39TIkhJO3C2bX0,20135
586
+ azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py,sha256=qDRJ5fJNbx1FRYboSYhO5LLI1v509UpyNBNq621Vi3c,5174
587
+ azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py,sha256=Dqte-oDGjDZViKj9mmlX7NsPcVL_AqaYF1bA-iNrqnQ,28392
588
+ azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py,sha256=g_eSOdVMCDpDU6WXgMyGf2ooiYGnBfXne1EevWIzdac,15489
589
+ azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py,sha256=ngdBCdfe1FgwZlpKsqjiaz_lvh4dcBn3AlzL2zjHbv0,5907
590
+ azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py,sha256=8oM4VLvOagruEIExiy9qyQrwCXnWo5cgDVLJVr6Baw4,88995
591
+ azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py,sha256=xVbb0FO6TrXHpDo49AiQ5P3ulLMPDTwXnGQYu8fRt6E,18804
592
+ azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py,sha256=h0BedHrAsJYHpeFk8iknpKhYeXv5G2YfgS3fYmn90FI,15489
593
+ azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py,sha256=j7n_GuR-ccQvGRnvT-Yokb4FqraOXM46PJ1Nlcreho8,6093
594
594
  azure/mgmt/storage/v2021_06_01/models/__init__.py,sha256=iqMS1GkZXCySBSDD04YTP0mw1cYTJ2itj8HUtfSTpAw,15991
595
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py,sha256=04vC3o9ntKwS1ehYoxlpJ-YSu35G1qhH6AZ3bd3PxmY,349716
595
+ azure/mgmt/storage/v2021_06_01/models/_models_py3.py,sha256=SLOvYFsPU0BGP0SZfyujZ2QxPjpi9U6vu2TTiyunln0,349985
596
596
  azure/mgmt/storage/v2021_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
597
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py,sha256=BOxyN27_psYOGFEzYpGGQ6RXtvHi1ms4pBAY8XpeZmU,16453
597
+ azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py,sha256=GE7QoZwukR7j56eQiFH7oN2HARVvxVocsu0D_BBEwrg,16413
598
598
  azure/mgmt/storage/v2021_06_01/operations/__init__.py,sha256=wKBbJVs2hQCHvcP7v1Wn2dYwRTYFj7hKoGFOklzOoM4,2519
599
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py,sha256=1lUNq5mi-KkLkqKvHkWnmNfwWnSaHuVzmvZB_7ySkTQ,123790
600
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py,sha256=MmxOE2nK8a5opFqQmU4ARtV6q8L04u53t20YwfEKdUA,28395
601
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py,sha256=5awimFrwKeYrT9-gPjV-g675KjEVnz8vAvZ94iYpEjU,23934
602
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py,sha256=eaciVZIVnQJXcD-bgoaXPfWTT7frCPGr4xf1RcQtCyA,11025
603
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py,sha256=0zLKFEqvSvEJxTtDZ0lRhULN0H0-CFyKk85d2hEAtgc,34624
604
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py,sha256=XRqbe8jWt5byBAgW3Kk34s_HT9e4-IvlWkcQytRVL-A,22427
605
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py,sha256=qPoXjW1gfLCTNuPPWZrjRUnZa82yey9Y064QnYzdoxM,63614
606
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py,sha256=fpY-9YdxZsr0Bsv0ZYKEcH9aD0kdGXHALaWyyfJdMjY,21515
607
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py,sha256=zI11LNqOUD0aafl-5_NzuBki4th7Y8Xq_7HFvALBFXs,29268
608
- azure/mgmt/storage/v2021_06_01/operations/_operations.py,sha256=o3fMPkReZnHHRzmrMRw8DazrepMsZKcp1BaOU6zhtBY,6452
599
+ azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py,sha256=y5_W7eCW9_PZJjbqthjbn1XRyZBCycArlgtQH82nzx8,114409
600
+ azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py,sha256=07yfpVCJXgKjOqH-oH1f2OuYdTNobpVhdwHmXSeLnJ4,27106
601
+ azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py,sha256=xuYktOt6xraDMU-5VqBTfQLPAEM9T8O4z1gK0pOo9BQ,21479
602
+ azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py,sha256=JzQHnDIHAH2BBzw9TAfFjZ9OerEqrImB8s87HJx7Wzo,10798
603
+ azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py,sha256=i8Tc8qnqIvOo-RUb47XYi4ELqhiDWSvuMzFLTYfYCf8,33037
604
+ azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py,sha256=PlR1N4e5OAm0wpS-ug_r6-taSWg1cWSms3xLpzKKjdk,20011
605
+ azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py,sha256=w795zc7L9EAPWpe8hYRylIutnu-Ud-enHnL_Sc8VapM,60467
606
+ azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py,sha256=ujWwesamcM_NeZtJ0NFaxqwkhb1YxTq1-_gzQpKjals,20525
607
+ azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py,sha256=tf4VK1crMEkIRUsz5z7chcu1AVLGUIkzMZ_srgbaa6o,27950
608
+ azure/mgmt/storage/v2021_06_01/operations/_operations.py,sha256=_TYN-ZAtvdSU_E-ljZotYymMncOtbmwIOISegzF2gnw,6488
609
609
  azure/mgmt/storage/v2021_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
610
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py,sha256=5hHmmsE8TB0tbsx18rSI-m0sJlkHgSkMwGv8J5dhpdI,27991
611
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py,sha256=GMxOOIC79BgC9YFTSPBeR0n69d-rsUphJzoGf6eAq3Y,6698
612
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py,sha256=ywBfKL85xHUuqN83tWCxdzRcHa9H_CKOM09y4m2o1hY,39113
613
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py,sha256=XAogXMf9iDO6ptP8Tc6_m00awfkymX_XtLNKJ-zEVOc,22784
614
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py,sha256=HhgEfpUKQcCWsXz_eYZSjORTsnApqOjzaxvC8FXqkV4,6835
615
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py,sha256=MchEmFA33tsonsxh1HHp7jAxOyBupoTw2dlaopw6THc,123367
616
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py,sha256=eWtWdX93ReyTZX9HDh-uQt_QLLhgaYDgvgsauJh8P5k,27826
617
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py,sha256=aCIpd51ucxidUevuXrsRYYCivpevIYxRzLd1lyyCGQw,22784
618
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py,sha256=CMWKdRxOlW4pcjiZdV2cZi2BqTVwa_7BfEAIg0rZaHM,7240
610
+ azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py,sha256=2Kk8sr5GQ7U1VVAm-CB5XSFN0L1bYDMegWtpGOAadmo,26674
611
+ azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py,sha256=rDhcHW0gzTNcce3-AglC199dvaUxd8_oH7yx6ZWPSu8,6615
612
+ azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py,sha256=AYOYYt6xmd22qoS_8LZERrc5z5Lu25txHfeCMEOqtX0,37235
613
+ azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py,sha256=Qzqg6_V6wQHL4DykT0ZT5Qp2uzogIoMjWvFkp-JBc8g,20357
614
+ azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py,sha256=v0VhO2zwqYZo93a61-lec1Lc1WOq_FK1EI6vtgJ1V58,6846
615
+ azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py,sha256=2924D1M6fBE87HLFK6syVyz4C6ebPt20uaRE4aS4PNU,111217
616
+ azure/mgmt/storage/v2021_06_01/operations/_table_operations.py,sha256=dvJ0RXQwNSrchKxgOhhrRLxoa9e9W7ki7OMFD09x8pg,26600
617
+ azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py,sha256=gmKn6EtxTpNtxxeY_ypqM9MnXdCZZALWFosKMayO_0o,20357
618
+ azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py,sha256=u7gNerCEXPY9BB2dMeIyw2NlOnlMdPd8j0TP1ToYINU,7190
619
619
  azure/mgmt/storage/v2021_08_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
620
- azure/mgmt/storage/v2021_08_01/_configuration.py,sha256=6_zO26wrMbNi8jWaY-0GCXRl8vLBuVgiy-sOVzlIv-Y,3489
621
- azure/mgmt/storage/v2021_08_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
622
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py,sha256=h00c7-xQPqns26WLS8quTQkqMHcNKGSEboyGcYGRM2c,10564
620
+ azure/mgmt/storage/v2021_08_01/_configuration.py,sha256=WkZHtsLFTx2h7M5XUxA4ZdzMwYHyVjG4zL6xLi7x8U0,3427
621
+ azure/mgmt/storage/v2021_08_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
622
+ azure/mgmt/storage/v2021_08_01/_storage_management_client.py,sha256=tHsJOi1fvC7oNNBUBmR1gi0mtliBe0S_AFtlu7g2fSc,11616
623
623
  azure/mgmt/storage/v2021_08_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
624
- azure/mgmt/storage/v2021_08_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
624
+ azure/mgmt/storage/v2021_08_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
625
625
  azure/mgmt/storage/v2021_08_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
626
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py,sha256=MwQAbAhxzofLqBbAUW7XkXq1JEsZZTt_EkrhfjIkWqE,3537
627
- azure/mgmt/storage/v2021_08_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
628
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py,sha256=HKavKtU7AVD9pjWYRV3_FctMwYRU565E17SyvwLkr4M,10791
626
+ azure/mgmt/storage/v2021_08_01/aio/_configuration.py,sha256=uqkMIDOoyzu308E2KAN9GM-461iPOeE6fREiBL0t65s,3475
627
+ azure/mgmt/storage/v2021_08_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
628
+ azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py,sha256=osTqFNwxuDdtOH2ceOWzPBNdDpjpE8VNUdhwRrMI7jM,11867
629
629
  azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
630
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py,sha256=w3kwwwSZB2t_tmQChWtPrG2-63u0EaK4CIRfHuFS7LM,98713
631
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py,sha256=9dMs-y5eX_3GBEm5H-g-G8Dc4ZbeMRamw5d5v7jJHtE,21923
632
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py,sha256=_6vRh_wuypt-IlWZ_5LIn_53-peaJJJixSsziWJktjc,19180
633
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py,sha256=X91lnMSnh8Fec2H7eOq_SbSh-TjfQjDwETQ_u1UA-JA,8835
634
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py,sha256=m9vW6Vjh_FlrCCogu6IYtEpUMtXqYzJ9zOCDZdX9FPI,28049
635
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py,sha256=aiTwdXdAnhWsLkk7Ukvwr4YLbsqHEN6iQhrbIRz_s0w,17189
636
- azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py,sha256=1ade3kONnUyxIzAAYKj3t9s-xKW3iVUVFkUeHzJRpJA,49768
637
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py,sha256=-DkusJjSEoTNTyiINkejCSrtjvugB1TrJriQEi_yFg8,27398
638
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py,sha256=2PA6cls-jgasostvB_JvNdy0aciw8va2LKGPRadhaMQ,16638
639
- azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py,sha256=qhCJHcmS2bL7pIJJEAAtVOJXS24Dt6N-LOJI3QTEUwk,22798
640
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py,sha256=eemu3Szf0j0Vm5KogsHSzHp2bCmOuw4a7mvWLEiHfRg,5761
630
+ azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py,sha256=6C93fBJk8a7JCZ1mmkNJPTkLJTZ64Mr1KAaVYfFQyi8,89289
631
+ azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py,sha256=elVICoy1HtHdsRgxssVWblI-v4EKCCoRiXT7BXuLZKA,20634
632
+ azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py,sha256=F5H703lKrXoOz4rr1tchYzuNCux70ZuZhvajOjmB8j4,16725
633
+ azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py,sha256=R8Y4u9N5izhjqE8y7oSyC0qC4v4HXHhQn9IBfRCmbFY,8608
634
+ azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py,sha256=qIoHIfUGK56L_hJljISBHPkL3WHoTUEklyjZTzA3LKQ,26462
635
+ azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py,sha256=51nGWecM0nkOtwWTt4yRHXCHEFrXjEEtfJVag-IsxPo,14773
636
+ azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py,sha256=YHNHf4yURNzseLu5VnhYPisfQesJf5iu8iwSripVNI4,46621
637
+ azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py,sha256=jYztTzC7I0BvcmJyJEUWLh_XSm1kb_ZYo0zzNWmkJrU,25598
638
+ azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py,sha256=hA1TKxPtVkA5uN2nS5aVzzZMjWn4iVC5N_pAkXjtJ4Q,15648
639
+ azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py,sha256=iOyIcBESFbv5vbDXPs5ILibMDWP8UMuvGr6R80m2dVI,21480
640
+ azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py,sha256=GKx_oyBAqXgdqFWrYxRgSJu9ww4bVXwbDcGpTQVk6LU,5797
641
641
  azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
642
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py,sha256=RMaSQrbaKUfpfaUyT4z-T4HqUNpWx03zqe6iBnXkRe8,21452
643
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py,sha256=uo2LBO-_BctghcPZWyOQg75dr0vwnib67-P0931CrpE,5257
644
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py,sha256=Z4zVdDtUv5eHu6M1sZ8lipGurcnV2FdFlI2Qn9ot_Co,29646
645
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py,sha256=Bzjpa4vBXD3r4tqUPoLWdzeEwNorkN2WUiSJJMt_jpI,17544
646
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py,sha256=bOe8xSuVCogdFIqszQEDNkqsgH7hCs98JS9rINd2pU4,5896
647
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py,sha256=3pOAAQLEglqRFfuWwRmmhVYqltaVfQiUQhfZrKWeDnU,101334
648
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py,sha256=15vG6Kw8QL9mvi76iVcpDTPnt2qTvF1GJMfziNtOCjo,19406
649
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py,sha256=xd_2z550O9JlD5adNQSmikiLNAExwHoXuZMbSsrz8as,17544
650
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py,sha256=3X4LXykzmAXsHYK8V6HaIxE23d1kDcyL1lt-UpjLxCI,6143
642
+ azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py,sha256=BpXfob0mBr9OCb9nagG2sZ8e-T1z9KzZl-grMRRGNK8,20135
643
+ azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py,sha256=WpWB93KEGxdDO7O67zw7T-J_PpEWymIi_xssHYRLMjA,5174
644
+ azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py,sha256=mc1ZPXHrEyf_l546IUapVkvVPR6AhPyS3n_P_fj0YX8,27768
645
+ azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py,sha256=c0luM4faw__9VDhRRI6xS7ZlruExnQZSXyGK7CP0wIM,15117
646
+ azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py,sha256=-7sd0qMYIKh7mUqNv3hNK9dTmrWcRCuwsvYlMI9H-BE,5907
647
+ azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py,sha256=cnZ5vpzOv5flzlq0E_XdeWpM8LgFAyKWCYhJPxKbndE,88995
648
+ azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py,sha256=jMZevOKNPdXB5LHHHUkX_Ky9RbFE2p-eid5sPVtJRNw,18180
649
+ azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py,sha256=k5bpBKGQPaHPG8YrlgmX-mIrgVg5bP-11Sun6tIfVaY,15117
650
+ azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py,sha256=WZM3KbPkmWfhT5p4t235X_lN4lpE59fmc0lLsbYP0-A,6093
651
651
  azure/mgmt/storage/v2021_08_01/models/__init__.py,sha256=ePb_L08zLHMzBjd5Uq0BtSeCpxfrNuZvHdX67Hywvb4,16425
652
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py,sha256=DU8emQqXkNoVKDbA6Ui2MZNpx65sjZv-gA2SEwDc99U,364125
652
+ azure/mgmt/storage/v2021_08_01/models/_models_py3.py,sha256=OYwHFDeIPXfagO1-YgeZ-H2elRYwAZlIVkhRpgeOidY,364428
653
653
  azure/mgmt/storage/v2021_08_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
654
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py,sha256=kC6BYy0A5t3nw81DCD3MThAmy0NUGP6kCYLnBJsVcQQ,16908
654
+ azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py,sha256=-n-fKCRr8I9e0wHINcdnSe5K9Q3dvF9D24aNrjv20S8,16868
655
655
  azure/mgmt/storage/v2021_08_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
656
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py,sha256=F_eEEQPT1Tt-fvkJ99ovflqGylFrT17Mc_iQIVnV-bU,123790
657
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py,sha256=PsiJipU6O06hmmPb2uKbLkSUszsZCMCWy8nWYJE7eRw,28395
658
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py,sha256=suM8ulelfq_Lnn4Yo1ER7Zsy2SN4uMIoUPc6S6MBMRQ,23934
659
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py,sha256=qJE1OipFHF6zJ91_73xECl8udet6sPZ4eNia3nFzjNg,11025
660
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py,sha256=nFLaeRQj0Cwec7WCXsZ_Eq1uc19R0j24ZL0WHozl6e4,34624
661
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py,sha256=OnHmd6YEXsjwjhidPFOWLB-dyEvTbDvHWpU1LCL7oM4,22055
662
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py,sha256=G7AgWxyC6wcj8ZtPln3rqGmTjSF-oSB4imiFwOmVmx4,62742
663
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py,sha256=1e3pn-mXHJyzWwicjyMx-_O9QVkZ_1ZoZiMAg5yCuLg,36606
664
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py,sha256=pta8C1OGbED2Vi64BCceYlRdWz9ekFDwu9oyprbaDLI,21515
665
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py,sha256=bvhyz2Zx260qz-zqoyEEsYS07Iu3NmHEEx-G0ONSrDA,29268
666
- azure/mgmt/storage/v2021_08_01/operations/_operations.py,sha256=oafI_ss_VPsKI0hZhdn-03evUZS3a_wk1RHZ1-EbYtQ,6452
656
+ azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py,sha256=fL-SZynU-GWF0Ih7g8zOmneKymhodIYUDuvpiZRQhTY,114409
657
+ azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py,sha256=xr6cU1507aUZncIh76ypk2FjAZlNzuWi4i9c4mRe0gY,27106
658
+ azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py,sha256=iofaI4xDidMlpYOT7R_9KksTJPYA4mgN4kxoDB_WXsQ,21479
659
+ azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py,sha256=PYq-JpnEyelCTJo49uULL5aLbZkV13_rD-5KGSbUoWo,10798
660
+ azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py,sha256=ZPLpASXp6L3SI9TUPcAT9mzYp0fZMhFFzIDjfR5zfyk,33037
661
+ azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py,sha256=DdsKR0LAtxNNybynyMD_4CNppG9pLIa1PExmfBZkyes,19639
662
+ azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py,sha256=woFv_vFDBq5P3DFSoIIXmu-Pw3vdKcVQQN0Aj0Rf-n0,59595
663
+ azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py,sha256=9Fq7Eo9nMMzM6MJ6DBf6b0T_I7aWk1JIOygO1hX7VdU,34806
664
+ azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py,sha256=PIXuQdgP9N2BVPhxxp7XV119v9ZpTfTk9o08kVRfp-w,20525
665
+ azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py,sha256=0lRDgw2WuLZb3uiSgFD4aQ7y9_ejQlBv-ww9UdMlcvY,27950
666
+ azure/mgmt/storage/v2021_08_01/operations/_operations.py,sha256=IPhEszGMAz6B1IKyh3QWAo55yYHatHJ5l0Sk-bBXQQc,6488
667
667
  azure/mgmt/storage/v2021_08_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
668
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py,sha256=7N82xywHKA6rkcq_kU5VKtvCM1BMem7UMS4PbLoCbWY,27991
669
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py,sha256=ynyNOIezXytUbXujHqbwp4lEeP8f5T3Ojz72nTh_9lQ,6698
670
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py,sha256=zoK-y433Gz56udOfpiPlRdvAbczcKxiwJK5DpZBLKMY,38489
671
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py,sha256=Q1vwett3LSttqyf2Ij5x3RuHityBLd_N-tiOqmjX7do,22412
672
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py,sha256=l74kfclGkIBGkniF-xe1A5n3VTSNB1fbDl-YU2oK10g,6835
673
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py,sha256=MWZkRxM_PMfRsVPtRlEZTICVkBsmKSBodVEjfyZ-ELg,123367
674
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py,sha256=1TO1nyJPl1oQ_DeLR2-fPmLnsVqusZGSdCUeeD99h_c,27202
675
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py,sha256=sYq8f89qzCpPw1j6Ms0UWsTKLte6D0fgDO0Mfbu10J8,22412
676
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py,sha256=n-8NK9ksXEeFfjd5t1pol1VY1eRfu6xxQhF5ksusFCI,7240
668
+ azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py,sha256=60gi8vpa0Gh5NCbnGvTCYJW4qBkeTc4x2K7ej8lrxO8,26674
669
+ azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py,sha256=BbZmdOqza05RsefDHJv4KhB0nUzoD4PW5YHw5svOt-A,6615
670
+ azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py,sha256=o8jwJnqMbC3KnFgAjdiGSdWNCFGpLZXWTJ_beKJ5jqs,36611
671
+ azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py,sha256=SAWBv-ebxZ3K5PNWDxwjLHdrzK2WqlUBAczMQ63xiNA,19985
672
+ azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py,sha256=mT_bkcaDnkQ449jX3YbBYg7hv_aT7hjcgQY1eKKHpEU,6846
673
+ azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py,sha256=7Qgg8Yoc3ucBJZ-dj1p4pndifOfjA9j15QeBVpMmoB4,111217
674
+ azure/mgmt/storage/v2021_08_01/operations/_table_operations.py,sha256=tbOoaLFi1B6LshfrTnXMR7qO6gGxt6GJtwdGBzflNfo,25976
675
+ azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py,sha256=wc9_mUwBmlOYeKDuilaHlcgnRN9QE7v9Sji7qBy1eM0,19985
676
+ azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py,sha256=DmNzHQfCWinDLlEfWfi_csCeC9frnqfbnPZApGp5R3c,7190
677
677
  azure/mgmt/storage/v2021_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
678
- azure/mgmt/storage/v2021_09_01/_configuration.py,sha256=p6iwx44TuJX9qNtZVunLMlJuwhkzgMyUpyQd9KO8gms,3489
679
- azure/mgmt/storage/v2021_09_01/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
680
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py,sha256=CXO7EMh90P2CFPTv7WNVRApnIngltJu8d1BHLLY_2Vs,10564
678
+ azure/mgmt/storage/v2021_09_01/_configuration.py,sha256=E_rg1iwuRjvioHbDUPeRj_oC76VptCScVVIvLTb-x1Q,3427
679
+ azure/mgmt/storage/v2021_09_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
680
+ azure/mgmt/storage/v2021_09_01/_storage_management_client.py,sha256=XUPge4whr4KnneweQDz_qgEUHDhxCw-elzPXQZWvg2A,11616
681
681
  azure/mgmt/storage/v2021_09_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
682
- azure/mgmt/storage/v2021_09_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
682
+ azure/mgmt/storage/v2021_09_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
683
683
  azure/mgmt/storage/v2021_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
684
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py,sha256=FuuWr9wFkREd-BtKs5SBrjIyu3M_MV8jIRi7TBZ9g9g,3537
685
- azure/mgmt/storage/v2021_09_01/aio/_patch.py,sha256=sPWmWHgf_Hdx9esBYyE8rVm0CcbmDQh40ZSugcQg7YY,1530
686
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py,sha256=S7CcZPQNj4gSJd7h8B2uvB8pJCWX1nvYDq8tyG-GGV0,10791
684
+ azure/mgmt/storage/v2021_09_01/aio/_configuration.py,sha256=g5xzDR-MQgSD0E4Q-Cmc2rm5kfOTqfqQ7fjlzASfGCg,3475
685
+ azure/mgmt/storage/v2021_09_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
686
+ azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py,sha256=WQvNw3CBnRE2McNLZavehLn8klxVN3XfDVLcelnGGGI,11867
687
687
  azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
688
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py,sha256=HaTslLGs3JUKPJF9Zj4N6F_p2Uo9NFYmZoNmlMw8SZo,98713
689
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=oRqDNvJgYAW7jr92xxZMdgIA64KrX13lulEtuPFBM-I,21581
690
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py,sha256=GmL55kRoiVHifrIK4KEijRY5-_pSZTDUUg2UfOzqKQI,19180
691
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py,sha256=bTrLOwm-MvjV6UAv5ff-7F813bFBoh4PZ7T9n8KrG5A,8835
692
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py,sha256=DaDhtmR8hKqB28_jMfnZlitC0UzMTfJBVE4ThagLRdA,28049
693
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py,sha256=tgkYhoIZxyoJJuyP7gZOv44_cjCesqfDad889YOYsWM,17189
694
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py,sha256=pXliZc18DndEkDUUELLdc30ISVzvuVjkrbUr0KfpoHo,49768
695
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py,sha256=xvsKj2MmkX9FphZRYet5lNOlrCrVjmfp4yP0WTL-dDE,27398
696
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py,sha256=04vCCsMs1Nb1dTxdkdgS1YlgNxeYdhX6iJB6k7s4lG8,16638
697
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py,sha256=bWJh1EdF_nBuuuCl3Rh42sPreIjrwvFt7p5U1GiP4wo,22798
698
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py,sha256=yUXTmjphoqGxecJaEdjyk_sVc1ImvllyhTB-hvqUaZo,5761
688
+ azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py,sha256=ROgjjQKnvEbigGM8LKU7TGdA1_3rSouDvvK9lNoRdwg,89289
689
+ azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=WdfAK_jrkMwN4UoEPQR5YIwNz9sC5c6296yvgMAs1FM,20292
690
+ azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py,sha256=UF8NLjMchMbevyRY_O3CCiWwwXm3xjJfNSNnNwBTrP4,16725
691
+ azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py,sha256=zuSKB6ty5N2iLr4J4W1Fd_bxdObfeNUqHjAfg-cItAw,8608
692
+ azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py,sha256=BqwNl2azWnm7N8jBsok_f68tsXLdQikPzzvJ2doIu3U,26462
693
+ azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py,sha256=t_qtop1dWRES2SgwPo7038IxCaagcHtupTMomOTWckw,14773
694
+ azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py,sha256=nwRg_1v3RiYlioHA0IA7BKnrJQ6E3kngAKk-IGZsuUc,46621
695
+ azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py,sha256=zL1FpJUGTmVp0nPMBV_xNVVQYfKT8KdeaiDhrVv4K3Q,25598
696
+ azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py,sha256=hFwdUR0qr_xCskjCMGb5xKuVCR7A-Ki9CiLfJc-u0RI,15648
697
+ azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py,sha256=dMvYpUyY4F3PYCOfkA58EvmgB3oSPcmIASLycYT0m0U,21480
698
+ azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py,sha256=3gVTJ1NfF8rP0CZ4DTXpCX8x34El8AuN6isFmoA61C0,5797
699
699
  azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
700
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=FbBk0OtHeSFo5xardOWc-CCBXbHcPpZUS1kcaz68RgY,21452
701
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py,sha256=BKgQGqVbiA3MqHv4-mOZx2nd0evyvfScyPHdKE8RkVo,5257
702
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py,sha256=itqWvm-9dI5lJook8T6kUAPw_VKwptBVf5thyksN7Ps,29646
703
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py,sha256=p5xniop_rocu5tPV5-SBtMW0HdI5Nhz8_HpCLjjnwY0,17544
704
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py,sha256=ivmOTEpnEyTWXVseCbmMSVRdvDp8Iad8QwvPAzmxSpg,5896
705
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py,sha256=oaG-GcqgswTbPF_vCH-Ete60HdVYmo8hCx3jdeaiMYQ,101334
706
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py,sha256=9vkROpfYr8hTXk_pAqJ4BcDgQpocvC6WAW6ngelTfWs,28461
707
- azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py,sha256=8BhFapR-zsu0mBG-E14NB77ft3ZtoavA3HxXhfx_NRU,17544
708
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py,sha256=p6vciAYd9ipBgLTD2Nw5j5SumbzXMG51o46qsfc_qCY,6143
700
+ azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=yp2sguap99RTLAP2QHspkD4ZQpjZRUfVIHDqqf_m9ak,20135
701
+ azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py,sha256=DCugEQhpizLIAwNcY5yg35LvUtgeFGD2OnOeyUm7wVw,5174
702
+ azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py,sha256=4LBJTKApp1RsK7-IkwMZsxPoeuDUjKCyWvTFykYN_r8,27768
703
+ azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py,sha256=8Xlqvx-cyX6k0ycWqQudpF0kteRFUC_-1IJvb1FCC00,15117
704
+ azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py,sha256=RGbVcQ3vQAVUsp8JxbR1v-WEXq-JTyb0adxKXCz6ZlU,5907
705
+ azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py,sha256=DAPM-X2qf8zlD5WG2HZqPvzb1zsqAFxFprTYW4vO7sk,88995
706
+ azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py,sha256=0m49WwcIM1wP7ADJYqZh_gRqRAnUjxDkTeo4mdTXBns,26583
707
+ azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py,sha256=36igxrx7zZTU8oz2estBxOM7Mp441CNvaBzao5x3o9k,15117
708
+ azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py,sha256=hmhzngBqXqdRcxwzsecFnuE5HQJSNivdFwlq2GowxBE,6093
709
709
  azure/mgmt/storage/v2021_09_01/models/__init__.py,sha256=dCywQYg7jAkoMdaq3jSxIsjbpDNa7F8Qj9H_8PIxeng,16847
710
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py,sha256=S01cBE3RUWLWKDGflI0mcizGWK-PHY_vFpxB19Qat24,384035
710
+ azure/mgmt/storage/v2021_09_01/models/_models_py3.py,sha256=lCj5BFJmAK7Ktjanl8DfPT-CEGPOEaePsECiANGXpLM,384340
711
711
  azure/mgmt/storage/v2021_09_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
712
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py,sha256=Di8AOKyTKcj8W3pcPGANDZ3b995tOaTykxb61s_dt28,17762
712
+ azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py,sha256=Rm4bjjHe6dsEekgswzchgY7JICL7ekLIXBISAnjkYBM,17722
713
713
  azure/mgmt/storage/v2021_09_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
714
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py,sha256=ScCtllnr8qMdfTYU3T1CRjcTlZfap6E7TJ4BVWPM3tk,123790
715
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py,sha256=6sCA34jxGj6PQejANny4xSy_XXxsbDLYL8S_MruZfJE,28053
716
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py,sha256=2ggAB0_o8wjgHnoZ6oak-FkxwPMe-A19FDfAMD2mjh8,23934
717
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py,sha256=nK7SM-Z-d59dLW7u8yJEtrOzM0Wtub3ScsHSsAULGvM,11025
718
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py,sha256=nZ9Mjnm8CTB1mZFkR1xmhAw3j2Rhi85VDKJVoo5Hacc,34624
719
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py,sha256=1yaoYmnOigbARuOEppkFcMcVV2K3duPFOf1z17kTJiU,22055
720
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py,sha256=NQHT1R597x46OKcEj2iSXSJunINxY2Vo3i1Lj1DnoDM,62742
721
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py,sha256=2xembio1ZerxrA13HmWL-YjBV92abgmQH_pJTXC5ji4,36606
722
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py,sha256=2i7Pvg9IucblfokjpgXdBM9cDeH_y4DxhJY3GcY7YcI,21515
723
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py,sha256=eHm8CfOiJXYLTQVbrZmUvsZLcXqgsgT4h3duvdRJy0w,29268
724
- azure/mgmt/storage/v2021_09_01/operations/_operations.py,sha256=xFM6B81OYGifir6VMG506VsMhJYG1zypJkk7UU7gZkc,6452
714
+ azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py,sha256=NgiKotMDt8vzfeI794Sm7xWMLxht6e3JpxfnW-ottqo,114409
715
+ azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py,sha256=CQjWZjWEVFDjH0tqa-SpG6c5W5gYGaEWNi_4wP73I1Q,26764
716
+ azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py,sha256=iT8YrpsvZEzOXNdFqznn_OB0dvMLUeBGl4DFHm13XMk,21479
717
+ azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py,sha256=YfQY77yA1kmrqf6xEX6oO2YI1nb3kRkO_gY8jF0Kqf0,10798
718
+ azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py,sha256=Z-LjExUNPEyddB5oXQio0kJras9lwvs-natEYFyVCBE,33037
719
+ azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py,sha256=HrmPhPlMUONEb7Oq6DF_ERVZL-6AlcH4RCmQtZC6cf0,19639
720
+ azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py,sha256=n0Hwc3D6E0jovHAO-iFJAjVh891GbHjwXwhW2ZfkuP4,59595
721
+ azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py,sha256=Rdi_RoCPbI0GaerFhi-ptK6FdvoM_FXOW7T8icv_RZg,34806
722
+ azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py,sha256=Xg6IRhz2Le0lUrf0rNKwmoohg04SM1V2a-BtjELW9w4,20525
723
+ azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py,sha256=nyh6Ifte9GdXQpN6A6c-5CzocWA7aA2DDRyQxT2cnqQ,27950
724
+ azure/mgmt/storage/v2021_09_01/operations/_operations.py,sha256=720Bsbbe2YK3eTize-LieoHOekE9ahEg7dp5OcRIeEc,6488
725
725
  azure/mgmt/storage/v2021_09_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
726
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py,sha256=x88X3xidDqiZpSNcWAC1eqfCdIlahyrrPtURCuATSf4,27991
727
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py,sha256=lp6dnfjXFfhksJadjZxT3EhebDLwCBdcOvB9hY4sCZ0,6698
728
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py,sha256=cJZzv0pOgeihE0kWgcORaCkPiEmymegBpNm0JTDTTX4,38489
729
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py,sha256=jmvmu_oFBxfWdg2qbDrjfzP6PIfK9N4lnqWZUer_YNo,22412
730
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py,sha256=c7UCOkJGJAymkag5UJyVtpnT_-Kkl5olCtM9PH_uwLc,6835
731
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py,sha256=7-M80bGozeA0V0OMiR8c9F2jQdhxSz7Q3FZ0pIcyvT8,123367
732
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py,sha256=LRSXfWjBiF0oKdDTLq_CeMMwa41ZBF00hymOZW9aeKU,36703
733
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py,sha256=sPjz7XqzffqAml9AuxV-3LwrXRuPkGSfH-U04R5JsYA,22412
734
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py,sha256=Z8GLsJDfqXDkInpwmgij84jSxot5Ht6B-jv3EFfXDNw,7240
726
+ azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py,sha256=jv-PL4sgd1M3LyaJ3WIOi2qpRKJ-uMhXsbp6wIlF28w,26674
727
+ azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py,sha256=Y6k1N1p0YDq0_CaEmi-6Ur3tgKjnP8PRkQvKuo5OoLA,6615
728
+ azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py,sha256=5NyH1BXAr2smGPiSUCv4VedOVifc8VF_HiPmHKXUnnw,36611
729
+ azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py,sha256=u0XwNZ1Qduo6rGObhaNhiiPRQVC2UDiuib9OXxQYROg,19985
730
+ azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py,sha256=MiRqM0Xcxu0FqSBWBx0Qfo6FzoSVOr2rsjtxRpZVyWE,6846
731
+ azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py,sha256=f_hM901I_d-XF7n5I12S1ktwzQv68J8eG-bsowofrlQ,111217
732
+ azure/mgmt/storage/v2021_09_01/operations/_table_operations.py,sha256=jc-Lg3kjaUbxWz-09oDLQubokFWOSVyr5ijIw7_HLe8,34825
733
+ azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py,sha256=wBpkgs8ddjEHb-CQHfbXVq6qMiL6WVfCE1rE4q5a9eA,19985
734
+ azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py,sha256=TWNu4mX085mzE0Ayw_k21BSzXpoMkKE9lRZS_yqPcTA,7190
735
735
  azure/mgmt/storage/v2022_05_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
736
- azure/mgmt/storage/v2022_05_01/_configuration.py,sha256=NV6Bnb2UC0Ym7nyAywSnrsuLT81IRn5J2F1VfwGSdeU,3489
736
+ azure/mgmt/storage/v2022_05_01/_configuration.py,sha256=I95msmFtYUhzKQTt7pv9tkgTv3cq-kp-hkGpysrM8zs,3427
737
737
  azure/mgmt/storage/v2022_05_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
738
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py,sha256=VSLQPCM9UgjRThcwAxtKHCv2N1XrAx-9DkiGBkz9kGg,10564
738
+ azure/mgmt/storage/v2022_05_01/_storage_management_client.py,sha256=eNms9pfVK7KUb2cu2S_-mf9IxTNZkS-bH0GsDkRFIsE,11616
739
739
  azure/mgmt/storage/v2022_05_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
740
- azure/mgmt/storage/v2022_05_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
740
+ azure/mgmt/storage/v2022_05_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
741
741
  azure/mgmt/storage/v2022_05_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
742
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py,sha256=cPcbbGYldDH_GKJPtVKq7t_sdx1A_3-OFqgRb8RPdms,3537
742
+ azure/mgmt/storage/v2022_05_01/aio/_configuration.py,sha256=7ijHH9h4UHXNu5YtVE_Vc5hu5xTyOX3J1WIMemPNjnA,3475
743
743
  azure/mgmt/storage/v2022_05_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
744
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py,sha256=Z2Dq-yPIYmVRUcdmp5sHqg1nSTG5jSePhkdfHF3WhK8,10791
744
+ azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py,sha256=zTm7kFg0doiqqh8kQa0yQl_dZU2yOu_AADI3EYupewQ,11867
745
745
  azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
746
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py,sha256=IjfsDtqCUOtPU9_ZRCEwZyJS3tDQZDHLTIkgFPnryCE,98713
747
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py,sha256=0GiYl_PtTmCYPinXUUCmxcdnoaLGU5GSz9LNeA13ChE,21581
748
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py,sha256=EaMD58yBdN3YNu0D7kasGhWaBz1d1jHVwPjEqbshFuA,19180
749
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py,sha256=c88HF1wFDMCZQH4jUCAqDenP8PNrM6vW1Scb08H9S7E,8835
750
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py,sha256=9MQHnWgda3KIy8IWj0Ciy-WxEDSgqRLHUr5imzBJvFU,28049
751
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py,sha256=wLBT_OhOBAVYGv_qrPLxS-0VPm4B3v8GGKNH7avbi9o,17189
752
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py,sha256=bUFAAcwa7Fo7iqt6F-gcrBvcY37QkvZWOadWjGZjqio,49768
753
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py,sha256=hgbYnl5T8krzcPy73Kvv3YOQITPXxFJqT9jmZkUnNwY,27398
754
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py,sha256=YwBP8XGev5UkbIcyd_jVT1UQNVdZhhGNf2AMQx_JcEA,16638
755
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py,sha256=2YaDfTA9e2Cw-wOg6jA8bMDBf6i0UJVi3Ady9_WiZv8,22798
756
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py,sha256=eBAvTYXadMFWrnq84FYMNChMu8pqUk1C17-lJUq-9HM,5761
746
+ azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py,sha256=m56wYV8q3_N4SBbSgOOAjS4IX0Q_reagb3adDsTDpgA,89289
747
+ azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py,sha256=_UcDFPmbEhJfSqZctLN1X1TrKx5EPmTuN-TAuEI8FTE,20292
748
+ azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py,sha256=XCDCti32mA-GmbXU2V9gaKUIk6oscJqyqnWSBTxQLbI,16725
749
+ azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py,sha256=QperePT9LKpUTZeVMzqvBzXHFkfoPRBQz1VeMAnG6UE,8608
750
+ azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py,sha256=R9d4GGEKPoYIkFyXv8pHHvCMhyffHc9M57vwwO4ck1A,26462
751
+ azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py,sha256=Beri0y339uYZF7HQ_8kNEBZBUXX4R-a2EuSMecL-BIA,14773
752
+ azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py,sha256=g5Ri_yCB9jdZxKRQVLV405qitqfe1vHOtYGuUesQIQU,46621
753
+ azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py,sha256=k8tWlJCi2awvZ-yAUdiHtP7_mMyCyfmbZKSxCxU2rWE,25598
754
+ azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py,sha256=5OXNHvAmxppiJUjuesEg6sVkkARkD16usEoDSBUVXis,15648
755
+ azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py,sha256=E_pQerr7dqVbdYrUweokcY1KSTE6KKUHm2Hu6HEcLl8,21480
756
+ azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py,sha256=Asiyl2CvkoEWfpUFyxdrmAcxtmMwiGJyJKS7TlKIyhA,5797
757
757
  azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
758
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py,sha256=hhT4Y1ZvYZpiMS8heGs6JuBs5KMdp05CedtDUUkYTdQ,21452
759
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py,sha256=plV9OBOCkLBjy4nk0L0BSpq0o8wuD2BxoAgoMerhRnM,5257
760
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py,sha256=mv1AKvTK0YP5yl8bu7Vest_G54DWcaucyAHHVxmdORc,29646
761
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py,sha256=0soVN3ehLf3Ex8o2Kft7Z_yDCeSBihRhgIslu_A8FFQ,17544
762
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py,sha256=CXx1h60BYTjvvswWNbOG_9J68gasdrK9FyeW7Q3xUtg,5896
763
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py,sha256=z76iWYsUjD7KCI9ryR-yWNrmNg6obB91o93X6dikWNg,101334
764
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py,sha256=K0ySdTCUOB0e8FCuJXkDZdtBsfbHhPvmJ7mS2bNT1V4,28461
765
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py,sha256=uCGn3v0yVXWJBOB0DL-c8b4iraOChAgj31AANUSE7Aw,17544
766
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py,sha256=fksV_epLuWhqVO232ffKvUzuirL8u_Ps_H-R6AE7J_4,6143
758
+ azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py,sha256=jZIP0HBp49SqJZv2eQe5p9xZE8l0aW5iekFLtK3nCv0,20135
759
+ azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py,sha256=9GOKErMMsnnWfOZkFqRkiJ1K0m6Yzp8r5AbaGOrfO0Q,5174
760
+ azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py,sha256=6oTrmo6dF3C--rnlH75Bnu4ED0dezq8J3XGVcgvoMC8,27768
761
+ azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py,sha256=XxgoCb1ILHKcUEPJ2Hz4SNWOQWVJoRVo1kuEMkeVgk8,15117
762
+ azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py,sha256=ozCs_WpimsPZD4HAtQlWjVg6yCkqHbXbtPEOUcbdgE8,5907
763
+ azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py,sha256=TUozfai938QY19tRkub9_wB6ZqfBWUzdySkQu5JXsWk,88995
764
+ azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py,sha256=-Mx0SI40LEYvFhgL-VB4iwcdEQp5goN2OfxEMwPWNZA,26583
765
+ azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py,sha256=Mm1MbTrbFg5MFWyOVdvAUUOW377N4ATjzXHhdIFBPqc,15117
766
+ azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py,sha256=fycH97miEanf6l9bIFKJeduzLW1qWAh1aBsGC5B_a-U,6093
767
767
  azure/mgmt/storage/v2022_05_01/models/__init__.py,sha256=3DUEo7WHWSvBQIzhsoyZR4soz9M7EYhBDMgYL6Wkz7w,16769
768
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py,sha256=YbojnWm9n3PUhBS7nPMun9H06P8XafEmpnuZLIcJktw,383789
768
+ azure/mgmt/storage/v2022_05_01/models/_models_py3.py,sha256=HL3Iq2DkACAz9aiv2Cq_CgxIhP3_MYne2QuFx1LJyxI,384093
769
769
  azure/mgmt/storage/v2022_05_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
770
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py,sha256=VkIHqOUGxlr5EosqcTlQciROs-1Xk-CRgDwcVJOV3EA,17786
770
+ azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py,sha256=7huHnFifgu0QnQCmpQcGF2HVyo5nb8nrosuNrRRtxUs,17746
771
771
  azure/mgmt/storage/v2022_05_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
772
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py,sha256=HfKZuwiyT0DPo1kCk0FDqIvGeIC3vQdx9TcppDFIA_I,123790
773
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py,sha256=Z1arkW3J1DTT5XzzDT_Ikcs_9Tlm0WTzTo69a0UMZ6E,28053
774
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py,sha256=dcqs7k5vYn8sag2krGt5e3n_XuPenE819NKx6QSt4Lg,23934
775
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py,sha256=iNHPKbAmaosp7cX-ermKDFDvfblSZXXmdq9h3ygsBqI,11025
776
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py,sha256=4gaNDa--cE1LfpuBnHS28SHcTTqP0FMVpt18DZYzNYU,34624
777
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py,sha256=phd_wg39nyuX9Ra-xeAVc5CqHqoT4P7nWbuqPAWgJb4,22055
778
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py,sha256=sgsp4bRsqDpIv3e5ohyv6zkx4Pm38SnLYTE5jjIh53I,62742
779
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py,sha256=PubbbOQutQSZscjumNJDwYigysDE-ljOeL2hz9pVGMs,36606
780
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py,sha256=mD9pwL0QUk_Vh_dWR0hYGJiEgooFPxXQGpskLWtbh5o,21515
781
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py,sha256=UfDuJY7lstJDm4PRzxZU47J2ELKu1ChdecIbFukCRUY,29268
782
- azure/mgmt/storage/v2022_05_01/operations/_operations.py,sha256=raLOzid0Jdo3vCOVDBX6HSwXbWWwcSAfuRfl_dZWpT0,6452
772
+ azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py,sha256=23uTKhuWtzkRW8I9Qbnfg05D1gAMJdQwE8i37bpLlD0,114409
773
+ azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py,sha256=su8s8lI6V7LtHTlzQHt32N0_5xkIvnMvX99rkXo-dTs,26764
774
+ azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py,sha256=ZgTtF5YK62wKSfYChgDhmoyDCvjHbhqzd0fTUtJS-zs,21479
775
+ azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py,sha256=MiDqDn5qUP17j63ZQi4gaN-vPxI8mZXCrYWKphitPzc,10798
776
+ azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py,sha256=0x5seJ-7znKqdYLUF3FK8a5_O9UV9w63lNKdmk4Qya0,33037
777
+ azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py,sha256=Cwxe4oBQbGXxhHM7-yruQSh-SSl4jD0Mzw6FyUnAN8Q,19639
778
+ azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py,sha256=bua9UDtdo9Oz-8TPzC-QisiNFGiaSJyqEIOQan5UOUQ,59595
779
+ azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py,sha256=Ux-P6DsigcX0QjHCBUGi2O2MiaD_OwlwWS25HNF-byc,34806
780
+ azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py,sha256=CeIS1Jd_UA8Fq7C6Ohx5T-ekxgIVouY7QiNxi45DUQc,20525
781
+ azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py,sha256=FBNcTMxPdwiLtEtvk-PcZTQ0NFjAT7M8Xju7enpdPqQ,27950
782
+ azure/mgmt/storage/v2022_05_01/operations/_operations.py,sha256=7QGCEJYKveSUkM3kwwfs4HuK5jgDuWy-puhbDb_h_Fc,6488
783
783
  azure/mgmt/storage/v2022_05_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
784
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py,sha256=4Ju7pINiiy20iecC_6MhVj9TXQlVAtdZ5VliY5NxTq8,27991
785
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py,sha256=MvlXPnih5noXJEUOlokC6upFt06LeL4p2PNH2UR9_X4,6698
786
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py,sha256=78zifwV7mJnAotm6Ur0fR5lXgAE8ABzkoN1fKeMVo64,38489
787
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py,sha256=zgu8bobXeQQJdWM0_MJswYPOaIsV-9HMVnOumsBxZ1k,22412
788
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py,sha256=2FNPZC6gde2-AgjM6ll0AHpxqWXzj0BFKI2nzubp2tQ,6835
789
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py,sha256=Fuqh8_Qcg_XSscQ-mE6U2oAdAt4VvoMMaqaWHnw7zEk,123367
790
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py,sha256=T0eksRWXN1goObA-hUZz8-3C7bRVgRcPIHt5lsjP7bo,36703
791
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py,sha256=FK8mdtjO8cEAqHLqxCYYuosD56UoX5OqWLv-XopUwxI,22412
792
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py,sha256=M9S78XqtE8GtC84S0mMd3KgkRjNm-S-dOhdO4m8ARXA,7240
784
+ azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py,sha256=f6xgWkVi_Th3dA5aD0-5KgxLBYZZtGxftaypfUEqus0,26674
785
+ azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py,sha256=L9fJ1357jmS67yXIqvFXJd6PtqVkW92mUAf42l_6AMg,6615
786
+ azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py,sha256=zkotQhnQqE62z4QIWx8ku-IOjfmFfjOBuJROf6khP_g,36611
787
+ azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py,sha256=0P5uQDwI6CZ7gqvotDxaUSCVqXDhOPTLAzTHMT5OL28,19985
788
+ azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py,sha256=Ds2JCEF3Zw-joO7V8ixBS7pljs6FfY40fr-LmkfiQC8,6846
789
+ azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py,sha256=H-TUHx1AXsXKB26oURZHjtoBCZoj8CpUb4Q6PFbG4qU,111217
790
+ azure/mgmt/storage/v2022_05_01/operations/_table_operations.py,sha256=8ZV5nEqm1kSB_-MwYi41bAgpOqW2Lt1-TOEdaDsOhXM,34825
791
+ azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py,sha256=FyKLWc4V6Vq_BHFaav15sMPX3uFR8qnznUhAPdbT_hU,19985
792
+ azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py,sha256=D2MAPBtzjkVgmXvaZs6RZqbJXAAURCyJfZwcGaRYmV0,7190
793
793
  azure/mgmt/storage/v2022_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
794
- azure/mgmt/storage/v2022_09_01/_configuration.py,sha256=VUSM1Cxqegc7Va0XgvIacwRvjKNgDIBjPtWRNNyBTXY,3489
794
+ azure/mgmt/storage/v2022_09_01/_configuration.py,sha256=7pDOyWNft4Dwu1Inn9q0hAvpg_hao4IxP8mVk5mBQLY,3427
795
795
  azure/mgmt/storage/v2022_09_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
796
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py,sha256=ig3rLgdjzcBoYZxtWL45jcmmq30dhjRV5cRK98jLAfg,10564
796
+ azure/mgmt/storage/v2022_09_01/_storage_management_client.py,sha256=pto9iGzh5ilw8BCiHWDOKAEaPnJ1f-rekYOu0NDT09g,11616
797
797
  azure/mgmt/storage/v2022_09_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
798
- azure/mgmt/storage/v2022_09_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
798
+ azure/mgmt/storage/v2022_09_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
799
799
  azure/mgmt/storage/v2022_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
800
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py,sha256=bPa5g6jn3Q39SxjyZ2wjWO5VTkJjInOfKqUVE-XcStE,3537
800
+ azure/mgmt/storage/v2022_09_01/aio/_configuration.py,sha256=ya7lrqYDhCBF4nMvlbaatrYDbOYSQ9Ya2ewEKbsCX9s,3475
801
801
  azure/mgmt/storage/v2022_09_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
802
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py,sha256=HYVpoOtD400xtrIvr7lruKSVmToSuOe0a30Vf4rXsME,10791
802
+ azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py,sha256=SWwFp7NiH0f1WD65laJXYI9MI9w341O4KkIDCCrLhMM,11867
803
803
  azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
804
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py,sha256=ZteJXslbS01gW4n-5FuFExCTPC4sbWhrvUBey-M8iPE,98713
805
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=qohybLXihJ90ihKew2RYWHpGLSN8BljzJM6OJq5gDvc,21581
806
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py,sha256=e9DUK5CmCzkt-Pu7e3DHC4olDT3EVe0czUS1vlV56qM,19180
807
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py,sha256=B38WHujAmNROtigAt7CYG_VxZ0QnAliFroz7Pri5fi0,8835
808
- azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py,sha256=RCkHrpJYSwkxmOSluQXCgBePh1VPP3jHqJGmy9tBfsk,29026
809
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py,sha256=hOSfKZMK-r8zb7jCCWyHifZXTyswjB1PBwcAYHl9c34,17189
810
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py,sha256=Xo2oVUy_X3FDYZoRmZE2U7prtxS8dixKIv1wQhD1yRs,49768
811
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py,sha256=sKTSMh3y8C-xmqzEISSbH0MGNk-WUGMF8iByMZ6zRH4,27398
812
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py,sha256=ZGnYSdbarqyIu5Jnu2FNyn8jlAQeB9K6Q2lcFeNVob0,16638
813
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py,sha256=IM3DqhxDy9fcX2bEALRN72LHG6y_BwRKYTxANr8EmrM,22798
814
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py,sha256=WNBNUtGDBDc-zVaEFH_tAI2UwlybD32pomFNrftFpK4,5761
804
+ azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py,sha256=wjqCa50hHGScAef6jrdhjwgImnz1XiiTP7F3fD3phHg,89289
805
+ azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py,sha256=iNmuY_JEqWwp3Yyl7G7DDHmyLoYDEZoG_h-62fbbgXw,20292
806
+ azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py,sha256=GLieiHQ-S9CZ8i6ttuLX3HAbEMpSJWxENg1zwo0FQMI,16725
807
+ azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py,sha256=cEBXb_n4kBjUKn8ot_kYNxLBAwWme3CVmrrsK9T45hs,8608
808
+ azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py,sha256=dEwoUKPg1UcYm9dqdB9OXFyhjSou6Tf6LCJ4U4FFbxI,27439
809
+ azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py,sha256=7nX89kdQQQs34m33gMb1klViJfcpKGiHS8Rvesz8sdo,14773
810
+ azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py,sha256=it2A2obiuQMEEtnqAg2zRvmeHBhdVCnjeJKEibXBwoc,46621
811
+ azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py,sha256=RBqZ_fZsa6lzT9Ty44obocmPn0TNbN0J5qSsLCtKB2w,25598
812
+ azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py,sha256=EWPJPXI9w67C1Ik3E-sBYVvXbVuEJxo2P5y0AuIV7eo,15648
813
+ azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py,sha256=AFHAkgocvUROVl0pKHIG5I6UnRc15uybAPbbfdavtq8,21480
814
+ azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py,sha256=NuhLx03pGtqNygKOaoyb3lU5UgHSX3TFuxdpP5tSmLI,5797
815
815
  azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
816
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=y87BkRop79RAbTmQL7METk2d5Innf4YDWTHpSvcywQY,21452
817
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py,sha256=4Z_XN8mE-Fs5Dj5TJCteX6p_RLqPjHVgP22b__krQOw,5257
818
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py,sha256=zOqzUEnbbefWypSkNxp7ubU4vzbUkOFaez9xCSfNneE,29646
819
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py,sha256=YYgQtuCY6hhvbSwXscNhKFKMyadhZ-d00PoTpSft0Yg,17544
820
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py,sha256=LsdcgWbdIPB5s7PxEB6jE3WxKS_ooQ_3yemFagRoYYo,5896
821
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py,sha256=CLKXXWNm5tu54dy8MYhI8ADXOn-wMqIiBEBWgPryYn8,102494
822
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py,sha256=CxOFpboMm5PiaAO04Zw5RpkqQp8kFTMzYVQF7gvqB-g,28461
823
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py,sha256=sqV1_5A2asfc1L_ssG5KmQHVxkMNUOhD78kVBtTEEOU,17544
824
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py,sha256=05xDFSuFRUNYkvJoBhM8-3ZUGDNtR0a2ltB1V25e8Qc,6143
816
+ azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py,sha256=Vm2v3DoxoI7UEtugYavk7aTteSCyIT-3PR4t4ZD-1bg,20135
817
+ azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py,sha256=X3b4Z1xcbsqVZ2yXen7lJTGb2FVF_HcUHv2n727jG0I,5174
818
+ azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py,sha256=vmiBooZFWqVtZrkMW6rtLi9hesV8EPAhszxkKYz6sbQ,27768
819
+ azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py,sha256=SxbczwWTridKKAllXTmdoVPQ_LwPtEGk_2JEgX5yRJY,15117
820
+ azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py,sha256=FS0lkD2_LuEpNIlJBjmFq3QfliTMfZ7Nkx50oEpk3Do,5907
821
+ azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py,sha256=MSFrAT_Dl1_UbAy1YmtDFAteo5dGtGT13ysyfYdHzLg,90155
822
+ azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py,sha256=GLPGDF1wIHhhlZOwrzHKmxef1IM0hm4_Qfi9E3N44Ko,26583
823
+ azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py,sha256=xQnKttXjf0tR_7YTug27_-e30ru8nlG9weWVuIqk7_4,15117
824
+ azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py,sha256=303x2lCcT55ynoYbAErT_s7Vt8NNrjpwRnHm-ub1GCA,6093
825
825
  azure/mgmt/storage/v2022_09_01/models/__init__.py,sha256=r8ROiXw8vf2zkyYp0vhZv11rj--zurXxn5O3e_VraBI,16878
826
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py,sha256=wbjpi2vuHRrF06N8lEbIofooBIzAru4tlnCoasadk1E,386632
826
+ azure/mgmt/storage/v2022_09_01/models/_models_py3.py,sha256=05m0k8mZLk1Q7ObEf5w6fdeM_rZOM7NalMbIgkJ261U,386936
827
827
  azure/mgmt/storage/v2022_09_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
828
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py,sha256=fU1S2byZqrJD-JsYbQhU2SVwIV_hmvinrWjWgjaEMNY,17975
828
+ azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py,sha256=wJ9QetZYAyjxEHDYbSCBPttvl7JAPiT_aDKNPdtOhBY,17935
829
829
  azure/mgmt/storage/v2022_09_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
830
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py,sha256=9_OFT_hSwnSQ2Lx0fZquLORmlErrJJgFpjSdZUo5RsY,123790
831
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py,sha256=jmOCDSUlrG73UXeZc6jckU-zcKH0NTE6xOvUH-U3oVM,28053
832
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py,sha256=dEIaUNOJdgtrXr22He0lycNzM3Y-HaPBnCQq9j0-47E,23934
833
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py,sha256=lIDdptd56be9ACvoxq_bDHwFYdxRjvr94tHx3Qmfh6Y,11025
834
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py,sha256=GPbZU8o8BJkKBklskl7TKQULsQ4elr3UHpNvihWiPfE,36138
835
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py,sha256=a5KXjq6I4YHUsfmlKLq2hBgzMU33b3bIoKpqAv_4VXs,22055
836
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py,sha256=ks8Bza2HHznTdJ5aX1ITY6S7BJpwV_Fc22tqqVBdbAY,62742
837
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py,sha256=HQ6KuYpmqoIAEFC-PG6evNcGy-2tFCCn4NLIyCi_OBg,36606
838
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py,sha256=sjJKqdTNj-qaj9DO44EKxXNxc4ciwdpgz93Z6D8iKIs,21515
839
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py,sha256=_Tvjp9kpuI1wtX-Bj8yOUGB5ur46YFo0vjmEUYODUxk,29268
840
- azure/mgmt/storage/v2022_09_01/operations/_operations.py,sha256=LRLwFwe1n_oce2q3Ete-kedpjwIfFdH7PfCZFO31pN8,6452
830
+ azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py,sha256=Xwmp53d-HPQ-qeB_V-eor7gwTQe4g9nBGRpPxpXQDy0,114409
831
+ azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py,sha256=7lQBiYcw9e5JoFhDFBDsENNNdd_Agl-qTP3eAcirRkg,26764
832
+ azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py,sha256=rls3klZRD2OluWoU97KbMbEGdwRrmR9cuTjwmfZHrdQ,21479
833
+ azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py,sha256=3sSUa9738ujwZN1lfuAphHhL27Kr-0QAoOQxjitcKIk,10798
834
+ azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py,sha256=Z6KFJFsS3TEueqqRw1lqpjHiFvTd2opZg9ibwoLmizA,34551
835
+ azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py,sha256=wxWMBtf6CwlN4vFuNmKyp2cVPNnHkbBXsYzaGeyWU4c,19639
836
+ azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py,sha256=6NCmqk42xATaX5LzazXEjE4Lxai1FPrIqYkOyl0-10I,59595
837
+ azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py,sha256=yZ6VkYYuhqEKvaDPNL42TBdlKKkwYm2y6zn2DImCslE,34806
838
+ azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py,sha256=42-Oj8WyEE9WoVavMO8mXw1pCj1M5TLXf8ubG_KG8nU,20525
839
+ azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py,sha256=BlDOMeF2cGmVS644NX4ckWRbMqRn5z5zNL2Kdp_Hhy0,27950
840
+ azure/mgmt/storage/v2022_09_01/operations/_operations.py,sha256=HBriYJZqpNaN67oDt3aj_qqsDFsKRR7C99YHvS_Ihes,6488
841
841
  azure/mgmt/storage/v2022_09_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
842
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py,sha256=nbuAK8m0zGJD9GsTH9WEV6KgkKRkCxUGsZv8WHlLE2M,27991
843
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py,sha256=6f2tuU0_3-T3JAJmQ27EJ6NVA36eri9NUrc274oHnKM,6698
844
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py,sha256=1LS8swcDEuJJRuN_Kq0lf-yY0CAVTLVHqO92kl9JW58,38489
845
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py,sha256=yz8b0R0HBvekf8JWDApZpioua2i_29T4qdT18-ymbGs,22412
846
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py,sha256=lTEmTF8xDpHd6YfqsP_VowjejzJ22cuKej_OVODv5ts,6835
847
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py,sha256=_2chL1Bcwx__5BLxaZ2BBVAcZNwvHFoGDHLfni8CU1A,124722
848
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py,sha256=AgjaaL_P_48U4LjhzdQwoBExBD2Vt8DhEqB5Dv2132s,36703
849
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py,sha256=tC-XBxbOPwnY7gAMOKQRua6R6wenY8q_6YA9gwBu3CU,22412
850
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py,sha256=7onAdN-FgR0HsIfWesdF7NjDKP7e7EEwjm5P-fjOX-Y,7240
842
+ azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py,sha256=TEEnysKLDYiK5c8bJnEmqusqo123kFeV1QtboOsq1aI,26674
843
+ azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py,sha256=1SJz0F4LeKJ8eBcKGbqaSrJLWckXIpprzbxM33vJ3A0,6615
844
+ azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py,sha256=sLRaXhmbv-wQOvxGV0duu1BWBx48gXu00yPKZLmxcrA,36611
845
+ azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py,sha256=gQw6F5EbvW5WLzq6ci2UizfX_N9JV_tesZssliORfV8,19985
846
+ azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py,sha256=UTDzBfwySs3sFDDcZENC39hBj4o-niPz33rdfgtBnmo,6846
847
+ azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py,sha256=L-7mhOwPKefwyW1bo21Nk_rKuB0ruxmtOOV3dNf2YKs,112572
848
+ azure/mgmt/storage/v2022_09_01/operations/_table_operations.py,sha256=6vlUIK88M8TkmgCxWk1k4JzZ_oBfmmOnc97FEJFUAqg,34825
849
+ azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py,sha256=p6Y13jkrdpgOQA854C4pl3EHgbY_MGP68Z6dV5xv3Fo,19985
850
+ azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py,sha256=5pEUFSv2ulfsVKr_7UrAzGq95mAPybDbluaTMqfsljg,7190
851
851
  azure/mgmt/storage/v2023_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
852
- azure/mgmt/storage/v2023_01_01/_configuration.py,sha256=vdlSknCmkpobAf0i3gmLZy_SJZSwhMom8djuobEYnlU,3489
852
+ azure/mgmt/storage/v2023_01_01/_configuration.py,sha256=ypbb2NAPBkrcV6oaFoLcin1yJHU8TNsHsaENw4yuWFY,3427
853
853
  azure/mgmt/storage/v2023_01_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
854
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py,sha256=dWMw38lbvdBKwW1PZ3ACFkiXf1wCshQWBXrzDpcr6nU,10564
854
+ azure/mgmt/storage/v2023_01_01/_storage_management_client.py,sha256=o7w0q2Dn6w20sXMCsuLnaH5eaPAN4Sd-3toP8CNcEn4,11616
855
855
  azure/mgmt/storage/v2023_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
856
- azure/mgmt/storage/v2023_01_01/_version.py,sha256=VoUKqTFz9G7oRuL81BWRiPuVIqq3FfRF4oHTUV_PmSA,487
856
+ azure/mgmt/storage/v2023_01_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
857
857
  azure/mgmt/storage/v2023_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
858
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py,sha256=DE-cdTB0JWLU7NSgK6ttqv_fmD2HH0ZtsqfXA9ZZBGU,3537
858
+ azure/mgmt/storage/v2023_01_01/aio/_configuration.py,sha256=0d9k1r6rF9sSV1VbfZniAgzpgueIMSdqXhBFYg6gtuE,3475
859
859
  azure/mgmt/storage/v2023_01_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
860
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py,sha256=ECfN04ff-fCBvxkFrN_uaBjt8Sigffd_ehoWCKxbDfE,10791
860
+ azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py,sha256=5vGE7deN_Jc2r-jDivBBlQgtx-VG0RbfznF21vlNT9U,11867
861
861
  azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
862
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py,sha256=rHSQ8X8s5xDHj4w--xZQWXdalPP38MVXEkP2sEtl7QM,98713
863
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=xuxop9bzVS9ZHf6U3UghTFs_8-16YQk9bGDwng1x8AQ,21581
864
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py,sha256=IzURpWQw2HR3PHw5oPmqwkZ8FmzhQ45LAxssnKJhrjI,19180
865
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py,sha256=gvl5Emq7WM_S2DT0yCMz7QyNHBnmQGf6R4VEW0AF8rw,8835
866
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py,sha256=jH5I1wZZ5VDcy-rwKdtD_4wgX5zw-gWYQ4tv59KaVjI,29026
867
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py,sha256=aJG7grny6Rz6sgAugzYNbrn6jug9jtc5fMkSc5YS_4g,17189
868
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py,sha256=2ohIS_XliwyAbbK8fsavQUWsdl-yVGGRzj3WJrVgoxA,49768
869
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py,sha256=sPpBPKYRaQMuSTj-Yu1VyYID2HNowOKeePNGkXw8mlY,27398
870
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py,sha256=KpYRvl9kbhshjz4oEjYQ4Dt8T84BG-F942AiyyfP1Kg,16638
871
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py,sha256=VdmdYA8eLR7qpHjwRuUM9dr5XS9u5NMRHY_wt2Myges,22798
872
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py,sha256=6R1xwM7s4sdqM9kN1fyyIvehn2Zy17WXu9pFfCD0ZyM,5761
862
+ azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py,sha256=R2R8m75goNfcm9n_mLrbUQQ4oOaCvqFyrR4HPrdrZV0,89289
863
+ azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=2GwEMc6osz-lBaY1lYdCAjFzQ1zldsqiNe1ylnNSf3Q,20292
864
+ azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py,sha256=9PNmm9HjVkJr0wwkQkdJ4pP6HQytjbTOyBYpl5CivIg,16725
865
+ azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py,sha256=e7FQkSobVVP9-nrWD69nheBpYKSaFkRS58Q-YMTeYWw,8608
866
+ azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py,sha256=d4ONRr2WY9TllDj6p3Bzz7HauxQWpKcp5F7pULHgpFE,27439
867
+ azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py,sha256=kzWgGF-QhRuIbb75Y42M586ZtlU4NRcWOtn_7jkJg2w,14773
868
+ azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py,sha256=7VeEK11mH9CYQuVtbYO0p7hTWkCDQArIqPwHz8YEvyw,46621
869
+ azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py,sha256=6neazbkgxgpcr33oqFvSelwcTc-xDhEo-58ysJ1CquM,25598
870
+ azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py,sha256=djIr-uP2cUJGGeLQDFzu1XwLeMMadG1_FcJYo2N1GdQ,15648
871
+ azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py,sha256=HII5MEB_8HKq_8I8zo9cw5x2tAYDFUex5yC9sXDP8PM,21480
872
+ azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py,sha256=C0FcCDQFqTGY0gj91LdRtyxDW9RaA-N-NHJ2KfLDC90,5797
873
873
  azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
874
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=vbzYENvEttN-wPoGM9o29isUaAwSbVyaBm-9mBon-60,21452
875
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py,sha256=DYjak7niYujrWK0X9KCurWzd4B1NJg9nNGFnUw_z0uU,5257
876
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py,sha256=r_aDsQj9JioExoBQlNDluyOJ6aO6Uiq6hI5FuuxDUwM,29646
877
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py,sha256=Pxw68ANDextkH3T99MWGDR4D-lkHAKvQWVgqKEJFNvE,17544
878
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py,sha256=SbNLnPAU_FqiaTV4kaUDiwhYFBfYLohK83W-bDCIUYA,5896
879
- azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py,sha256=NeVumy7nfpVMmG0nfAHO1XGZ-1bH9ZGE1hOHcpZWDg0,118708
880
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py,sha256=Zn3jp1cSYmpxdw0Opu6UWNpHk1EkJOliD3Au8ysxo-c,28461
881
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py,sha256=7UKNVUMG5i-5brdhXrALBpgPTqrEAcL15LX1fBtrvnw,17544
882
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py,sha256=AMXkQsGhIw7ssL5WextkFkRwoar2cOTIPx4yfWFGPjc,6143
874
+ azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=SLmm7K4oAPRcJIVixye02Rka4o6GJNkSdkwkVZCUPI4,20135
875
+ azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py,sha256=cgUT4CsIjQ5pwnwKI2MbztqYe6NRWkuj6t0tYYVbnac,5174
876
+ azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py,sha256=42l8P0YWaiabWzq1rByv7CG3dyMD6AgvbfhI9xBVjqQ,27768
877
+ azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py,sha256=Wm2rlBK9e5cst4MLko4yWBiAUym_R7EOzwUWJ49hLiI,15117
878
+ azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py,sha256=_JHilP2wCT4-s2pCmu_yX6wxX3dBXUNlrrbZFaKwom4,5907
879
+ azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py,sha256=8Sr11MJx9BtzBsH0JkqXKIGu6J-R0NgcR5JY7B-uumA,103548
880
+ azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py,sha256=aiPJrT9dxVAswZj2zKeDJpULj1FZVyxWVOT8i6DbEMo,26583
881
+ azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py,sha256=y6fVrgXicB3VhfqIjmc76CI2UOuWV-XefsjAue97ql0,15117
882
+ azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py,sha256=ktL3x4AmiUUSY1BNWLJv34qnybGBSDSAZE9HH15235o,6093
883
883
  azure/mgmt/storage/v2023_01_01/models/__init__.py,sha256=m2SEdAgwlvrqsnUAnZdGXH8_vEh8fVJ9QDe7uD-H3Uw,17634
884
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py,sha256=yuBjsnvO8NbZeKfynHyKT9Qilw6Rj4w_5fEi-ICPPzg,397871
884
+ azure/mgmt/storage/v2023_01_01/models/_models_py3.py,sha256=lwJYmCU6E7JfCkN6KdXggvESX78BLq_w97rLTm0yG0I,398176
885
885
  azure/mgmt/storage/v2023_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
886
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py,sha256=wgAcy07LjXmOi9ieuhUDF8Y3jxa4h1ogXwSCjKmKmEc,18966
886
+ azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py,sha256=l7ObiJjQImXBXn3Ahvp7P5qi5vd-S8bj6KbAmZkjJLY,18926
887
887
  azure/mgmt/storage/v2023_01_01/operations/__init__.py,sha256=1wZfmKAh_dVAbrReabOzkYBPuMjiW8mgmHvWcpymLrA,2605
888
- azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py,sha256=YNeXzpRktvJFrh9wMRXXLCHm-f0gEVy1pcudT6bTkq0,124434
889
- azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py,sha256=PZzO0SUIgeRV5rdhu2kWwo0LGhOceidUjANfc3Pwp9E,28237
890
- azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py,sha256=Uv2vcZfHJWgqWOYdP1eml_3xl41OSFwiD_ys3AZDrqM,24072
891
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py,sha256=0bjqa4T4dWQ0h-yYTZKGLzlJBvLcha9PwAhvyZB645Q,11025
892
- azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py,sha256=q291rPs401SNEgikv1Fk3zS-txZmUpNEbyReeqZqnLM,36322
893
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py,sha256=ztGM-0-kzoGWc5K1P8pMkzfPAvQ35ebrOnMmg6oA5IM,22193
894
- azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py,sha256=eBdtMLDbUAoiLFFsZ2mCkKU6tnckFz0eq3g7cV-I6MQ,63064
895
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py,sha256=D5RDTBCmIQfOO9GFDDhdbY9huh7H8MpUhmzJcjdwaP4,36882
896
- azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py,sha256=RpQAZvhPMM4oEDvXySGy2002Jvs_LUufMNv4pq0UA6I,21653
897
- azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py,sha256=RW-0Jj8uyftluBfAH2-8Csb3PEIQiui_SueWKCvsSmE,29452
898
- azure/mgmt/storage/v2023_01_01/operations/_operations.py,sha256=ZMQMa21qnzBjr10EE8Pk8b15V8k1BDg9XYKxHnqF8CQ,6452
888
+ azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py,sha256=h-8D6Dbb8jATMsqUMzEb7jfytmXc5JBXfJhy33KRhfY,115053
889
+ azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py,sha256=5FMbtMyXdd7Au9h8-W81-KQpYF5q0XcDeX97FB8JyRI,26948
890
+ azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py,sha256=pwGY8TYTSdIHz3HoX8dpeY9XxgwRVa0UIgxRgiRWGnA,21617
891
+ azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py,sha256=Vnpv2UzQsBoLPUoWEAz2zJ99Y7GfZy2Ral4tWkcTUuA,10798
892
+ azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py,sha256=j24dIqaYYIJllWHdQVX__-tv8ZZEsk4YZfTXqeuBJE4,34735
893
+ azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py,sha256=z6s0EthWnbKprpJL1oWTuaXnaogIfvpLKkUJUlm-QFo,19777
894
+ azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py,sha256=UEFojM1QU7hOn2kox41yPhjEvKesLVRXYzRJtVXo0Ho,59917
895
+ azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py,sha256=a1xMhG9zem5mWoFA-_8ej9DULRZtmVwG7Unb9cI9JZk,35082
896
+ azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py,sha256=mNOXsQEn4jVHQ7K3rAC5ubs8kIGsB1WcJA4eNiDyVco,20663
897
+ azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py,sha256=OCtSDfMuv-T6PeQqK1HqzmV7DQxxnnA9Tlhe9O62ACE,28134
898
+ azure/mgmt/storage/v2023_01_01/operations/_operations.py,sha256=kXZnNydSu_zk7mlD4NtWNEYaoVWjMT8OrDGOeujHhw0,6488
899
899
  azure/mgmt/storage/v2023_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
900
- azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py,sha256=0V0Vdqvl6K3p8kn2kjSSDO3pbIQz9LmbzLSjQ1KHFg4,28175
901
- azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py,sha256=Hy6sov60uHhnBGP5eegGf-khaLarvBGD403QU0kVqiI,6744
902
- azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py,sha256=9rEZuGQnNwMd8M21jOUiHKiq4FpE68Um28SvCiEEm5g,38719
903
- azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py,sha256=ri9jLrAh_5CkkmAd473jLT5ki2WQQBabYc4b5N8BK1s,22550
904
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py,sha256=DxJXG07O1gAE92wEXJkQw6CwsKtE9vTYAcleeYpGeJ4,6835
905
- azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py,sha256=HjCeBGCMTxZMNZUz-Bx5Pdanc9Pq5_xkyIMdNOe_JLw,144669
906
- azure/mgmt/storage/v2023_01_01/operations/_table_operations.py,sha256=JNuWSHSElvP_RdpcjFEF0beF91Ra-qqp7phOw3q-T3U,36933
907
- azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py,sha256=hamiXNaY0X_9X7v-iMuzeZwx1YM1bh4ZRD_pnxt2jPw,22550
908
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py,sha256=wefvvswAALba7vSliO58e2Fot97R6NDu-hb3c2tsyj4,7240
909
- azure_mgmt_storage-21.1.0.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
910
- azure_mgmt_storage-21.1.0.dist-info/METADATA,sha256=eWnOlNZ-PZr8cAE8PTREB5mhgGwlWv5d56N5fPF75-U,29901
911
- azure_mgmt_storage-21.1.0.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
912
- azure_mgmt_storage-21.1.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
913
- azure_mgmt_storage-21.1.0.dist-info/RECORD,,
900
+ azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py,sha256=mrGxYA65Mh17VyAcQYwl7mRv7Fh2fup9pes9-Dr7UxM,26858
901
+ azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py,sha256=zN_4WkXy-JUFNO3ZjcZebtTDxOIHnZxlgerRnkcLBVk,6661
902
+ azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py,sha256=PnVmlwEYArAK0wj1EZFtjBEr6HEdoA2GhP1zTDvlfXI,36841
903
+ azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py,sha256=HW9uGJf-oRqWdNhQCp_rPMxDJT2e6Fq4Fn_HElD1neo,20123
904
+ azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py,sha256=79LdSrSa52dp6jizhYWLFGJ15RI52Y1JeUTyU8igNXw,6846
905
+ azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py,sha256=aAfV6H-xjFfsy2pXbqLfiPf57_MWBJPiIvJnFyc68eI,129794
906
+ azure/mgmt/storage/v2023_01_01/operations/_table_operations.py,sha256=BMXz1EzifVR1GJo7WDRHo0evMyZ5QnSolvC6ERxwwkg,35055
907
+ azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py,sha256=WYoW-jJKLHa-pHRC5NS6pkBpHrZlRdmubPNL5Pq7FVU,20123
908
+ azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py,sha256=qAan5P4YrQgGcQpi__oOhxkNLX1kESVo9hXPu6y-3ss,7190
909
+ azure/mgmt/storage/v2023_05_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
910
+ azure/mgmt/storage/v2023_05_01/_configuration.py,sha256=RNzkozgUlX1q6mSwkRmXWbHxRuKVkhhZ-JEFO995Q98,3427
911
+ azure/mgmt/storage/v2023_05_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
912
+ azure/mgmt/storage/v2023_05_01/_storage_management_client.py,sha256=oUwjWJ0azmCXvrq0XLJEG2DfNYu1vlJzWP-Xqi9ePWs,13601
913
+ azure/mgmt/storage/v2023_05_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
914
+ azure/mgmt/storage/v2023_05_01/_version.py,sha256=f5Q_ocojWn-cSVXDTjjC896rfWAneX9nAtduFW_-2i8,487
915
+ azure/mgmt/storage/v2023_05_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
916
+ azure/mgmt/storage/v2023_05_01/aio/_configuration.py,sha256=WJfZQk5auYm88q_dguMPjUmvoPsY58pvRQCnrINU-v8,3475
917
+ azure/mgmt/storage/v2023_05_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
918
+ azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py,sha256=9M5QUQyAB0y8a83Espqr38mtbRZzLywR9O0eyhG1vJ4,13868
919
+ azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py,sha256=HImyhfjF6hrQcZ3ayhFJHDYkfGtSwfi3BvAdmlZnshQ,3237
920
+ azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py,sha256=6OX6Zg96yhSoQEdYl7jWMI2SgY-qEIVv6xdS7DMdq2s,89289
921
+ azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py,sha256=f_HE36nVo5V-4lg_3gogbQ7WZRs4VzNoLRjtiFsIiNE,20292
922
+ azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py,sha256=JUt1oegl4o2iSX8GGowVwLtGolEVOFbhL4j0bygbz3Q,16725
923
+ azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py,sha256=J0bMQJcrQaR99gVo9urq2zcTVta_9y-R1Jb8nCJIv2c,8608
924
+ azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py,sha256=AWbC-TLr_7adD0yA_L9CSYBnnnYYmUXUfqgvndd_Mq0,27439
925
+ azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py,sha256=0QJT6xmIHwI4tLplE5ZjCk1eD8JB2ZbpRDDLhTkQjns,14773
926
+ azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py,sha256=jFO3Cc4MIdEBVah5sEqv054whpvMfEZclh5Q_dUYhxA,46621
927
+ azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py,sha256=FJ7NpKaql6B7ksS0I5H1v6lD4CVLmlA6tpB8lRiTwnU,26835
928
+ azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py,sha256=59rhZHuqKnoqC6u-dRM7VMVhfKwjXghSLjIJpK_zXI8,15648
929
+ azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py,sha256=wd-4Kdl2hODFaiEpiDuLP2uVgtDvSBu3Dm-8lXzw6uY,15911
930
+ azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py,sha256=cFjQWkiV4BUtiG40BcQzpBSmYYba3Wy6U1B01tLeDts,21480
931
+ azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py,sha256=igmftbXniLp1nadmZacjggw2kOLU7iZQqfQJa5T2w10,5797
932
+ azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
933
+ azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py,sha256=AnWIzmlJKlIoO7hEiv_Fq6Db8Rxl0LClRd1fHk2x_tk,20135
934
+ azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py,sha256=fbjZP-FZm7m3JDV-ITrVQCt9xBaLCEUvBJ1nSs7UZkU,5174
935
+ azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py,sha256=53VvS0acq80aLRhIdfNH3qDvxhcauRwapplNwdYnZ5k,27768
936
+ azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py,sha256=nNLSzzQsoBpYPALkZNdbM83vH_PBPmMA2OEMGigwCNQ,15117
937
+ azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py,sha256=mqzSGv0cY8Gt7sgDgqkNawV2HtK7Yob_9V7pGSooTdk,5907
938
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py,sha256=H8i8DaxB4Iy7E4_BQiGaFz4A6FTqdk8SeMUpJkx1lIc,103548
939
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py,sha256=G7Ou7YWpeVCtIr-Ih--EkPYb8u0lQLnvCGnFS-U4hlc,8012
940
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=Dv4vnJDIOJdt8ZgypwpV2fLtLmkyFkN6SXGZhMNEw_M,7590
941
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py,sha256=XFHZKrvjXNT4TL48lcJwlLp__Sl88YItLlDeVSIaSII,38781
942
+ azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py,sha256=lIx0t9DjOi_4kMtmjpGCo1k_kMwzlazSDsDkUoaG4Q8,26583
943
+ azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py,sha256=B72f8sDlTJe69AiSxVi2x12Q3Xcs37Fc_Xm8IQi-AUk,15117
944
+ azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py,sha256=4eXkzyQ-wuh2bv98gpIDUPD42lTXuSd1QvNJ6rX1oo4,6093
945
+ azure/mgmt/storage/v2023_05_01/models/__init__.py,sha256=23qzhBCKo0yD2QXMQwRTYBQKFOcp_vTJTtvwJVRD8_8,21175
946
+ azure/mgmt/storage/v2023_05_01/models/_models_py3.py,sha256=7RyUOAeqLKWQqa3W51kuqqY8l9xG2FBxuOvIrYIR8XM,459224
947
+ azure/mgmt/storage/v2023_05_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
948
+ azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py,sha256=1Di4lMB3kcJqW1aUPrt36oGPmFBeANmLOvrDJdZ2DI0,21332
949
+ azure/mgmt/storage/v2023_05_01/operations/__init__.py,sha256=HImyhfjF6hrQcZ3ayhFJHDYkfGtSwfi3BvAdmlZnshQ,3237
950
+ azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py,sha256=oxy8h9x1qNmHTn84s6c16Dpuynvi7lNRmEpg2Pl2DXs,115053
951
+ azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py,sha256=fBNSdg8Qs9aiQWhhiN6t_f-WlyysEGMIt2gL3zMkbi8,26948
952
+ azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py,sha256=AE9YFmVew6mfIjoWmiC6UK2ktRXDkn5TPAxFQzt6DRI,21617
953
+ azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py,sha256=Bapro5Iv8OXdGry4j_yuWxPG8V-n4L-_xqAiwkNtj-g,10798
954
+ azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py,sha256=SgcG0JI1xGYadhvmwXpgIny-zCY_EEv-i4OlLhmHJuY,34735
955
+ azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py,sha256=WzaMi5TOlnWD-8T7kvXFCChxyx0j_K7Ovcjxtf7PkEw,19777
956
+ azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py,sha256=rIv_zXMmcpVo9gYR6v01SiJpiLWZvVzGkfojznCDAXk,59917
957
+ azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py,sha256=NaUWTXxQU3TMjE-k54Sn91b_txhcfjPA9ibZ2BGHjFA,36840
958
+ azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py,sha256=zccmjfgLKnK3Kl-YnWuYajlV-6kiSX9OI2KVQL8-Mmw,20663
959
+ azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py,sha256=J-ClwP4a-mtVux2VbiQ8u7UMgct98gbPQ4HchbpbPTs,20880
960
+ azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py,sha256=yx12i5AdrBULlZrh36PiyEbW3xE2g0npZ47WMEftG_o,28134
961
+ azure/mgmt/storage/v2023_05_01/operations/_operations.py,sha256=PP7FQZBVIyDhmU0nUQZnyArFqxVDx9O8i_WZuThiQEg,6488
962
+ azure/mgmt/storage/v2023_05_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
963
+ azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py,sha256=7zOgu0z1XYOITPCLzbGR-WdPgGxpHrOJhV_X_rxJpX0,26858
964
+ azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py,sha256=wIO16phEeTip37nsrdabMYZ0N_apjfvNKrOJoXQ_NTw,6661
965
+ azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py,sha256=6F9SmjMtIpST0wE-Z8qgPksV0-r-NAjO28cMSYzX540,36841
966
+ azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py,sha256=8-7DqSzh_vcR5biqcUGi6zAj1zHdavb0dHZgeTT1Crs,20123
967
+ azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py,sha256=2S5_EZM-PxgEbjyCVeWSAuqd_nDyMqcb-4sjGsK_4Ns,6846
968
+ azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py,sha256=b88XM34FTYMmiZwj-4pm1Ajk3jpjEf9CfUxM11xDhMc,129794
969
+ azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py,sha256=v3eVAUjyUeCM46Z3O0c67QER2V9kngXv-pGUdFvst34,10063
970
+ azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py,sha256=ZuhcFz-S-uTnOJuT2zHGpF5NxyCsAUioebUUz9Qt8UY,9286
971
+ azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py,sha256=EmRTivZLQfw3G14aCR-rr9tYyDjg_gTtgRoea84Qlhg,47504
972
+ azure/mgmt/storage/v2023_05_01/operations/_table_operations.py,sha256=5rhWAoMjlybuQqZyXvIQt3dPULy_qPkOSAv13yoCS7M,35055
973
+ azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py,sha256=05VG_t9lbEtsuSdeaarvLcNMKEZaupAfne2S8s8IOto,20123
974
+ azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py,sha256=PwiliveWztU0NDES0Efz1UXHFCXasa3TPZg3zRyTBKs,7190
975
+ azure_mgmt_storage-21.2.0.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
976
+ azure_mgmt_storage-21.2.0.dist-info/METADATA,sha256=wn-i60ouI1OxefK6jJYDOvTgCvLKNQoAHnaJWvcjFyc,30811
977
+ azure_mgmt_storage-21.2.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
978
+ azure_mgmt_storage-21.2.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
979
+ azure_mgmt_storage-21.2.0.dist-info/RECORD,,