Azure / Azure/PSRule.Rules.Azure
[FEATURE] Use actual hash algorithm for uniqueString function
Open
breaking-change
enhancement
feature: pre-flight-expansion
- Dominant language
- PowerShell
- Stars
- 447
- Forks
- 109
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 23
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.