[macOS] Adding Bicep CLI (#3655)
* Add Bicep CLI * Correct regex for bicep version * Add Bicep CLI * use tap path for bicep brew install * use tap path for bicep brew install * use tap path for bicep brew install * Update bicep package name * Update bicep package name * Update bicep package name * Add install script in order to run homebrew tap * no need to reference utils.sh * Remove bicep from common packages * Add "CLI" to Bicep return statement Co-authored-by: Marcus Felling <[email protected]>
This commit is contained in:
co-authored by
Marcus Felling
parent
f1ab1bd12f
commit
e8381d7db3
@@ -167,7 +167,8 @@ $toolsList = @(
|
||||
(Get-AWSSessionManagerCLIVersion),
|
||||
(Get-AliyunCLIVersion),
|
||||
(Get-XcodeCommandLineToolsVersion),
|
||||
(Get-SwigVersion)
|
||||
(Get-SwigVersion),
|
||||
(Get-BicepVersion)
|
||||
)
|
||||
|
||||
if( -not $os.IsHighSierra) {
|
||||
|
||||
Reference in New Issue
Block a user