You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creation_time: Optional[datetime] =field(default=None, metadata={'description': 'Gets the creation date and time of the storage account in UTC.'}) # fmt: skip
874
874
storage_custom_domain: Optional[AzureCustomDomain] =field(default=None, metadata={'description': 'The custom domain assigned to this storage account. This can be set via Update.'}) # fmt: skip
875
-
default_to_o_auth_authentication: Optional[bool] =field(default=None, metadata={'description': 'A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property.'}) # fmt: skip
875
+
default_to_oauth_authentication: Optional[bool] =field(default=None, metadata={'description': 'A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property.'}) # fmt: skip
876
876
dns_endpoint_type: Optional[str] =field(default=None, metadata={'description': 'Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier.'}) # fmt: skip
877
877
storage_encryption: Optional[AzureStorageEncryption] =field(default=None, metadata={'description': 'The encryption settings on the storage account.'}) # fmt: skip
878
878
extended_location: Optional[AzureExtendedLocation] =field(default=None, metadata={'description': 'The complex type of the extended location.'}) # fmt: skip
@@ -888,7 +888,7 @@ class AzureStorageAccount(MicrosoftResource):
888
888
is_sftp_enabled: Optional[bool] =field(default=None, metadata={'description': 'Enables Secure File Transfer Protocol, if set to true'}) # fmt: skip
889
889
is_sku_conversion_blocked: Optional[bool] =field(default=None, metadata={'description': 'This property will be set to true or false on an event of ongoing migration. Default value is null.'}) # fmt: skip
key_policy: Optional[int] =field(default=None, metadata={'description': 'KeyPolicy assigned to the storage account.'}) # fmt: skip
891
+
key_expiration_period_in_days: Optional[int] =field(default=None, metadata={'description': 'KeyPolicy assigned to the storage account.'}) # fmt: skip
892
892
resource_kind: Optional[str] =field(default=None, metadata={"description": "Gets the Kind."})
893
893
large_file_shares_state: Optional[str] =field(default=None, metadata={'description': 'Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.'}) # fmt: skip
894
894
last_geo_failover_time: Optional[datetime] =field(default=None, metadata={'description': 'Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.'}) # fmt: skip
0 commit comments