Adjusted implementation for testing#2251
Merged
fabmas merged 1 commit intousers/fabmas/2226_vmimagesfrom Oct 25, 2022
Merged
Conversation
7 tasks
eriqua
reviewed
Oct 25, 2022
Contributor
There was a problem hiding this comment.
@MrMCake, @fabmas I guess the advantage of this approach is one module less and thus one Azure deployment less. Other modules using dependencies_rbac.bicep (e.g. compute images) are in fact forced to call dependencies_rbac.bicep from dependencies.bicep because that assignment is needed in turns by other dependencies, while in this case it's needed by the main resource. This approach is cleaner, so if @fabmas agrees I'd vote for it.
fabmas
added a commit
that referenced
this pull request
Oct 26, 2022
…ies approach (#2250) * new dependency VMImage * Update dependencies.bicep * contibutor * readme * RBAC * reourceGroup * subscriptions * Adjusted implementation for testing (#2251) * Update modules/Microsoft.VirtualMachineImages/imageTemplates/.test/common/deploy.test.bicep Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> * Update modules/Microsoft.VirtualMachineImages/imageTemplates/.test/common/deploy.test.bicep Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> * Update modules/Microsoft.VirtualMachineImages/imageTemplates/.test/common/deploy.test.bicep Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> Co-authored-by: Fabio Masciotra <fabmas@microsoft.com> Co-authored-by: elisa anzelmo <elisa.anzelmo@microsoft.com> Co-authored-by: Alexander Sehr <ASehr@hotmail.de> Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pipeline references