Skip to content

Azure Resource Manager template function uniqueString command line

Notifications You must be signed in to change notification settings

yusuke-koyoshi/azure-unique-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-unique-string

Go implementation command for Azure Resource Manager template function uniqueString. Creates a hash string based on the values provided as parameters.

Bicep cannot be dry run, and you cannot check the hash string until you run it. You can check what string will be generated in advance.

Installation

go install github.com/yusuke-koyoshi/azure-unique-string@latest

Installed in $GOPATH/bin. Add the path to $GOPATH/bin.

Synopsis

azure-unique-string string1 [string2]...

Execution example

$ azure-unique-string "/subscriptions/xxxx-xxxx/resourceGroups/yourgroups" "test"
ffirqaf2lsvui

About

Azure Resource Manager template function uniqueString command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages