@@ -3045,14 +3045,14 @@ class FileShare(AzureEntityResource):
30453045 "provisioned_bandwidth_mibps" : {"key" : "properties.provisionedBandwidthMibps" , "type" : "int" },
30463046 "included_burst_iops" : {"key" : "properties.includedBurstIops" , "type" : "int" },
30473047 "max_burst_credits_for_iops" : {"key" : "properties.maxBurstCreditsForIops" , "type" : "int" },
3048- "next_allowed_quota_downgrade_time" : {"key" : "properties.nextAllowedQuotaDowngradeTime" , "type" : "iso-8601 " },
3048+ "next_allowed_quota_downgrade_time" : {"key" : "properties.nextAllowedQuotaDowngradeTime" , "type" : "rfc-1123 " },
30493049 "next_allowed_provisioned_iops_downgrade_time" : {
30503050 "key" : "properties.nextAllowedProvisionedIopsDowngradeTime" ,
3051- "type" : "iso-8601 " ,
3051+ "type" : "rfc-1123 " ,
30523052 },
30533053 "next_allowed_provisioned_bandwidth_downgrade_time" : {
30543054 "key" : "properties.nextAllowedProvisionedBandwidthDowngradeTime" ,
3055- "type" : "iso-8601 " ,
3055+ "type" : "rfc-1123 " ,
30563056 },
30573057 "enabled_protocols" : {"key" : "properties.enabledProtocols" , "type" : "str" },
30583058 "root_squash" : {"key" : "properties.rootSquash" , "type" : "str" },
@@ -3281,14 +3281,14 @@ class FileShareItem(AzureEntityResource):
32813281 "provisioned_bandwidth_mibps" : {"key" : "properties.provisionedBandwidthMibps" , "type" : "int" },
32823282 "included_burst_iops" : {"key" : "properties.includedBurstIops" , "type" : "int" },
32833283 "max_burst_credits_for_iops" : {"key" : "properties.maxBurstCreditsForIops" , "type" : "int" },
3284- "next_allowed_quota_downgrade_time" : {"key" : "properties.nextAllowedQuotaDowngradeTime" , "type" : "iso-8601 " },
3284+ "next_allowed_quota_downgrade_time" : {"key" : "properties.nextAllowedQuotaDowngradeTime" , "type" : "rfc-1123 " },
32853285 "next_allowed_provisioned_iops_downgrade_time" : {
32863286 "key" : "properties.nextAllowedProvisionedIopsDowngradeTime" ,
3287- "type" : "iso-8601 " ,
3287+ "type" : "rfc-1123 " ,
32883288 },
32893289 "next_allowed_provisioned_bandwidth_downgrade_time" : {
32903290 "key" : "properties.nextAllowedProvisionedBandwidthDowngradeTime" ,
3291- "type" : "iso-8601 " ,
3291+ "type" : "rfc-1123 " ,
32923292 },
32933293 "enabled_protocols" : {"key" : "properties.enabledProtocols" , "type" : "str" },
32943294 "root_squash" : {"key" : "properties.rootSquash" , "type" : "str" },
@@ -5098,7 +5098,7 @@ class ManagementPolicy(Resource):
50985098 :ivar last_modified_time: Returns the date and time the ManagementPolicies was last modified.
50995099 :vartype last_modified_time: ~datetime.datetime
51005100 :ivar policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
5101- https://docs .microsoft.com/en-us/ azure/storage/common/storage- lifecycle-managment-concepts .
5101+ https://learn .microsoft.com/azure/storage/blobs/ lifecycle-management-overview .
51025102 :vartype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
51035103 """
51045104
@@ -5120,7 +5120,7 @@ class ManagementPolicy(Resource):
51205120 def __init__ (self , * , policy : Optional ["_models.ManagementPolicySchema" ] = None , ** kwargs : Any ) -> None :
51215121 """
51225122 :keyword policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
5123- https://docs .microsoft.com/en-us/ azure/storage/common/storage- lifecycle-managment-concepts .
5123+ https://learn .microsoft.com/azure/storage/blobs/ lifecycle-management-overview .
51245124 :paramtype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
51255125 """
51265126 super ().__init__ (** kwargs )
@@ -5379,13 +5379,12 @@ def __init__(
53795379
53805380class ManagementPolicySchema (_serialization .Model ):
53815381 """The Storage Account ManagementPolicies Rules. See more details in:
5382- https://docs .microsoft.com/en-us/ azure/storage/common/storage- lifecycle-managment-concepts .
5382+ https://learn .microsoft.com/azure/storage/blobs/ lifecycle-management-overview .
53835383
53845384 All required parameters must be populated in order to send to server.
53855385
53865386 :ivar rules: The Storage Account ManagementPolicies Rules. See more details in:
5387- https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5388- Required.
5387+ https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
53895388 :vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
53905389 """
53915390
@@ -5400,8 +5399,7 @@ class ManagementPolicySchema(_serialization.Model):
54005399 def __init__ (self , * , rules : List ["_models.ManagementPolicyRule" ], ** kwargs : Any ) -> None :
54015400 """
54025401 :keyword rules: The Storage Account ManagementPolicies Rules. See more details in:
5403- https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5404- Required.
5402+ https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
54055403 :paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
54065404 """
54075405 super ().__init__ (** kwargs )
@@ -9446,32 +9444,32 @@ class StorageTaskReportProperties(_serialization.Model):
94469444 :ivar start_time: Start time of the run instance. Filter options such as startTime gt
94479445 '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for
94489446 DateTime properties in
9449- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9447+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94509448 :vartype start_time: str
94519449 :ivar finish_time: End time of the run instance. Filter options such as startTime gt
94529450 '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for
94539451 DateTime properties in
9454- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9452+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94559453 :vartype finish_time: str
94569454 :ivar objects_targeted_count: Total number of objects that meet the condition as defined in the
94579455 storage task assignment execution context. Filter options such as objectsTargetedCount gt 50
94589456 and other comparison operators can be used as described for Numerical properties in
9459- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9457+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94609458 :vartype objects_targeted_count: str
94619459 :ivar objects_operated_on_count: Total number of objects that meet the storage tasks condition
94629460 and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other
94639461 comparison operators can be used as described for Numerical properties in
9464- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9462+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94659463 :vartype objects_operated_on_count: str
94669464 :ivar object_failed_count: Total number of objects where task operation failed when was
94679465 attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be
94689466 used as described for Numerical properties in
9469- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9467+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94709468 :vartype object_failed_count: str
94719469 :ivar objects_succeeded_count: Total number of objects where task operation succeeded when was
94729470 attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators
94739471 can be used as described for Numerical properties in
9474- https://learn.microsoft.com/en-us/ rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators. # pylint: disable=line-too-long
9472+ https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
94759473 :vartype objects_succeeded_count: str
94769474 :ivar run_status_error: Well known Azure Storage error code that represents the error
94779475 encountered during execution of the run instance.
0 commit comments