|
26 | 26 | from ._models_py3 import CustomDomain
|
27 | 27 | from ._models_py3 import DateAfterCreation
|
28 | 28 | from ._models_py3 import DateAfterModification
|
| 29 | + from ._models_py3 import DeletedShare |
29 | 30 | from ._models_py3 import DeleteRetentionPolicy
|
30 | 31 | from ._models_py3 import Dimension
|
31 | 32 | from ._models_py3 import Encryption
|
|
62 | 63 | from ._models_py3 import ManagementPolicySnapShot
|
63 | 64 | from ._models_py3 import MetricSpecification
|
64 | 65 | from ._models_py3 import NetworkRuleSet
|
| 66 | + from ._models_py3 import ObjectReplicationPolicy |
| 67 | + from ._models_py3 import ObjectReplicationPolicyFilter |
| 68 | + from ._models_py3 import ObjectReplicationPolicyRule |
65 | 69 | from ._models_py3 import Operation
|
66 | 70 | from ._models_py3 import OperationDisplay
|
67 | 71 | from ._models_py3 import PrivateEndpoint
|
|
88 | 92 | from ._models_py3 import StorageAccountMicrosoftEndpoints
|
89 | 93 | from ._models_py3 import StorageAccountRegenerateKeyParameters
|
90 | 94 | from ._models_py3 import StorageAccountUpdateParameters
|
| 95 | + from ._models_py3 import TagFilter |
91 | 96 | from ._models_py3 import TagProperty
|
92 | 97 | from ._models_py3 import TrackedResource
|
93 | 98 | from ._models_py3 import UpdateHistoryProperty
|
|
111 | 116 | from ._models import CustomDomain
|
112 | 117 | from ._models import DateAfterCreation
|
113 | 118 | from ._models import DateAfterModification
|
| 119 | + from ._models import DeletedShare |
114 | 120 | from ._models import DeleteRetentionPolicy
|
115 | 121 | from ._models import Dimension
|
116 | 122 | from ._models import Encryption
|
|
147 | 153 | from ._models import ManagementPolicySnapShot
|
148 | 154 | from ._models import MetricSpecification
|
149 | 155 | from ._models import NetworkRuleSet
|
| 156 | + from ._models import ObjectReplicationPolicy |
| 157 | + from ._models import ObjectReplicationPolicyFilter |
| 158 | + from ._models import ObjectReplicationPolicyRule |
150 | 159 | from ._models import Operation
|
151 | 160 | from ._models import OperationDisplay
|
152 | 161 | from ._models import PrivateEndpoint
|
|
173 | 182 | from ._models import StorageAccountMicrosoftEndpoints
|
174 | 183 | from ._models import StorageAccountRegenerateKeyParameters
|
175 | 184 | from ._models import StorageAccountUpdateParameters
|
| 185 | + from ._models import TagFilter |
176 | 186 | from ._models import TagProperty
|
177 | 187 | from ._models import TrackedResource
|
178 | 188 | from ._models import UpdateHistoryProperty
|
|
183 | 193 | from ._paged_models import EncryptionScopePaged
|
184 | 194 | from ._paged_models import FileShareItemPaged
|
185 | 195 | from ._paged_models import ListContainerItemPaged
|
| 196 | +from ._paged_models import ObjectReplicationPolicyPaged |
186 | 197 | from ._paged_models import OperationPaged
|
| 198 | +from ._paged_models import PrivateEndpointConnectionPaged |
187 | 199 | from ._paged_models import SkuInformationPaged
|
188 | 200 | from ._paged_models import StorageAccountPaged
|
189 | 201 | from ._paged_models import UsagePaged
|
|
224 | 236 | LeaseDuration,
|
225 | 237 | ImmutabilityPolicyState,
|
226 | 238 | ImmutabilityPolicyUpdateType,
|
| 239 | + EnabledProtocols, |
| 240 | + RootSquashType, |
| 241 | + ShareAccessTier, |
227 | 242 | StorageAccountExpand,
|
228 | 243 | ListKeyExpand,
|
| 244 | + ListSharesExpand, |
| 245 | + GetShareExpand, |
229 | 246 | )
|
230 | 247 |
|
231 | 248 | __all__ = [
|
|
245 | 262 | 'CustomDomain',
|
246 | 263 | 'DateAfterCreation',
|
247 | 264 | 'DateAfterModification',
|
| 265 | + 'DeletedShare', |
248 | 266 | 'DeleteRetentionPolicy',
|
249 | 267 | 'Dimension',
|
250 | 268 | 'Encryption',
|
|
281 | 299 | 'ManagementPolicySnapShot',
|
282 | 300 | 'MetricSpecification',
|
283 | 301 | 'NetworkRuleSet',
|
| 302 | + 'ObjectReplicationPolicy', |
| 303 | + 'ObjectReplicationPolicyFilter', |
| 304 | + 'ObjectReplicationPolicyRule', |
284 | 305 | 'Operation',
|
285 | 306 | 'OperationDisplay',
|
286 | 307 | 'PrivateEndpoint',
|
|
307 | 328 | 'StorageAccountMicrosoftEndpoints',
|
308 | 329 | 'StorageAccountRegenerateKeyParameters',
|
309 | 330 | 'StorageAccountUpdateParameters',
|
| 331 | + 'TagFilter', |
310 | 332 | 'TagProperty',
|
311 | 333 | 'TrackedResource',
|
312 | 334 | 'UpdateHistoryProperty',
|
|
317 | 339 | 'SkuInformationPaged',
|
318 | 340 | 'StorageAccountPaged',
|
319 | 341 | 'UsagePaged',
|
| 342 | + 'PrivateEndpointConnectionPaged', |
| 343 | + 'ObjectReplicationPolicyPaged', |
320 | 344 | 'EncryptionScopePaged',
|
321 | 345 | 'BlobServicePropertiesPaged',
|
322 | 346 | 'ListContainerItemPaged',
|
|
357 | 381 | 'LeaseDuration',
|
358 | 382 | 'ImmutabilityPolicyState',
|
359 | 383 | 'ImmutabilityPolicyUpdateType',
|
| 384 | + 'EnabledProtocols', |
| 385 | + 'RootSquashType', |
| 386 | + 'ShareAccessTier', |
360 | 387 | 'StorageAccountExpand',
|
361 | 388 | 'ListKeyExpand',
|
| 389 | + 'ListSharesExpand', |
| 390 | + 'GetShareExpand', |
362 | 391 | ]
|
0 commit comments