azure-mgmt-storage 21.2.0__tar.gz → 21.2.1__tar.gz

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 (1013) hide show
  1. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/CHANGELOG.md +8 -0
  2. {azure-mgmt-storage-21.2.0/azure_mgmt_storage.egg-info → azure-mgmt-storage-21.2.1}/PKG-INFO +9 -1
  3. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/_meta.json +4 -4
  4. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/_serialization.py +1 -1
  5. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/_version.py +1 -1
  6. {azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2016_12_01 → azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2015_06_15}/_version.py +1 -1
  7. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/_version.py +1 -1
  8. {azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2017_06_01 → azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2016_12_01}/_version.py +1 -1
  9. {azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2015_06_15 → azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2017_06_01}/_version.py +1 -1
  10. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2017_10_01/_version.py +9 -0
  11. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2018_02_01/_version.py +9 -0
  12. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2018_03_01_preview/_version.py +9 -0
  13. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2018_07_01/_version.py +9 -0
  14. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2018_11_01/_version.py +9 -0
  15. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2019_04_01/_version.py +9 -0
  16. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2019_06_01/_version.py +9 -0
  17. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2020_08_01_preview/_version.py +9 -0
  18. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_01_01/_version.py +9 -0
  19. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_02_01/_version.py +9 -0
  20. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_04_01/_version.py +9 -0
  21. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_06_01/_version.py +9 -0
  22. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_08_01/_version.py +9 -0
  23. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2021_09_01/_version.py +9 -0
  24. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2022_05_01/_version.py +9 -0
  25. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2022_09_01/_version.py +9 -0
  26. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2023_01_01/_version.py +9 -0
  27. azure-mgmt-storage-21.2.1/azure/mgmt/storage/v2023_05_01/_version.py +9 -0
  28. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +2 -2
  29. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +2 -2
  30. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +2 -2
  31. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +4 -4
  32. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +4 -4
  33. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +4 -4
  34. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1/azure_mgmt_storage.egg-info}/PKG-INFO +9 -1
  35. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure_mgmt_storage.egg-info/SOURCES.txt +2 -1
  36. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/tests/conftest.py +22 -4
  37. azure-mgmt-storage-21.2.1/tests/test_cli_mgmt_storage.py +26 -0
  38. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2017_10_01/_version.py +0 -9
  39. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2018_02_01/_version.py +0 -9
  40. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2018_03_01_preview/_version.py +0 -9
  41. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2018_07_01/_version.py +0 -9
  42. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2018_11_01/_version.py +0 -9
  43. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2019_04_01/_version.py +0 -9
  44. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2019_06_01/_version.py +0 -9
  45. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2020_08_01_preview/_version.py +0 -9
  46. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_01_01/_version.py +0 -9
  47. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_02_01/_version.py +0 -9
  48. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_04_01/_version.py +0 -9
  49. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_06_01/_version.py +0 -9
  50. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_08_01/_version.py +0 -9
  51. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2021_09_01/_version.py +0 -9
  52. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2022_05_01/_version.py +0 -9
  53. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2022_09_01/_version.py +0 -9
  54. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2023_01_01/_version.py +0 -9
  55. azure-mgmt-storage-21.2.0/azure/mgmt/storage/v2023_05_01/_version.py +0 -9
  56. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/LICENSE +0 -0
  57. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/MANIFEST.in +0 -0
  58. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/README.md +0 -0
  59. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/__init__.py +0 -0
  60. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/__init__.py +0 -0
  61. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/__init__.py +0 -0
  62. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/_configuration.py +0 -0
  63. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/_storage_management_client.py +0 -0
  64. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/aio/__init__.py +0 -0
  65. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/aio/_configuration.py +0 -0
  66. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/aio/_storage_management_client.py +0 -0
  67. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/models.py +0 -0
  68. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/py.typed +0 -0
  69. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/__init__.py +0 -0
  70. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/_configuration.py +0 -0
  71. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/_patch.py +0 -0
  72. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/_storage_management.py +0 -0
  73. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/_vendor.py +0 -0
  74. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/__init__.py +0 -0
  75. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/_configuration.py +0 -0
  76. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/_patch.py +0 -0
  77. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +0 -0
  78. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py +0 -0
  79. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/operations/_patch.py +0 -0
  80. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +0 -0
  81. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +0 -0
  82. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/models/__init__.py +0 -0
  83. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/models/_models_py3.py +0 -0
  84. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/models/_patch.py +0 -0
  85. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py +0 -0
  86. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/operations/__init__.py +0 -0
  87. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/operations/_patch.py +0 -0
  88. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +0 -0
  89. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +0 -0
  90. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/__init__.py +0 -0
  91. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/_configuration.py +0 -0
  92. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/_patch.py +0 -0
  93. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/_storage_management_client.py +0 -0
  94. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/_vendor.py +0 -0
  95. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/__init__.py +0 -0
  96. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/_configuration.py +0 -0
  97. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/_patch.py +0 -0
  98. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +0 -0
  99. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +0 -0
  100. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/operations/_patch.py +0 -0
  101. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +0 -0
  102. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +0 -0
  103. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/models/__init__.py +0 -0
  104. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/models/_models_py3.py +0 -0
  105. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/models/_patch.py +0 -0
  106. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py +0 -0
  107. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/operations/__init__.py +0 -0
  108. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/operations/_patch.py +0 -0
  109. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +0 -0
  110. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +0 -0
  111. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/__init__.py +0 -0
  112. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/_configuration.py +0 -0
  113. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/_patch.py +0 -0
  114. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/_storage_management.py +0 -0
  115. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/_vendor.py +0 -0
  116. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/__init__.py +0 -0
  117. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/_configuration.py +0 -0
  118. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/_patch.py +0 -0
  119. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +0 -0
  120. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py +0 -0
  121. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/operations/_patch.py +0 -0
  122. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +0 -0
  123. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +0 -0
  124. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/models/__init__.py +0 -0
  125. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/models/_models_py3.py +0 -0
  126. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/models/_patch.py +0 -0
  127. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py +0 -0
  128. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/operations/__init__.py +0 -0
  129. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/operations/_patch.py +0 -0
  130. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +0 -0
  131. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +0 -0
  132. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/__init__.py +0 -0
  133. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/_configuration.py +0 -0
  134. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/_patch.py +0 -0
  135. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/_storage_management.py +0 -0
  136. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/_vendor.py +0 -0
  137. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/__init__.py +0 -0
  138. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/_configuration.py +0 -0
  139. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/_patch.py +0 -0
  140. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +0 -0
  141. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py +0 -0
  142. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +0 -0
  143. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py +0 -0
  144. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +0 -0
  145. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +0 -0
  146. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +0 -0
  147. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/models/__init__.py +0 -0
  148. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/models/_models_py3.py +0 -0
  149. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/models/_patch.py +0 -0
  150. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py +0 -0
  151. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/__init__.py +0 -0
  152. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/_operations.py +0 -0
  153. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/_patch.py +0 -0
  154. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +0 -0
  155. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +0 -0
  156. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +0 -0
  157. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/__init__.py +0 -0
  158. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/_configuration.py +0 -0
  159. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/_patch.py +0 -0
  160. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/_storage_management.py +0 -0
  161. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/_vendor.py +0 -0
  162. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/__init__.py +0 -0
  163. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/_configuration.py +0 -0
  164. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/_patch.py +0 -0
  165. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +0 -0
  166. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +0 -0
  167. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +0 -0
  168. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/_patch.py +0 -0
  169. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +0 -0
  170. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +0 -0
  171. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +0 -0
  172. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/models/__init__.py +0 -0
  173. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/models/_models_py3.py +0 -0
  174. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/models/_patch.py +0 -0
  175. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py +0 -0
  176. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/__init__.py +0 -0
  177. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/_operations.py +0 -0
  178. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/_patch.py +0 -0
  179. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +0 -0
  180. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +0 -0
  181. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +0 -0
  182. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/__init__.py +0 -0
  183. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/_configuration.py +0 -0
  184. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/_patch.py +0 -0
  185. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/_storage_management_client.py +0 -0
  186. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/_vendor.py +0 -0
  187. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/__init__.py +0 -0
  188. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/_configuration.py +0 -0
  189. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/_patch.py +0 -0
  190. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +0 -0
  191. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py +0 -0
  192. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +0 -0
  193. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +0 -0
  194. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py +0 -0
  195. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +0 -0
  196. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +0 -0
  197. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +0 -0
  198. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/models/__init__.py +0 -0
  199. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/models/_models_py3.py +0 -0
  200. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/models/_patch.py +0 -0
  201. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -0
  202. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/__init__.py +0 -0
  203. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +0 -0
  204. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_operations.py +0 -0
  205. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_patch.py +0 -0
  206. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +0 -0
  207. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +0 -0
  208. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +0 -0
  209. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/__init__.py +0 -0
  210. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/_configuration.py +0 -0
  211. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/_patch.py +0 -0
  212. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +0 -0
  213. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -0
  214. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py +0 -0
  215. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +0 -0
  216. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +0 -0
  217. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +0 -0
  218. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +0 -0
  219. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +0 -0
  220. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +0 -0
  221. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +0 -0
  222. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py +0 -0
  223. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +0 -0
  224. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +0 -0
  225. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +0 -0
  226. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/models/__init__.py +0 -0
  227. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +0 -0
  228. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/models/_patch.py +0 -0
  229. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -0
  230. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +0 -0
  231. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +0 -0
  232. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +0 -0
  233. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +0 -0
  234. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py +0 -0
  235. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +0 -0
  236. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +0 -0
  237. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +0 -0
  238. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/__init__.py +0 -0
  239. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/_configuration.py +0 -0
  240. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/_patch.py +0 -0
  241. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/_storage_management_client.py +0 -0
  242. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/_vendor.py +0 -0
  243. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/__init__.py +0 -0
  244. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/_configuration.py +0 -0
  245. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/_patch.py +0 -0
  246. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +0 -0
  247. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -0
  248. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +0 -0
  249. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +0 -0
  250. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +0 -0
  251. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py +0 -0
  252. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +0 -0
  253. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +0 -0
  254. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +0 -0
  255. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -0
  256. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/models/_models_py3.py +0 -0
  257. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/models/_patch.py +0 -0
  258. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -0
  259. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -0
  260. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +0 -0
  261. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +0 -0
  262. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_operations.py +0 -0
  263. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_patch.py +0 -0
  264. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +0 -0
  265. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +0 -0
  266. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +0 -0
  267. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/__init__.py +0 -0
  268. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/_configuration.py +0 -0
  269. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/_patch.py +0 -0
  270. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/_storage_management_client.py +0 -0
  271. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/_vendor.py +0 -0
  272. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/__init__.py +0 -0
  273. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/_configuration.py +0 -0
  274. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/_patch.py +0 -0
  275. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +0 -0
  276. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py +0 -0
  277. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +0 -0
  278. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +0 -0
  279. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +0 -0
  280. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +0 -0
  281. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py +0 -0
  282. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +0 -0
  283. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +0 -0
  284. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +0 -0
  285. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/models/__init__.py +0 -0
  286. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/models/_models_py3.py +0 -0
  287. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/models/_patch.py +0 -0
  288. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -0
  289. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/__init__.py +0 -0
  290. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +0 -0
  291. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +0 -0
  292. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +0 -0
  293. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_operations.py +0 -0
  294. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_patch.py +0 -0
  295. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +0 -0
  296. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +0 -0
  297. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +0 -0
  298. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/__init__.py +0 -0
  299. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/_configuration.py +0 -0
  300. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/_patch.py +0 -0
  301. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/_storage_management_client.py +0 -0
  302. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/_vendor.py +0 -0
  303. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/__init__.py +0 -0
  304. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/_configuration.py +0 -0
  305. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/_patch.py +0 -0
  306. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +0 -0
  307. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py +0 -0
  308. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +0 -0
  309. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +0 -0
  310. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +0 -0
  311. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +0 -0
  312. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +0 -0
  313. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +0 -0
  314. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py +0 -0
  315. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +0 -0
  316. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +0 -0
  317. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +0 -0
  318. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/models/__init__.py +0 -0
  319. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/models/_models_py3.py +0 -0
  320. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/models/_patch.py +0 -0
  321. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -0
  322. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/__init__.py +0 -0
  323. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +0 -0
  324. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +0 -0
  325. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +0 -0
  326. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +0 -0
  327. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +0 -0
  328. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_operations.py +0 -0
  329. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_patch.py +0 -0
  330. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +0 -0
  331. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +0 -0
  332. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +0 -0
  333. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/__init__.py +0 -0
  334. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/_configuration.py +0 -0
  335. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/_patch.py +0 -0
  336. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/_storage_management_client.py +0 -0
  337. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/_vendor.py +0 -0
  338. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/__init__.py +0 -0
  339. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/_configuration.py +0 -0
  340. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/_patch.py +0 -0
  341. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +0 -0
  342. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +0 -0
  343. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +0 -0
  344. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  345. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +0 -0
  346. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +0 -0
  347. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +0 -0
  348. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +0 -0
  349. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +0 -0
  350. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +0 -0
  351. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +0 -0
  352. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py +0 -0
  353. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  354. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +0 -0
  355. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +0 -0
  356. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +0 -0
  357. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +0 -0
  358. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +0 -0
  359. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +0 -0
  360. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +0 -0
  361. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +0 -0
  362. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/models/__init__.py +0 -0
  363. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/models/_models_py3.py +0 -0
  364. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/models/_patch.py +0 -0
  365. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -0
  366. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/__init__.py +0 -0
  367. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +0 -0
  368. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +0 -0
  369. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +0 -0
  370. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +0 -0
  371. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +0 -0
  372. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +0 -0
  373. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +0 -0
  374. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +0 -0
  375. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_operations.py +0 -0
  376. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_patch.py +0 -0
  377. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +0 -0
  378. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +0 -0
  379. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +0 -0
  380. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +0 -0
  381. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +0 -0
  382. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +0 -0
  383. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +0 -0
  384. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +0 -0
  385. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +0 -0
  386. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/__init__.py +0 -0
  387. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/_configuration.py +0 -0
  388. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/_patch.py +0 -0
  389. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +0 -0
  390. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -0
  391. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py +0 -0
  392. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +0 -0
  393. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +0 -0
  394. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +0 -0
  395. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py +0 -0
  396. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +0 -0
  397. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +0 -0
  398. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +0 -0
  399. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +0 -0
  400. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +0 -0
  401. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +0 -0
  402. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +0 -0
  403. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +0 -0
  404. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +0 -0
  405. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +0 -0
  406. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py +0 -0
  407. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +0 -0
  408. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +0 -0
  409. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +0 -0
  410. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +0 -0
  411. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +0 -0
  412. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +0 -0
  413. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +0 -0
  414. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +0 -0
  415. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +0 -0
  416. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/models/__init__.py +0 -0
  417. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +0 -0
  418. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/models/_patch.py +0 -0
  419. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -0
  420. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py +0 -0
  421. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +0 -0
  422. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +0 -0
  423. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +0 -0
  424. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +0 -0
  425. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +0 -0
  426. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +0 -0
  427. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +0 -0
  428. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +0 -0
  429. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +0 -0
  430. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +0 -0
  431. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py +0 -0
  432. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +0 -0
  433. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +0 -0
  434. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +0 -0
  435. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +0 -0
  436. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +0 -0
  437. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +0 -0
  438. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +0 -0
  439. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +0 -0
  440. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +0 -0
  441. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/__init__.py +0 -0
  442. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/_configuration.py +0 -0
  443. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/_patch.py +0 -0
  444. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/_storage_management_client.py +0 -0
  445. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/_vendor.py +0 -0
  446. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/__init__.py +0 -0
  447. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/_configuration.py +0 -0
  448. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/_patch.py +0 -0
  449. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +0 -0
  450. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py +0 -0
  451. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +0 -0
  452. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  453. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +0 -0
  454. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +0 -0
  455. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +0 -0
  456. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +0 -0
  457. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +0 -0
  458. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +0 -0
  459. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +0 -0
  460. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +0 -0
  461. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py +0 -0
  462. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  463. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +0 -0
  464. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +0 -0
  465. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +0 -0
  466. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +0 -0
  467. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +0 -0
  468. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +0 -0
  469. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +0 -0
  470. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +0 -0
  471. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/models/__init__.py +0 -0
  472. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/models/_models_py3.py +0 -0
  473. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/models/_patch.py +0 -0
  474. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -0
  475. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/__init__.py +0 -0
  476. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +0 -0
  477. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +0 -0
  478. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +0 -0
  479. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +0 -0
  480. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +0 -0
  481. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +0 -0
  482. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +0 -0
  483. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +0 -0
  484. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +0 -0
  485. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_operations.py +0 -0
  486. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_patch.py +0 -0
  487. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +0 -0
  488. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +0 -0
  489. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +0 -0
  490. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +0 -0
  491. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +0 -0
  492. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +0 -0
  493. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +0 -0
  494. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +0 -0
  495. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +0 -0
  496. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/__init__.py +0 -0
  497. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/_configuration.py +0 -0
  498. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/_patch.py +0 -0
  499. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/_storage_management_client.py +0 -0
  500. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/_vendor.py +0 -0
  501. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/__init__.py +0 -0
  502. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/_configuration.py +0 -0
  503. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/_patch.py +0 -0
  504. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +0 -0
  505. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py +0 -0
  506. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +0 -0
  507. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  508. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +0 -0
  509. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +0 -0
  510. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +0 -0
  511. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +0 -0
  512. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +0 -0
  513. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +0 -0
  514. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +0 -0
  515. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +0 -0
  516. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py +0 -0
  517. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  518. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +0 -0
  519. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +0 -0
  520. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +0 -0
  521. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +0 -0
  522. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +0 -0
  523. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +0 -0
  524. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +0 -0
  525. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +0 -0
  526. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/models/__init__.py +0 -0
  527. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/models/_models_py3.py +0 -0
  528. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/models/_patch.py +0 -0
  529. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -0
  530. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/__init__.py +0 -0
  531. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +0 -0
  532. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +0 -0
  533. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +0 -0
  534. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +0 -0
  535. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +0 -0
  536. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +0 -0
  537. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +0 -0
  538. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +0 -0
  539. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +0 -0
  540. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_operations.py +0 -0
  541. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_patch.py +0 -0
  542. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +0 -0
  543. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +0 -0
  544. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +0 -0
  545. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +0 -0
  546. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +0 -0
  547. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +0 -0
  548. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +0 -0
  549. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +0 -0
  550. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +0 -0
  551. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/__init__.py +0 -0
  552. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/_configuration.py +0 -0
  553. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/_patch.py +0 -0
  554. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/_storage_management_client.py +0 -0
  555. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/_vendor.py +0 -0
  556. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/__init__.py +0 -0
  557. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/_configuration.py +0 -0
  558. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/_patch.py +0 -0
  559. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +0 -0
  560. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py +0 -0
  561. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +0 -0
  562. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  563. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +0 -0
  564. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +0 -0
  565. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +0 -0
  566. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +0 -0
  567. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +0 -0
  568. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +0 -0
  569. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +0 -0
  570. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +0 -0
  571. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py +0 -0
  572. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  573. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +0 -0
  574. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +0 -0
  575. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +0 -0
  576. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +0 -0
  577. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +0 -0
  578. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +0 -0
  579. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +0 -0
  580. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +0 -0
  581. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/models/__init__.py +0 -0
  582. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/models/_models_py3.py +0 -0
  583. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/models/_patch.py +0 -0
  584. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -0
  585. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/__init__.py +0 -0
  586. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +0 -0
  587. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +0 -0
  588. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +0 -0
  589. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +0 -0
  590. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +0 -0
  591. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +0 -0
  592. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +0 -0
  593. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +0 -0
  594. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +0 -0
  595. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_operations.py +0 -0
  596. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_patch.py +0 -0
  597. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +0 -0
  598. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +0 -0
  599. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +0 -0
  600. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +0 -0
  601. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +0 -0
  602. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +0 -0
  603. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +0 -0
  604. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +0 -0
  605. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +0 -0
  606. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/__init__.py +0 -0
  607. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/_configuration.py +0 -0
  608. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/_patch.py +0 -0
  609. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/_storage_management_client.py +0 -0
  610. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/_vendor.py +0 -0
  611. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/__init__.py +0 -0
  612. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/_configuration.py +0 -0
  613. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/_patch.py +0 -0
  614. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +0 -0
  615. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py +0 -0
  616. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +0 -0
  617. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  618. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +0 -0
  619. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +0 -0
  620. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +0 -0
  621. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +0 -0
  622. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +0 -0
  623. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +0 -0
  624. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +0 -0
  625. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +0 -0
  626. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py +0 -0
  627. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  628. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +0 -0
  629. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +0 -0
  630. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +0 -0
  631. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +0 -0
  632. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +0 -0
  633. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +0 -0
  634. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +0 -0
  635. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +0 -0
  636. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/models/__init__.py +0 -0
  637. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/models/_models_py3.py +0 -0
  638. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/models/_patch.py +0 -0
  639. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -0
  640. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/__init__.py +0 -0
  641. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +0 -0
  642. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +0 -0
  643. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +0 -0
  644. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +0 -0
  645. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +0 -0
  646. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +0 -0
  647. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +0 -0
  648. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +0 -0
  649. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +0 -0
  650. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_operations.py +0 -0
  651. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_patch.py +0 -0
  652. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +0 -0
  653. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +0 -0
  654. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +0 -0
  655. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +0 -0
  656. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +0 -0
  657. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +0 -0
  658. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +0 -0
  659. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +0 -0
  660. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +0 -0
  661. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/__init__.py +0 -0
  662. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/_configuration.py +0 -0
  663. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/_patch.py +0 -0
  664. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/_storage_management_client.py +0 -0
  665. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/_vendor.py +0 -0
  666. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/__init__.py +0 -0
  667. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/_configuration.py +0 -0
  668. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/_patch.py +0 -0
  669. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +0 -0
  670. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py +0 -0
  671. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +0 -0
  672. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  673. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +0 -0
  674. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +0 -0
  675. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +0 -0
  676. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +0 -0
  677. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +0 -0
  678. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +0 -0
  679. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +0 -0
  680. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +0 -0
  681. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +0 -0
  682. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py +0 -0
  683. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  684. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +0 -0
  685. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +0 -0
  686. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +0 -0
  687. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +0 -0
  688. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +0 -0
  689. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +0 -0
  690. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +0 -0
  691. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +0 -0
  692. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/models/__init__.py +0 -0
  693. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/models/_models_py3.py +0 -0
  694. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/models/_patch.py +0 -0
  695. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -0
  696. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/__init__.py +0 -0
  697. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +0 -0
  698. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +0 -0
  699. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +0 -0
  700. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +0 -0
  701. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +0 -0
  702. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +0 -0
  703. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +0 -0
  704. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +0 -0
  705. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +0 -0
  706. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +0 -0
  707. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_operations.py +0 -0
  708. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_patch.py +0 -0
  709. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +0 -0
  710. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +0 -0
  711. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +0 -0
  712. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +0 -0
  713. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +0 -0
  714. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +0 -0
  715. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +0 -0
  716. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +0 -0
  717. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +0 -0
  718. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/__init__.py +0 -0
  719. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/_configuration.py +0 -0
  720. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/_patch.py +0 -0
  721. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/_storage_management_client.py +0 -0
  722. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/_vendor.py +0 -0
  723. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/__init__.py +0 -0
  724. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/_configuration.py +0 -0
  725. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/_patch.py +0 -0
  726. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +0 -0
  727. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py +0 -0
  728. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +0 -0
  729. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  730. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +0 -0
  731. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +0 -0
  732. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +0 -0
  733. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +0 -0
  734. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +0 -0
  735. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +0 -0
  736. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +0 -0
  737. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +0 -0
  738. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +0 -0
  739. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py +0 -0
  740. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  741. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +0 -0
  742. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +0 -0
  743. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +0 -0
  744. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +0 -0
  745. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +0 -0
  746. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +0 -0
  747. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +0 -0
  748. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +0 -0
  749. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/models/__init__.py +0 -0
  750. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/models/_models_py3.py +0 -0
  751. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/models/_patch.py +0 -0
  752. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -0
  753. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/__init__.py +0 -0
  754. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +0 -0
  755. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +0 -0
  756. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +0 -0
  757. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +0 -0
  758. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +0 -0
  759. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +0 -0
  760. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +0 -0
  761. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +0 -0
  762. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +0 -0
  763. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +0 -0
  764. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_operations.py +0 -0
  765. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_patch.py +0 -0
  766. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +0 -0
  767. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +0 -0
  768. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +0 -0
  769. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +0 -0
  770. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +0 -0
  771. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +0 -0
  772. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +0 -0
  773. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +0 -0
  774. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +0 -0
  775. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/__init__.py +0 -0
  776. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/_configuration.py +0 -0
  777. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/_patch.py +0 -0
  778. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/_storage_management_client.py +0 -0
  779. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/_vendor.py +0 -0
  780. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/__init__.py +0 -0
  781. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/_configuration.py +0 -0
  782. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/_patch.py +0 -0
  783. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +0 -0
  784. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py +0 -0
  785. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +0 -0
  786. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  787. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +0 -0
  788. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +0 -0
  789. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +0 -0
  790. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +0 -0
  791. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +0 -0
  792. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +0 -0
  793. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +0 -0
  794. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +0 -0
  795. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +0 -0
  796. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py +0 -0
  797. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  798. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +0 -0
  799. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +0 -0
  800. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +0 -0
  801. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +0 -0
  802. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +0 -0
  803. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +0 -0
  804. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +0 -0
  805. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +0 -0
  806. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/models/__init__.py +0 -0
  807. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/models/_models_py3.py +0 -0
  808. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/models/_patch.py +0 -0
  809. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -0
  810. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/__init__.py +0 -0
  811. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +0 -0
  812. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +0 -0
  813. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +0 -0
  814. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +0 -0
  815. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +0 -0
  816. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +0 -0
  817. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +0 -0
  818. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +0 -0
  819. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +0 -0
  820. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +0 -0
  821. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_operations.py +0 -0
  822. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_patch.py +0 -0
  823. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +0 -0
  824. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +0 -0
  825. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +0 -0
  826. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +0 -0
  827. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +0 -0
  828. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +0 -0
  829. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +0 -0
  830. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +0 -0
  831. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +0 -0
  832. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/__init__.py +0 -0
  833. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/_configuration.py +0 -0
  834. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/_patch.py +0 -0
  835. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/_storage_management_client.py +0 -0
  836. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/_vendor.py +0 -0
  837. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/__init__.py +0 -0
  838. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/_configuration.py +0 -0
  839. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/_patch.py +0 -0
  840. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +0 -0
  841. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py +0 -0
  842. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +0 -0
  843. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  844. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +0 -0
  845. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +0 -0
  846. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +0 -0
  847. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +0 -0
  848. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +0 -0
  849. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +0 -0
  850. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +0 -0
  851. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +0 -0
  852. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +0 -0
  853. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py +0 -0
  854. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  855. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +0 -0
  856. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +0 -0
  857. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +0 -0
  858. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +0 -0
  859. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +0 -0
  860. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +0 -0
  861. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +0 -0
  862. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +0 -0
  863. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/models/__init__.py +0 -0
  864. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/models/_models_py3.py +0 -0
  865. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/models/_patch.py +0 -0
  866. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -0
  867. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/__init__.py +0 -0
  868. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +0 -0
  869. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +0 -0
  870. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +0 -0
  871. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +0 -0
  872. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +0 -0
  873. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +0 -0
  874. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +0 -0
  875. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +0 -0
  876. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +0 -0
  877. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +0 -0
  878. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_operations.py +0 -0
  879. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_patch.py +0 -0
  880. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +0 -0
  881. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +0 -0
  882. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +0 -0
  883. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +0 -0
  884. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +0 -0
  885. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +0 -0
  886. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +0 -0
  887. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +0 -0
  888. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +0 -0
  889. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/__init__.py +0 -0
  890. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/_configuration.py +0 -0
  891. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/_patch.py +0 -0
  892. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/_storage_management_client.py +0 -0
  893. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/_vendor.py +0 -0
  894. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/__init__.py +0 -0
  895. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/_configuration.py +0 -0
  896. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/_patch.py +0 -0
  897. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +0 -0
  898. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +0 -0
  899. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +0 -0
  900. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  901. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +0 -0
  902. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +0 -0
  903. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +0 -0
  904. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +0 -0
  905. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +0 -0
  906. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +0 -0
  907. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +0 -0
  908. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +0 -0
  909. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +0 -0
  910. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +0 -0
  911. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  912. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +0 -0
  913. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +0 -0
  914. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +0 -0
  915. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +0 -0
  916. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +0 -0
  917. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +0 -0
  918. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +0 -0
  919. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +0 -0
  920. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/models/__init__.py +0 -0
  921. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/models/_models_py3.py +0 -0
  922. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/models/_patch.py +0 -0
  923. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -0
  924. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/__init__.py +0 -0
  925. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +0 -0
  926. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +0 -0
  927. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +0 -0
  928. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +0 -0
  929. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +0 -0
  930. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +0 -0
  931. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +0 -0
  932. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +0 -0
  933. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +0 -0
  934. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +0 -0
  935. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_operations.py +0 -0
  936. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_patch.py +0 -0
  937. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +0 -0
  938. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +0 -0
  939. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +0 -0
  940. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +0 -0
  941. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +0 -0
  942. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +0 -0
  943. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +0 -0
  944. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +0 -0
  945. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +0 -0
  946. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/__init__.py +0 -0
  947. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/_configuration.py +0 -0
  948. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/_patch.py +0 -0
  949. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/_storage_management_client.py +0 -0
  950. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/_vendor.py +0 -0
  951. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/__init__.py +0 -0
  952. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/_configuration.py +0 -0
  953. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/_patch.py +0 -0
  954. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +0 -0
  955. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +0 -0
  956. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +0 -0
  957. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -0
  958. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +0 -0
  959. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +0 -0
  960. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +0 -0
  961. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +0 -0
  962. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +0 -0
  963. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +0 -0
  964. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +0 -0
  965. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +0 -0
  966. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +0 -0
  967. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +0 -0
  968. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +0 -0
  969. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -0
  970. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +0 -0
  971. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +0 -0
  972. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +0 -0
  973. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +0 -0
  974. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +0 -0
  975. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +0 -0
  976. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +0 -0
  977. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +0 -0
  978. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/models/__init__.py +0 -0
  979. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/models/_models_py3.py +0 -0
  980. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/models/_patch.py +0 -0
  981. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +0 -0
  982. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/__init__.py +0 -0
  983. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +0 -0
  984. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +0 -0
  985. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +0 -0
  986. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +0 -0
  987. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +0 -0
  988. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +0 -0
  989. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +0 -0
  990. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +0 -0
  991. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +0 -0
  992. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +0 -0
  993. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +0 -0
  994. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_operations.py +0 -0
  995. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_patch.py +0 -0
  996. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +0 -0
  997. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +0 -0
  998. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +0 -0
  999. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +0 -0
  1000. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +0 -0
  1001. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +0 -0
  1002. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +0 -0
  1003. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +0 -0
  1004. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +0 -0
  1005. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure_mgmt_storage.egg-info/dependency_links.txt +0 -0
  1006. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure_mgmt_storage.egg-info/not-zip-safe +0 -0
  1007. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure_mgmt_storage.egg-info/requires.txt +0 -0
  1008. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/azure_mgmt_storage.egg-info/top_level.txt +0 -0
  1009. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/setup.cfg +0 -0
  1010. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/setup.py +0 -0
  1011. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/tests/_aio_testcase.py +0 -0
  1012. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/tests/disable_test_cli_mgmt_storage.py +0 -0
  1013. {azure-mgmt-storage-21.2.0 → azure-mgmt-storage-21.2.1}/tests/disable_test_cli_mgmt_storage_async.py +0 -0
@@ -1,5 +1,13 @@
1
1
  # Release History
2
2
 
3
+ ## 21.2.1 (2024-06-27)
4
+
5
+ ### Bugs Fixed
6
+
7
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentInstancesReportOperations.list from str to int
8
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsInstancesReportOperations.list from str to int
9
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsOperations.list from str to int
10
+
3
11
  ## 21.2.0 (2024-06-17)
4
12
 
5
13
  ### Features Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: azure-mgmt-storage
3
- Version: 21.2.0
3
+ Version: 21.2.1
4
4
  Summary: Microsoft Azure Storage Management Client Library for Python
5
5
  Home-page: https://github.com/Azure/azure-sdk-for-python
6
6
  Author: Microsoft Corporation
@@ -86,6 +86,14 @@ section of the project.
86
86
 
87
87
  # Release History
88
88
 
89
+ ## 21.2.1 (2024-06-27)
90
+
91
+ ### Bugs Fixed
92
+
93
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentInstancesReportOperations.list from str to int
94
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsInstancesReportOperations.list from str to int
95
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsOperations.list from str to int
96
+
89
97
  ## 21.2.0 (2024-06-17)
90
98
 
91
99
  ### Features Added
@@ -1,12 +1,12 @@
1
1
  {
2
- "commit": "b22c642b361e6d6e7d72a2347a09b0bcf6075d70",
2
+ "commit": "43f10d3b8bacd5fc6b01254b5050c613f26c3573",
3
3
  "repository_url": "https://github.com/Azure/azure-rest-api-specs",
4
4
  "autorest": "3.10.2",
5
5
  "use": [
6
- "@autorest/python@6.13.16",
6
+ "@autorest/python@6.13.19",
7
7
  "@autorest/modelerfour@4.27.0"
8
8
  ],
9
- "autorest_command": "autorest specification/storage/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.13.16 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
9
+ "autorest_command": "autorest specification/storage/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.13.19 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
10
10
  "readme": "specification/storage/resource-manager/readme.md",
11
11
  "package-2023-01": "2023-07-20 11:56:40 -0700 3e6b4ddca225530c27273d0f816466a905c0151b Microsoft.Storage/stable/2023-01-01/table.json",
12
12
  "package-2022-09": "2022-11-13 19:43:16 -0800 da0cfefaa0e6c237e1e3819f1cb2e11d7606878d Microsoft.Storage/stable/2022-09-01/table.json",
@@ -29,5 +29,5 @@
29
29
  "package-2016-12": "2020-05-21 10:20:08 +0200 db0f437ba79086e20570d648fe932c4266e7a7ed Microsoft.Storage/stable/2016-12-01/storage.json",
30
30
  "package-2016-01": "2019-06-26 12:38:19 -0400 26df0a691d94445b2c96d348f5ecc31f6f9a2099 Microsoft.Storage/stable/2016-01-01/storage.json",
31
31
  "package-2015-06": "2019-06-26 12:38:19 -0400 26df0a691d94445b2c96d348f5ecc31f6f9a2099 Microsoft.Storage/stable/2015-06-15/storage.json",
32
- "package-2023-05": "2024-06-04 20:39:42 -0700 09c187c9589a143a477ed02c6639e914a4818179 Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json"
32
+ "package-2023-05": "2024-06-26 09:32:01 -0700 db377f47cf7bf53bf077aa42967112a9783980d5 Microsoft.Storage/stable/2023-05-01/storageTaskAssignments.json"
33
33
  }
