azure-mgmt-storage 21.1.0b1__py3-none-any.whl → 21.2.1__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 (813) hide show
  1. azure/mgmt/storage/_configuration.py +2 -3
  2. azure/mgmt/storage/_serialization.py +66 -60
  3. azure/mgmt/storage/_storage_management_client.py +232 -26
  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 +232 -26
  7. azure/mgmt/storage/models.py +1 -1
  8. azure/mgmt/storage/v2015_06_15/_configuration.py +4 -11
  9. azure/mgmt/storage/v2015_06_15/_patch.py +1 -0
  10. azure/mgmt/storage/v2015_06_15/_storage_management.py +25 -5
  11. azure/mgmt/storage/v2015_06_15/_vendor.py +0 -14
  12. azure/mgmt/storage/v2015_06_15/_version.py +1 -1
  13. azure/mgmt/storage/v2015_06_15/aio/_configuration.py +4 -11
  14. azure/mgmt/storage/v2015_06_15/aio/_patch.py +1 -0
  15. azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +27 -5
  16. azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +132 -213
  17. azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +20 -22
  18. azure/mgmt/storage/v2015_06_15/models/_models_py3.py +6 -6
  19. azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +151 -232
  20. azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +23 -25
  21. azure/mgmt/storage/v2016_01_01/_configuration.py +4 -11
  22. azure/mgmt/storage/v2016_01_01/_patch.py +1 -0
  23. azure/mgmt/storage/v2016_01_01/_storage_management_client.py +25 -5
  24. azure/mgmt/storage/v2016_01_01/_vendor.py +0 -14
  25. azure/mgmt/storage/v2016_01_01/_version.py +1 -1
  26. azure/mgmt/storage/v2016_01_01/aio/_configuration.py +4 -11
  27. azure/mgmt/storage/v2016_01_01/aio/_patch.py +1 -0
  28. azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +27 -5
  29. azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +132 -213
  30. azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +20 -22
  31. azure/mgmt/storage/v2016_01_01/models/_models_py3.py +7 -7
  32. azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +151 -232
  33. azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +23 -25
  34. azure/mgmt/storage/v2016_12_01/_configuration.py +4 -11
  35. azure/mgmt/storage/v2016_12_01/_patch.py +1 -0
  36. azure/mgmt/storage/v2016_12_01/_storage_management.py +25 -5
  37. azure/mgmt/storage/v2016_12_01/_vendor.py +0 -14
  38. azure/mgmt/storage/v2016_12_01/_version.py +1 -1
  39. azure/mgmt/storage/v2016_12_01/aio/_configuration.py +4 -11
  40. azure/mgmt/storage/v2016_12_01/aio/_patch.py +1 -0
  41. azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +27 -5
  42. azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +162 -263
  43. azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +20 -22
  44. azure/mgmt/storage/v2016_12_01/models/_models_py3.py +9 -9
  45. azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +185 -286
  46. azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +23 -25
  47. azure/mgmt/storage/v2017_06_01/_configuration.py +4 -11
  48. azure/mgmt/storage/v2017_06_01/_patch.py +1 -0
  49. azure/mgmt/storage/v2017_06_01/_storage_management.py +27 -7
  50. azure/mgmt/storage/v2017_06_01/_vendor.py +0 -14
  51. azure/mgmt/storage/v2017_06_01/_version.py +1 -1
  52. azure/mgmt/storage/v2017_06_01/aio/_configuration.py +4 -11
  53. azure/mgmt/storage/v2017_06_01/aio/_patch.py +1 -0
  54. azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +29 -7
  55. azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +20 -22
  56. azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +20 -22
  57. azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +162 -263
  58. azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +20 -22
  59. azure/mgmt/storage/v2017_06_01/models/_models_py3.py +16 -22
  60. azure/mgmt/storage/v2017_06_01/operations/_operations.py +21 -23
  61. azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +23 -25
  62. azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +185 -286
  63. azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +23 -25
  64. azure/mgmt/storage/v2017_10_01/_configuration.py +4 -11
  65. azure/mgmt/storage/v2017_10_01/_patch.py +1 -0
  66. azure/mgmt/storage/v2017_10_01/_storage_management.py +27 -7
  67. azure/mgmt/storage/v2017_10_01/_vendor.py +0 -14
  68. azure/mgmt/storage/v2017_10_01/_version.py +1 -1
  69. azure/mgmt/storage/v2017_10_01/aio/_configuration.py +4 -11
  70. azure/mgmt/storage/v2017_10_01/aio/_patch.py +1 -0
  71. azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +29 -7
  72. azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +20 -22
  73. azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +20 -22
  74. azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +162 -263
  75. azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +20 -22
  76. azure/mgmt/storage/v2017_10_01/models/_models_py3.py +16 -22
  77. azure/mgmt/storage/v2017_10_01/operations/_operations.py +21 -23
  78. azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +23 -25
  79. azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +185 -286
  80. azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +23 -25
  81. azure/mgmt/storage/v2018_02_01/_configuration.py +4 -11
  82. azure/mgmt/storage/v2018_02_01/_patch.py +1 -0
  83. azure/mgmt/storage/v2018_02_01/_storage_management_client.py +30 -8
  84. azure/mgmt/storage/v2018_02_01/_vendor.py +0 -14
  85. azure/mgmt/storage/v2018_02_01/_version.py +1 -1
  86. azure/mgmt/storage/v2018_02_01/aio/_configuration.py +4 -11
  87. azure/mgmt/storage/v2018_02_01/aio/_patch.py +1 -0
  88. azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +32 -8
  89. azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +166 -264
  90. azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +20 -22
  91. azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +20 -22
  92. azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +162 -263
  93. azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +34 -41
  94. azure/mgmt/storage/v2018_02_01/models/_models_py3.py +28 -34
  95. azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +1 -1
  96. azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +194 -292
  97. azure/mgmt/storage/v2018_02_01/operations/_operations.py +21 -23
  98. azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +23 -25
  99. azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +185 -286
  100. azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +39 -46
  101. azure/mgmt/storage/v2018_03_01_preview/_configuration.py +4 -11
  102. azure/mgmt/storage/v2018_03_01_preview/_patch.py +1 -0
  103. azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +41 -8
  104. azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -14
  105. azure/mgmt/storage/v2018_03_01_preview/_version.py +1 -1
  106. azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +4 -11
  107. azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +1 -0
  108. azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +43 -8
  109. azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +2 -0
  110. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +182 -277
  111. azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/aio/operations/_management_policies_operations.py +55 -72
  112. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +21 -23
  113. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +21 -23
  114. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +209 -330
  115. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +36 -43
  116. azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +30 -34
  117. azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +1 -1
  118. azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +2 -0
  119. azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +210 -331
  120. azure/mgmt/storage/{v2018_07_01 → v2018_03_01_preview}/operations/_management_policies_operations.py +62 -85
  121. azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +22 -26
  122. azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +24 -28
  123. azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +239 -388
  124. azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +41 -52
  125. azure/mgmt/storage/v2018_07_01/_configuration.py +9 -4
  126. azure/mgmt/storage/v2018_07_01/_patch.py +1 -0
  127. azure/mgmt/storage/v2018_07_01/_storage_management_client.py +36 -16
  128. azure/mgmt/storage/v2018_07_01/_vendor.py +0 -14
  129. azure/mgmt/storage/v2018_07_01/_version.py +1 -1
  130. azure/mgmt/storage/v2018_07_01/aio/_configuration.py +9 -4
  131. azure/mgmt/storage/v2018_07_01/aio/_patch.py +1 -0
  132. azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +38 -16
  133. azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -2
  134. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +166 -264
  135. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +31 -44
  136. azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +31 -21
  137. azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +31 -21
  138. azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +195 -289
  139. azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +31 -23
  140. azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -10
  141. azure/mgmt/storage/v2018_07_01/models/_models_py3.py +30 -164
  142. azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +1 -7
  143. azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -2
  144. azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +194 -292
  145. azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +36 -49
  146. azure/mgmt/storage/v2018_07_01/operations/_operations.py +32 -22
  147. azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +34 -24
  148. azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +220 -314
  149. azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +34 -26
  150. azure/mgmt/storage/v2018_11_01/_configuration.py +4 -11
  151. azure/mgmt/storage/v2018_11_01/_patch.py +1 -0
  152. azure/mgmt/storage/v2018_11_01/_storage_management_client.py +34 -10
  153. azure/mgmt/storage/v2018_11_01/_vendor.py +0 -14
  154. azure/mgmt/storage/v2018_11_01/_version.py +1 -1
  155. azure/mgmt/storage/v2018_11_01/aio/_configuration.py +4 -11
  156. azure/mgmt/storage/v2018_11_01/aio/_patch.py +1 -0
  157. azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +36 -10
  158. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +164 -262
  159. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +31 -44
  160. azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +39 -57
  161. azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +20 -22
  162. azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +20 -22
  163. azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +182 -304
  164. azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +20 -24
  165. azure/mgmt/storage/v2018_11_01/models/_models_py3.py +37 -43
  166. azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +1 -1
  167. azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +192 -290
  168. azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +36 -49
  169. azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +46 -64
  170. azure/mgmt/storage/v2018_11_01/operations/_operations.py +21 -23
  171. azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +23 -25
  172. azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +210 -332
  173. azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +23 -27
  174. azure/mgmt/storage/v2019_04_01/_configuration.py +4 -11
  175. azure/mgmt/storage/v2019_04_01/_patch.py +1 -0
  176. azure/mgmt/storage/v2019_04_01/_storage_management_client.py +40 -12
  177. azure/mgmt/storage/v2019_04_01/_vendor.py +0 -14
  178. azure/mgmt/storage/v2019_04_01/_version.py +1 -1
  179. azure/mgmt/storage/v2019_04_01/aio/_configuration.py +4 -11
  180. azure/mgmt/storage/v2019_04_01/aio/_patch.py +1 -0
  181. azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +42 -12
  182. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +169 -267
  183. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +45 -63
  184. azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +41 -59
  185. azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +68 -101
  186. azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +39 -57
  187. azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +20 -22
  188. azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +20 -22
  189. azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +183 -304
  190. azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +20 -24
  191. azure/mgmt/storage/v2019_04_01/models/_models_py3.py +42 -48
  192. azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +1 -1
  193. azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +197 -295
  194. azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +52 -70
  195. azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +48 -66
  196. azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +79 -112
  197. azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +46 -64
  198. azure/mgmt/storage/v2019_04_01/operations/_operations.py +21 -23
  199. azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +23 -25
  200. azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +211 -332
  201. azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +23 -27
  202. azure/mgmt/storage/v2019_06_01/_configuration.py +4 -11
  203. azure/mgmt/storage/v2019_06_01/_patch.py +1 -0
  204. azure/mgmt/storage/v2019_06_01/_storage_management_client.py +54 -22
  205. azure/mgmt/storage/v2019_06_01/_vendor.py +0 -14
  206. azure/mgmt/storage/v2019_06_01/_version.py +1 -1
  207. azure/mgmt/storage/v2019_06_01/aio/_configuration.py +4 -11
  208. azure/mgmt/storage/v2019_06_01/aio/_patch.py +1 -0
  209. azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +56 -22
  210. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +169 -267
  211. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  212. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +45 -63
  213. azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
  214. azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +41 -59
  215. azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +82 -125
  216. azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +39 -57
  217. azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
  218. azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +20 -22
  219. azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  220. azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +15 -19
  221. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +68 -101
  222. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +40 -58
  223. azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +20 -22
  224. azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +203 -357
  225. azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +55 -79
  226. azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +40 -58
  227. azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +20 -24
  228. azure/mgmt/storage/v2019_06_01/models/_models_py3.py +62 -68
  229. azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -1
  230. azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +197 -295
  231. azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +62 -85
  232. azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +52 -70
  233. azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +67 -95
  234. azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +48 -66
  235. azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +95 -138
  236. azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +46 -64
  237. azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +63 -85
  238. azure/mgmt/storage/v2019_06_01/operations/_operations.py +21 -23
  239. azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +62 -85
  240. azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +18 -22
  241. azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +79 -112
  242. azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +47 -65
  243. azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +23 -25
  244. azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +233 -387
  245. azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +66 -90
  246. azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +47 -65
  247. azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +23 -27
  248. azure/mgmt/storage/v2020_08_01_preview/_configuration.py +4 -11
  249. azure/mgmt/storage/v2020_08_01_preview/_patch.py +1 -0
  250. azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +64 -24
  251. azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -14
  252. azure/mgmt/storage/v2020_08_01_preview/_version.py +1 -1
  253. azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +4 -11
  254. azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +1 -0
  255. azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +66 -24
  256. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +185 -280
  257. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +58 -80
  258. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +49 -66
  259. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +31 -38
  260. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +64 -90
  261. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +45 -62
  262. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +88 -131
  263. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +42 -60
  264. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +59 -80
  265. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +21 -23
  266. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +57 -80
  267. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +16 -20
  268. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +73 -106
  269. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +44 -61
  270. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +21 -23
  271. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +221 -374
  272. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +60 -84
  273. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +44 -61
  274. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +21 -25
  275. azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +64 -86
  276. azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +1 -1
  277. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +213 -334
  278. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +67 -97
  279. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +56 -79
  280. azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +36 -47
  281. azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +73 -107
  282. azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +52 -75
  283. azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +101 -156
  284. azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +49 -73
  285. azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +68 -97
  286. azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +22 -26
  287. azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +66 -97
  288. azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +19 -25
  289. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +84 -127
  290. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +51 -74
  291. azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +24 -28
  292. azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +251 -432
  293. azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +71 -105
  294. azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +51 -74
  295. azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +24 -30
  296. azure/mgmt/storage/v2021_01_01/_configuration.py +4 -11
  297. azure/mgmt/storage/v2021_01_01/_patch.py +1 -0
  298. azure/mgmt/storage/v2021_01_01/_storage_management_client.py +55 -23
  299. azure/mgmt/storage/v2021_01_01/_vendor.py +0 -14
  300. azure/mgmt/storage/v2021_01_01/_version.py +1 -1
  301. azure/mgmt/storage/v2021_01_01/aio/_configuration.py +4 -11
  302. azure/mgmt/storage/v2021_01_01/aio/_patch.py +1 -0
  303. azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +57 -23
  304. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +169 -267
  305. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  306. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +45 -63
  307. azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +29 -36
  308. azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +58 -86
  309. azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +41 -59
  310. azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +82 -125
  311. azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +39 -57
  312. azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +54 -76
  313. azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +20 -22
  314. azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  315. azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +15 -19
  316. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +68 -101
  317. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +40 -58
  318. azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +20 -22
  319. azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +203 -357
  320. azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +55 -79
  321. azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +40 -58
  322. azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +20 -24
  323. azure/mgmt/storage/v2021_01_01/models/_models_py3.py +64 -86
  324. azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +1 -1
  325. azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +197 -295
  326. azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +62 -85
  327. azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +52 -70
  328. azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +34 -41
  329. azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +67 -95
  330. azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +48 -66
  331. azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +95 -138
  332. azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +46 -64
  333. azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +63 -85
  334. azure/mgmt/storage/v2021_01_01/operations/_operations.py +21 -23
  335. azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +62 -85
  336. azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +18 -22
  337. azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +79 -112
  338. azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +47 -65
  339. azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +23 -25
  340. azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +233 -387
  341. azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +66 -90
  342. azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +47 -65
  343. azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +23 -27
  344. azure/mgmt/storage/v2021_02_01/_configuration.py +4 -11
  345. azure/mgmt/storage/v2021_02_01/_patch.py +1 -0
  346. azure/mgmt/storage/v2021_02_01/_storage_management_client.py +55 -23
  347. azure/mgmt/storage/v2021_02_01/_vendor.py +0 -14
  348. azure/mgmt/storage/v2021_02_01/_version.py +1 -1
  349. azure/mgmt/storage/v2021_02_01/aio/_configuration.py +4 -11
  350. azure/mgmt/storage/v2021_02_01/aio/_patch.py +1 -0
  351. azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +57 -23
  352. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +169 -267
  353. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  354. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +45 -63
  355. azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +29 -36
  356. azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +58 -86
  357. azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +41 -59
  358. azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +82 -125
  359. azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +39 -57
  360. azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +54 -76
  361. azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +20 -22
  362. azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  363. azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +15 -19
  364. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +68 -101
  365. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +40 -58
  366. azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +20 -22
  367. azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +203 -357
  368. azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +55 -79
  369. azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +40 -58
  370. azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +20 -24
  371. azure/mgmt/storage/v2021_02_01/models/_models_py3.py +66 -88
  372. azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +1 -1
  373. azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +197 -295
  374. azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +62 -85
  375. azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +52 -70
  376. azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +34 -41
  377. azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +67 -95
  378. azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +48 -66
  379. azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +95 -138
  380. azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +46 -64
  381. azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +63 -85
  382. azure/mgmt/storage/v2021_02_01/operations/_operations.py +21 -23
  383. azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +62 -85
  384. azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +18 -22
  385. azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +79 -112
  386. azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +47 -65
  387. azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +23 -25
  388. azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +233 -387
  389. azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +66 -90
  390. azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +47 -65
  391. azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +23 -27
  392. azure/mgmt/storage/v2021_04_01/_configuration.py +4 -11
  393. azure/mgmt/storage/v2021_04_01/_patch.py +1 -0
  394. azure/mgmt/storage/v2021_04_01/_storage_management_client.py +55 -23
  395. azure/mgmt/storage/v2021_04_01/_vendor.py +0 -14
  396. azure/mgmt/storage/v2021_04_01/_version.py +1 -1
  397. azure/mgmt/storage/v2021_04_01/aio/_configuration.py +4 -11
  398. azure/mgmt/storage/v2021_04_01/aio/_patch.py +1 -0
  399. azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +57 -23
  400. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +181 -295
  401. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  402. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +45 -63
  403. azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +29 -36
  404. azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +58 -86
  405. azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +41 -59
  406. azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +98 -151
  407. azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +39 -57
  408. azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +54 -76
  409. azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +20 -22
  410. azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  411. azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +15 -19
  412. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +68 -101
  413. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +40 -58
  414. azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +20 -22
  415. azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +203 -357
  416. azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +55 -79
  417. azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +40 -58
  418. azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +20 -24
  419. azure/mgmt/storage/v2021_04_01/models/_models_py3.py +66 -88
  420. azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +2 -2
  421. azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +211 -325
  422. azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +62 -85
  423. azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +52 -70
  424. azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +34 -41
  425. azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +67 -95
  426. azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +48 -66
  427. azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +113 -166
  428. azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +46 -64
  429. azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +63 -85
  430. azure/mgmt/storage/v2021_04_01/operations/_operations.py +21 -23
  431. azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +62 -85
  432. azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +18 -22
  433. azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +79 -112
  434. azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +47 -65
  435. azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +23 -25
  436. azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +233 -387
  437. azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +66 -90
  438. azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +47 -65
  439. azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +23 -27
  440. azure/mgmt/storage/v2021_06_01/_configuration.py +4 -11
  441. azure/mgmt/storage/v2021_06_01/_patch.py +1 -0
  442. azure/mgmt/storage/v2021_06_01/_storage_management_client.py +55 -23
  443. azure/mgmt/storage/v2021_06_01/_vendor.py +0 -14
  444. azure/mgmt/storage/v2021_06_01/_version.py +1 -1
  445. azure/mgmt/storage/v2021_06_01/aio/_configuration.py +4 -11
  446. azure/mgmt/storage/v2021_06_01/aio/_patch.py +1 -0
  447. azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +57 -23
  448. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +181 -315
  449. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  450. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +45 -79
  451. azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +29 -36
  452. azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +58 -86
  453. azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +41 -75
  454. azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +98 -151
  455. azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +39 -57
  456. azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +54 -76
  457. azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +20 -22
  458. azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  459. azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +15 -19
  460. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +68 -101
  461. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +40 -74
  462. azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +20 -22
  463. azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +230 -416
  464. azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +55 -79
  465. azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +40 -74
  466. azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +20 -24
  467. azure/mgmt/storage/v2021_06_01/models/_models_py3.py +66 -88
  468. azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +2 -2
  469. azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +211 -345
  470. azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +62 -85
  471. azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +52 -86
  472. azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +34 -41
  473. azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +67 -95
  474. azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +48 -82
  475. azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +113 -166
  476. azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +46 -64
  477. azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +63 -85
  478. azure/mgmt/storage/v2021_06_01/operations/_operations.py +21 -23
  479. azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +62 -85
  480. azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +18 -22
  481. azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +79 -112
  482. azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +47 -81
  483. azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +23 -25
  484. azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +266 -452
  485. azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +66 -90
  486. azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +47 -81
  487. azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +23 -27
  488. azure/mgmt/storage/v2021_08_01/_configuration.py +4 -11
  489. azure/mgmt/storage/v2021_08_01/_patch.py +1 -0
  490. azure/mgmt/storage/v2021_08_01/_storage_management_client.py +59 -25
  491. azure/mgmt/storage/v2021_08_01/_vendor.py +0 -14
  492. azure/mgmt/storage/v2021_08_01/_version.py +1 -1
  493. azure/mgmt/storage/v2021_08_01/aio/_configuration.py +4 -11
  494. azure/mgmt/storage/v2021_08_01/aio/_patch.py +1 -0
  495. azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +61 -25
  496. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +181 -315
  497. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  498. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +45 -79
  499. azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +29 -36
  500. azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +58 -86
  501. azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +41 -75
  502. azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +98 -151
  503. azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +71 -104
  504. azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +39 -57
  505. azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +54 -76
  506. azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +20 -22
  507. azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  508. azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +15 -19
  509. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +68 -101
  510. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +40 -74
  511. azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +20 -22
  512. azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +230 -416
  513. azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +55 -79
  514. azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +40 -74
  515. azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +20 -24
  516. azure/mgmt/storage/v2021_08_01/models/_models_py3.py +68 -90
  517. azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +2 -2
  518. azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +211 -345
  519. azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +62 -85
  520. azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +52 -86
  521. azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +34 -41
  522. azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +67 -95
  523. azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +48 -82
  524. azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +113 -166
  525. azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +84 -117
  526. azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +46 -64
  527. azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +63 -85
  528. azure/mgmt/storage/v2021_08_01/operations/_operations.py +21 -23
  529. azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +62 -85
  530. azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +18 -22
  531. azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +79 -112
  532. azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +47 -81
  533. azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +23 -25
  534. azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +266 -452
  535. azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +66 -90
  536. azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +47 -81
  537. azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +23 -27
  538. azure/mgmt/storage/v2021_09_01/_configuration.py +4 -11
  539. azure/mgmt/storage/v2021_09_01/_patch.py +1 -0
  540. azure/mgmt/storage/v2021_09_01/_storage_management_client.py +59 -25
  541. azure/mgmt/storage/v2021_09_01/_vendor.py +0 -14
  542. azure/mgmt/storage/v2021_09_01/_version.py +1 -1
  543. azure/mgmt/storage/v2021_09_01/aio/_configuration.py +4 -11
  544. azure/mgmt/storage/v2021_09_01/aio/_patch.py +1 -0
  545. azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +61 -25
  546. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +181 -315
  547. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  548. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +45 -79
  549. azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
  550. azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
  551. azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +41 -75
  552. azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +98 -151
  553. azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +71 -104
  554. azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +39 -57
  555. azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
  556. azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +20 -22
  557. azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  558. azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +15 -19
  559. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +68 -101
  560. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +40 -74
  561. azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +20 -22
  562. azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +230 -416
  563. azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +70 -103
  564. azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +40 -74
  565. azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +20 -24
  566. azure/mgmt/storage/v2021_09_01/models/_models_py3.py +70 -92
  567. azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +2 -2
  568. azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +211 -345
  569. azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +62 -85
  570. azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +52 -86
  571. azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +34 -41
  572. azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +67 -95
  573. azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +48 -82
  574. azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +113 -166
  575. azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +84 -117
  576. azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +46 -64
  577. azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +63 -85
  578. azure/mgmt/storage/v2021_09_01/operations/_operations.py +21 -23
  579. azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +62 -85
  580. azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +18 -22
  581. azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +79 -112
  582. azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +47 -81
  583. azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +23 -25
  584. azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +266 -452
  585. azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +81 -114
  586. azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +47 -81
  587. azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +23 -27
  588. azure/mgmt/storage/v2022_05_01/_configuration.py +4 -11
  589. azure/mgmt/storage/v2022_05_01/_storage_management_client.py +59 -25
  590. azure/mgmt/storage/v2022_05_01/_vendor.py +0 -14
  591. azure/mgmt/storage/v2022_05_01/_version.py +1 -1
  592. azure/mgmt/storage/v2022_05_01/aio/_configuration.py +4 -11
  593. azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +61 -25
  594. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +181 -315
  595. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  596. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +45 -79
  597. azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +29 -36
  598. azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +58 -86
  599. azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +41 -75
  600. azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +98 -151
  601. azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +71 -104
  602. azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +39 -57
  603. azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +54 -76
  604. azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +20 -22
  605. azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  606. azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +15 -19
  607. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +68 -101
  608. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +40 -74
  609. azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +20 -22
  610. azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +230 -416
  611. azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +70 -103
  612. azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +40 -74
  613. azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +20 -24
  614. azure/mgmt/storage/v2022_05_01/models/_models_py3.py +69 -91
  615. azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +2 -2
  616. azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +211 -345
  617. azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +62 -85
  618. azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +52 -86
  619. azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +34 -41
  620. azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +67 -95
  621. azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +48 -82
  622. azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +113 -166
  623. azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +84 -117
  624. azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +46 -64
  625. azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +63 -85
  626. azure/mgmt/storage/v2022_05_01/operations/_operations.py +21 -23
  627. azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +62 -85
  628. azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +18 -22
  629. azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +79 -112
  630. azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +47 -81
  631. azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +23 -25
  632. azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +266 -452
  633. azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +81 -114
  634. azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +47 -81
  635. azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +23 -27
  636. azure/mgmt/storage/v2022_09_01/_configuration.py +4 -11
  637. azure/mgmt/storage/v2022_09_01/_storage_management_client.py +59 -25
  638. azure/mgmt/storage/v2022_09_01/_vendor.py +0 -14
  639. azure/mgmt/storage/v2022_09_01/_version.py +1 -1
  640. azure/mgmt/storage/v2022_09_01/aio/_configuration.py +4 -11
  641. azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +61 -25
  642. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +181 -315
  643. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +53 -76
  644. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +45 -79
  645. azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +29 -36
  646. azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +58 -86
  647. azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +41 -75
  648. azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +98 -151
  649. azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +71 -104
  650. azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +39 -57
  651. azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +54 -76
  652. azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +20 -22
  653. azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +53 -76
  654. azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +15 -19
  655. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +68 -101
  656. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +40 -74
  657. azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +20 -22
  658. azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +230 -416
  659. azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +70 -103
  660. azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +40 -74
  661. azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +20 -24
  662. azure/mgmt/storage/v2022_09_01/models/_models_py3.py +69 -91
  663. azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +2 -2
  664. azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +211 -345
  665. azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +62 -85
  666. azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +52 -86
  667. azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +34 -41
  668. azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +67 -95
  669. azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +48 -82
  670. azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +113 -166
  671. azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +84 -117
  672. azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +46 -64
  673. azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +63 -85
  674. azure/mgmt/storage/v2022_09_01/operations/_operations.py +21 -23
  675. azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +62 -85
  676. azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +18 -22
  677. azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +79 -112
  678. azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +47 -81
  679. azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +23 -25
  680. azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +266 -452
  681. azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +81 -114
  682. azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +47 -81
  683. azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +23 -27
  684. azure/mgmt/storage/v2023_01_01/__init__.py +26 -0
  685. azure/mgmt/storage/v2023_01_01/_configuration.py +65 -0
  686. azure/mgmt/storage/v2023_01_01/_patch.py +20 -0
  687. azure/mgmt/storage/v2023_01_01/_storage_management_client.py +225 -0
  688. azure/mgmt/storage/v2023_01_01/_vendor.py +16 -0
  689. azure/mgmt/storage/v2023_01_01/_version.py +9 -0
  690. azure/mgmt/storage/v2023_01_01/aio/__init__.py +23 -0
  691. azure/mgmt/storage/v2023_01_01/aio/_configuration.py +65 -0
  692. azure/mgmt/storage/v2023_01_01/aio/_patch.py +20 -0
  693. azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +230 -0
  694. azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +57 -0
  695. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +1838 -0
  696. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
  697. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +362 -0
  698. azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +194 -0
  699. azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +568 -0
  700. azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +328 -0
  701. azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +1003 -0
  702. azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +560 -0
  703. azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +349 -0
  704. azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +446 -0
  705. azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +135 -0
  706. azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +20 -0
  707. azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
  708. azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +117 -0
  709. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +608 -0
  710. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +328 -0
  711. azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +136 -0
  712. azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +2187 -0
  713. azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +588 -0
  714. azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +328 -0
  715. azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +139 -0
  716. azure/mgmt/storage/v2023_01_01/models/__init__.py +461 -0
  717. azure/mgmt/storage/v2023_01_01/models/_models_py3.py +8338 -0
  718. azure/mgmt/storage/v2023_01_01/models/_patch.py +20 -0
  719. azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +626 -0
  720. azure/mgmt/storage/v2023_01_01/operations/__init__.py +57 -0
  721. azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +2398 -0
  722. azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +595 -0
  723. azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +470 -0
  724. azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +250 -0
  725. azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +732 -0
  726. azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +437 -0
  727. azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +1310 -0
  728. azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +770 -0
  729. azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +465 -0
  730. azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +593 -0
  731. azure/mgmt/storage/v2023_01_01/operations/_operations.py +156 -0
  732. azure/mgmt/storage/v2023_01_01/operations/_patch.py +20 -0
  733. azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +591 -0
  734. azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +155 -0
  735. azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +824 -0
  736. azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +437 -0
  737. azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +162 -0
  738. azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +2796 -0
  739. azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +775 -0
  740. azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +437 -0
  741. azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +169 -0
  742. azure/mgmt/storage/v2023_05_01/__init__.py +26 -0
  743. azure/mgmt/storage/v2023_05_01/_configuration.py +65 -0
  744. azure/mgmt/storage/v2023_05_01/_patch.py +20 -0
  745. azure/mgmt/storage/v2023_05_01/_storage_management_client.py +256 -0
  746. azure/mgmt/storage/v2023_05_01/_vendor.py +16 -0
  747. azure/mgmt/storage/v2023_05_01/_version.py +9 -0
  748. azure/mgmt/storage/v2023_05_01/aio/__init__.py +23 -0
  749. azure/mgmt/storage/v2023_05_01/aio/_configuration.py +65 -0
  750. azure/mgmt/storage/v2023_05_01/aio/_patch.py +20 -0
  751. azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +261 -0
  752. azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +65 -0
  753. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +1838 -0
  754. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +442 -0
  755. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +362 -0
  756. azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +194 -0
  757. azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +568 -0
  758. azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +328 -0
  759. azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +1003 -0
  760. azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +583 -0
  761. azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +349 -0
  762. azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +342 -0
  763. azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +446 -0
  764. azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +135 -0
  765. azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +20 -0
  766. azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +432 -0
  767. azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +117 -0
  768. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +608 -0
  769. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +328 -0
  770. azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +136 -0
  771. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +2187 -0
  772. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +170 -0
  773. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +164 -0
  774. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +802 -0
  775. azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +588 -0
  776. azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +328 -0
  777. azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +139 -0
  778. azure/mgmt/storage/v2023_05_01/models/__init__.py +537 -0
  779. azure/mgmt/storage/v2023_05_01/models/_models_py3.py +9703 -0
  780. azure/mgmt/storage/v2023_05_01/models/_patch.py +20 -0
  781. azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +706 -0
  782. azure/mgmt/storage/v2023_05_01/operations/__init__.py +65 -0
  783. azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +2398 -0
  784. azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +595 -0
  785. azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +470 -0
  786. azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +250 -0
  787. azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +732 -0
  788. azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +437 -0
  789. azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +1310 -0
  790. azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +808 -0
  791. azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +465 -0
  792. azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +463 -0
  793. azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +593 -0
  794. azure/mgmt/storage/v2023_05_01/operations/_operations.py +156 -0
  795. azure/mgmt/storage/v2023_05_01/operations/_patch.py +20 -0
  796. azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +591 -0
  797. azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +155 -0
  798. azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +824 -0
  799. azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +437 -0
  800. azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +162 -0
  801. azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +2796 -0
  802. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +227 -0
  803. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +212 -0
  804. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +1018 -0
  805. azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +775 -0
  806. azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +437 -0
  807. azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +169 -0
  808. {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/METADATA +52 -13
  809. azure_mgmt_storage-21.2.1.dist-info/RECORD +979 -0
  810. {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/WHEEL +1 -1
  811. azure_mgmt_storage-21.1.0b1.dist-info/RECORD +0 -855
  812. {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/LICENSE +0 -0
  813. {azure_mgmt_storage-21.1.0b1.dist-info → azure_mgmt_storage-21.2.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,979 @@
1
+ azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_AM,725
2
+ azure/mgmt/storage/_configuration.py,sha256=WGXuK1mWScrq7p-y-RZzZtsIcd1oc3M2uQFlSf00l1c,3099
3
+ azure/mgmt/storage/_serialization.py,sha256=QRp-bhABMUkUkR7PsiFyMNsoIQHILct4JNCC2z1_tQ0,78973
4
+ azure/mgmt/storage/_storage_management_client.py,sha256=H8FqENTa_mDM2HYgRIdgOki7laj7qht_XKBIA-3uGuA,95879
5
+ azure/mgmt/storage/_version.py,sha256=5xORYfp8c1FQQITM-l6ZijdwH5Y5eY4SZsUZcrjbZnE,346
6
+ azure/mgmt/storage/models.py,sha256=UqC780jl8XtNHvMxk_Gfybw3grkN8Na1zJtfwI3pbOI,394
7
+ azure/mgmt/storage/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
8
+ azure/mgmt/storage/aio/__init__.py,sha256=91Ueq_d_YhUQnoHuhv-HKRhRnDGx8kYi1QeyF_cT3A4,570
9
+ azure/mgmt/storage/aio/_configuration.py,sha256=ZBMoIdgQ8y_qBNgeML9GskN3ms4dMXub0mLshOc7yow,3163
10
+ azure/mgmt/storage/aio/_storage_management_client.py,sha256=mnVrrMc7u2zYOIgbWvP8eRvRuvTioZMDX4DG3y4pBi8,98557
11
+ azure/mgmt/storage/v2015_06_15/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
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
+ azure/mgmt/storage/v2015_06_15/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
16
+ azure/mgmt/storage/v2015_06_15/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
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=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
+ azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=ElhxrcZHNndPoFtz_JDATTbw0yBbrqVYAVopi6-dNzQ,48461
24
+ azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py,sha256=rl8fwkPVKju9KoQB5aXnaN3Dc0tISnd4pipPzTSadNs,5864
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=ZAQzg_Ylas80SouOIjMqEW1MpnE7Kz9dIQ01hban_mQ,28374
27
+ azure/mgmt/storage/v2015_06_15/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
28
+ azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py,sha256=xV7OiXLIHSE0pAnLWK2KTd41_qIZoux5Rasbep5UhoU,1980
29
+ azure/mgmt/storage/v2015_06_15/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=aMhFCjN88J9cRbiVWLNA2hCRNbyRsPcIEy_dgJHS2mI,60333
32
+ azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py,sha256=WRK8Gre1e-yBwwruc7Upcho_MQ3F9wsa438TahXfEfU,6810
33
+ azure/mgmt/storage/v2016_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2016_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
38
+ azure/mgmt/storage/v2016_01_01/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
39
+ azure/mgmt/storage/v2016_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=rownaTqrcuevs1kmFsRxwcmnpR1RNB5eBh-Icnq7D4U,48251
46
+ azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py,sha256=UMUgxRyDyAegeSXQXkzR_sWv7omiFegcQg1Gto2D3aw,5869
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=7bDIj1BBPDPgBArLsFZE3xcx8NnrPVBpAacZ1j483l0,35007
49
+ azure/mgmt/storage/v2016_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
50
+ azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py,sha256=nupB0kgJnzHZSC2kFFRCPkk3-6tOxQcatDBAxCitD2E,3202
51
+ azure/mgmt/storage/v2016_01_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=w1UblivMg_nLzFVuD_dpHKNnJhrhpzHEt9nbggnhNG4,59570
54
+ azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py,sha256=ZZerTrEY88pzSmKsVPrNOUmWt8-2pCJin3dfsSF3nnQ,6815
55
+ azure/mgmt/storage/v2016_12_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
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
+ azure/mgmt/storage/v2016_12_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
60
+ azure/mgmt/storage/v2016_12_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
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=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
+ azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=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
+ 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=gtGfGaS06_7tB3f8RsKgXk_v41jMbCse4HJ4a2HYC3Y,54213
71
+ azure/mgmt/storage/v2016_12_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
72
+ azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py,sha256=4wse2c2ITiJcJJTm6WaGM3Oq46IOwQQNDbIHl2NTww4,5055
73
+ azure/mgmt/storage/v2016_12_01/operations/__init__.py,sha256=bYnNBGcaHQ0K7yVfZraLRlsCylnhfiLn5o08Ux9FPiA,878
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=Ku5ep_aLbp3WexiJGuEmaqkZNxVuoXKxIRcnLYBBMmA,76137
76
+ azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py,sha256=Ruy2bsENhAaf9SU4gmFZ6wHu8ez7TsmeFIUVcFpeSUk,6809
77
+ azure/mgmt/storage/v2017_06_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
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
+ azure/mgmt/storage/v2017_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
82
+ azure/mgmt/storage/v2017_06_01/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
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=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
+ 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=emQ4IkZAPFAlRdVImTVt3GwLWbveD2aJqb0G0EhbdEE,5791
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=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
+ azure/mgmt/storage/v2017_06_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
94
+ azure/mgmt/storage/v2017_06_01/models/_models_py3.py,sha256=pCl6K8LDHnnOd9iY_wPoPhSWcvl6k2S-UPm-aJZF2ik,80897
95
+ azure/mgmt/storage/v2017_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
96
+ azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py,sha256=IG_xG5--1rnE7v2fvjNnskajoV6rRZCC1ObFg2Dy1CA,5793
97
+ azure/mgmt/storage/v2017_06_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
98
+ azure/mgmt/storage/v2017_06_01/operations/_operations.py,sha256=6-tD05WbREiEvCMRkDptMZApLPSFRdsWaW0Fxdb2Mm4,6493
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=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
+ azure/mgmt/storage/v2017_10_01/__init__.py,sha256=OZ5pI2PZvPHkE_DCALOnXNmw638XVEyCwiiXMQbahls,890
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
+ azure/mgmt/storage/v2017_10_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
108
+ azure/mgmt/storage/v2017_10_01/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
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=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
+ 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=34B2QmrHGVoFUtL4TnTMRjDlajn5iqibqRDLOeHcW3g,5791
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=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
+ azure/mgmt/storage/v2017_10_01/models/__init__.py,sha256=IMeodHnrcoGfdmkeLoY2Mn0aAd8iIl6h7Gxn4PDG32k,4547
120
+ azure/mgmt/storage/v2017_10_01/models/_models_py3.py,sha256=Pflt9EPknRPryEqxv2DQD8tWc6UKawE2wJGbAPVtbg4,81608
121
+ azure/mgmt/storage/v2017_10_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
122
+ azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py,sha256=KFD7IVQMztrCTcG75EOFxGCwPa7AQIh2cGvUvkvAnHg,5822
123
+ azure/mgmt/storage/v2017_10_01/operations/__init__.py,sha256=D6rfkaKFNSS4Tezxd9xjASmgBxUHAVnMF2DVyicPDzY,999
124
+ azure/mgmt/storage/v2017_10_01/operations/_operations.py,sha256=NpuvmhS3gM6rVO8c1-nR3NxR7Yf40rQU18gDMnzhl5g,6493
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=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
+ azure/mgmt/storage/v2018_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2018_02_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
134
+ azure/mgmt/storage/v2018_02_01/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
135
+ azure/mgmt/storage/v2018_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=IjXXUPkYV51zPnn-RFhvAWUggoV3h6ErNyEJ3JVvV4c,82456
141
+ azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py,sha256=G3t1LIY_1XJbP_entWKRxJz6SXvS2hltO4LPMmgMbEY,5797
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=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
+ 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=WT00ZBnhEnfaOiZuXkmGhmRmB-ajjxx6ijcFmC6w4a0,113593
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=R1x7S51g2iaDZcJgakXoDyP3fPxGdJ7bZflQIklyoZ8,7568
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=h8_TFnI-J8KBZ2pq7F-gx92nvqKVdjmTiyvmp3QkGcw,105579
152
+ azure/mgmt/storage/v2018_02_01/operations/_operations.py,sha256=iXLLB3nUKZl2Hero7f_yYcWZN1d-1r4YV3QDJnjGq3I,6488
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=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
+ azure/mgmt/storage/v2018_03_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2018_03_01_preview/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
162
+ azure/mgmt/storage/v2018_03_01_preview/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
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=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
+ 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=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
+ 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=_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
+ 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=fcm-DUZIK_I5-2wEZCOCvbyTKM1B1ZKN9cyF4M0EI18,120282
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=Fs9oUJxSjrLRODD5qeNt0rEzOtMaAj-xoN8LvE86tuk,7701
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=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
+ 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=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
+ azure/mgmt/storage/v2018_07_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2018_07_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
192
+ azure/mgmt/storage/v2018_07_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
193
+ azure/mgmt/storage/v2018_07_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=vDVuuMS7KuXMOubpcNkS9jF_OwfkTbNXCT4bF6hyCy0,127633
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=q6kJlIuqsSta2NZ9Qk5F_DHiLQViomWsCOEon8TAjNI,8500
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=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
+ 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=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
+ azure/mgmt/storage/v2018_11_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2018_11_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
222
+ azure/mgmt/storage/v2018_11_01/_version.py,sha256=ghKeRY_iVoDPsNuGAedrZrvdN6cGzCKqMb29WFdFAF8,487
223
+ azure/mgmt/storage/v2018_11_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=86Nl9m7YEoTdZvq-N2Jt-UzibMatr5DSHkGyGw82UlQ,142083
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=E1LyPoa5v3Hae4i4OEXGSj-EuIxcjLkSTx-OdYP9uUA,8768
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=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
+ 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=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
+ azure/mgmt/storage/v2019_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2019_04_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
254
+ azure/mgmt/storage/v2019_04_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
255
+ azure/mgmt/storage/v2019_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=95qyTrFq4oou4yzs2Q3EyG7ntyxGaNZf5AYkwxTKuFI,171880
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=P3Elq2UJHJKraRxm0S4YhHXQ4vDZMBWktybnC2gQUYY,9531
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=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
+ 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=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
+ azure/mgmt/storage/v2019_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2019_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
290
+ azure/mgmt/storage/v2019_06_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
291
+ azure/mgmt/storage/v2019_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=XQo0agb3a8OQ19NRCd9s0FjCzBzFLR4QQKkDWjSJom8,273794
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=OXYmyVsaixx6-SW8rYGP3aPjcMI8vRq7j-fHuGhzYcw,13388
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=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
+ 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=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
+ azure/mgmt/storage/v2020_08_01_preview/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2020_08_01_preview/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
344
+ azure/mgmt/storage/v2020_08_01_preview/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
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=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
+ 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=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
+ 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=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
+ 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=4HWXuZp6Xq8DnSHtdNSElxIpO64VWGu6p7aTZPA3jRo,287579
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=rr57L2U0b5dT667ZpGtrLCLTiq1wWgnnABscAqX6ImE,13686
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=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
+ 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=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
+ azure/mgmt/storage/v2021_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
400
+ azure/mgmt/storage/v2021_01_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
401
+ azure/mgmt/storage/v2021_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=Sxy6rHEoBDMG3DRZ3aCCK_urblvFENDY1Yr6F_hAqmc,293578
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=aST9nwG_H7G3x4fKXAH6fj4IX-iuCSDLVGLqxHVafAA,14069
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=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
+ 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=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
+ azure/mgmt/storage/v2021_02_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_02_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
456
+ azure/mgmt/storage/v2021_02_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
457
+ azure/mgmt/storage/v2021_02_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ azure/mgmt/storage/v2021_02_01/models/__init__.py,sha256=gBVebeWgTSzXFVVVWKBhD3HNSb182jmuJysDaQvAork,14742
483
+ azure/mgmt/storage/v2021_02_01/models/_models_py3.py,sha256=gmFoPtN0_EPByi8cCgyyMp5gWevlQKFNJ2wQtLz8Jpc,299702
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=46MPdni1tcKP1GtWSCKtOtvnfPRri9jJBdqQzmQ77EQ,14212
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=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
+ 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=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
+ azure/mgmt/storage/v2021_04_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_04_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
512
+ azure/mgmt/storage/v2021_04_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
513
+ azure/mgmt/storage/v2021_04_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ azure/mgmt/storage/v2021_04_01/models/__init__.py,sha256=RyepCd8XIgCz9ZxL8W49vbGiByvC1MraXNSdtLQbYBY,15576
539
+ azure/mgmt/storage/v2021_04_01/models/_models_py3.py,sha256=fXt-CrY8dJ9Njq6uSy2bt5bG2T2oxTNMSykNmugDG2M,324732
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=3mjTIicxlcT-uxh_ZSlVRWA1D61aXr4NkxPbTPqY-vg,15613
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=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
+ 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=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
+ azure/mgmt/storage/v2021_06_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_06_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
568
+ azure/mgmt/storage/v2021_06_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
569
+ azure/mgmt/storage/v2021_06_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ azure/mgmt/storage/v2021_06_01/models/__init__.py,sha256=iqMS1GkZXCySBSDD04YTP0mw1cYTJ2itj8HUtfSTpAw,15991
595
+ azure/mgmt/storage/v2021_06_01/models/_models_py3.py,sha256=SLOvYFsPU0BGP0SZfyujZ2QxPjpi9U6vu2TTiyunln0,349985
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=GE7QoZwukR7j56eQiFH7oN2HARVvxVocsu0D_BBEwrg,16413
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=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
+ 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=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
+ azure/mgmt/storage/v2021_08_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_08_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
624
+ azure/mgmt/storage/v2021_08_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
625
+ azure/mgmt/storage/v2021_08_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=OYwHFDeIPXfagO1-YgeZ-H2elRYwAZlIVkhRpgeOidY,364428
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=-n-fKCRr8I9e0wHINcdnSe5K9Q3dvF9D24aNrjv20S8,16868
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=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
+ 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=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
+ azure/mgmt/storage/v2021_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
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
+ azure/mgmt/storage/v2021_09_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
682
+ azure/mgmt/storage/v2021_09_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
683
+ azure/mgmt/storage/v2021_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
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
+ 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=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
+ 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=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
+ 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=lCj5BFJmAK7Ktjanl8DfPT-CEGPOEaePsECiANGXpLM,384340
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=Rm4bjjHe6dsEekgswzchgY7JICL7ekLIXBISAnjkYBM,17722
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=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
+ 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=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
+ azure/mgmt/storage/v2022_05_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
736
+ azure/mgmt/storage/v2022_05_01/_configuration.py,sha256=I95msmFtYUhzKQTt7pv9tkgTv3cq-kp-hkGpysrM8zs,3427
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=eNms9pfVK7KUb2cu2S_-mf9IxTNZkS-bH0GsDkRFIsE,11616
739
+ azure/mgmt/storage/v2022_05_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
740
+ azure/mgmt/storage/v2022_05_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
741
+ azure/mgmt/storage/v2022_05_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
742
+ azure/mgmt/storage/v2022_05_01/aio/_configuration.py,sha256=7ijHH9h4UHXNu5YtVE_Vc5hu5xTyOX3J1WIMemPNjnA,3475
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=zTm7kFg0doiqqh8kQa0yQl_dZU2yOu_AADI3EYupewQ,11867
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=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
+ 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=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
+ azure/mgmt/storage/v2022_05_01/models/__init__.py,sha256=3DUEo7WHWSvBQIzhsoyZR4soz9M7EYhBDMgYL6Wkz7w,16769
768
+ azure/mgmt/storage/v2022_05_01/models/_models_py3.py,sha256=HL3Iq2DkACAz9aiv2Cq_CgxIhP3_MYne2QuFx1LJyxI,384093
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=7huHnFifgu0QnQCmpQcGF2HVyo5nb8nrosuNrRRtxUs,17746
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=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
+ 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=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
+ azure/mgmt/storage/v2022_09_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
794
+ azure/mgmt/storage/v2022_09_01/_configuration.py,sha256=7pDOyWNft4Dwu1Inn9q0hAvpg_hao4IxP8mVk5mBQLY,3427
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=pto9iGzh5ilw8BCiHWDOKAEaPnJ1f-rekYOu0NDT09g,11616
797
+ azure/mgmt/storage/v2022_09_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
798
+ azure/mgmt/storage/v2022_09_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
799
+ azure/mgmt/storage/v2022_09_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
800
+ azure/mgmt/storage/v2022_09_01/aio/_configuration.py,sha256=ya7lrqYDhCBF4nMvlbaatrYDbOYSQ9Ya2ewEKbsCX9s,3475
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=SWwFp7NiH0f1WD65laJXYI9MI9w341O4KkIDCCrLhMM,11867
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=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
+ 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=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
+ 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=05m0k8mZLk1Q7ObEf5w6fdeM_rZOM7NalMbIgkJ261U,386936
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=wJ9QetZYAyjxEHDYbSCBPttvl7JAPiT_aDKNPdtOhBY,17935
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=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
+ 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=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
+ azure/mgmt/storage/v2023_01_01/__init__.py,sha256=4yEAREebZKk18rVSvqXrJeQWGYdk6i9qn34iO24aWQk,909
852
+ azure/mgmt/storage/v2023_01_01/_configuration.py,sha256=ypbb2NAPBkrcV6oaFoLcin1yJHU8TNsHsaENw4yuWFY,3427
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=o7w0q2Dn6w20sXMCsuLnaH5eaPAN4Sd-3toP8CNcEn4,11616
855
+ azure/mgmt/storage/v2023_01_01/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
856
+ azure/mgmt/storage/v2023_01_01/_version.py,sha256=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
857
+ azure/mgmt/storage/v2023_01_01/aio/__init__.py,sha256=bAx1ih7ENmb1M9e3yUxOlLz9UNdxG8JV5nJX6kNEiO4,856
858
+ azure/mgmt/storage/v2023_01_01/aio/_configuration.py,sha256=0d9k1r6rF9sSV1VbfZniAgzpgueIMSdqXhBFYg6gtuE,3475
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=5vGE7deN_Jc2r-jDivBBlQgtx-VG0RbfznF21vlNT9U,11867
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=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
+ 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=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
+ 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=lwJYmCU6E7JfCkN6KdXggvESX78BLq_w97rLTm0yG0I,398176
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=l7ObiJjQImXBXn3Ahvp7P5qi5vd-S8bj6KbAmZkjJLY,18926
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=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
+ 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=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=SgtyYAdWJAYhVPDLyiBVyCTG8wYI9ZT2cqBGlg1eU1s,486
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=QwrU_r0uIwDR8bbcg-_1dM6oe7jlzBIosUrIpHCVYEI,8012
940
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=ShlX-xONRUOnW9_jMgs0ocH7zIPW_HoSp7kw-PAK09M,7590
941
+ azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py,sha256=DRmttBL5NqIfTo2WdcfhvYzeag_P4WKCavJrOhwD54E,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=dolXJbp9EiWukMIJjLumogw1S9az8ZOh003Rd932c5w,10063
970
+ azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py,sha256=wuvQ3BN8DTclicm-ba49CfP3OS00HPXghCzTQtD_VF0,9286
971
+ azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py,sha256=JEQGBfeu3CdgAKsr_2WZ7hrWlZfsY0yi_pjb9meZwYQ,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.1.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
976
+ azure_mgmt_storage-21.2.1.dist-info/METADATA,sha256=1W6ejfiItgkfeMzSrSIMh2WFZLgRs3Hl8j_LX4vkEKQ,31193
977
+ azure_mgmt_storage-21.2.1.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
978
+ azure_mgmt_storage-21.2.1.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
979
+ azure_mgmt_storage-21.2.1.dist-info/RECORD,,