Skip to content

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

For DSC, the name property for resources is intended to be a friendly name and not an identity, so we don't have the same restrictions as ARM on what is allowed. Change is to have resourceId() url encode the name so that arbitrary characters will be encoded and thus allow any character.

PR Context

Fix #1186

@SteveL-MSFT SteveL-MSFT changed the title Resourceid encode Encode name part of resourceId() function to allow name to accept any characters Oct 16, 2025
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.

For resourceId() function, urlencode the resource name

1 participant