Azure-Samples / Azure-Samples/azure-files-samples
Fix this code error
Open
- Dominant language
- PowerShell
- Stars
- 261
- Forks
- 202
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 4
Description
File - AzFilesHybrid.psm1
Line - 3766
Change $domainInformation.DomainSID.Value to $domainInformation.DomainSID as it giving error.
File - AzFilesHybrid.psm1
Line - 3762
Change $azureStorageIdentity.SID.Value to $azureStorageIdentity.SID
Did some digging. Actually, your code is working fine in PS Desktop but not in PS Core.
Contributor guide
Assessment
This issue has not been assessed yet.