Azure-Samples / Azure-Samples/azure-files-samples
DomainSid and Storage account Sid can't be retrieved
Open
- Dominant language
- PowerShell
- Stars
- 261
- Forks
- 202
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 4
Description
The powershell module 0.2.2 has two issues:
Line 3549 should be: $azureStorageSid = $azureStorageIdentity.SID
Line 3553 should be: $domainSid = $domainInformation.DomainSID
Current line have an extra '.value' in the end, that breaks the script.
The problem is present in 0.2.3 as well, in different lines.
Contributor guide
Assessment
This issue has not been assessed yet.