Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the tooltip description for uniqueString() to include length #8007

Merged
merged 3 commits into from
Aug 23, 2022

Conversation

StefanIvemo
Copy link
Collaborator

@StefanIvemo StefanIvemo commented Aug 17, 2022

Fixes #7333

Changed the tooltip description for uniqueString():

From: Creates a deterministic hash string based on the values provided as parameters.

To: Creates a deterministic hash string based on the values provided as parameters. The returned value is 13 characters long.

Contributing a feature

  • I have opened a new issue for the proposal, or commented on an existing one, and ensured that the Bicep maintainers are good with the design of the feature being implemented
  • I have included "Fixes #{issue_number}" in the PR description, so GitHub can link to the issue and close it when the PR is merged
  • I have appropriate test coverage of my new feature
Microsoft Reviewers: Open in CodeFlow

Copy link
Member

@anthony-c-martin anthony-c-martin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@StephenWeatherford StephenWeatherford merged commit a2ea054 into Azure:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip on uniqueString() should mention the length is 13 characters
3 participants