@@ -1447,7 +1447,7 @@ class Deserializer(object):
1447
1447
  elif isinstance(response, type) and issubclass(response, Enum):
1448
1448
  return self.deserialize_enum(data, response)
1449
1449
 
1450
- if data is None:
1450
+ if data is None or data is CoreNull:
1451
1451
  return data
1452
1452
  try:
1453
1453
  attributes = response._attribute_map # type: ignore
@@ -5,4 +5,4 @@
5
5
  # license information.
6
6
  # --------------------------------------------------------------------------
7
7
 
8
- VERSION = "21.2.0"
8
+ VERSION = "21.2.1"
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "21.2.0"
9
+ VERSION = "21.2.1"
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "21.2.0"
9
+ VERSION = "21.2.1"
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "21.2.0"
9
+ VERSION = "21.2.1"
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "21.2.0"
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) AutoRest Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+
9
+ VERSION = "21.2.1"
@@ -64,7 +64,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
64
64
  resource_group_name: str,
65
65
  account_name: str,
66
66
  storage_task_assignment_name: str,
67
- maxpagesize: Optional[str] = None,
67
+ maxpagesize: Optional[int] = None,
68
68
  filter: Optional[str] = None,
69
69
  **kwargs: Any
70
70
  ) -> AsyncIterable["_models.StorageTaskReportInstance"]:
