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

Fix bug where obj.AzureName was not used to create Azure URLs #4516

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

matthchr
Copy link
Member

@matthchr matthchr commented Jan 7, 2025

What this PR does

obj.Name was mistakenly used when it should have been obj.AzureName (or id.Name, which is derived from the ARM ID which comes from obj.AzureName).

Fixes #4515.

obj.Name was mistakenly used when it should have been obj.AzureName (or
id.Name, which is derived from the ARM ID which comes from
obj.AzureName).

Fixes Azure#4515.
@matthchr
Copy link
Member Author

matthchr commented Jan 7, 2025

/ok-to-test sha=ecbdbd0

@matthchr matthchr added this pull request to the merge queue Jan 7, 2025
Merged via the queue into Azure:main with commit 674b3f8 Jan 7, 2025
7 checks passed
@matthchr matthchr deleted the feature/fix-listkeys-azurename branch January 7, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Release
Development

Successfully merging this pull request may close these issues.

Bug: Mismatch between HelmReleaseName and AzureName prevents secret creation
2 participants