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

Create ResourceId from ARM resource ID (relative URI) #1133

Open
et1975 opened this issue Aug 13, 2024 · 1 comment
Open

Create ResourceId from ARM resource ID (relative URI) #1133

et1975 opened this issue Aug 13, 2024 · 1 comment

Comments

@et1975
Copy link
Contributor

et1975 commented Aug 13, 2024

The only existing method to create ResourceId does not lend itself to passing ARM ID between deployments.
Would be nice if we could serialize out ResourceId and read it back in if needed, ideally in standard ARM ID URI format.

@ninjarobot
Copy link
Collaborator

Everything around the ResourceId type is based on the ResouceType, and as you pointed out before, the version is required in it today so that things that require the API version, like reference expressions, will work.

Before diving to deep into reworking the ResourceId type, what's the limitation with it today in context of sharing between deployments?

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

No branches or pull requests

2 participants