@@ -83,7 +83,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
83
83
  :type storage_task_assignment_name: str
84
84
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
85
85
  to be included in the list response. Default value is None.
86
- :type maxpagesize: str
86
+ :type maxpagesize: int
87
87
  :param filter: Optional. When specified, it can be used to query using reporting properties.
88
88
  See `Constructing Filter Strings
89
89
  <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
@@ -63,7 +63,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
63
63
  self,
64
64
  resource_group_name: str,
65
65
  account_name: str,
66
- maxpagesize: Optional[str] = None,
66
+ maxpagesize: Optional[int] = None,
67
67
  filter: Optional[str] = None,
68
68
  **kwargs: Any
69
69
  ) -> AsyncIterable["_models.StorageTaskReportInstance"]:
@@ -78,7 +78,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
78
78
  :type account_name: str
79
79
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
80
80
  to be included in the list response. Default value is None.
81
- :type maxpagesize: str
81
+ :type maxpagesize: int
82
82
  :param filter: Optional. When specified, it can be used to query using reporting properties.
83
83
  See `Constructing Filter Strings
84
84
  <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
@@ -709,7 +709,7 @@ class StorageTaskAssignmentsOperations:
709
709
 
710
710
  @distributed_trace
711
711
  def list(
712
- self, resource_group_name: str, account_name: str, maxpagesize: Optional[str] = None, **kwargs: Any
712
+ self, resource_group_name: str, account_name: str, maxpagesize: Optional[int] = None, **kwargs: Any
713
713
  ) -> AsyncIterable["_models.StorageTaskAssignment"]:
