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

New-AzImageBuilderTemplate needs to support vmProfile.userAssignedIdentity #17273

Closed
rcarde opened this issue Feb 27, 2022 · 3 comments · Fixed by #19156
Closed

New-AzImageBuilderTemplate needs to support vmProfile.userAssignedIdentity #17273

rcarde opened this issue Feb 27, 2022 · 3 comments · Fixed by #19156
Assignees
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. ImageBuilder

Comments

@rcarde
Copy link

rcarde commented Feb 27, 2022

Description of the new feature

The ImageBuilder API version 2021-10-01 and newer supports adding a user assigned identity to the build VM itself to allow access to resources in the same tenant.

This is documented here:
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-json#user-assigned-identity-for-the-image-builder-build-vm

Proposed implementation details (optional)

Add a -VMProfileUserAssignedIdentity parameter to provide a reference to an identity (or array of identities) used by the VM during running of customisations.

@rcarde rcarde added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Feb 27, 2022
@ghost ghost added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Feb 27, 2022
@rcarde rcarde changed the title [Feature]: New-AzImageBuilderTemplate needs to support vmProfile.userAssignedIdentity New-AzImageBuilderTemplate needs to support vmProfile.userAssignedIdentity Feb 27, 2022
@dingmeng-xue dingmeng-xue added ImageBuilder and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Feb 28, 2022
@dingmeng-xue
Copy link
Member

We will evaluate and update module.

@BethanyZhou
Copy link
Contributor

Will upgrade API version to 2022-02-14 and add a parameter named VMProfileUserAssignedIdentity to support this feature. Expected delivery date is 2022-09-06.

@BethanyZhou BethanyZhou linked a pull request Aug 24, 2022 that will close this issue
1 task
@BethanyZhou
Copy link
Contributor

BethanyZhou commented Aug 31, 2022

Please expect this feature supported Az.ImageBuilder 0.3.0. It will be available on Sept 6th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. ImageBuilder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants