-
Hi there! 👋 I'm new to using PowerShell and I'm trying to figure out if I'm doing something wrong. I'm trying to use the recommended PS /Users/ben/Sources/Azure-ResourceModules> system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 12.4 (21F79)
Kernel Version: Darwin 21.5.0
PS /Users/ben/Sources/Azure-ResourceModules> pwsh --version
PowerShell 7.2.5
PS /Users/ben/Sources/Azure-ResourceModules> . ./utilities/tools/Test-NamePrefixAvailability.ps1
PS /Users/ben/Sources/Azure-ResourceModules> Test-NamePrefixAvailability -namePrefix test
VERBOSE: Using local tokens [namePrefix]
Test-NamePrefixAvailability: Conversion from JSON failed with error: Unexpected character encountered while parsing value: <. Path 'parameters.allowBlobPublicAccess.value', line 18, position 21. I've tried relogging into the Azure PowerShell module, but the error persists. Any help or feedback would be greatly appreciated! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just realized I was in detached head on a previous state of the repo for one of the later releases. After pulling latest and checking out main, all is well. 🎉 |
Beta Was this translation helpful? Give feedback.
Just realized I was in detached head on a previous state of the repo for one of the later releases. After pulling latest and checking out main, all is well. 🎉