714
714
  """List all the storage task assignments in an account.
715
715
 
@@ -722,7 +722,7 @@ class StorageTaskAssignmentsOperations:
722
722
  :type account_name: str
723
723
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment Ids to be
724
724
  included in the list response. Default value is None.
725
- :type maxpagesize: str
725
+ :type maxpagesize: int
726
726
  :return: An iterator like instance of either StorageTaskAssignment or the result of
727
727
  cls(response)
728
728
  :rtype:
@@ -47,7 +47,7 @@ def build_list_request(
47
47
  storage_task_assignment_name: str,
48
48
  subscription_id: str,
49
49
  *,
50
- maxpagesize: Optional[str] = None,
50
+ maxpagesize: Optional[int] = None,
51
51
  filter: Optional[str] = None,
52
52
  **kwargs: Any
53
53
  ) -> HttpRequest:
@@ -84,7 +84,7 @@ def build_list_request(
84
84
 
85
85
  # Construct parameters
86
86
  if maxpagesize is not None:
87
- _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "str")
87
+ _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "int")
88
88
  if filter is not None:
89
89
  _params["$filter"] = _SERIALIZER.query("filter", filter, "str")
90
90
  _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
@@ -121,7 +121,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
121
121
  resource_group_name: str,
122
122
  account_name: str,
123
123
  storage_task_assignment_name: str,
124
- maxpagesize: Optional[str] = None,
124
+ maxpagesize: Optional[int] = None,
125
125
  filter: Optional[str] = None,
126
126
  **kwargs: Any
127
127
  ) -> Iterable["_models.StorageTaskReportInstance"]:
@@ -140,7 +140,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
140
140
  :type storage_task_assignment_name: str
141
141
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
142
142
  to be included in the list response. Default value is None.
143
- :type maxpagesize: str
143
+ :type maxpagesize: int
144
144
  :param filter: Optional. When specified, it can be used to query using reporting properties.
145
145
  See `Constructing Filter Strings
146
146
  <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
@@ -46,7 +46,7 @@ def build_list_request(
46
46
  account_name: str,
47
47
  subscription_id: str,
48
48
  *,
49
- maxpagesize: Optional[str] = None,
49
+ maxpagesize: Optional[int] = None,
50
50
  filter: Optional[str] = None,
51
51
  **kwargs: Any
52
52
  ) -> HttpRequest:
@@ -75,7 +75,7 @@ def build_list_request(
75
75
 
76
76
  # Construct parameters
77
77
  if maxpagesize is not None:
78
- _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "str")
78
+ _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "int")
79
79
  if filter is not None:
80
80
  _params["$filter"] = _SERIALIZER.query("filter", filter, "str")
81
81
  _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
@@ -111,7 +111,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
111
111
  self,
112
112
  resource_group_name: str,
113
113
  account_name: str,
114
- maxpagesize: Optional[str] = None,
114
+ maxpagesize: Optional[int] = None,
115
115
  filter: Optional[str] = None,
116
116
  **kwargs: Any
117
117
  ) -> Iterable["_models.StorageTaskReportInstance"]:
@@ -126,7 +126,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
126
126
  :type account_name: str
127
127
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment instances
128
128
  to be included in the list response. Default value is None.
129
- :type maxpagesize: str
129
+ :type maxpagesize: int
130
130
  :param filter: Optional. When specified, it can be used to query using reporting properties.
131
131
  See `Constructing Filter Strings
132
132
  <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
@@ -227,7 +227,7 @@ def build_list_request(
227
227
  account_name: str,
228
228
  subscription_id: str,
229
229
  *,
230
- maxpagesize: Optional[str] = None,
230
+ maxpagesize: Optional[int] = None,
231
231
  **kwargs: Any
232
232
  ) -> HttpRequest:
233
233
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
@@ -255,7 +255,7 @@ def build_list_request(
255
255
 
256
256
  # Construct parameters
257
257
  if maxpagesize is not None:
258
- _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "str")
258
+ _params["$maxpagesize"] = _SERIALIZER.query("maxpagesize", maxpagesize, "int")
259
259
  _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
260
260
 
261
261
  # Construct headers
@@ -925,7 +925,7 @@ class StorageTaskAssignmentsOperations:
925
925
 
926
926
  @distributed_trace
927
927
  def list(
928
- self, resource_group_name: str, account_name: str, maxpagesize: Optional[str] = None, **kwargs: Any
928
+ self, resource_group_name: str, account_name: str, maxpagesize: Optional[int] = None, **kwargs: Any
929
929
  ) -> Iterable["_models.StorageTaskAssignment"]:
930
930
  """List all the storage task assignments in an account.
931
931
 
@@ -938,7 +938,7 @@ class StorageTaskAssignmentsOperations:
938
938
  :type account_name: str
939
939
  :param maxpagesize: Optional, specifies the maximum number of storage task assignment Ids to be
940
940
  included in the list response. Default value is None.
941
- :type maxpagesize: str
941
+ :type maxpagesize: int
942
942
  :return: An iterator like instance of either StorageTaskAssignment or the result of
943
943
  cls(response)
944
944
  :rtype:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: azure-mgmt-storage
3
- Version: 21.2.0
3
+ Version: 21.2.1
4
4
  Summary: Microsoft Azure Storage Management Client Library for Python
5
5
  Home-page: https://github.com/Azure/azure-sdk-for-python
6
6
  Author: Microsoft Corporation
@@ -86,6 +86,14 @@ section of the project.
86
86
 
87
87
  # Release History
88
88
 
89
+ ## 21.2.1 (2024-06-27)
90
+
91
+ ### Bugs Fixed
92
+
93
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentInstancesReportOperations.list from str to int
94
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsInstancesReportOperations.list from str to int
95
+ - Fix signature `maxpagesize` type of Operation StorageTaskAssignmentsOperations.list from str to int
96
+
89
97
  ## 21.2.0 (2024-06-17)
