PSRule.Rules.Azure
PSRule.Rules.Azure copied to clipboard
[FEATURE] Use actual hash algorithm for uniqueString function
Your suggestion
Update existing code to use the same hash algorithm for uniqueString function that Azure does.
Alternatives
Nothing.
Additional context
Azure.Deployments.Expression and Azure.Deployments.Core NuGet packages contain the exact code that Azure uses to generate uniqueString.
The code could be copied from these packages.