Skip to content

Releases: Azure-Samples/azure-files-samples

v0.3.0

03 Jun 17:57
a49c041
Compare
Choose a tag to compare

Release v0.3.0:

This release adds new debug checks for storage accounts configured for Entra Kerberos. The debug cmdlet now automatically detects whether the storage account is configured for AD DS or Entra, and runs the relevant set of checks.

v0.2.9

16 Jan 19:15
0758c31
Compare
Choose a tag to compare

Release v0.2.9:

  1. A new Debug cmdlet that checks if the AAD Kerb registration key is enabled for AD DS which could cause Kerberos issues.
  2. A fix for a bug where Kerberos key rotation is not forced, now ensuring that key rotation occurs as intended.
  3. Removal of an unused parameter in the Join cmdlet, no longer needed because we are using AES256 as the default encryption type.

v0.2.8

30 Aug 18:55
248b916
Compare
Choose a tag to compare

Release v0.2.8:
Migrate from AAD Graph to Microsoft Graph.

v0.2.7

20 Apr 20:51
7c9d7ee
Compare
Choose a tag to compare

Release v0.2.7:

  1. Fix a bug in the checks for whether the configured authentication method on the storage account should allow the operation
  2. Fix the logged account names in error messages

v0.2.6

04 Apr 21:36
665940b
Compare
Choose a tag to compare

Release v0.2.6:

  1. Fix a bug in Debug-AzStorageAccountAuth
  2. Change the error message when the user is not using AD.

v0.2.5

09 Jan 22:30
0d684ae
Compare
Choose a tag to compare

Release v0.2.5:

  1. Support AES256 encryption type for user accounts.
  2. Made AES256 the default encryption type when joining a storage account.
  3. Bug fixes
  4. Add new checks to Debug-AzStorageAccountAuth.

v0.2.4

06 Apr 18:27
5f5b5ea
Compare
Choose a tag to compare

Release v0.2.4:

  1. Support AES256 encription type for computer accounts with name length longer than 15 characters.

v0.2.3

13 Nov 18:02
Compare
Choose a tag to compare
  1. Added a new cmdlet "Move-OnPremSharePermissionsToAzureFileShare" to help migrate local share permissions to Azure RBAC's built-in roles for files.
  2. Added two new checks "CheckUserRbacAssignment" and "CheckUserFileAccess" to cmdlet Debug-AzStorageAccountAuth to help diagnose access issues around share RBAC and file ACL configurations.
  3. Fixed a bug in cmdlet Test-AzStorageAccountADObjectPasswordIsKerbKey.

v0.2.2

11 Sep 18:16
Compare
Choose a tag to compare

This release adds a new cmdlet Update-AzStorageAccountAuthForAES256 to help improve the security of Kerberos ticket by enabling AES256 encryption.

v0.2.1

25 Aug 00:36
2bf3962
Compare
Choose a tag to compare

This release contains improvements to the troubleshooting cmdlet (Debug-AzStorageAccountAuth). This cmdlet allows users to self-diagnose common issues with accessing Azure Files using Active Directory authentication.

Refer to the guide for this cmdlet here: https://docs.microsoft.com/en-us/azure/storage/files/storage-troubleshoot-windows-file-connection-problems#unable-to-mount-azure-files-with-ad-credentials