90
98
 
91
99
  ### Features Added
@@ -989,4 +989,5 @@ azure_mgmt_storage.egg-info/top_level.txt
989
989
  tests/_aio_testcase.py
990
990
  tests/conftest.py
991
991
  tests/disable_test_cli_mgmt_storage.py
992
- tests/disable_test_cli_mgmt_storage_async.py
992
+ tests/disable_test_cli_mgmt_storage_async.py
993
+ tests/test_cli_mgmt_storage.py
@@ -23,10 +23,28 @@
23
23
  # IN THE SOFTWARE.
24
24
  #
25
25
  # --------------------------------------------------------------------------
26
+ import os
26
27
  import platform
28
+ import pytest
27
29
  import sys
28
30
 
29
- # Ignore async tests for Python < 3.5
30
- collect_ignore_glob = []
31
- if sys.version_info < (3, 5) or platform.python_implementation() == "PyPy":
32
- collect_ignore_glob.append("*_async.py")
31
+ from dotenv import load_dotenv
32
+
33
+ from devtools_testutils import test_proxy, add_general_regex_sanitizer
34
+ from devtools_testutils import add_header_regex_sanitizer, add_body_key_sanitizer
35
+
36
+ load_dotenv()
37
+
38
+ @pytest.fixture(scope="session", autouse=True)
39
+ def add_sanitizers(test_proxy):
40
+ subscription_id = os.environ.get("AZURE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
41
+ tenant_id = os.environ.get("AZURE_TENANT_ID", "00000000-0000-0000-0000-000000000000")
42
+ client_id = os.environ.get("AZURE_CLIENT_ID", "00000000-0000-0000-0000-000000000000")
43
+ client_secret = os.environ.get("AZURE_CLIENT_SECRET", "00000000-0000-0000-0000-000000000000")
44
+ add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000")
45
+ add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000")
46
+ add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000")
47
+ add_general_regex_sanitizer(regex=client_secret, value="00000000-0000-0000-0000-000000000000")
48
+ add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]")
49
+ add_header_regex_sanitizer(key="Cookie", value="cookie;")
50
+ add_body_key_sanitizer(json_path="$..access_token", value="access_token")
@@ -0,0 +1,26 @@
1
+ # coding: utf-8
2
+
3
+ #-------------------------------------------------------------------------
4
+ # Copyright (c) Microsoft Corporation. All rights reserved.
5
+ # Licensed under the MIT License. See License.txt in the project root for
6
+ # license information.
7
+ #--------------------------------------------------------------------------
8
+
9
+ from azure.mgmt.storage import StorageManagementClient
10
+ from devtools_testutils import AzureMgmtRecordedTestCase, RandomNameResourceGroupPreparer, recorded_by_proxy
11
+
12
+ AZURE_LOCATION = 'eastus'
13
+
14
+ class TestMgmtStorage(AzureMgmtRecordedTestCase):
15
+
16
+ def setup_method(self, method):
17
+ self.client = self.create_mgmt_client(StorageManagementClient)
18
+
19
+ @RandomNameResourceGroupPreparer(location=AZURE_LOCATION)
20
+ @recorded_by_proxy
21
+ def test_list_by_resource_group(self, resource_group):
22
+ assert list(self.client.storage_accounts.list_by_resource_group(resource_group.name)) == []
23
+
24
+ @recorded_by_proxy
25
+ def test_list_operations(self):
26
+ assert list(self.client.operations.list())
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"
@@ -1,9 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- # Copyright (c) Microsoft Corporation. All rights reserved.
4
- # Licensed under the MIT License. See License.txt in the project root for license information.
5
- # Code generated by Microsoft (R) AutoRest Code Generator.
6
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- # --------------------------------------------------------------------------
8
-
9
- VERSION = "21.2.0"