Azure / Azure/azure-powershell

[Feature]: Add AzureFilesIdentityBasedAuth ActiveDirectoryProperties

Open
#28,569 2 comments 0 reactions 0 assignees View on GitHub
act-codegen-extensibility-squad customer-reported feature-request Service Attention Storage
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description of the new feature

Include AzureFilesIdentityBasedAuth AD Propertie as part of the data displayed by cmdlet Get-AzStorageFileServiceProperty to get the type of domain identity based enabled on the storage account AD, AADS or AAD Kerberos

### Proposed implementation details (optional)

Include AzureFilesIdentityBasedAuth ActiveDirectoryProperties as part of the data displayed by cmdlet Get-AzStorageFileServiceProperty

Currently, this is the only approach to pull that info from PS. However, it doesn't tell you what kind of domain authentication you are using AD, EntraDS or AAD Kerberos, output just give you details of the domain

# Get the target storage account
$storageaccount = Get-AzStorageAccount `
-ResourceGroupName "" `
-Name ""

# List the directory service of the selected service account
$storageAccount.AzureFilesIdentityBasedAuth.DirectoryServiceOptions

# List the directory domain information if the storage account has enabled AD DS authentication for file shares
$storageAccount.AzureFilesIdentityBasedAuth.ActiveDirectoryProperties

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.